@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; }

/* フォントの色 */
.fc_red { color: #F00 !important;}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.t_center{ text-align:center !important;}


/*-------------------------------------------------≥-----------
	clearfix
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	font-size: 62.5%;
}
body,
table,
input, textarea, select, option {
	font-family:"ヒラギノ角ゴ Pro W3", Meiryo, "小塚ゴシック Pr6N", "Hiragino Kaku Gothic Pro", sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

p {
	margin-bottom:10px;
}

ul {
	list-style: none;
}

ol li {
	margin-bottom:8px;
}

ol {
	margin-left:30px;
	margin-bottom: 20px;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #08987b;
	text-decoration: none;
}

a:hover {
	color: #08987b;
	text-decoration: underline;
}

.floatL {
	float: left !important;
}

.floatR {
	float: right !important;
}

.clear {
	clear:both;
}

.center {
	text-align:center;
}

.sp_disp {
	display:none !important;
}

/* =============================================================================
   WP default styles
   ========================================================================== */
/*.alignnone {
    clear: both;
    margin: 5px 20px 20px 0;
}*/
.aligncenter,
div.aligncenter {
    clear: both;
    display: block;
    margin: 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright,
/*a img.alignnone,*/
a img.alignleft,
a img.aligncenter,
.wp-caption{
    border: 1px solid #e2e2e2;
    padding: 6px;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
/*a img.alignnone {
    margin: 5px 20px 20px 0;
}*/
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background-color: #fff;
    max-width: 100%; /* Image does not overflow the content area */
    text-align: center;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.wp-caption.alignnone {
    clear: both;
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption a{
    display: block;
}
.wp-caption img {
    border: 0 none;
    display: block;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    color: #9d9d9d;
    font-size: 12px;
    font-style: normal;
    line-height: 15px;
    margin: 0;
    padding: 10px 8px 6px;
}
.gallery-caption {
    color: #666;
    font-size: 12px;
}
.sticky { /*Empty*/ }

/* main_l&r
---------------------------------------------------- */

#conts .main_l70 {
    width:68%;
    margin:10px 0 0 0;
    padding:0;
    float:left;
    overflow: hidden;
}

#conts .main_l60 {
    width:58%;
    margin:10px 0 0 0;
    padding:0;
    float:left;
    overflow: hidden;
}

#conts .main_l50 {
    width:48%;
    margin:10px 0 0 0;
    padding:0;
    float:left;
    overflow: hidden;
}

#conts .main_l40 {
    width:38%;
    margin:10px 0 0 0;
    padding:0;
    float:left;
    overflow: hidden;
}

#conts .main_r60 {
    width:58%;
    margin:10px 0 0 0;
    padding:0;
    float:right;
    overflow: hidden;
}

#conts .main_r50 {
    width:48%;
    margin:10px 0 0 0;
    padding:0;
    float:right;
    overflow: hidden;
}

#conts .main_r40 {
    width:38%;
    margin:10px 0 0 0;
    padding:0;
    float:right;
    overflow: hidden;
}

#conts .main_r30 {
    width:30%;
    margin:10px 0 0 0;
    padding:0;
    float:right;
    overflow: hidden;
}

#conts .main_r20 {
    width:24%;
    margin:10px 0 0 0;
    padding:0;
    float:right;
    overflow: hidden;
}


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1000px;
	color: #555;
	line-height: 1.5;
	background-color: #F4F3F1;
	-webkit-text-size-adjust: none;
}

#container {
	text-align: left;
}

#main {
	margin: 0 auto 78px;
	width: 1000px;
	position: relative;
	z-index: 100;
}


/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 9px 0 5px;
	background: #FDFDFD url(../img/common/line02.gif) repeat-x left bottom;
}

#gHeader .hInner {
	margin: 0 auto;
	width: 990px;
}

#gHeader .h1_logo {
	float: left;
	border:none;
}

#gHeader .hBox {
	margin-top: 3px;
	padding-left: 18px;
	width: 644px;
	float: right;
	background: url(../img/common/line03.gif) no-repeat left 6px;
}

#gHeader .hBox a {
	color:#555;
}

#gHeader .hBox .hLink01 {
	margin-right: 18px;
	padding-right: 5px;
	width: 108px;
	float: left;
	background: url(../img/common/line03.gif) no-repeat right 6px;
}

#gHeader .hBox .hLink01 li {
	padding: 2px 0 8px;
	font-size: 12px;
}

#gHeader .hBox .hLink01 img {
	margin-right: 8px;
	vertical-align: middle;
}

#gHeader .fontChangeBox {
	width: 170px;
	float: left;
}

#gHeader .fontChangeBox .fontChange {
	margin-bottom: 8px;
}

#gHeader .fontChangeBox .fontChange li {
	float: left;
	font-size: 12px;
}
#gHeader .fontChangeBox .fontChange li.fm a.off img{
	visibility: hidden;
}
#gHeader .fontChangeBox .fontChange li.fm a.off {
	display: block;
	background: url(../img/common/font_01_out.jpg) no-repeat 0 0;
}

#gHeader .fontChangeBox .fontChange li.fl a.on img {
	visibility: hidden;
}
#gHeader .fontChangeBox .fontChange li.fl a.on {
	display: block;
	background: url(../img/common/font_02_on.jpg) no-repeat 0 0;
}

#gHeader .fontChangeBox .fontChange .liText {
	padding-top: 2px;
	width: 75px;
}

#gHeader .fontChangeBox .hLink02 li {
	width: 100px;
	float: left;
	letter-spacing: -1px;
}

#gHeader .fontChangeBox .hLink02 .liList {
	width: 70px;
	float: right;
	text-align: right;
}

#gHeader .fontChangeBox .hLink02 li a {
	padding-left: 10px;
	display: inline-block;
	font-size: 12px;
	background: url(../img/common/icon06.gif) no-repeat left 7px;
}

#gHeader .searchBox {
	width: 188px;
	float: left;
	margin-right: 10px;
}

#gHeader .searchBox form {
	margin-bottom: 10px;
	padding: 0 0 0 1px;
	height: 20px;
	border: 1px solid #93A8A9;
}

#gHeader .searchBox form input {
	margin: 0;
	padding: 0;
	border: none;
}

#gHeader .searchBox form input[type="text"] {
	margin-top: 1px;
	width: 121px;
	height: 15px;
	float: left;
	font-size: 1.2em;
	border-top: 1px solid #EBF4F5;
	border-left: 1px solid #EBF4F5;
}

#gHeader .searchBox form input[type="image"] {
	float: right;
}

#gHeader .searchBox p {
	margin-right: 6px;
	clear: both;
	text-align: right;
}

#gHeader a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin: 0 auto;
	width: 1002px;
	position: relative;
	z-index: 1000;
	background: url(../img/common/g_navi_bg.png) no-repeat center bottom;
}

#gNavi ul {
	padding: 0 1px 3px;
	background: url(../img/common/line01.jpg) no-repeat right 3px;
}

#gNavi li {
	padding: 0 2px 0 1px;
	float: left;
	background: url(../img/common/line01.jpg) no-repeat left 5px;
}

#gNavi li a,
#gNavi li a img {
	display: block;
}

#gNavi .home {
	padding-left: 0;
	background: none;
}

#gNavi .navi01 a {
	background: url(../img/common/g_navi01_over.jpg) no-repeat;
}

#gNavi .navi01.on a {
	background: url(../img/common/g_navi01_on.jpg) no-repeat;
}

