@charset "UTF-8";
#main, #header .inner, #header .inner .headerInfo, #header .inner .headerInfo .logoBox, #gNav .mainNav, #gNav .subNav, #footer .inner .searchBox, #footer .inner .footerTab .tabMenu, #footer .inner .footerTab .tabBox .receptionBox, #footer .inner .footerTab .tabBox .extraNav, #footer .inner .footerTab .tabBox.keyWord dl, #conts #tabNav .topMenu, #conts #tabNav + .inner .txtImgL, #conts #tabNav + .inner .txtImgR, #izonList ul, #conts #tabConts .tabMenu {
	*zoom: 1;
}
#main:after, #header .inner:after, #header .inner .headerInfo:after, #header .inner .headerInfo .logoBox:after, #gNav .mainNav:after, #gNav .subNav:after, #footer .inner .searchBox:after, #footer .inner .footerTab .tabMenu:after, #footer .inner .footerTab .tabBox .receptionBox:after, #footer .inner .footerTab .tabBox .extraNav:after, #footer .inner .footerTab .tabBox.keyWord dl:after, #conts #tabNav .topMenu:after, #conts #tabNav + .inner .txtImgL:after, #conts #tabNav + .inner .txtImgR:after, #izonList ul:after, #conts #tabConts .tabMenu:after {
	display: block;
	clear: both;
	content: "";
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

html {
	font-size: 62.5%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

a {
	color: #0076AC;
	text-decoration: none;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
	text-align: left !important;
}

.taCenter {
	text-align: center !important;
}

.taRight {
	text-align: right !important;
}

.vTop {
	vertical-align: top !important;
}

.vMiddle {
	vertical-align: middle !important;
}

/* フォントの太さ */
.fwNormal {
	font-weight: normal !important;
}

.fwBold {
	font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
	margin-top: 0 !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
	*zoom: 1;
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

/*------------------------------------------------------------
	トラッキングタグの余計なスペースを削除
------------------------------------------------------------*/
.trackTags {
	display: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	padding-top: 4px;
	background: white url(../img/common/template/body_bg.png) repeat-x left top;
	line-height: 1.5;
	text-align: center;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

#container {
	margin: 0 auto 80px;
	width: 940px;
	text-align: left;
}

#main {
	font-size: 140%;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	margin-bottom: 15px;
	padding-top: 10px;
	width: 100%;
	background: url(../img/common/template/gnavi_bg01.png) repeat-x left bottom;
}
#header .inner {
	margin: 0 auto 6px;
	width: 940px;
	position: relative;
}
#header .inner .headerNav {
	padding-top: 3px;
	float: right;
}
#header .inner .headerNav li {
	padding: 0 8px 0 6px;
	border-right: 1px solid #2B99BD;
	display: inline-block;
}
#header .inner .headerNav li a {
	padding-left: 8px;
	background: url(../img/common/icon/arrow_r01.gif) no-repeat left center;
	color: #2B99BD;
	font-size: 10px;
}
#header .inner .headerNav li a:hover {
	text-decoration: underline;
}
#header .inner .blog {
	display: none;
}
#header .inner .fsChange {
	margin-left: 8px;
	width: 120px;
	float: right;
}
#header .inner .fsChange span {
	margin-right: 2px;
}
#header .inner .fsChange span img {
	padding-top: 6px;
}
#header .inner .fsChange ul {
	display: inline;
}
#header .inner .fsChange ul li {
	width: 20px;
	height: 21px;
	display: inline;
}
#header .inner .fsChange ul li:hover {
	cursor: pointer;
}
#header .inner .headerInfo .logoBox {
	width: 46%;
	position: absolute;
	top: 10px;
	left: 0;
}
#header .inner .headerInfo .logoBox h1 {
	margin-left: 10px;
	padding-top: 5px;
	float: right;
	color: #666;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.35;
	text-align: left;
}
#header .inner .headerInfo .contact {
	width: 501px;
	position: absolute;
	top: 26px;
	right: 0;
}
#header .inner .headerInfo .contact .info, #header .inner .headerInfo .contact span {
	display: inline;
}
#header .inner .headerInfo .contact .info {
	margin: 0 10px 0 0;
}
#header .inner .headerInfo .contact .address {
	display: none;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNav {
	margin: 38px auto 0;
	width: 940px;
}
#gNav .mainNav {
	margin-bottom: 3px;
	width: 100%;
}
#gNav .mainNav li {
	margin-right: 5px;
	float: left;
}
#gNav .mainNav li a {
	display: block;
	border-bottom: 1px solid #E8E8E8;
}
#gNav .mainNav li a:hover {
	border-bottom: 1px solid #FFF;
}
#gNav .mainNav li.current a {
	border-bottom: 1px solid #FFF;
}
#gNav .subNav {
	padding: 0 0 25px;
	width: 100%;
	min-height: 28px;
	clear: left;
}
#gNav .subNav li {
	margin-top: 12px;
	padding: 0 12px;
	border-right: 1px solid #CCCCCC;
	display: inline;
	float: left;
}
#gNav .subNav li.lastChild {
	margin-bottom: 0;
	border: none;
}
#gNav .subNav li a {
	color: #333;
	font-size: 105%;
}
#gNav .subNav li a:hover {
	text-decoration: underline;
	color: #000;
}

.navBox {
	display: none;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 25px;
}
#pagePath li {
	margin-right: 2px;
	display: inline;
}
#pagePath li a {
	margin-right: 5px;
	text-decoration: underline;
	font-size: 90%;
}
#pagePath li a:hover {
	text-decoration: none;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 100%;
	float: left;
	overflow: hidden;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	width: 100%;
	background: url(../img/common/template/footer_bg.png) repeat-x left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
