@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mr0 { margin-right: 0  !important; }
.ml0 { margin-left: 0  !important; }
.pt0 { padding-top: 0  !important; }
.pb0 { padding-bottom: 0  !important; }
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

#conts .tableBox table {
	border: 1px solid #cccccc;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}

#conts .tableBox table th {
	background-color: #e9f5ff;
	color: #095ba5;
	font-size: 14px;
	vertical-align: middle;
	text-align: left;
	padding: 27px 0 28px 19px;
	border: 1px solid #cccccc;
}

#conts .tableBox table td {
	border: 1px solid #cccccc;
	padding: 17px 0 17px 22px;
}

#conts .tableBox .section {
	margin-bottom: 10px;
}

#conts .section .ttl {
	font-size: 26px;
	color: #095ba5;
	margin-bottom: 13px;
}

#conts .section ul {
	margin: 0 -15px 15px 0;
}

#conts .section ul li {
	width: 230px;
	padding: 0 15px 25px 0;
	float: left;
}

#conts .section ul li a:hover {
	text-decoration: none;
}

#conts .section .ttlLink {
	background: #095ba5 url(../../images/index/icon02.png) no-repeat 13px center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 10px 0 6px 29px;
	margin-bottom: 5px;
	display: block;
}

#conts .section .ttlLink {
	line-height: 1.6;
}
 
#conts .section .ttlLink a {
	color: #333;
}

#conts .section .depict {
	line-height: 21px;
}

#conts h2 {
	margin-bottom: 20px;
	padding: 0 0 16px 4px;
	background: url(../../images/common/h2_bg.gif) repeat-x center bottom;
}

#conts h2 span {
	font-size: 30px;
	border-left: 5px solid #095ba5;
	padding-left: 17px;
	font-weight: normal;
	line-height: 40px;
	display: inline-block;
}

#conts h3 {
	background-color: #e9f5ff;
	border-left: 5px solid #095ba5; 
	font-size: 18px;
	font-weight: normal;
	color: #095ba5;
	padding: 10px 0 7px 10px;
	margin-bottom: 20px;
}

.modConsult .reservation,
.modConsult .reservation a {
	position: relative;
	behavior: url(../../js/pie.htc);
	border-radius: 4px;
}

.modConsult {
	padding-top: 37px;
}

.modConsult .reservation {
	padding: 30px 0;
	background-color: #f2f2f2;
	margin-bottom: 32px;
}

.modConsult .reservation a {
	background: url(../../images/common/icon_consult.png) no-repeat 20px center #ff6905;
	font-size: 21px;
	color: #fff;
	width: 421px;
	line-height: 60px;
	margin: 0 auto;
	display: block;
	text-align: center;
}

.modConsult .reservation a {
	text-decoration: none;
}

.modConsult p {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

.txtBox dt {
	background: url(../../images/common/icon_dt.gif) no-repeat left center;
	color: #095ba5;
}

#conts .squareBox {
	background: url(../../images/common/square_bg_img.gif) repeat center top;
	border: 3px solid #ccc;
}

#conts .selectBox {
	background-color: #e9f5ff;
	border-radius: 4px;
	position: relative;
	behavior: url(../../js/pie.htc);
	padding: 0 0 15px 15px;
}

#conts .selectBox li {
	background-color: #095ba5;
	float: left;
	margin: 15px 15px 0 0;
	width: 194px;
	padding: 9px 11px 8px 15px;
	border-radius: 4px;
	position: relative;
	behavior: url(../../js/pie.htc);
}

#conts .selectBox li a {
	background: url(../../images/common/select_icon.png) no-repeat center right;
	color: #fff;
	display: block;
}

#conts .selectBox li a:hover {
	text-decoration: none;
}

@media all and (min-width: 0px) and (max-width: 700px) {
	
#conts h4 {
	background: #014099 url(../../images/common/sp_icon01.png) no-repeat 94% center;
	background-size: 15px auto; 
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	border: none;
	padding: 12px 0 11px 10px;
	margin-bottom: 0;
}

#conts .spBox03 dl {
	margin: 0 auto;
}

#conts .spBox03 dt span {
	width: 93%;
	margin: 0 auto;
	display: block;
}

#conts .spBox03 dd span {
	width: 80%;
	display: block;
	margin-left: 3.5%;
}
		
#conts .spBox03 dt {
	font-size: 16px;
	border-top: 1px solid #cccccc;
	padding-top: 12px;
}

#conts .spBox03 dt a {
	color: #095ba5;
}
	
#conts .spBox03 dd {
	background: url(../../images/common/sp_icon02.png) no-repeat 94% 20%;
	background-size: 9px auto; 
	font-size: 12px;
	margin-bottom: 13px;
	clear: both;
}
	
#conts .s1 {
	background-color: #244282 !important;
	padding: 0 0 0 15px !important;
	font-size: 16px !important;
	line-height: 50px;
}

#conts .spBox03 ul li {
	background: #cfcfcf url(../../images/common/sp_icon03.png) no-repeat 94% center;
	background-size: 16px auto; 
	font-size: 12px;
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #b2b2b2;
}
	
#conts .spBox03 ul li a {
	display: block;
	width: 93%;
	margin: 0 auto;
	padding: 14px 0 11px;
}
	
#conts .spBox03 li:last-child {
	border-bottom: none;
}

#conts h2 {
	width: 93%;
	margin: 0 auto 10px;
	padding: 0 0 8px 0;
}

#conts h2 span {
	padding-left: 11px;
	font-size: 25px;
	line-height: 35px;
}

.modConsult {
	padding-top: 0;
	margin-bottom: 20px;
}

.modConsult .reservation  {
	width: 93%;
	margin: 0 auto;
	padding: 15px 0;
}

.modConsult .reservation a {
	background: url(../../images/common/sp_icon_consult.png) no-repeat 15px center #ff6905;
	background-size: 9px auto;
	width: 88%;
	line-height: 55px;
}

.spContact { 
	width: 93% !important;
	margin: 0 auto 20px !important;
}	

.txtBox dt {
	background: url(../../images/common/sp_icon_dt.gif) no-repeat left center;
	background-size: 15px auto;
	color: #095ba5;
}

#conts .txtBox02 {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	width: 93%;
	margin: 20px auto 5px;
}

}