#gNavi .navi02 a {
	background: url(../img/common/g_navi02_over.jpg) no-repeat;
}

#gNavi .navi02.on a {
	background: url(../img/common/g_navi02_on.jpg) no-repeat;
}

#gNavi .navi03 a {
	background: url(../img/common/g_navi03_over.jpg) no-repeat;
}

#gNavi .navi03.on a {
	background: url(../img/common/g_navi03_on.jpg) no-repeat;
}

#gNavi .navi04 a {
	background: url(../img/common/g_navi04_over.jpg) no-repeat;
}

#gNavi .navi04.on a {
	background: url(../img/common/g_navi04_on.jpg) no-repeat;
}

#gNavi .navi05 a {
	background: url(../img/common/g_navi05_over.jpg) no-repeat;
}

#gNavi .navi05.on a {
	background: url(../img/common/g_navi05_on.jpg) no-repeat;
}

#gNavi .navi06 a {
	background: url(../img/common/g_navi06_over.jpg) no-repeat;
}

#gNavi .navi06.on a {
	background: url(../img/common/g_navi06_on.jpg) no-repeat;
}

#gNavi .navi06 {
	padding-right: 0;
}

.guidance #gNavi .navi01 a {background: url(../img/common/g_navi01_on.jpg) no-repeat;}
.consultation #gNavi .navi02 a {background: url(../img/common/g_navi02_on.jpg) no-repeat;}
.specialty #gNavi .navi03 a {background: url(../img/common/g_navi03_on.jpg) no-repeat;}
.facility #gNavi .navi04 a {background: url(../img/common/g_navi04_on.jpg) no-repeat;}
.access #gNavi .navi05 a {background: url(../img/common/g_navi05_on.jpg) no-repeat;}
.recruit #gNavi .navi06 a {background: url(../img/common/g_navi06_on.jpg) no-repeat;}

.guidance #gNavi .navi01 img,
.consultation #gNavi .navi02 img,
.specialty #gNavi .navi03 img,
.facility #gNavi .navi04 img,
.access #gNavi .navi05 img,
.recruit #gNavi .navi06 img {
    visibility: hidden;
}

.guidance #gNavi .navi01 .naviBox img,
.consultation #gNavi .navi02 .naviBox img,
.specialty #gNavi .navi03 .naviBox img,
.facility #gNavi .navi04 .naviBox img,
.access #gNavi .navi05 .naviBox img,
.recruit #gNavi .navi06 .naviBox img {
	visibility:visible;
}

#gNavi li a:hover img,
#gNavi li.on > a img  {
	filter: alpha(opacity=0);
	opacity: 0;
}

#gNavi .home a:hover img  {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#gNavi .naviBox {
	padding: 12px 17px 15px;
	position: absolute;
	display: none;
	width: 968px;
	left: 0;
	top: 49px;
	background: url(../img/common/sub_navi_bg.png) repeat left top;
	border-bottom:1px #CCC solid;
	border-left:1px #CCC solid;
	border-right:1px #CCC solid;
}

#gNavi .naviBox .photoBox {
	float: left;
}

#gNavi .naviBox .photoBox p {
	margin:10px 0 4px;
	color: #0aa181;
	font-size: 2em;
}

#gNavi .naviBox .textBox {
	margin-top: 10px;
	width: 585px;
	float: right;
}

#gNavi .naviBox ul {
	background-color: transparent !important;
}

#gNavi .naviBox .naviUl li {
	width: 280px;
	float: left;
}

#gNavi .naviBox .naviUl .liList01 {
	width: 350px;
}

#gNavi .naviBox .naviUl .liList02 {
	width: 200px;
}

#gNavi .naviBox .naviUl .subNavi li {
	width: auto;
	float: none;
}

#gNavi .naviBox .naviUl li a {
	padding: 4px 5px 4px 30px;
	display: block;
	color: #555;
	font-size: 1.4em;
	border-bottom: 1px solid #BBB;
	background: url(../img/common/icon09.gif) no-repeat 20px center;
}

#gNavi .naviBox .naviUl a:hover {
	background-color:#efefef !important;
	text-decoration:none !important;
}

#gNavi .naviBox .naviUl li span a {
	padding: 5px 5px 5px 20px;
	background: url(../img/common/icon08.png) no-repeat 5px center;
}

#gNavi .navi01 .naviBox .naviUl li a,
#gNavi .navi06 .naviBox .naviUl li a {
	padding: 5px 5px 5px 20px;
	background: url(../img/common/icon08.png) no-repeat 5px center;
}

#gNavi .naviBox .ulList h2 {
	margin-bottom: 10px;
	padding-top: 3px;
	font-size: 1.8em;
	background: none;
	border-bottom: 2px solid #46B39D;
}

#gNavi .naviBox .ulList li {
	margin-right: 20px;
	float: left;
	width: 354px;
}

#gNavi .naviBox .ulList .naviUl li {
	margin: 0;
	width: 160px;
}

#gNavi .naviBox .ulList .naviUl li a {
	padding: 5px 0 5px 15px;
	background: url(../img/common/icon08.png) no-repeat 3px center;
}

#gNavi .naviBox .ulList li.other {
	margin: 0;
	width: 205px;
	float: right;
}

#gNavi .naviBox .naviUl .liList03 {
	width: 244px;
}

#gNavi .naviBox .naviUl .liList03 li {
	padding-bottom: 5px;
}

#gNavi .naviBox .naviUl .liList03 li a {
	padding: 0;
	background: none;
	border: none;
}

#gNavi .naviBox .naviUl li.liNone a {
	border: none;
}

#gNavi .naviBox .textBox .pAdd {
	padding-top: 15px;
	border-top: 1px solid #BBB;
}

#gNavi .naviBox .textBox .pAdd span {
	margin-top: 10px;
	width: 330px;
	float: left;
	font-size: 1.6em;
}

#gNavi .naviBox .textBox .pAdd a {
	float: right;
	background: none;
}

#gNavi .navi05 .naviBox a:hover img,
#gNavi .navi05.on .naviBox > a img  {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin: -4px auto 10px;
	width: 1000px;
	text-align: right;
}

#pagePath li {
	padding-right: 4px;
	display: inline;
	font-size: 1.2em;
}

#pagePath a {
	padding-right: 4px;
	color: #08987b;
}

/* PAGER
----------------------------------------------- */
.wp-pagenavi { clear:both; font: normal 13px Arial, Helvetica, sans-serif; margin:10px auto; text-align:right; color:#666; padding:15px 10px;}
.wp-pagenavi a,.wp-pagenavi .current { color:#08987B !important; border:1px solid #08987B !important; margin-left:3px; padding:5px 10px; text-decoration:none; background:#f7f7f7;}
.wp-pagenavi a:hover,.wp-pagenavi .current { background:#08987B; color:#fff !important; border:1px solid #08987B; }
.wp-pagenavi .pages { float:left;}

/* linkList
----------------------------------------------- */

.comSection .linkList li {
	border-bottom:1px #CCC solid;
}
.comSection .linkList li a {
	border-top: 1px solid #FFF;
	color: #555;
	display: block;
	font-size: 14px;
	overflow: hidden;
	padding: 8px 0 9px 10px;
	zoom: 1;
}

.comSection .linkList .on a,
.comSection .linkList li a:hover {
	background-color: #08987b;
	border-top: 1px solid #26B6AC;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.comSection .linkList li a span {
	display: block;
	float: left;
}

.comSection .linkList li a .time {
	margin-right: 15px;
	width: 140px;
	word-break: break-all;
}

.comSection .linkList li a .name {
	padding-left: 15px;
	width: 585px;
}

.comSection .linkList .on a .name,
.comSection .linkList li a:hover .name {
	background: url url(../img/common/sankaku_white.gif) no-repeat left 6px;
}

.comSection .linkList li a .text {
	float: right;
	text-align: center;
	width: 150px;
}

.comSection .linkList .none {
	border-bottom: none;
}

.comSection  .link_box {
	background:#efefef;
	padding:20px;
	overflow:hidden;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 18px;
	overflow: hidden;
	zoom: 1;
	background: #FAFAFA url(../img/common/f_bg.gif) no-repeat center top;
}

#gFooter .fNavi {
	border-bottom: 1px solid #E0E0E0;
}

#gFooter .subBox {
	margin: 0 auto;
	width: 1000px;
}

#gFooter .fNavi .naviUl {
	margin-top: 11px;
	width: 760px;
	float: left;
	border-left: 1px solid #DFDFDF;
}