#footer .inner {
	margin: 0 auto;
	width: 940px;
	position: relative;
	text-align: left;
}
#footer .inner .footerNav {
	display: none;
}
#footer .inner .searchBox {
	width: 280px;
	position: absolute;
	top: 27px;
	right: 10px;
}
#footer .inner .searchBox #text {
	margin-right: 10px;
	width: 200px;
	height: 25px;
	float: left;
}
#footer .inner .searchBox #search {
	padding: 5px 2px;
	width: 59px;
	height: 29px;
	float: left;
	background: url(../img/common/btn/btn_search.png) no-repeat left top;
	border: none;
	color: #fff;
	text-align: right;
}
#footer .inner .footerTab {
	margin-bottom: 20px;
	padding-top: 17px;
}
#footer .inner .footerTab .tabMenu li {
	width: 33%;
	float: left;
	position: relative;
}
#footer .inner .footerTab .tabMenu li.info {
	z-index: 2;
}
#footer .inner .footerTab .tabMenu li.faq {
	margin-left: -11px;
}
#footer .inner .footerTab .tabMenu li.keyWord {
	margin: 7.5% 0 0 5px;
}
#footer .inner .footerTab .tabMenu li.active {
	z-index: 10;
}
#footer .inner .footerTab .tabMenu li:hover {
	cursor: pointer;
}
#footer .inner .footerTab .tabBox {
	padding: 35px 0 0;
	width: 100%;
	display: none;
}
#footer .inner .footerTab .tabBox .tel {
	margin-bottom: 25px;
	color: #0076AC;
	font-size: 180%;
}
#footer .inner .footerTab .tabBox .tel img {
	margin: -17px 0 0 20px;
	position: relative;
}
#footer .inner .footerTab .tabBox .receptionBox {
	margin-bottom: 20px;
	width: 100%;
}
#footer .inner .footerTab .tabBox .receptionBox .timeTable {
	width: 40%;
	border-collapse: collapse;
	float: left;
}
#footer .inner .footerTab .tabBox .receptionBox .timeTable .col01 {
	width: 45%;
}
#footer .inner .footerTab .tabBox .receptionBox .timeTable th, #footer .inner .footerTab .tabBox .receptionBox .timeTable td {
	padding: 8px;
	border: 1px solid #ddd;
	color: #333;
	font-size: 140%;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	letter-spacing: -0.5px;
}
#footer .inner .footerTab .tabBox .receptionBox .timeTable th {
	padding: 8px 16px;
	background: #E9F5FC;
	font-weight: bold;
	text-align: left;
}
#footer .inner .footerTab .tabBox .receptionBox .timeTable th span {
	margin-right: 10px;
	font-size: 71.42857%;
	font-weight: normal;
}
#footer .inner .footerTab .tabBox .receptionBox .timeTable td {
	background: #fff;
	color: #42B1E8;
	font-weight: bold;
}
#footer .inner .footerTab .tabBox .receptionBox .timeTable td.week {
	color: #333;
}
#footer .inner .footerTab .tabBox .receptionBox .guide {
	width: 57%;
	float: right;
}
#footer .inner .footerTab .tabBox .receptionBox .guide dl {
	color: #1F90D2;
	font-size: 120%;
}
#footer .inner .footerTab .tabBox .receptionBox .guide dl dt {
	margin: 0 10px 15px 0;
	padding-top: 3px;
	width: 66px;
	background: url(../img/common/template/footer_txt_bg01_t.png) no-repeat left top;
	float: left;
	text-align: center;
}
#footer .inner .footerTab .tabBox .receptionBox .guide dl dt.night {
	clear: left;
}
#footer .inner .footerTab .tabBox .receptionBox .guide dl dt.close {
	background: url(../img/common/template/footer_txt_bg02_t.png) no-repeat left top;
}
#footer .inner .footerTab .tabBox .receptionBox .guide dl dt.close span {
	color: #fff;
	background: #46b2d6 url(../img/common/template/footer_txt_bg02_b.png) no-repeat left bottom;
}
#footer .inner .footerTab .tabBox .receptionBox .guide dl dt span {
	padding-bottom: 2px;
	background: #e9f5fc url(../img/common/template/footer_txt_bg01_b.png) no-repeat left bottom;
	display: block;
}
#footer .inner .footerTab .tabBox .receptionBox .guide dl dd {
	margin: 0 10px 15px 0;
	padding-top: 1px;
	float: left;
	font-size: 116.66667%;
}
#footer .inner .footerTab .tabBox .receptionBox .guide ul {
	clear: left;
}
#footer .inner .footerTab .tabBox .receptionBox .guide ul li {
	font-size: 120%;
	text-indent: -1em;
	line-height: 1.4;
}
#footer .inner .footerTab .tabBox .extraNav {
	clear: left;
}
#footer .inner .footerTab .tabBox .extraNav li {
	margin-right: 10px;
	padding-top: 4px;
	width: 132px;
	background: url(../img/common/template/footer_txt_bg03_t.png) no-repeat left top;
	float: left;
}
#footer .inner .footerTab .tabBox .extraNav li.first a span, #footer .inner .footerTab .tabBox .extraNav li.about a span {
	padding-left: 35px;
}
#footer .inner .footerTab .tabBox .extraNav li.access a span {
	padding-left: 28px;
}
#footer .inner .footerTab .tabBox .extraNav li.faq {
	width: 222px;
	background: url(../img/common/template/footer_txt_bg04_t.png) no-repeat left top;
}
#footer .inner .footerTab .tabBox .extraNav li.faq a {
	background: url(../img/common/template/footer_txt_bg04_b.png) no-repeat left bottom;
}
#footer .inner .footerTab .tabBox .extraNav li.faq a span {
	padding-left: 35px;
}
#footer .inner .footerTab .tabBox .extraNav li a {
	padding: 4px 0 8px;
	background: url(../img/common/template/footer_txt_bg03_b.png) no-repeat left bottom;
	display: block;
	color: #1F8CB4;
	font-size: 140%;
}
#footer .inner .footerTab .tabBox .extraNav li a:hover {
	text-decoration: underline;
}
#footer .inner .footerTab .tabBox .extraNav li a span {
	padding-left: 40px;
	background: url(../img/common/icon/arrow_r02.png) no-repeat 10px center;
}
#footer .inner .footerTab .tabBox.faq {
	margin-right: -6%;
	width: auto;
	position: relative;
	overflow: hidden;
}
#footer .inner .footerTab .tabBox.faq dl {
	margin: 0 5% 20px 0;
	width: 45%;
	float: left;
}
#footer .inner .footerTab .tabBox.faq dl dt {
	margin-bottom: 15px;
	color: #0076AC;
	font-size: 180%;
}
#footer .inner .footerTab .tabBox.faq dl dd {
	font-size: 130%;
	line-height: 1.6;
}
#footer .inner .footerTab .tabBox.faq dl dd span {
	margin-top: 15px;
	display: block;
}
#footer .inner .footerTab .tabBox.keyWord dl dt {
	margin-bottom: 25px;
	color: #0076AC;
	font-size: 180%;
}
#footer .inner .footerTab .tabBox.keyWord dl dd {
	margin-right: 1em;
	float: left;
	font-size: 130%;
	line-height: 1.6;
}
#footer .inner .footerTab .tabBox.keyWord dl dd a:hover{
	text-decoration: underline;
}
#footer .inner .footerTab .active {
	display: block;
}
#footer .inner .infoBox p {
	font-size: 110.0%;
}
#footer .inner .infoBox p.site {
	margin-bottom: 10px;
}
#footer .inner .infoBox p .break {
	margin-left: 10px;
}
#footer .inner .pageTop {
	width: 135px;
	height: 25px;
	position: absolute;
	top: -58px;
	right: 0;
}
#footer .inner .pageTop span {
	display: none;
}

