@charset "utf-8";
/* CSS Document */

  @font-face {
	font-family: 'Avenir';
	src: url('../fonts/AvenirLTStd-Book.woff2') format('woff2'), url('../fonts/AvenirLTStd-Book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.validation_error {
	display: none;
}

h1,h2,h3,h4,h5,h6,p{font-family: 'Avenir';}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-x: hidden;
	color: #000;font-family: 'Avenir', sans-serif;
}
.btn.btn-primary {background-color: #0099D8;border-color: #0099D8;
}
.btn-primary:hover {
	color: #fff;
	background-color: #0099D8;
	border-color: #0099D8;
}
.card-header {
	background: #0099D8;
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}
.gbg{background: #eeeeee;width: 100%;float:left;}
.w100{width: 100%;float:left;}
.np{padding:0;}
.pull-left{float:left;}
.col-md-4.np.pull-left img{
	width: 100%;
	height: 220px;
	object-fit: contain;
	background: #fff;
}
.col-md-8.np.pull-left{background:#fff;position:relative;}
.col-md-8.np.pull-left h4 {
	line-height: 220px;
	font-size: 24px;
	color: #000;
	padding: 0 15px;
	margin: 0;font-weight: bold
}
.col-md-8.np.pull-left h4 a{color:#000;}
.vwvdo {
	position: absolute;
	right: 25px;
	top: 15px;
	border: 2px solid #0099D8;
	padding: 5px;
	font-size: 15px;
	padding: 0.5rem 1rem;
	color: #0099D8;
	box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.vwvdo:hover{color:#fff;background:#0099D8;text-decoration:none;}
.vwvdo.dt {
	position: relative;
	margin: 0 auto;
	display: block;
	float: left;
	left: 0;
	right: unset;
}
.lst-ttl {
	padding: 30px 0;
}
.w100.vlst {
	margin-bottom: 40px;
}