#gFooter .fNavi .naviUl a {
	color:#555;
}

#gFooter .fNavi li {
	width: 86px;
	float: left;
	font-size: 1.2em;
	text-align: center;
	border-right: 1px solid #DFDFDF;
}

#gFooter .fNavi .link {
	width: 230px;
	float: right;
}

#gFooter .fNavi .link a {
	padding: 10px 0;
	display: block;
	font-size: 14px;
	text-align: center;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	color:#555;
}

#gFooter .fNavi .link img {
	margin-right: 5px;
	vertical-align: middle;
}

#gFooter .fBox {
	padding: 10px 0 13px;
	background: #0CA785 url(../img/common/f_box_bg.gif) repeat-x left bottom;
	border-bottom: 1px solid #E0E0E0;
	border-top: 1px solid #19AB8A;
}

#gFooter .fBox .fLink {
	margin: 0 10px;
}

#gFooter .fBox .fLink li {
	margin-right: 30px;
	padding: 0 17px 5px 0;
	float: left;
	font-size: 1.2em;
	line-height: 1.3;
	border-right: 1px dotted #F1FAF8;
}

#gFooter .fBox .fLink .liList {
	margin: 0;
	padding: 0;
	border: none;
}

#gFooter .fBox .fLink .linkUl li {
	margin-right: 0;
	padding: 0;
	border: none;
}

#gFooter .fBox .fLink .linkUl .subUl li {
	width: 115px;
	float: none;
}

#gFooter .fBox .fLink .linkUl .subUl01 li {
	width: 160px;
}

#gFooter .fBox .fLink .linkUl .subUl02 li {
	width: 130px;
}

#gFooter .fBox .fLink .linkUl .subUl03 li {
	width: 120px;
}

#gFooter .fBox .fLink a {
	padding-left: 10px;
	display: inline-block;
	color: #FFF;
	font-size: 11px;
}

#gFooter .fBox .fLink span a {
	background: url(../img/common/icon03.gif) no-repeat left 5px;
}

#gFooter .copyrightBox {
	padding: 21px 0 13px;
	background-color: #FFF;
}

#gFooter .copyrightBox .lBox {
	margin-top: 7px;
	float: left;
	width: 670px;
}

#gFooter .copyrightBox p {
	margin-bottom: 15px;
	color: #333;
	font-size: 1.2em;
	line-height: 1.2;
}

#gFooter .copyrightBox .copyright {
	margin-bottom: 0;
	color: #08987b;
	font-size: 1.1em;
}

#gFooter .copyrightBox .logo {
	float: right;
}

#gFooter .copyrightBox .logo a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	float: left;
	width: 750px;
	font-size:120%;
	line-height:180%;
	font-size:1.4em;
}

#conts .comBox {
	margin-bottom: 13px;
	padding-bottom: 15px;
	background: url(../img/common/com_box_bg.gif) no-repeat left bottom;
}

#conts .comBox .comSubBox {
	padding-bottom: 15px;
	background-color: #FFF;
	border: 1px solid #EAEAE7;
}

/*------------------------------------------------------------
	box
------------------------------------------------------------*/

.conts_box_line {
	overflow:hidden;
	border-bottom:1px #CCC solid;
	padding:0 0 15px;
	margin:0 0 15px;
}

.conts_box_tensen {
	overflow:hidden;
	border-bottom:1px #CCC dotted;
	padding:0 0 20px;
	margin:0 0 20px;
}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	width: 230px;
	float: right;
}

#sideBar .spBox {
	margin-bottom: 0px;
	display: block;
}

#sideBar .sLink {
	padding-top: 10px;
	border-top: 1px solid #CCC;
}

#sideBar .sLink li {
	padding-bottom: 4px;
}

#sideBar .sLink li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#sideBar .sLinkBox {
	margin-bottom: 20px;
	padding-bottom: 13px;
	background: url(../img/common/s_link_bg.png) no-repeat left bottom;
	zoom: 1;
}

#sideBar .sLinkBox .title {
	padding: 5px 20px;
	margin:0;
	color: #FFF;
	font-size: 1.8em;
	background: #0DA783 url(../img/common/s_title_bg.gif) repeat-x left bottom;
}

#sideBar .sLinkBox .title a {
	color:#FFF;
	display: block;
}

#sideBar .sLinkBox ul {
	background-color: #FFF;
}

#sideBar .sLinkBox li {
	padding:0;
	border-bottom: 1px solid #CCC;
}

#sideBar .sLinkBox li ul {
	padding:0 0 0 10px;
}

#sideBar .sLinkBox li:last-child {
	border-bottom: none;
}

#sideBar .sLinkBox li a,
#sideBar .sLinkBox li.current_page_item li a {
	font-size: 1.4em;
	padding: 10px 10px 8px 27px;
	display: block;
	background: url(../img/common/icon11.gif) no-repeat 12px center;
	color:#555;
}

#sideBar .sLinkBox li a:hover,
#sideBar .sLinkBox li.current_page_item li a:hover,
#sideBar .sLinkBox li.current_page_item a {
	background:#0BA583 url(../img/common/sankaku_white.gif) no-repeat 8px center;
	color:#fff;
	text-decoration: none;
}

#sideBar .sLinkBox li .sub-menu,
#sideBar .sLinkBox li.current-menu-item .sub-menu .sub-menu,
#sideBar .sLinkBox li.current-menu-parent .sub-menu .sub-menu,
#sideBar .sLinkBox li.current-page-ancestor .sub-menu .sub-menu {
	display:none;
}
#sideBar .sLinkBox li.current-page-ancestor .current_page_ancestor .sub-menu,
#sideBar .sLinkBox li.current-page-ancestor .sub-menu,
#sideBar .sLinkBox li.current-menu-parent .sub-menu,
#sideBar .sLinkBox li.current-menu-item .sub-menu {
	display:block;
	background:#f9f9f9;
}

.spBox {
	display: none;
	margin-bottom: 6px;
	padding: 7px 6px 22px;
	background: #08987B url(../img/common/sp_box_bg.gif) no-repeat left bottom;
}

.spBox .pContact {
	margin-bottom: 10px;
}

.spBox .pContact {
	margin-bottom: 5px;
}

.spBox .pContact span {
	display: none;
}

.spBox .title {
	margin-bottom: 1px;
}

.spBox .title span {
	display: none;
}

.spBox .sptel {
	display: none;
	margin-bottom: 10px;
	text-align: center;
}