/*------------------------------------------------------------
	ブレイクポイントごとの設定
------------------------------------------------------------*/
/* 939px以下 tablet */
@media only screen and (max-width: 939px) {
  #container {
	width: auto;
  }

  #header .inner {
	width: auto;
  }
  #header .inner .blog {
	margin: 2px 0 0 8px;
	display: block;
	float: right;
  }
  #header .inner .blog a {
	width: 81px;
	height: 19px;
	display: block;
  }
  #header .inner .fsChange {
	display: none;
  }
  #header .inner .headerInfo {
	*zoom: 1;
	width: 100%;
  }
  #header .inner .headerInfo:after {
	display: block;
	clear: both;
	content: "";
  }
  #header .inner .headerInfo .logoBox {
	width: 221px;
  }
  #header .inner .headerInfo .logoBox h1 {
	display: none;
  }
  #header .inner .headerInfo .contact {
	clear: right;
  }

  #gNav {
	width: auto;
  }
  #gNav .mainNav {
	margin-bottom: -1px;
	position: relative;
  }
  #gNav .mainNav .blog {
	display: none;
  }
  #gNav .mainNav li {
	margin-right: 1px;
	position: relative;
  }
  #gNav .mainNav li a img {
	width: 98%;
	height: 39px;
  }
  #gNav .subNav {
	padding-top: 0;
  }
  #gNav .subNav li {
	margin-top: 15px;
  }

  #footer .inner {
	width: auto;
  }
  #footer .inner .searchBox {
	width: 250px;
	top: 35px;
  }
  #footer .inner .searchBox #text {
	width: 150px;
  }
  #footer .inner .footerTab .tabBox {
	background: #fff;
  }
}
/* 767px以下 sp */
@media only screen and (max-width: 767px) {
  body {
	margin: 0;
	background-image: url(../img/common/template/body_bg_sp.png);
  }

  #header {
	margin-bottom: 10px;
	padding-top: 0;
	background: none;
	overflow: hidden;
  }
  #header .inner {
	margin-bottom: 0;
  }
  #header .inner .blog {
	display: none;
  }
  #header .inner .headerNav {
	margin: 0 auto 8px;
	padding: 10px 0 14px;
	background: #F1FAFC;
	float: none;
  }
  #header .inner .headerNav li {
	margin-right: 2px;
	padding: 0;
	border: none;
  }
  #header .inner .headerNav li.siteMap {
	display: none;
  }
  #header .inner .headerNav li a {
	padding: 5px 7px 5px 14px;
	background: #FFF;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	position: relative;
	border: 1px solid #ACE4FD;
  }
  #header .inner .headerNav li a:after {
	margin-top: -3px;
	border-left: 5px solid #1DB8FA;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	content: "";
	position: absolute;
	left: 6px;
	top: 50%;
  }
  #header .inner .headerInfo {
	*zoom: 1;
	width: 100%;
	text-align: center;
  }
  #header .inner .headerInfo:after {
	display: block;
	clear: both;
	content: "";
  }
  #header .inner .headerInfo .logoBox {
	margin: 0 0 10px;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
  }
  #header .inner .headerInfo .logoBox h1 {
	margin: 0 auto 15px;
	width: 220px;
	padding: 0;
	float: none;
	display: block;
	color: #999;
	font-family: "Kozuka Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
  }
  #header .inner .headerInfo .logoBox .logo {
	margin-left: -15px;
	float: none;
	position: relative;
  }
  #header .inner .headerInfo .contact {
	margin: 0 auto;
	width: 270px;
	float: none;
	clear: none;
	position: relative;
	top: 0;
	left: 0;
	*zoom: 1;
  }
  #header .inner .headerInfo .contact:after {
	display: block;
	clear: both;
	content: "";
  }
  #header .inner .headerInfo .contact .info {
	display: none;
  }
  #header .inner .headerInfo .contact .address {
	margin: 10px 10px 0 0;
	float: left;
	display: block;
	color: #0CB0EF;
  }
  #header #gNav {
	display: none;
  }

  #pagePath {
	display: none;
  }

  #container {
	margin-bottom: 20px;
	overflow: hidden;
  }
  #container .navBox, #container #tabNav {
	display: block;
  }
  #container .navBox .subNav, #container #tabNav .spNav {
	margin-bottom: 14px;
	padding: 10px;
	background: #F1FAFC;
	border: 1px solid #DBEDF8;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	font-size: 120%;
	*zoom: 1;
  }
  #container .navBox .subNav:after, #container #tabNav .spNav:after {
	display: block;
	clear: both;
	content: "";
  }
  #container .navBox .subNav .menu, #container #tabNav .spNav .menu {
	position: relative;
	z-index: 10;
  }
  #container .navBox .subNav .menu li, #container #tabNav .spNav .menu li {
	padding: 0 15px;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
  }
  #container .navBox .subNav .menu li span, #container #tabNav .spNav .menu li span {
	margin: 0 auto -1px;
	padding: 15px 0 10px;
	width: 100%;
	background: #AAEAC9;
	border: 1px solid #CDF5E3;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZmVmOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhZWFjOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #effef9), color-stop(100%, #aaeac9));
	background-image: -webkit-linear-gradient(top, #effef9, #aaeac9);
	background-image: -moz-linear-gradient(top, #effef9, #aaeac9);
	background-image: -o-linear-gradient(top, #effef9, #aaeac9);
	background-image: linear-gradient(top, #effef9, #aaeac9);
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEFFEF9', endColorstr='#FFAAEAC9');
	display: block;
	position: relative;
	text-align: center;
  }
  #container .navBox .subNav .menu li:first-child, #container #tabNav .spNav .menu li:first-child {
	padding-right: 5px;
  }
  #container .navBox .subNav .menu li:last-child, #container #tabNav .spNav .menu li:last-child {
	padding-left: 5px;
  }
  #container .navBox .subNav .menu li.active span, #container #tabNav .spNav .menu li.active span {
	background: #fff;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
	border: 1px solid #DBEDF8;
	border-bottom: 1px solid #fff;
  }
  #container .navBox .subNav .menu li:hover span, #container #tabNav .spNav .menu li:hover span {
	cursor: pointer;
  }
  #container .navBox .subNav .menuBox, #container #tabNav .spNav .menuBox {
	padding: 0 10px;
	width: 100%;
	background: #fff;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #DBEDF8;
	border-collapse: separate;
	display: none;
  }
  #container .navBox .subNav .menuBox.active, #container #tabNav .spNav .menuBox.active {
	display: table;
  }
  #container .navBox .subNav .menuBox tr td, #container #tabNav .spNav .menuBox tr td {
	width: 50%;
	line-height: 1.6;
  }
  #container .navBox .subNav .menuBox tr td a, #container .navBox .subNav .menuBox tr td > span, #container #tabNav .spNav .menuBox tr td a, #container #tabNav .spNav .menuBox tr td > span {
	padding: 5px 0;
	border-bottom: 1px dotted #000;
	display: block;
	color: #000;
	text-align: center;
	vertical-align: middle;
  }
  #container .navBox .subNav .menuBox tr td a span, #container .navBox .subNav .menuBox tr td > span span, #container #tabNav .spNav .menuBox tr td a span, #container #tabNav .spNav .menuBox tr td > span span {
	padding: 5px 0;
	border-left: 1px dotted #000;
	display: block;
  }
  #container .navBox .subNav .menuBox tr td a span.break, #container .navBox .subNav .menuBox tr td > span span.break, #container #tabNav .spNav .menuBox tr td a span.break, #container #tabNav .spNav .menuBox tr td > span span.break {
	padding: 0;
	font-size: 76.92308%;
  }
    #container .navBox .subNav .menuBox tr td a span.break2, #container .navBox .subNav .menuBox tr td > span span.break2, #container #tabNav .spNav .menuBox tr td a span.break2, #container #tabNav .spNav .menuBox tr td > span span.break2{
	padding: 0;
	font-size: 76.92308%;
	border-left-style: none;
  }
    #container .navBox .subNav .menuBox tr td a span.break3, #container .navBox .subNav .menuBox tr td > span span.break3, #container #tabNav .spNav .menuBox tr td a span.break3, #container #tabNav .spNav .menuBox tr td > span span.break3{
	padding: 0;
	font-size: 76.9231%;
	border-left-style: none;
	color: #F00;
  }
    #container .navBox .subNav .menuBox tr td.select span, #container #tabNav .spNav .menuBox tr td.select span {
	position: relative;
	z-index: 1;
  }
  #container .navBox .subNav .menuBox tr td.select span:before, #container #tabNav .spNav .menuBox tr td.select span:before {
	width: 95%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #DFF3F8;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmZjNmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dff3f8));
	background-image: -webkit-linear-gradient(top, #ffffff, #dff3f8);
	background-image: -moz-linear-gradient(top, #ffffff, #dff3f8);
	background-image: -o-linear-gradient(top, #ffffff, #dff3f8);
	background-image: linear-gradient(top, #ffffff, #dff3f8);
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-ms-border-radius: 7px 7px 7px 7px;
	-o-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	border: 1px solid #F0F9FC;
	content: "";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	z-index: -1;
  }
  #container .navBox .subNav .menuBox tr td:first-child a span, #container .navBox .subNav .menuBox tr td:first-child > span span, #container #tabNav .spNav .menuBox tr td:first-child a span, #container #tabNav .spNav .menuBox tr td:first-child > span span {
	border-left: none;
  }
  #container .navBox .subNav .menuBox tr td + td.select span, #container #tabNav .spNav .menuBox tr td + td.select span {
	position: relative;
	z-index: 1;
  }
  #container .navBox .subNav .menuBox tr td + td.select span:before, #container #tabNav .spNav .menuBox tr td + td.select span:before {
	width: 95%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 5px;
	background: #DFF3F8;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmZjNmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dff3f8));
	background-image: -webkit-linear-gradient(top, #ffffff, #dff3f8);
	background-image: -moz-linear-gradient(top, #ffffff, #dff3f8);
	background-image: -o-linear-gradient(top, #ffffff, #dff3f8);
	background-image: linear-gradient(top, #ffffff, #dff3f8);
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-ms-border-radius: 7px 7px 7px 7px;
	-o-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	border: 1px solid #F0F9FC;
	content: "";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	z-index: -1;
  }
  #container .navBox .subNav .menuBox tr.last td a, #container .navBox .subNav .menuBox tr.last td > span, #container #tabNav .spNav .menuBox tr.last td a, #container #tabNav .spNav .menuBox tr.last td > span {
	border-bottom: none;
  }
  #container #tabNav .spNav {
	font-size: 92.85714%;
  }
  #container .navBox .mainNav {
	margin-bottom: 20px;
	width: 100%;
	background: #F1FAFC;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	border-collapse: collapse;
	font-size: 140%;
  }
  #container .navBox .mainNav tr td {
	width: 50%;
	border: 3px solid #fff;
	line-height: 1.6;
  }
  #container .navBox .mainNav tr td a {
	padding: 10px 0;
	display: block;
	text-align: center;
	vertical-align: middle;
  }
  #container .navBox .mainNav tr td a span {
	display: block;
	font-size: 71.42857%;
  }
  #container .navBox .mainNav tr:last-child td {
	border-bottom: none;
  }
  #container #conts {
	margin: 0;
	width: auto;
	overflow: hidden;
  }

  #footer {
	padding: 0 0 30px;
	background: none;
	overflow: hidden;
  }
  #footer .inner .footerNav {
	width: 100%;
	display: block;
  }
  #footer .inner .footerNav h1 {
	padding: 10px 14px;
	width: 100%;
	background: #54A2E6;
	display: block;
	color: #FFF;
	font-size: 130%;
  }
  #footer .inner .footerNav ul li:last-child a {
	border-bottom: thin;
  }
  #footer .inner .footerNav ul li a {
	padding: 15px 20px;
	border-bottom: 1px solid #D9D9D9;
	display: block;
	position: relative;
	color: #1F8CB3;
	font-size: 140%;
  }
  #footer .inner .footerNav ul li a:before {
	margin-top: -6px;
	border-left: 6px solid #46B2D6;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
  }
  #footer .inner .footerNav ul li a:after {
	margin-top: -6px;
	border-left: 6px solid #FFF;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
  }
  #footer .inner .footerNav ul li a span {
	margin-left: 15px;
	font-size: 71.42857%;
  }
  #footer .inner .searchBox {
	margin-bottom: 15px;
	padding: 25px 30px;
	width: 100%;
	background: #ECECEC;
	position: relative;
	top: inherit;
	left: inherit;
	text-align: center;
  }
  #footer .inner .searchBox form {
	margin: 0 auto;
	width: 260px;
  }
  #footer .inner .searchBox form #text {
	width: 150px;
  }
  #footer .inner .footerTab {
	display: none;
  }
  #footer .inner .infoBox {
	margin-bottom: 30px;
	padding: 10px 0;
	text-align: center;
  }
  #footer .inner .infoBox p {
	margin-bottom: 1em;
  }
  #footer .inner .infoBox p .break {
	display: block;
  }
  #footer .inner .pageTop {
	width: 100%;
	height: auto;
	background: #54A2E6;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	position: relative;
	top: inherit;
	left: inherit;
	display: block;
	text-align: center;
	padding: 0;
  }
  #footer .inner .pageTop a {
	color: #FFF;
	padding: 10px 0;
	display: block;
	font-size: 130%;
  }
  #footer .inner .pageTop a img {
	display: none;
  }
  #footer .inner .pageTop a span {
	display: block;
  }
}
/*------------------------------------------------------------
	全体
------------------------------------------------------------*/
#main #liquid {
	margin-left: -220px;
	width: 100%;
	float: right;
}
#main #liquid #conts {
	margin-left: 220px;
	width: auto;
	float: none;
}
#main #sideBar {
	width: 175px;
	float: left;
}

