@charset "utf-8";
.container {
	background: rgb(255,241,227);
}
a {
	text-decoration: none !important;
}
.container .freedial {
	border: 1px solid #FF0004;
	text-align: center;
	padding-top: 5px;
	background-color: #FFF;
	font-size: 90%;
	line-height: 110%;
	clear: both;
	width: 96%;
	margin: 0 auto 10px;
	box-shadow:2px 2px 8px 0px #7c7a85;
	-moz-box-shadow:2px 2px 8px 0px #7c7a85;
	-webkit-box-shadow:2px 2px 8px 0px #7c7a85;
}
.container .freedial .callnumber {
	background-image: none;
	padding-left:0;
}
.contentArea {
	width: 96%;
	margin: 0 auto 10px;
	border: 1px solid #DDD;
	background: #FFF;
	box-shadow:2px 2px 8px 0px #7c7a85;
	-moz-box-shadow:2px 2px 8px 0px #7c7a85;
	-webkit-box-shadow:2px 2px 8px 0px #7c7a85;
}
.bnr img {
	box-shadow:2px 2px 8px 0px #7c7a85;
	-moz-box-shadow:2px 2px 8px 0px #7c7a85;
	-webkit-box-shadow:2px 2px 8px 0px #7c7a85;
}
.introArea {
	width: 93%;
	margin: 0 auto 20px;
	border: 1px solid #FFCC00;
	background: #FFFFCC;;
	box-shadow:2px 2px 8px 0px #7c7a85;
	-moz-box-shadow:2px 2px 8px 0px #7c7a85;
	-webkit-box-shadow:2px 2px 8px 0px #7c7a85;
}
.contentBlock {
	padding: 10px 10px 0;
	margin-bottom: 0;
}
.introBlock {
	padding: 10px 10px 0;
	margin-bottom: 0;
	background: 
	border: 1px solid 
}
.contentMiddleBlock {
	padding: 0 10px 10px;
}
#glnavi {
	margin-bottom: 8px;
}
p {
	margin: 0 0 1em;
}
.mb-6 {
	margin-bottom: -6px;
}
.redBox {
	padding: 7px;
	border: 3px dashed #FF0000;
	text-align:center;
	margin-bottom: 10px;
}
.h2Title {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 8px 5px 8px 10px;
	background: #656439;
	color: #FFF;
	line-height: 1.5;
}
hr {
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
.u_line {
	border-bottom: 0;
	margin-bottom: 10px;
}
.container .content .demerit2 {
	background-color: #EAF6FD;
	border: 1px solid #7ECEF4;
}
.container .content .merit3 {
	background-color: #FEE1FE;
	padding: 10px;
	margin-bottom: 10px;
}
.container .content .demerit3 {
	background-color: #EAF6FD;
	padding: 10px;
	margin-bottom: 10px;
}
.content .contentBlock h3 {
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FFF;
	margin-bottom: 10px;
}
.w100p {
	width: 100%;
	overflow: hidden;
}
.slider {
	margin: 0 0 20px;
	width: 200%;
	position: relative;
	left: -50%;
}
.rightBalloonBox {
	
}

.rightBalloonBox {
	position: relative;
	display: inline-block;
	padding: 10px;
	width: 100%;
	color: #19283C;
	background: #FFF;
	border: 2px solid #19283C;
	border-radius: 5px;
	z-index: 0;
}
.rightBalloonBox:before {
	content: "";
	position: absolute;
	top: 50%; right: -8px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 0 9px 9px;
	border-color: transparent transparent transparent #F6F6F6;
	z-index: 0;
}
.rightBalloonBox:after {
	content: "";
	position: absolute;
	top: 50%; right: -12px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #19283C;
	z-index: -1;
}
.slick-slide img {
	width: 98%;
}
.slide_caption {
	font-size:12px;
	line-height: 1.3;
	padding: 0 5px;
}
.mt10 {
	margin-top:10px;
}