.spBox dl {
	margin-bottom: 7px;
	padding-bottom: 6px;
	line-height: 1.4;
	background-color: #FBFCFC;
}

.spBox dt {
	padding: 10px 15px 0;
	font-size: 16px;
	font-weight: bold;
}

.spBox dd {
	padding: 0 15px 8px;
	font-size: 13px;
	border-bottom: 1px dotted #CCC;
}

.spBox dd span {
	display: block;
}

.spBox dd.ddList {
	border: none;
}

.spBox ul {
	margin-bottom: 7px;
	padding: 2px;
	background-color: #FBFCFC;
}

.spBox ul li {
	width: 214px;
	float: left;
}

.spBox ul li a {
	padding: 8px 15px;
	display: block;
	font-size: 15px;
	background-color: #FBFCFC;
}

.spBox a {
	color:#555;
}

.spBox .liAccess a {
	background: url(../img/common/s_img01.gif) no-repeat 177px 15px;
	border-bottom: 1px solid #E5E5E5;
}

.spBox .liHelp a {
	background: url(../img/common/s_img02.gif) no-repeat 181px center;
}

/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
.index .mainVisual {
	margin: 0 auto ;
	padding-bottom: 15px;
	width: 100%;
	position: relative;
  width: 1000px;
}

@media screen and (max-width: 768px) {
  .index .mainVisual {
    width: 100%;
  }
}

.mainVisual {
	margin: 0 auto 29px;
	padding-bottom: 15px;
	width: 1000px;
	/* background: url(../img/common/com_bg.jpg) no-repeat center bottom; */
}

.mainVisual .mainImg {
	padding: 30px 0 20px 30px;
	background: url(../img/common/main_img_bg.jpg) no-repeat right top;
	height:47px;
	overflow:hidden;
}

@media screen and (max-width: 768px) {
  .index .mainVisual .mainImg {
    padding: 30px 0 0;
  }
}

.guidance .mainVisual .mainImg {	background-image: url(../img/guidance/main_img_bg.jpg); height:50px; overflow:hidden;}
.new-hospital .mainVisual .mainImg {	background-image: url(../img/common/main_img_bg.jpg); height:50px; overflow:hidden;}
.consultation .mainVisual .mainImg {	background-image: url(../img/consultation/main_img_bg.jpg); height:50px; overflow:hidden;}
.specialty .mainVisual .mainImg {	background-image: url(../img/specialty/main_img_bg.jpg); height:50px; overflow:hidden;}
.hospitalization .mainVisual .mainImg {	background-image: url(../img/hospitalization/main_img_bg.jpg); height:50px; overflow:hidden;}
.medical-examination .mainVisual .mainImg {	background-image: url(../img/medical-examination/main_img_bg.jpg); height:50px; overflow:hidden;}
.facility .mainVisual .mainImg {	background-image: url(../img/facility/main_img_bg.jpg); height:50px; overflow:hidden;}
.adjunct-facilities .mainVisual .mainImg {	background-image: url(../img/adjunct-facilities/main_img_bg.jpg); height:50px; overflow:hidden;}
.access .mainVisual .mainImg {	background-image: url(../img/access/main_img_bg.jpg); height:50px; overflow:hidden;}
.recruit .mainVisual .mainImg {	background-image: url(../img/recruit/main_img_bg.jpg); height:50px; overflow:hidden;}
.medical-staffs .mainVisual .mainImg {	background-image: url(../img/medical-staffs/main_img_bg.jpg); height:50px; overflow:hidden;}
.contact .mainVisual .mainImg {	background-image: url(../img/contact/main_img_bg.jpg); height:50px; overflow:hidden;}
.brochure .mainVisual .mainImg {	background-image: url(../img/brochure/main_img_bg.jpg); height:50px; overflow:hidden;}
.information .mainVisual .mainImg {	background-image: url(../img/information/main_img_bg.jpg); height:50px; overflow:hidden;}

.mainVisual .mainImg .text {
	display: none;
}

/*------------------------------------------------------------
	comSection
------------------------------------------------------------*/
#main .comSection {
	padding: 24px 20px 39px;
	zoom: 1;
	background: #FFF url(../img/common/com_bg.jpg) no-repeat center bottom;
}

#main .one_column {
	font-size:1.4em;
}

#main .contentBox .comSection p {
	font-size:1em;
}

#main .comSection p {
}

/*------------------------------------------------------------
	h2
------------------------------------------------------------*/
h2 {
	margin-bottom: 17px;
	padding: 9px 0 3px;
	color: #08987b;
	font-size: 1.6em;
}

.comSection h2 {
	border-bottom:2px #08987B solid;
	font-weight: normal;
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 18px;
	padding: 0 140px 2px 0;
	color: #333;
	font-size: 2.4em;
	overflow: hidden;
	zoom: 1;
	border-bottom: 2px solid #08987B;
	font-weight:normal;
}

.guidance .pageTitle { background: url(../img/specialty/img.png) no-repeat 5px center; padding-left:45px; }
.new-hospital .pageTitle { background: url(../img/specialty/img.png) no-repeat 5px center; padding-left:45px; }
.consultation .pageTitle { background: url(../img/specialty/img.png) no-repeat 5px center; padding-left:45px; }
.specialty .pageTitle { background: url(../img/specialty/img.png) no-repeat 5px center; padding-left:45px; }
.hospitalization .pageTitle { background: url(../img/specialty/img.png) no-repeat 5px center; padding-left:45px; }
.medical-examination .pageTitle { background: url(../img/specialty/img.png) no-repeat 5px center; padding-left:45px; }
.facility .pageTitle { background: url(../img/specialty/img.png) no-repeat 5px center; padding-left:45px; }
.adjunct-facilities .pageTitle { background: url(../img/specialty/img.png) no-repeat 5px center; padding-left:45px; }
.access .pageTitle { background: url(../img/specialty/img.png) no-repeat 5px center; padding-left:45px; }
.recruit .pageTitle { background: url(../img/specialty/img.png) no-repeat 5px center; padding-left:45px; }
.medical-staffs .pageTitle { background: url(../img/specialty/img.png) no-repeat 5px center; padding-left:45px; }
.contact .pageTitle { background: url(../img/specialty/img.png) no-repeat 5px center; padding-left:45px; }

.pageTitle img {
	margin: 0 15px 0 10px;
	vertical-align: middle;
}

.pageTitle span {
	display: block;
	position: absolute;
	top: 6px;
	right: 0;
	background: #08997C url(../img/common/s_title_bg.gif) repeat-x left top;
}

.pageTitle a {
	padding: 6px 20px;
	width: 131px;
	color: #FFF;
	font-size: 0.6em;
	display: block;
	background: url(../img/common/icon16.gif) no-repeat 146px center;
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	margin: 0 auto -17px;
	width: 1000px;
	text-align: right;
	position: relative;
	z-index: 1000;
}

.pageTop a {
	padding: 7px 0;
	width: 146px;
	display: inline-block;
	color: #FFF;
	font-size: 1.2em;
	text-align: center;
	background-color: #0BA583;
}

.pageTop a:hover {
	background-color:#ff8800;
	text-decoration:none;
}

.pageTop a img {
	margin-right: 10px;
	vertical-align: middle;
}

.spMenuBox {
	display: none;
}