/* 768px以下 sp */
@media only screen and (max-width: 767px) {
  #main #liquid {
	margin-left: 0;
	width: auto;
	float: none;
  }
  #main #liquid #conts {
	margin-left: 0;
	width: auto;
	float: none;
  }
  #main #sideBar {
	display: none;
  }
}
#main.singleColumn #liquid {
	margin-left: 0;
	width: auto;
	float: none;
}
#main.singleColumn #liquid #conts {
	margin-left: 0;
	width: auto;
	float: none;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar ul li {
	border-bottom: 1px #EAEAEA solid;
	padding: 10px 0 7px 10px;
}
#sideBar ul li:first-child {
	padding-top: 0;
}
#sideBar ul li a {
	color: #000;
	font-size: 90%;
}
#sideBar ul li a:hover {
	text-decoration: underline;
}
#sideBar ul li .level02 {
	margin-top: 10px;
	border-top: 1px #EAEAEA solid;
	padding-left: 15px;
}
#sideBar ul li .level02 .break{
	font-size: 70%;
	color: #F00;
	border: 1px solid #F00;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#sideBar ul li .level02 li {
	border-top: 1px #EAEAEA solid;
	padding-left: 15px;
	border-bottom: none;
}
#sideBar ul li .level02 li:first-child {
	padding-top: 10px;
	border-top: none;
}
#sideBar ul li.active a {
	padding-left: 20px;
	color: #0084CA;
	background: url(../img/common/icon/arrow_r03.png) no-repeat left center;
}

/*------------------------------------------------------------
	見出し
------------------------------------------------------------*/
#conts .ttlA {
	margin-bottom: 14px;
	color: #0076AC;
	font-size: 178.57143%;
	font-weight: normal;
	line-height: 1.25;
}
#conts .ttlA span {
	margin-top: 5px;
	display: block;
	font-size: 64%;
}
#conts .ttlB {
	margin-bottom: 20px;
	color: #0076AC;
	font-size: 150%;
	font-weight: normal;
}
#conts .ttlB .en {
	margin-left: 10px;
	color: #999;
	font-size: 50%;
}
#conts .ttlC {
	margin-bottom: 10px;
	color: #0076AC;
	font-size: 140%;
	font-weight: normal;
}
#conts .ttlD {
	margin-bottom: 10px;
	color: #0076AC;
	font-size: 130%;
	font-weight: normal;
}
#conts .ttlE {
	font-size: 110%;
	font-weight: normal;
	color: #000;
	margin-top: 20px;
	margin-bottom: 5px;
	line-height: 1.4;
}

/* 939px以下 tablet */
@media only screen and (max-width: 939px) {
  #conts .ttlA {
	font-size: 164.28571%;
  }
  #conts .ttlA span {
	margin-top: 2px;
	font-size: 77.77778%;
  }
}
/* 768px以下 sp */
@media only screen and (max-width: 767px) {
  #conts .ttlA {
	margin-bottom: 12px;
	font-size: 128.57143%;
  }
  #conts .ttlA span {
	margin-top: 2px;
	font-size: 77.77778%;
  }
  #conts .ttlB {
	margin-bottom: 20px;
	color: #0076AC;
	font-size: 130%;
	font-weight: normal;
  }
  #conts .ttlD {
	margin-bottom: 20px;
	color: #0076AC;
	font-size: 120%;
	font-weight: normal;
  }
  #conts .ttlB .en {
	margin-left: 5px;
	color: #999;
	font-size: 60%;
  }
  #conts .ttlC {
	margin-bottom: 10px;
	color: #0076AC;
	font-size: 140%;
	font-weight: normal;
  }
}
/*------------------------------------------------------------
	段落
------------------------------------------------------------*/
#conts p {
	color: #000000;
	line-height: 1.7;
}

/*------------------------------------------------------------
	下層共通
------------------------------------------------------------*/
#conts #tabNav {
	padding-left: 26px;
	background: url(../img/common/template/tab_bg01.gif) repeat-x left bottom;
}
#conts #tabNav .topMenu {
	margin-bottom: 30px;
}
#conts #tabNav .topMenu li {
	margin-right: 10px;
	float: left;
}
#conts #tabNav .spNav {
	display: none;
}
#conts #tabNav + .inner {
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 15px;
}
#conts #tabNav + .inner p {
	margin-bottom: 20px;
	text-indent: 1em;
	color: #000000;
}
#conts #tabNav + .inner p span {
	display: inline;
}
#conts #tabNav + .inner .txtImgL,
#conts #tabNav + .inner .txtImgR {
	font-size: 107.14286%;
}
#conts #tabNav + .inner .txtImgL {
	margin-bottom: 30px;
}
#conts #tabNav + .inner .txtImgL img {
	float: left;
	margin-right: 30px;
}
#conts #tabNav + .inner .txtImgL p span {
	margin-top: 20px;
	display: block;
}
#conts #tabNav + .inner .txtImgR {
	margin-bottom: 30px;
}
#conts #tabNav + .inner .txtImgR img {
	float: right;
}
#conts #tabNav + .inner .txtImgR p {
	margin-bottom: 5px;
	text-indent: 1em;
	color: #000000;
}
#conts #tabNav + .inner .txtImgR p.gamble {
	color: #000;
}
#conts #tabNav + .inner .txtImgR ol {
	padding-left: 10px;
}
#conts #tabNav + .inner .txtImgR ol li {
	margin-bottom: 5px;
}
#conts #tabNav + .inner .ttlB {
	font-size: 164.28571%;
}
#conts #tabNav + .inner .ttlB + p {
	font-size: 107.14286%;
	color: #000000;
}
#conts #tabNav + .inner .ttlB + p + p {
	font-size: 107.14286%;
	color: #000000;
}
#conts #tabNav + .inner .ttlB + p + p + p {
	font-size: 107.14286%;
	color: #000000;
}
#conts #tabNav + .inner .ttlD {
	font-size: 140%;
}
#conts #tabNav + .inner .ttlD + p {
	font-size: 107.14286%;
	color: #000000;
}
#conts #tabNav + .inner .ttlD + p + p {
	font-size: 107.14286%;
	color: #000000;
}
#conts #tabNav + .inner .ttlD + p + p + p {
	font-size: 107.14286%;
	color: #000000;
}
#conts #tabNav + .inner .courseList li {
	margin-bottom: 30px;
	padding: 15px;
	background-color: #F7F7F7;
	position: relative;
}
#conts #tabNav + .inner .courseList li section {
	width: 100%;
	display: table;
}
#conts #tabNav + .inner .courseList li section .img {
	padding-right: 20px;
	width: 139px;
	display: table-cell;
	vertical-align: top;
}
#conts #tabNav + .inner .courseList li section .box {
	width: 701px;
	display: table-cell;
	vertical-align: top;
}
#conts #tabNav + .inner .courseList li section .box h3 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px #D9D9D9 solid;
	font-size: 140%;
	color: #0076AC;
	font-weight: normal;
}
#conts #tabNav + .inner .courseList li section .box p {
	margin-bottom: 0;
	text-indent: 0;
	color: #000000;
}
#conts #tabNav + .inner .courseList li .btn {
	margin-bottom: 0;
	width: 131px;
	background: url(../img/common/btn/btn_izongairai_bg_b.gif) no-repeat left bottom;
	position: absolute;
	top: 10px;
	right: 15px;
	text-align: center;
}
#conts #tabNav + .inner .courseList li .btn a {
	padding: 4px 7px 2px;
	display: block;
	background: url(../img/common/btn/btn_izongairai_bg_t.gif) no-repeat left top;
	font-size: 90%;
}
#conts #tabNav + .inner .courseList li .btn a span {
	display: block;
	background: url(../img/common/icon/arrow_r04.png) no-repeat left 3px;
	color: #FFF;
}
#conts .sub {
	display: none;
}
#conts .sub #infoBox {
	width: 211px;
	float: left;
}
#conts .sub #infoBox #consultation {
	margin-bottom: 20px;
	padding-top: 6px;
	background: url(../img/index/consult_bg_t.png) no-repeat left top;
}
#conts .sub #infoBox #consultation .inner {
	padding: 6px 10px 15px;
	background: #f5fbfd url(../img/index/consult_bg_b.png) no-repeat left bottom;
}
#conts .sub #infoBox #consultation .inner .caption {
	display: none;
}
#conts .sub #infoBox #consultation .inner dl {
	margin: 0 auto 15px;
	width: 170px;
	color: #1F90D2;
	font-size: 85.71429%;
}
#conts .sub #infoBox #consultation .inner dl dt {
	margin-bottom: 8px;
	padding-top: 3px;
	width: 66px;
	background: url(../img/index/consult_txt_bg01_t.png) no-repeat left top;
	float: left;
	clear: left;
	text-align: center;
}
#conts .sub #infoBox #consultation .inner dl dt span {
	padding-bottom: 2px;
	background: white url(../img/index/consult_txt_bg01_b.png) no-repeat left bottom;
	display: block;
}
#conts .sub #infoBox #consultation .inner dl dt.close {
	background: url(../img/index/consult_txt_bg02_t.png) no-repeat left top;
}
#conts .sub #infoBox #consultation .inner dl dt.close span {
	background: #42b1e8 url(../img/index/consult_txt_bg02_b.png) no-repeat left bottom;
	color: #fff;
	font-weight: bold;
}
#conts .sub #infoBox #consultation .inner dl dd {
	margin: 0 0 8px 75px;
	padding: 4px 0 2px;
	font-weight: bold;
}
#conts .sub #infoBox #consultation .inner dl dd .break {
	display: block;
}
#conts .sub #infoBox #consultation .inner .timeTable {
	margin-bottom: 15px;
	width: 100%;
	border-collapse: collapse;
}
#conts .sub #infoBox #consultation .inner .timeTable .col01 {
	width: 40%;
}
#conts .sub #infoBox #consultation .inner .timeTable th, #conts .sub #infoBox #consultation .inner .timeTable td {
	padding: 3px;
	border: 1px solid #ddd;
	color: #333;
	font-size: 71.42857%;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	letter-spacing: -0.5px;
}
#conts .sub #infoBox #consultation .inner .timeTable th {
	background: #E9F5FC;
}
#conts .sub #infoBox #consultation .inner .timeTable td {
	background: #fff;
	color: #42B1E8;
	font-weight: bold;
}
#conts .sub #infoBox #consultation .inner .timeTable td.week {
	color: #333;
	font-weight: normal;
}
#conts .sub #infoBox #consultation .inner .btn {
	margin: 0 auto;
	padding-top: 4px;
	width: 115px;
	background: url(../img/index/consult_btn_bg_t.png) no-repeat left top;
}
#conts .sub #infoBox #consultation .inner .btn a {
	padding-bottom: 4px;
	background: #46b2d6 url(../img/index/consult_btn_bg_b.png) no-repeat left bottom;
	display: block;
	color: #fff;
}
#conts .sub #infoBox #consultation .inner .btn a span {
	padding-left: 30px;
	background: url(../img/index/consult_arror01.png) no-repeat 15px 4px;
}
#conts .sub #infoBox #consultation .inner .btn a:hover {
	text-decoration: underline;
}
#conts .sub #infoBox #consultation .inner .tele {
	display: none;
}
#conts .sub #infoBox .bnBox2 {
	margin-top: 15px;
}
#conts .sub #infoBox .bnmobile {
	display: none;
}
#conts .monshin {
	display: block;
	text-align: center;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
}