/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
#main .mainBox #conts {
	width: 820px;
	float: right;
}
#main .contentBox #conts .comSection {
	background: #FFF url(../img/common/conts_com_section_bg.gif) no-repeat center bottom;
}
#main .mainBox #conts .comSection {
	padding: 15px 25px;
	background: #FFF url(../img/common/conts_com_section_bg.gif) no-repeat left bottom;
}

#main #conts .comSection h3,
#main .one_column h3 {
	font-size:1.4em;
	margin:20px 0 5px;
	font-weight:normal;
	/*color:#08987B;*/
}

#main #conts .comSection h4,
#main .one_column h4 {
	font-size:1.2em;
	border-bottom:1px #ccc dotted;
	color:#08987B;
	margin:20px 0 15px 0;
	padding:8px 0 0;
}

#main #conts .comSection h5,
#main .one_column h5 {
	font-size:1.1em;
	color:#08987B;
	margin:10px 0 3px;
}


#main  #conts li {
}

#main .mainBox #sideBar {
	width: 180px;
	float: left;
}

#main .mainBox #sideBar .sBox {
	margin-left: 4px;
	border-bottom: none;
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: url(../img/common/s_box_bg.gif) no-repeat center bottom;
	zoom: 1;
}

#main .mainBox #sideBar .sBox .subBox {
	border: 1px solid #08987B;
	border-right: 3px solid #08987B;
	border-bottom: none;
}

#main .mainBox #sideBar .title {
	padding: 10px 15px;
	color: #fff;
	font-size: 1.8em;
	background: #0DA783 url(../img/common/s_title_bg.gif) repeat-x left bottom;
	border-bottom: 3px solid #FFF;
	margin-bottom:0;
}

#main .mainBox #sideBar .sNavi {
	background-color: #FFF;
}

#main .mainBox #sideBar .sNavi li {
	border-bottom: 1px solid #08987B;
}

#main .mainBox #sideBar .sNavi li a {
	padding: 10px;
	display: block;
	font-size: 1.4em;
	line-height: 1.4;
	color:#555;
}

#main .mainBox #sideBar .sNavi li a:hover,
#main .mainBox #sideBar .sNavi .on a {
	margin: 0 -3px 0 -6px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: #08997C url(../img/common/icon14.gif) no-repeat right center;
}

#main .mainBox #sideBar .sLink {
	padding: 0 0 0 3px;
	border: none;
}


/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
#main div.comLink {
	font-size: 1.4em;
	padding: 1px;
	box-shadow: 0 1px 2px #0A8B70;
	-moz-box-shadow: 0 1px 2px #0A8B70;
	-webkit-box-shadow: 0 1px 2px #0A8B70;
	position: relative;
    behavior: url(../js/pie.htc);
}

#main ul.comLink {
	font-size: 1.2em;
	/*margin: 40px 50px 15px 37px;*/
	margin: 20px 20px 30px 20px;
}

#main ul.comLink li {
	padding: 1px;
	width: 318px;
	float: left;
	background-color: #FFF;
	box-shadow: 0 1px 2px #0A8B70;
	border-radius: 2px;
	margin-bottom:5px;
}

#main .comLink a {
	display: block;
	padding: 16px 18px 15px;
	color: #FFF;
	text-align: center;
	background: #21A388 url(../img/common/com_link_bg.gif) repeat-x left bottom;
	border-radius: 2px;
}

#main .comLink a:hover {
	text-decoration:none;
}

#main .comLink a span {
	padding-right: 15px;
	display: block;
	background: url(../img/common/icon17.png) no-repeat right center;
}

#main .comLink a.mark:hover {
	text-decoration:none;
	background: #21A388 url(../img/common/com_link_bg2.gif) repeat-x left bottom;
}


#main .comLink01 a {
	padding: 8px 10px;
}

/*------------------------------------------------------------
	btmLink
------------------------------------------------------------*/
#conts .btmLink {
	font-size: 1.6em;
}

#conts .btmLink li {
	color: #08987b;
	float: left;
}

#conts .btmLink a {
	margin: 0 10px;
	color: #08987b;
	text-decoration: underline;
}

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

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#conts .comTabBox,
#conts2 .comTabBox {
	margin-bottom: 43px;
	box-shadow: 0 0 5px #CCC;
	-moz-box-shadow: 0 0 5px #CCC;
	-webkit-box-shadow: 0 0 5px #CCC;
	position: relative;
    behavior: url(../js/pie.htc);
}

#conts .comTabBox .tableBox,
#conts2 .comTabBox .tableBox {
	overflow: hidden;
}

#conts .comTabBox .subBox,
#conts2 .comTabBox .subBox {
	margin: -1px;
}

#conts .comTable,
#conts2 .comTable {
	width: 100%;
	border-collapse: collapse;
}

#conts .comTable th,
#conts .comTable td,
#conts2 .comTable th,
#conts2 .comTable td {
	padding: 8px 20px 8px;
	font-size: 1em;
	text-align: left;
	line-height: 1.8;
	/*vertical-align: top;*/
	border: 1px solid #08987B;
	border-top: 1px solid #BCD0CB;
	border-bottom: 1px solid #BCD0CB;
	background-color: #FFF;
}

#conts .comTable th a,
#conts .comTable td a,
#conts2 .comTable th a,
#conts2 .comTable td a {
	color:#555;
}

#conts .comTable td .cat_pp a,
#conts2 .comTable td .cat_pp a {
	color:#fff;
}

#conts .comTable td img,
#conts2 .comTable td img {
	vertical-align: middle;
	padding:0 5px 0 0;
}

#conts .comTable th,
#conts2 .comTable th {
	color: #fff;
	font-size: 1em;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #FFF;
	background-color: #73B5A8;
}

#conts .comTable tbody th,
#conts2 .comTable tbody th {
	font-weight: normal;
}

#conts .comTable thead th,
#conts2 .comTable thead th {
	font-size: 1.2em;
	background-color: #08987B;
	border-bottom: none;
}

/*#conts .comTable .trBack td,*/
#conts .comTable .even td,
#conts2 .comTable .even td {
	background-color: #E2F5F1;
}

/* note
---------------------------------------------------- */

dl.note, dl.notec{
    margin:5px 0 10px 0;
    line-height:1.5em;
    line-height:140%;
    color:#666;
    clear:both;
    font-size:92%;
    background-color:#f9f9f9;
    padding:5px;
    border:1px #CCC solid;
}

.note dt{
    float:left;
    width:2em;
    padding:4px 0px;
    clear:both;
    text-align:right;
}

.note dd {
    width:auto;
    margin-left:2em;
    padding:4px 5px 3px 5px;
}

dl.noteb{
    font-size:96%;
    line-height:150%;
    color:#555;
    clear:both;
}

.noteb dt{
    float:left;
    width:2em;
    padding:0 0px 5px 0px;
    clear:both;
    text-align:right;
}

.noteb dd{
    width:auto;
    margin-left:2em;
    padding:0 5px 5px 5px;
}

.notec dt{
    float:left;
    width:4em;
    padding:4px 0px;
    clear:both;
    text-align:right;
}


.notec dd {
    width:auto;
    margin-left:4em;
    padding:4px 5px 3px 5px;
}



/* TableValue
---------------------------------------------------- */
.TableValue {
	margin: 5px 2px 15px 2px;
	border-collapse: collapse;
	-webkit-box-shadow: 0 0 5px #CCC;
	/*border-spacing: 2px;*/
	border-color: #FFF !important;
	width:98%;
}