/* 940px以下 tablet */
@media only screen and (max-width: 939px) {
  #conts section {
	padding-right: 15px;
	padding-left: 15px;
  }
  #conts #tabNav {
	padding-left: 5px;
  }
  #conts #tabNav .topMenu li {
	margin-right: 1px;
  }
  #conts #tabNav + .inner {
	padding: 0;
  }
  #conts #tabNav + .inner .courseList li section {
	width: 100%;
	display: table;
  }
  #conts #tabNav + .inner .courseList li section .img {
	padding-right: 20px;
	width: 139px;
	float: none;
	display: table-cell;
  }
  #conts #tabNav + .inner .courseList li section .box {
	width: auto;
	display: table-cell;
	float: none;
  }
  #conts #tabNav + .inner .courseList li section .box h3 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px #D9D9D9 solid;
	font-size: 140%;
	color: #0076AC;
	font-weight: normal;
  }
  #conts #tabNav + .inner .courseList li section .box p {
	text-indent: 0;
  }
}
/* 768px以下 sp */
@media only screen and (max-width: 767px) {
  #conts #tabNav {
	padding-left: 0;
	background: none;
  }
  #conts #tabNav .topMenu {
	display: none;
  }
  #conts #tabNav .spNav {
	display: block;
  }
  #conts #tabNav + .inner {
	padding: 0;
  }
  #conts #tabNav + .inner p {
	margin-bottom: 25px;
	text-indent: 1em;
  }
  #conts #tabNav + .inner p span {
	display: block;
  }
  #conts #tabNav + .inner p span.ti {
	margin-top: 25px;
	text-indent: 0;
  }
  #conts #tabNav + .inner .txtImgL {
	margin-bottom: 15px;
  }
  #conts #tabNav + .inner .txtImgL img {
	margin-bottom: 10px;
	width: 100%;
	height: auto;
	float: none;
  }
  #conts #tabNav + .inner .txtImgL p span {
	margin-top: 0;
	display: inline;
  }
  #conts #tabNav + .inner .txtImgR {
	margin-bottom: 20px;
  }
  #conts #tabNav + .inner .txtImgR img {
	display: none;
	float: none;
  }
  #conts #tabNav + .inner .txtImgR p {
	margin-bottom: 5px;
	text-indent: 0;
	color: #000;
  }
  #conts #tabNav + .inner .txtImgR ol {
	padding-left: 0;
  }
  #conts #tabNav + .inner .txtImgR ol li {
	margin-bottom: 5px;
  }
  #conts #tabNav + .inner .courseList li {
	position: static;
  }
  #conts #tabNav + .inner .courseList li section {
	width: auto;
  }
  #conts #tabNav + .inner .courseList li section .img {
	float: none;
	display: none;
  }
  #conts #tabNav + .inner .courseList li section .box {
	padding-left: 0;
	width: auto;
	display: block;
	float: none;
  }
  #conts #tabNav + .inner .courseList li section .box h3 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #D9D9D9 solid;
	font-size: 130%;
	color: #0076AC;
	font-weight: normal;
  }
  #conts #tabNav + .inner .courseList li section .box p {
	margin-bottom: 15px;
	text-indent: 0;
  }
  #conts #tabNav + .inner .courseList li .btn {
	margin-bottom: 0;
	width: auto;
	background: none;
	position: static;
  }
  #conts #tabNav + .inner .courseList li .btn a {
	padding: 9px 7px 7px;
	display: block;
	background: none;
	background-color: #1F90D2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	font-size: 110.0%;
  }
  #conts #tabNav + .inner .courseList li .btn a span {
	display: block;
	background-image: url(../img/common/icon/arrow_r04.png);
	background-repeat: no-repeat;
	background-position: right 3px;
  }
  #conts .sub {
	margin: 0;
	float: none;
	display: block;
  }
  #conts .sub #infoBox {
	margin-bottom: 15px;
	width: 100%;
	float: none;
  }
  #conts .sub #infoBox #consultation {
	background: #F1FAFC;
	border: 1px solid #DBEDF8;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
  }
  #conts .sub #infoBox #consultation .inner {
	padding: 10px 15px 15px;
  }
  #conts .sub #infoBox #consultation .inner .caption {
	margin-bottom: 8px;
	padding-bottom: 5px;
	border-bottom: 3px solid #0A9CD3;
	display: block;
	color: #0076AC;
	font-family: "Kozuka Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 92.85714%;
	text-align: center;
  }
  #conts .sub #infoBox #consultation .inner dl {
	margin-bottom: 15px;
	width: 100%;
  }
  #conts .sub #infoBox #consultation .inner dl dd span {
	margin-left: 10px;
	display: inline;
  }
  #conts .sub #infoBox #consultation .inner dl dd .break {
	display: inline;
  }
  #conts .sub #infoBox #consultation .inner .timeTable th, #conts .sub #infoBox #consultation .inner .timeTable td {
	padding: 7px;
  }
  #conts .sub #infoBox #consultation .inner .btn {
	padding: 0;
	width: 100%;
	background: #54A2E6;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
  }
  #conts .sub #infoBox #consultation .inner .btn a {
	padding: 10px 0;
	background: none;
  }
  #conts .sub #infoBox #consultation .inner .btn a span {
	padding: 0;
	background: none;
  }
  #conts .sub #infoBox .bnBox {
	display: none;
  }
  #conts .sub #infoBox .bnBox2 {
	display: none;
  }
  #conts .sub #infoBox #consultation .inner .tele {
	width: 100%;
	height: 50px;
	text-align: center;
	bottom: 10px;
	display: block;
	text-decoration: none;
	font-size:16px;
	position: relative;
	background-color: #F78800;
	border-radius: 6px;
	color: #fff;
	line-height: 50px;
	transition: none;
	margin-top: 25px;
}
#conts .sub #infoBox #consultation .inner .tele a {
	color: #fff;
}
#conts .sub #infoBox #consultation .inner .tele a:hover {
	background-color: #FF9933;
	display: block;
	text-decoration: none;
	font-size:16px;
	position: relative;
	border-radius: 6px;
}
#conts .sub #infoBox .bnmobile {
	display: block;
	text-align: center;
	height: 110px;
}
#conts .monshin {
	display: block;
	text-align: center;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
}
}
/*------------------------------------------------------------
	tableチェック表
------------------------------------------------------------*/
#conts .inner .table {
	margin-bottom: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#conts .inner .table ol {
	width: 100%;
	display: table;
	background-color: #F5F5F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#conts .inner .table ol li {
	padding: 15px 0;
	width: 15%;
	display: table-cell;
	text-align: center;
	font-size: 85.71429%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
#conts .inner .table ol li.first {
	padding: 15px;
	width: 70%;
	text-align: left;
	border-left: none;
	font-size: 107.14286%;
}
#conts .inner .table dl {
	width: 100%;
	display: table;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#conts .inner .table dl dt, #conts .inner .table dl dd {
	width: 15%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#conts .inner .table dl dt {
	padding: 15px;
	width: 70%;
	text-align: left;
	font-size: 107.14286%;
}
#conts .inner .table dl dd {
	font-size: 85.71429%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
#conts .inner .table dl dd label {
	padding: 15px 0;
	display: block;
}
#conts .inner .table dl dd label input {
	margin-right: 5px;
	vertical-align: -0.15em;
}
#conts .inner .table dl dd label .yes, #conts .inner .table dl dd label .no, #conts .inner .table dl dd label .txt {
	display: none;
}
#conts .inner .decision {
	margin-bottom: 35px;
}
#conts .inner .decision dt {
	margin-bottom: 10px;
	color: #C00;
	font-size: 110.0%;
}
#conts .inner .decision dd {
	padding: 15px 0 12px;
	width: 100%;
	display: table;
	border: 1px solid #999;
}
#conts .inner .decision dd .total {
	padding: 0 135px 0 80px;
	display: table-cell;
	vertical-align: middle;
	font-size: 107.14286%;
}
#conts .inner .decision dd .total .score {
	padding: 0 15px;
	color: #C00;
	font-size: 260%;
}
#conts .inner .decision dd ul {
	display: table-cell;
	vertical-align: middle;
}
#conts .inner .decision dd ul li {
	margin-bottom: 3px;
}
#conts .inner .notes {
	margin-bottom: 55px;
	color: #666;
	font-size: 80%;
	text-align: right;
}
#conts .inner .notes a {
	color: #666;
	text-decoration: underline;
}
#conts .inner .notes a:hover {
	text-decoration: none;
}

/* 940px以下 tablet */
@media only screen and (max-width: 939px) {
  #conts .inner {
	padding: 0;
  }
  #conts .inner .decision {
	margin-bottom: 35px;
  }
  #conts .inner .decision dt {
	margin-bottom: 10px;
	color: #C00;
	font-size: 110.0%;
  }
  #conts .inner .decision dd {
	padding: 15px 0 12px;
	width: 100%;
	display: table;
	border: 1px #ccc solid;
  }
  #conts .inner .decision dd .total {
	padding: 0 50px 0 80px;
	display: table-cell;
	vertical-align: middle;
  }
  #conts .inner .decision dd .total .score {
	padding: 0 15px;
	color: #C00;
	font-size: 260%;
  }
  #conts .inner .decision dd ul {
	display: table-cell;
	vertical-align: middle;
  }
  #conts .inner .decision dd ul li {
	margin-bottom: 3px;
  }
}
/* 768px以下 sp */
@media only screen and (max-width: 767px) {
  #conts .inner {
	padding: 0;
  }
  #conts .inner h2 + p {
	margin-bottom: 25px;
	text-indent: 1em;
  }
  #conts .inner h3 {
	margin-bottom: 5px;
	font-size: 110%;
	line-height: 1.4em;
  }
  #conts .inner p {
	margin-bottom: 0;
	text-indent: 1em;
  }
  #conts .inner .table {
	margin-bottom: 25px;
	border: none;
  }
  #conts .inner .table ol {
	margin-bottom: 15px;
	width: auto;
	display: block;
	border-bottom: none;
	background-color: transparent;
  }
  #conts .inner .table ol li {
	padding: 0;
	width: auto;
	display: none;
	border-left: none;
  }
  #conts .inner .table ol li.first {
	padding: 0;
	width: auto;
	display: block;
	text-align: left;
  }
  #conts .inner .table dl {
	margin-bottom: 10px;
	width: auto;
	display: block;
	border-bottom: none;
  }
  #conts .inner .table dl:after {
	display: block;
	clear: both;
	content: "";
  }
  #conts .inner .table dl dt, #conts .inner .table dl dd {
	width: auto;
	display: block;
	border-left: none;
	text-align: center;
  }
  #conts .inner .table dl dt {
	margin-bottom: 5px;
	padding: 0 0 0 5px;
	width: auto;
	text-align: left;
  }
  #conts .inner .table dl dd {
	padding: 5px 0;
	width: 50%;
	border-top: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-size: 90%;
  }
  #conts .inner .table dl dd label {
	padding: 5px 0 3px;
	display: block;
  }
  #conts .inner .table dl dd label input {
	margin-right: 5px;
	vertical-align: -0.15em;
  }
  #conts .inner .table dl dd label .yes, #conts .inner .table dl dd label .no, #conts .inner .table dl dd label .txt {
	display: inline;
  }
  #conts .inner .table dl dt + dd label {
	border-right: 1px #CCC dotted;
  }
  #conts .inner .decision {
	margin-bottom: 35px;
  }
  #conts .inner .decision dt {
	margin-bottom: 10px;
	color: #C00;
	font-size: 110.0%;
  }
  #conts .inner .decision dd {
	padding: 0;
	width: auto;
	display: block;
	border: none;
  }
  #conts .inner .decision dd .total {
	margin-bottom: 15px;
	padding: 20px 0 22px;
	border: 1px #ccc solid;
	background-color: #F5F5F5;
	display: block;
	text-align: center;
  }
  #conts .inner .decision dd .total .score {
	padding: 0 15px;
	display: inline !important;
	color: #C00;
	font-size: 260%;
  }
  #conts .inner .decision dd ul {
	display: block;
  }
  #conts .inner .decision dd ul li {
	margin-bottom: 3px;
  }
  #conts .inner .decision dd ul li span {
	padding-left: 1em;
	display: block;
  }
  #conts .inner .notes {
	font-size: 85%;
	line-height: 1.6;
	text-align: left;
  }
}
/*------------------------------------------------------------
    各依存症の詳細
------------------------------------------------------------*/
#izonList ul {
	width: 740px;
	margin: 0 0 30px -20px;
}
#izonList ul li {
	margin: 0 0 25px 20px;
	width: 165px;
	float: left;
}
#izonList ul li img {
	margin-bottom: 10px;
}
#izonList ul li a {
	width: 165px;
	display: block;
	background: url(../img/common/btn/btn_izon_b.gif) no-repeat left bottom;
	color: #000;
	font-size: 85%;
	text-align: center;
}
#izonList ul li a:hover {
	text-decoration: underline;
}
#izonList ul li a .bg {
	padding: 11px 0;
	display: block;
	background: url(../img/common/btn/btn_izon_t.gif) no-repeat left top;
}
#izonList ul li a .bg .icon {
	padding-left: 20px;
	background: url(../img/common/icon/arrow_r05.gif) no-repeat left center;
}
#izonList ul li a .bg .icon .small {
	font-size: 60%;
	letter-spacing: -0.1em;
}
#izonList ul li a .bg .icon .xsmall {
	font-size: 30%;
	letter-spacing: -0.1em;
}