.TableValue th {
	border-bottom: 1px #efefef solid;
	padding: 10px 10px 7px 10px;
	background-color:#08987B;
	font-weight: bold;
	text-align: left;
	font-size:110%;
	color:#FFF;
}

.TableValue .even td {
	background-color: #E2F5F1;
}

.TableValue .end{
	border:none;
}

.TableValue td {
	border-bottom: 1px #ddd solid;
	padding: 7px 10px 5px 10px;
	vertical-align:top;
}

.TableValue .date {
	line-height:100%;
	color:#0A65B1;
	border-bottom:1px #CCC solid;
}

.TableValue .image {
	text-align:center;
	padding:0 10px;
	vertical-align:middle;
}

.TableValue .image img {
	border:1px #CCC solid;
	padding:5px;
}

.TableValue .TableNomal .end{
	border-top:1px #CCC solid;
}

.list_box {
	margin: 20px 0 0 0;
}

table.taGallery {
	width: 100%;
}
table.taGallery th {
	width: 33%;
	font-weight: bold;
	color: #08987b;
	line-height: 150%;
}
table.taGallery td {
	vertical-align: top;
}
table.taGallery td img {
	margin-bottom: 15px;
}
/*dl list*/
dl.dl_list01 dt {
	font-weight: bold;
	color: #08987b;
	margin: 0 0 10px 0;
}
dl.dl_list01 {
	width: 450px;
}

dl.dl_list02 {
	overflow: hidden;
	border-bottom: 1px solid #c0c0c0;

}
dl.dl_list02 dt{
	background: #08987b;
	color: #ffffff;
	font-weight: bold;
	float: left;
	width: 200px;
	padding: 10px 10px 7px;
}
dl.dl_list02 dd {
	margin: 0 0 0 250px;
	padding: 10px 10px 7px;
}


dl.dl_list03 dt {
	font-weight: bold;
	color: #08987b;
	margin: 0 0 0 0;
}

dl.dl_list03  {
	border-bottom: 1px dotted #cccccc;
	padding: 0 0 5px 0;
	margin: 5px 0 0 0;
}
dl.dl_list03 dt {
	font-weight: bold;
	color: #08987b;
}

dl.dl_list03 dd {
	margin: 0 0 0 15px;
}
dl.dl_list03.lastChild {
	border: none;
}

/* infoBox
-----------------------------------------------*/
.infoBox {
	background: #efefef;
}
.infoBox dl {
	border-bottom: 1px solid #cccccc;
    border-top: 1px solid #fff;
    padding: 10px 10px 10px 15px;
}
.infoBox dt {
    color: #08987b;
}
.infoBox dd a {
    color: #555555;
}



/* div_waku
-----------------------------------------------*/

.waku0 {
	background-color:#f5f5f5;
	padding: 9px 15px 8px 15px;
	line-height:140%;
}

.waku_g1 {
	border: 1px #c0c0c0 solid;
	padding: 7px 10px 6px 10px;
	margin:5px 0 3px 0;
	text-align: left;
	overflow:hidden;
	background:#FFF;
}

ol.waku_g1 {
	padding: 7px 10px 6px 33px;
}

.waku_g2 {
	border: 2px #c0c0c0 solid;
	padding: 7px 10px 6px 10px;
	margin:5px 0 3px 0;
	text-align: left;
	overflow:hidden;
	background:#FFF;
}

ol.waku_g1 {
	padding: 7px 10px 6px 33px;
}

/* ul_varsion
-----------------------------------------------*/

.ul_v0 {
	margin:0;
	padding:8px 5px 5px 33px;
	border-collapse: collapse;
	overflow:hidden;
	list-style-type:disc;
}

.ul_v1,
.ul_v1b {
	margin:5px 3px;
	padding:15px 5px 12px 40px;
	border: 1px #dfdfdf solid;
	border-collapse: collapse;
	overflow:hidden;
	list-style-type:disc;
	background:#fcfcfc;
	-webkit-box-shadow: 0 0 5px #CCC;
}
.ul_v1_pdf {
	margin:5px 3px;
	padding:15px 5px 12px 30px;
	border: 1px #dfdfdf solid;
	border-collapse: collapse;
	overflow:hidden;
	list-style-type:none;
	background:#fcfcfc;
	-webkit-box-shadow: 0 0 5px #CCC;
}
.ul_v1_pdf li{
	background: url(../img/common/document-pdf.png) 0 50% no-repeat #fcfcfc;
	padding: 2px 0 2px 30px;
}

.ul_v1 li {
	width:98%;
	margin-bottom:10px;
}

.ul_v1b li {
	float:left;
	width:50%;
}

.ul_v1b_link {
	margin:5px 3px;
	padding:15px 5px 12px 20px;
	border: 1px #dfdfdf solid;
	border-collapse: collapse;
	overflow:hidden;
	background:#fcfcfc;
	-webkit-box-shadow: 0 0 5px #CCC;
}

.ul_v1b_link li{
	background: url(../img/common/link.gif) no-repeat left center #fcfcfc;
	padding: 2px 0 2px 20px;
	width:45%;
	float:left;
}

.ul_v1 li a,
.ul_v1b li a {
	display:block;
	padding:3px;
	line-height:125%;
	color:#555;
}

.ul_v1 li a:hover,
.ul_v1b li a:hover,
.ul_v1 li .over a,
.ul_v1b li .over a {
	background-color:#ccc;
	text-decoration:none;
}

.ul_v2,
.ul_v2b {
	margin:0;
	padding:5px;
	border: 2px #bfbfbf solid;
	border-collapse: collapse;
	overflow:hidden;
}

.ul_v2b li {
	float:left;
	width:50%;
}

.ul_v2 li a,
.ul_v2b li a {
	display:block;
	padding:6px 0 5px 27px;
	line-height:125%;
	background-image:url(../img/common/page.gif);
	background-repeat:no-repeat;
	background-position:5px center;
	color:#555;
}

.ul_v2 li a:hover,
.ul_v2b li a:hover,
.ul_v2 .over a,
.ul_v2b .over a{
	background-color:#f5f5f5;
	text-decoration:none;
}

.ul_v3 {
	margin:10px 0 10px 22px;
}

.ul_v3 li {
	list-style-type:square;
	padding:3px 0;
	line-height:125%;
}

.ul_v3 .maru {
	list-style-type:circle;
}