/* 940px以下 tablet */
@media only screen and (max-width: 939px) {
  #izonList ul {
	margin: 0 auto;
	width: 569px;
  }
  #izonList ul li {
	margin: 0 0 25px 20px;
	width: 165px;
	float: left;
  }
  #izonList ul li img {
	margin-bottom: 10px;
  }
  #izonList ul li a {
	width: 165px;
	display: block;
	background: url(../img/common/btn/btn_izon_b.gif) no-repeat left bottom;
	color: #000;
	font-size: 85%;
	text-align: center;
  }
  #izonList ul li a .bg {
	padding: 11px 0;
	display: block;
	background: url(../img/common/btn/btn_izon_t.gif) no-repeat left top;
  }
  #izonList ul li a .bg .icon {
	padding-left: 20px;
	background: url(../img/common/icon/arrow_r05.gif) no-repeat left center;
  }
  #izonList ul li a .bg .icon .small {
	font-size: 60%;
	letter-spacing: -0.1em;
  }
  #izonList ul li a .bg .icon .xsmall {
	font-size: 30%;
	letter-spacing: -0.1em;
  }
}
/* 768px以下 sp */
@media only screen and (max-width: 767px) {
  #izonList ul {
	margin: 0 auto;
	width: auto;
	margin-left: 0;
  }
  #izonList ul li {
	padding: 0 10px;
	margin: 0 auto 25px;
	width: auto;
	float: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
  }
  #izonList ul li img {
	display: block;
	margin: 0 auto 10px;
	width: 100%;
  }
  #izonList ul li a {
	width: auto;
	background: none;
	color: #000;
	border: 1px #ccc solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
  }
  #izonList ul li a .bg {
	padding: 11px 0;
	display: block;
	background: none;
  }
}
/*------------------------------------------------------------
	下層　タブ
------------------------------------------------------------*/
#conts #tabConts .tabMenu {
	margin-bottom: 30px;
	margin-bottom: 30px;
	padding-left: 26px;
	background: url(../img/common/template/tab_bg01.gif) repeat-x left bottom;
}
#conts #tabConts .tabMenu li {
	margin-right: 10px;
	float: left;
}
#conts #tabConts .tabMenu li .sp {
	display: none;
}

/* 940px以下 tablet */
@media only screen and (max-width: 939px) {
  #conts #tabConts .tabMenu {
	padding-left: 0;
	display: table;
  }
  #conts #tabConts .tabMenu li {
	padding-left: 5px;
	width: 25%;
	margin-right: 0;
	float: none;
	display: table-cell;
	vertical-align: bottom;
  }
  #conts #tabConts .tabMenu li a {
	color: #000;
  }
  #conts #tabConts .tabMenu li a img {
	display: none;
  }
  #conts #tabConts .tabMenu li a .sp {
	padding: 10px 5px;
	border: 1px #CCC solid;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background: #ffffff;
	background: -moz-linear-gradient(top, white 0%, #e7e7e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e7e7e7));
	background: -webkit-linear-gradient(top, white 0%, #e7e7e7 100%);
	background: -o-linear-gradient(top, white 0%, #e7e7e7 100%);
	background: -ms-linear-gradient(top, white 0%, #e7e7e7 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 );
	display: block;
	text-align: center;
  }
  #conts #tabConts .tabMenu li.active a .sp {
	padding-bottom: 11px;
	border-bottom: none;
	background: #fff;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
  }
}
/* 768px以下 sp */
/*------------------------------------------------------------
	診療案内
------------------------------------------------------------*/
#extraConts {
	padding: 30px 0 25px;
	background-color: #F9F9F9;
}
#extraConts .inner {
	margin: 0 auto;
	max-width: 900px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#extraConts .inner h1 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px #e0e0e0 solid;
	color: #0076AC;
	font-size: 180%;
	font-weight: normal;
}
#extraConts .inner .slider .slide img {
	margin-bottom: 10px;
	display: block;
}
#extraConts .inner .slider .slide p {
	margin-bottom: 12px;
	font-size: 130%;
}
#extraConts .inner .slider .slide p.btn {
	margin: 0 auto;
	width: 154px;
	text-align: center;
}
#extraConts .inner .slider .slide p.btn a {
	display: block;
	background: url(../img/common/btn/btn_guide_b_out.gif) no-repeat left bottom;
}
#extraConts .inner .slider .slide p.btn a .bg {
	padding: 10px 0 7px;
	display: block;
	background: url(../img/common/btn/btn_guide_t_out.gif) no-repeat left top;
}
#extraConts .inner .slider .slide p.btn a .bg span {
	padding: 0 15px;
	background: url(../img/common/icon/arrow_r03.png) no-repeat left 4px;
}
#extraConts .inner .slider .slide p.btn a:hover {
	background: url(../img/common/btn/btn_guide_b_over.gif) no-repeat left bottom;
}
#extraConts .inner .slider .slide p.btn a:hover .bg {
	background: url(../img/common/btn/btn_guide_t_over.gif) no-repeat left top;
}

/* 940px以下 tablet */
/* 768px以下 sp */
@media only screen and (max-width: 767px) {
  #extraConts {
	display: none;
  }
}