.ul_v4 {
	margin:10px 0;
}
.ul_v4 li {
	/*font-size:110%;*/
	margin:0;
	padding:10px 0 10px 10px;
	background-image: url(../images/tensen_gry.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	color: #555555;
	line-height:150%;
}

.ul_v4 li a {
	display:block;
}

.ul_v5 {
	margin:5px 0;
}
.ul_v5 li {
	float:left;
	width:108px;
	border:1px #CCC solid;
	margin:0 -1px -1px 0;

}

.ul_v5 li a {
	display:block;
	padding:5px;
}

.ul_v5 li a:hover {
	background-color:#0A65B1;
	color:#FFF;
}

.ul_page li {
	float:left;
	width:50%;
}

.ul_page a,
.ul_page2 a {
	display:block;
	padding:6px 0 5px 27px;
	line-height:125%;
	background-image:url(..//img/common/page.gif);
	background-repeat:no-repeat;
	background-position:5px center;
	color:#555;
}

.ul_page a:hover,
.ul_page2 a:hover {
	background-color:#f5f5f5;
	text-decoration:none;
}

ul.photo_4col {
	overflow: hidden;
}
ul.photo_4col li {
	float: left;
	padding: 13px;
}
ul.photo_4col li img {
	width: 150px;

}


.ol_v1,
.ol_v1b {
	margin:5px 3px 0;
	padding:15px 5px 12px 40px;
	border: 1px #dfdfdf solid;
	border-collapse: collapse;
	overflow:hidden;
	background:#fcfcfc;
	-webkit-box-shadow: 0 0 5px #CCC;
	list-style-type:decimal;
}

.ol_v1b li {
	float:left;
	width:50%;
}

.ol_v1 li a,
.ol_v1b li a {
	display:block;
	padding:5px 0 5px 35px;
	line-height:125%;
	background-image:url(../images/point_arrow_d.gif);
	background-repeat:no-repeat;
	background-position:5px center;
	color:#555;
}

.ol_v1 li a:hover,
.ol_v1b li a:hover,
.ol_v1 li .over a,
.ol_v1b li .over a {
	background-color:#f5f5f5;
}
img.toumei {
	display: none;
}

@media all and (min-width: 0) and (max-width: 768px) {
	body {
		min-width: inherit;
		background-color: #FFF;
	}

	body.index {
		background-color: #F4F3F1;
	}

	#main {
		margin-bottom: 20px;
		width: auto;
	}

	#gHeader {
		padding: 0px 5px 0px 10px;
		background: #FDFDFD;
		border-bottom: 1px solid #E8E8E8
	}

	#gHeader .hInner {
		width: auto;
	}

	#gHeader .h1_logo {
		width: 67%;
		float: left;
		background:none;
	}

	#gHeader img {
		width: 100%;
	}

	#gHeader .hBox {
		margin: 8.5% 0 0;
		padding-left: 0;
		width: 29%;
		float: right;
		background: none;
	}

	#gHeader .hBox .hLink01,
	#gHeader .fontChangeBox,
	#gHeader .searchBox form {
		display: none;
	}

	#gHeader .searchBox {
		width: auto;
		float: none;
	}

	#gHeader .searchBox p {
		margin: 0;
	}

	#gNavi {
		display: none;
	}

	.spMenuBox {
		position: relative;
		display: block;
		z-index: 10000;
	}

	p.spMenu {
		margin:0;
	}

	.spMenu a {
		padding: 7px 0;
		display: block;
		position: relative;
		color: #FFF;
		font-size: 14px;
		text-align: center;
		background-color: #08997C;
	}

	.spMenu a:before {
		margin-top: -8px;
		width: 20px;
		height: 15px;
		background: url(../img/common/menu_img.gif) no-repeat left top;
		background-size: 20px 15px;
		position: absolute;
		top: 50%;
		right: 10px;

		content: "";
	}

	.spMenuUl {
		width: 100%;
		position: absolute;
		left: 0;
		display: none;
		top: 100%;
	}

	.spMenuUl li a {
		padding: 5px;
		display: block;
		color: #fff;
		font-size: 13px;
		text-align: center;
		background-color: #08997C;
		border: 1px solid #F3F2F1;
	}

	.table_list tr{
        display: block;
        margin-bottom: 1.5em;
    }
    .table_list th,
    .table_list td{
        display: list-item !important;
        border: none;
		width:100%;
    }

	#conts .main_l70 {
	padding:0;
	width:66%;
	}

	#conts .main_r30 {
		padding:0;
	}

	.comSection h2 {
		font-size:18px;
	}

	#main #conts .comSection h3 {
		font-size:16px;
		margin:15px 0 5px;
	}

	.pc_disp {
		display:none !important;
	}


	/*------------------------------------------------------------
		pagePath
	------------------------------------------------------------*/
	#pagePath {
		display: none;
	}

	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		padding: 0;
		background: #F5F3F1;
	}

	#gFooter .fNavi,
	#gFooter .fBox,
	#gFooter .copyrightBox .logo {
		display: none;
	}

	#gFooter .subBox {
		margin: 0 auto;
		width: auto;
	}

	#gFooter .copyrightBox {
		padding: 0 0 0;
		background: none;
	}

	#gFooter .copyrightBox .lBox {
		padding: 11px 0;
		margin-top: 0;
		width: auto;
		float: none;
		background: -moz-linear-gradient(top,#0BA885 0%,#08987B);
		background: -webkit-gradient(linear, left top, left bottom, from(#0BA885),to(#08987B));
		border: 1px solid #005638;
	}

	#gFooter .copyrightBox p {
		display: none;
	}

	#gFooter .copyrightBox .copyright {
		display: block;
		color: #FFF;
		font-size: 8px;
		text-align: center;
	}

	/*------------------------------------------------------------
		conts
	------------------------------------------------------------*/
	#conts {
		float: none;
    margin-top: 15px;
		width: auto;
	}

	#conts .comBox {
		margin: 0 10px 13px;
		padding-bottom: 7px;
		background: url(../img/common/com_box_bg.gif) no-repeat left bottom;
		background-size: 100% 7px;
	}

	#conts .comBox .comSubBox {
		padding-bottom: 10px;
		background-color: #FFF;
		border: 1px solid #EAEAE7;
	}

	/*------------------------------------------------------------
		sideBar
	------------------------------------------------------------*/
	#sideBar {
		width: auto;
		float: none;
	}

	#sideBar .sLink {
		display: none;
	}

	#sideBar .sLinkBox {
		background: none;
		margin: 20px 10px 20px;
	}

	.spBox {
		margin: 0 10px;
		display: block;
		margin-bottom: 6px;
		padding: 5px 5px 17px;
		background: #08987B url(../img/common/sp_bg.gif) no-repeat left bottom;
		background-size: 100% 8px;
	}

	.spBox .pContact {
		margin-bottom: 10px;
	}

	.spBox .pContact a span {
		padding: 6px 0;
		display: block;
		position: relative;
		color: #333;
		text-align: center;
		background: -moz-linear-gradient(top,#FFF 0%,#EEE);
		background: -webkit-gradient(linear, left top, left bottom, from(#FFF),to(#EEE));
		font-size:12px;
	}

	.spBox .pContact a span:before {
		margin-top: -12px;
		width: 17px;
		height: 23px;
		background: url(../img/common/sp_img.jpg) no-repeat left top;
		background-size: 17px 23px;
		position: absolute;
		top: 50%;
		right: 10px;

		content: "";
	}

	.spBox .pContact a img {
		display: none;
	}

	.spBox .sptel {
		display: block;
		margin-bottom: 10px;
		text-align: center;
	}

	.spBox .pcTel {
		display: none;
	}

	.spBox .title span {
		padding: 5px 0;
		display: block;
		color: #08987b;
		text-align: center;
		background: -moz-linear-gradient(top,#FFF 0%,#EEE);
		background: -webkit-gradient(linear, left top, left bottom, from(#FFF),to(#EEE));
		border-bottom: 2px solid #66BAA9;
	}

	.spBox .title img {
		display: none;
	}

	.spBox dl {
		padding-bottom: 0;
	}

	.spBox dt {
		font-size: 12px;
	}

	.spBox dd {
		font-size: 10px;
	}

	.spBox dd span {
		display: inline;
	}

	.spBox ul {
		margin-bottom: 0;
	}

	.spBox ul li {
		width: 48%;
		float: left;
	}

	.spBox ul li a {
		padding: 5px 10px;
		position: relative;
		font-size: 12px;
		text-align: center;
		border-bottom: none !important;
		background: none !important;
	}

	.spBox ul li a:before {
		margin-top: -7px;
		width: 20px;
		height: 15px;
		background: url(../img/common/s_img01.gif) no-repeat left top;
		background-size: 20px 15px;
		position: absolute;
		top: 50%;
		right: 5px;

		content: "";
	}

	.spBox ul li:last-child {
		width: 50%;
		float: right;
	}

	.spBox ul li:last-child a {
		border-left: 1px solid #E5E5E5;
	}

	.spBox ul li:last-child a:before {
		margin-top: -9px;
		width: 18px;
		height: 18px;
		background: url(../img/common/s_img02.gif) no-repeat left top;
		background-size: 18px 18px;
	}


	/*------------------------------------------------------------
		mainVisual
	------------------------------------------------------------*/
	index.mainVisual {
		margin-bottom: 10px;
		padding-bottom: 0;
		width: auto;
/*		background: none !important;
		border-bottom: 1px solid #08987B;
*/	}

		.mainVisual {
		margin-bottom: 10px;
		padding-bottom: 0;
		width: auto;
		background: none !important;
		border-bottom: 1px solid #08987B;
	}

	.mainVisual .mainImg {
		padding: 6% 15px 4%;
		background: url(../img/common/sp_main_img_bg.jpg) no-repeat right top;
		background-size: 100% auto;
	}

	.guidance .mainVisual .mainImg {background: url(../img/guidance/sp_main_img_bg.jpg) no-repeat right top; background-size: 100% auto; }
	.new-hospital .mainVisual .mainImg {background: url(../img/new-hospital/sp_main_img_bg.jpg) no-repeat right top; background-size: 100% auto; }
	.consultation .mainVisual .mainImg {background: url(../img/consultation/sp_main_img_bg.jpg) no-repeat right top; background-size: 100% auto; }
	.specialty .mainVisual .mainImg {background: url(../img/specialty/sp_main_img_bg.jpg) no-repeat right top; background-size: 100% auto; }
	.hospitalization .mainVisual .mainImg {background: url(../img/hospitalization/sp_main_img_bg.jpg) no-repeat right top; background-size: 100% auto; }
	.medical-examination .mainVisual .mainImg {background: url(../img/medical-examination/sp_main_img_bg.jpg) no-repeat right top; background-size: 100% auto; }
	.facility .mainVisual .mainImg {background: url(../img/facility/sp_main_img_bg.jpg) no-repeat right top; background-size: 100% auto; }
	.adjunct-facilities .mainVisual .mainImg {background: url(../img/adjunct-facilities/sp_main_img_bg.jpg) no-repeat right top; background-size: 100% auto; }
	.access .mainVisual .mainImg {background: url(../img/access/sp_main_img_bg.jpg) no-repeat right top; background-size: 100% auto; }
	.recruit .mainVisual .mainImg {background: url(../img/recruit/sp_main_img_bg.jpg) no-repeat right top; background-size: 100% auto; }
	.medical-staffs .mainVisual .mainImg {background: url(../img/medical-staffs/sp_main_img_bg.jpg) no-repeat right top; background-size: 100% auto; }
	.contact .mainVisual .mainImg {background: url(../img/contact/sp_main_img_bg.jpg) no-repeat right top; background-size: 100% auto; }

	.mainVisual .mainImg img {
		display: none;
	}

	.mainVisual .mainImg .text {
		display: block;
		font-size: 18px;
	}

	.mainVisual .mainImg .text span {
		display: block;
		color: #46b39d;
		font-size: 10px;
	}

	/*------------------------------------------------------------
		comSection
	------------------------------------------------------------*/
	#main .comSection {
		padding: 0 10px;
		background: none;
	}

	#main .comSection img {
		max-width:100%;
		height:auto;
	}

	#main .contentBox #conts .comSection {
		background:none;
		padding-bottom:30px;
	}

	/*------------------------------------------------------------
		h1
	------------------------------------------------------------*/
	h1 {
		margin-bottom: 10px;
		padding: 9px 5px;
		color: #08987b;
		font-size: 15px !important;
		font-weight: normal;
		background: url(../img/common/h2_bg.gif) no-repeat center bottom;
		background-size: 100% 1px;
	}

	/*------------------------------------------------------------
		pageTop
	------------------------------------------------------------*/
	.pageTop {
		display: none;
	}

	/*------------------------------------------------------------
		pageTitle
	------------------------------------------------------------*/
	section .pageTitle {
		margin: 5px 0 10px;
		font-size: 16px !important;
		border: none;
		position: static;
		padding:10px 5px 8px 10px !important;
		/*border-bottom: 2px solid #08987B;*/
		background:#08987B !important;
		background-image:none !important;
		color:#FFF;
	}

	.pageTitle img {
		width: 18px;
		margin: 0 15px 0 15px;
	}

	.pageTitle span {
		padding: 0;
		margin-top: 6px;
		padding: 15px;
		display: block;
		position: relative;
		color: #FFF;
		font-size: 14px;
		text-align: center;
		background: #F4F3F1;
	}


	.pageTitle a {
		padding: 8px 20px;
		width: auto;
		color: #FFF;
		position: relative;
		top: 0;
		right: 0;
		font-size: 12px;
		background: -moz-linear-gradient(top,#0BA885 0%,#08987B);
		background: -webkit-gradient(linear, left top, left bottom, from(#0BA885),to(#08987B));
	}

	.pageTitle a:before {
		margin-top: -8px;
		width: 15px;
		height: 15px;
		background: url(../img/common/icon07.gif) no-repeat left top;
		background-size: 15px 15px;
		position: absolute;
		top: 50%;
		right: 10px;

		content: "";
	}

	/*------------------------------------------------------------
		mainBox
	------------------------------------------------------------*/
	#main .mainBox #conts {
		width: auto;
		float: none;
	}

	#main .mainBox #conts .comSection {
		padding: 0 15px 15px;
		background: none;
	}

	#main .mainBox #sideBar {
		display: none;
	}

	/*------------------------------------------------------------
		comLink
	------------------------------------------------------------*/
	#main div.comLink {
		font-size: 14px;
	}

	#main ul.comLink {
		font-size: 14px;
		margin: 40px 0 10px;
	}

	#main ul.comLink li {
		padding: 0;
		width: 47.5%;
	}

	#main .comLink a {
		display: block;
		padding: 8px 10px;
	}

	#main .comLink a span {
		padding-right: 0;
		background: none;
	}

	#main .comLink li a {
		padding: 25px 10px;
	}

	/*------------------------------------------------------------
		btmLink
	------------------------------------------------------------*/
	#conts .btmLink {
		font-size: 1.6em;
	}

	#conts .btmLink li {
		float: left;
	}

	/*------------------------------------------------------------
		comTable
	------------------------------------------------------------*/
	#conts .comTabBox {
		margin-bottom: 43px;
		box-shadow: none;
	}

	#conts .comTabBox .subBox {
		margin: 0;
	}

	#conts .comTable th,
	#conts .comTable td {
		font-size: 12px;
		padding: 8px 5px;
	}

	#conts .comTable th {
		font-size: 12px;
	}

	#conts .comTable thead th {
		font-size: 12px;
	}

	/*------------------------------------------------------------
		comTable
	------------------------------------------------------------*/
	.list_box img {
		width: 100%;
		float: none;
	}
	.list_box dl {
		float: none !important;
		width: auto;
	}

	.ul_v1b li,
	.ul_v1b_link li {
		width:100%;
	}

   .index .mainVisual {
    top: 0px;
    }

}
