/* CSS Document */

body {
	position: relative;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color: #333333;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 1px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #004e9d;
}

/*============================================================================

	#header

============================================================================*/

#header {
	position: relative;
	width: 100%;
}
#header:after {
	position: absolute;
	bottom: -105px;
	right: 0;
	left: 0;
	width: 100%;
	height: 107px;
	margin: 0 auto;
	content: "";
	background-image: url(../images/header_bg.png);
	background-position: top center;
	z-index: 9;
}
#header .inner {
	width: 980px;
	height: 89px;
	margin: 0 auto;
	position: relative;
	z-index: 999;
}
#header h1 {
	position: absolute;
	top: 19px;
}
.header_logo {
	position: absolute;
	top: 50px;
	left: 35px;
	width: 460px;
}
.header_info {
	position: absolute;
	right: 0px;
	top: 39px;
	text-align: right;
}
.header_info li {
	margin-bottom: 10px;
	color: #666666;
}
.header_info li span {
	margin-left: 11px;
}
.header_info li:last-child {
	color: #4f9fd7;
	font-size: 22px;
	font-family: "Yu Mincho Demibold", "游明朝", "Yu Mincho", YuMincho, serif;
}
.header_time {
	position: absolute;
	top: 119px;
	right: 0;
	width: 210px;
	height: 60px;
	z-index: 10;
}
.bnr_yoyaku {
	position: fixed;
	top: 40px;
	right: 0;
	width: 70px;
	height: 239px;
	z-index: 999;
}

#header_sp {
	display:none;
}



/*============================================================================

	#navi

============================================================================*/

#navi {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	color: #fff;
	background-color: #0068b7;
	z-index: 9999999;
}
#navi ul {
	margin: 0 auto;
	width: 1150px;
}
#navi li {
	float: left;
	position: relative;
}
#navi li:nth-child(4) {
	display: block;
	padding: 20px 40px;
}
#navi li:nth-child(4):before {
	content: "";
	position: absolute;
	top: 22px;
	left: 0;
	width: 1px;
	height: 19px;
	border-left: 1px dotted #87c1e6;
	z-index: 99;
}
#navi li:first-child {
	margin-left: 40px;
}
#navi li a {
	display: block;
	padding: 20px 53px;
	color: #fff !important;
}
#navi li a:before {
	content: "";
	position: absolute;
	top: 22px;
	left: 0;
	width: 1px;
	height: 19px;
	border-left: 1px dotted #87c1e6;
	z-index: 99;
}
#navi li:last-child:after {
	content: "";
	position: absolute;
	top: 22px;
	right: 0;
	width: 1px;
	height: 19px;
	border-left: 1px dotted #87c1e6;
}
#navi li a:hover {
	color: #cee8f8;
}
/*診療案内*/
#navi li:nth-child(4) {
	position: relative;
	padding: 20px 40px;
	color: #fff;
	text-align: center;
}
#navi ul li div {
	position: absolute;
	z-index: 99999999;
	bottom: 135%;
	left: -49px;
	width: 230px;
	background-color: #FFFFFF;
	border: 2px solid #0068B7;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	box-shadow: 0 0 3px rgba(0,0,0,0.05);
}
#navi ul li div:before {
	position: absolute;
	bottom: -29px;
	left: 7px;
	right: 0px;
	margin: auto;
	width: 0px;
	height: 0px;
	border-width: 11px 8px 16px;
	border-style: solid;
	border-color: #0068B7 transparent transparent;
	border-image: none;
	content: "";
}
#navi ul li div a {
	display: block;
	padding: 15px 0;
	border-bottom: 1px dashed #BBB;
	color: #333 !important;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	transition: .15s;
}
#navi ul li div a:hover {
	background-color: rgba(157, 208, 242, 0.28);
	color: #333 !important;
}
#navi ul li:hover div {
	bottom: 123%;
	visibility: visible;
	opacity: 1;
}
#navi ul li div a:after {
	display: none;
}
/*============================================================================

	#main

============================================================================*/

#main {
	position: relative;
	width: 100%;
	height: 621px;
	margin: 0 auto 30px auto;
	overflow: hidden;
}
#main:after {
	position: absolute;
	bottom: 0px;
	right: 0;
	left: 0;
	width: 100%;
	height: 116px;
	margin: 0 auto;
	content: "";
	background-image: url(../images/main_bg02.png);
	background-position: top center;
	z-index: 9;
}
#main .inner {
	position: relative;
	width: 980px;
	margin: 0 auto 0;
}
#main h2 {
	position: absolute;
	top: 126px;
	left: 0;
	width: 553px;
	height: 120px;
	z-index: 9;
}
#next {
	position: absolute;
	top: 300px;
	right: -74px;
	width: 52px;
	height: 52px;
}
#prev {
	position: absolute;
	top: 300px;
	left: -74px;
	width: 52px;
	height: 52px;
}
/*下層用*/

#main_under {
	width: 100%;
	margin: 0 auto 6px auto;
	overflow: hidden;
}
/*中央寄せ*/
/*#main_under {
    width: 100%;
    margin: 0 auto 35px auto;
    overflow: hidden;
}*/
#main_under .inner {
	position: relative;
	width: 980px;
	height: 180px;
	margin: 0 auto;
}
#main_under h2 {
	display: table;
	position: absolute;
	top: 70px;
	left: 0;
	/* right: 0; */
    /* width: 380px; */
	margin: 0 auto 35px;
	font-size: 30px;
	text-align: center;
	font-weight: 500;
	line-height: 1.3;
}
/*============================================================================

	#contents

============================================================================*/

#container {
	position: relative;
	width: 100%;
}
#container:before {
	position: absolute;
	top: -130px;
	right: 0;
	left: 0;
	width: 100%;
	height: 250px;
	margin: 0 auto;
	content: "";
	background-image: url(../images/main_under.png);
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 99;
}
#contents {
	width: 980px;
	margin: 50px auto 0;
	padding-bottom: 100px;
}
/*下層用*/
#container_under {
	position: relative;
	width: 100%;
	font-size: 15px;
}
#container_under:before {
	position: absolute;
	top: -248px;
	right: 0;
	left: 0;
	width: 100%;
	height: 250px;
	margin: 0 auto;
	content: "";
	background-image: url(../images/main_under.png);
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 99;
}
/*============================================================================

	TOP

============================================================================*/

/*診療のご案内*/
.top_medical {
	margin-bottom: 30px;
}
.top_medical dl {
	position: relative;
	float: left;
	width: 310px;
	margin-right: 25px;
	margin-bottom: 36px;
	text-align: center;
}
.top_medical dt a {
	position: absolute;
	top: 0;
	display: block;
	width: 310px;
	height: 310px;
}
.top_medical dl:nth-child(4), .top_medical dl:nth-child(7) {
	margin-right: 0;
}
.top_medical dt {
}
.top_medical dd {
	margin-top: 240px;
	padding: 15px 0;
	color: #878787;
}
.top_medical dd h4 {
	padding-bottom: 9px;
}
.top_medical dd h4 span {
	display:none;
}




.top_medical02 {
	margin-bottom: 30px;
}
.top_medical02 dl {
	position: relative;
	float: left;
	width: 230px;
	margin-right: 20px;
	margin-bottom: 36px;
	text-align: center;
}
.top_medical02 dt a {
	position: absolute;
	top: 0;
	display: block;
	width: 230px;
	height: 310px;
}
.top_medical02 dl:last-child {
	margin-right: 0;
}
.top_medical02 dt {
}
.top_medical02 dd {
	margin-top: 180px;
	padding: 15px 0;
	color: #878787;
}
.top_medical02 dd h4 {
	padding-bottom: 9px;
}
.top_medical02 dd h4 span {
	display:none;
}




/*当院の内視鏡検査*/
.top_examination {
	width: 100%;
	margin-bottom: 44px;
	padding: 11px 0;
	background-repeat: repeat-x;
	background-image: url(../images/top_examination_bg.png);
	background-position: bottom 20px center;
}
.top_examination .box {
	position: relative;
}
.top_examination ol {
	margin-right: 540px;
}
.top_examination li {
	margin-bottom: 6px;
	padding-bottom: 4px;
	line-height: 1.43;
	letter-spacing: 0.7px;
	font-size: 15px;
}
.top_examination li span {
	margin-right: 5px;
	font-size: 28px;
	font-family: "Yu Mincho Demibold", "游明朝", "Yu Mincho", YuMincho, serif;
}
/*当院の内視鏡検査：バナー*/
.top_examination_bnr01 {
	position: absolute;
	bottom: 38px;
	right: 210px;
}
.top_examination_bnr02 {
	position: absolute;
	bottom: 38px;
	right: 0;
}
.top_examination_bnr01 a {
	position: relative;
	float: left;
	display: block;
	width: 241px;
	height: 22px;
	margin-right: 30px;
	padding: 12px 0 16px 21px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	background-color: #4f9fd7;
	border-radius: 5px;
}
.top_examination_bnr02 a {
	position: relative;
	float: left;
	display: block;
	width: 159px;
	height: 22px;
	margin-right: 30px;
	padding: 12px 0 16px 21px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	background-color: #4f9fd7;
	border-radius: 5px;
}
.top_examination_bnr01 a:before, .top_examination_bnr02 a:before {
	content: "";
	position: absolute;
	top: 19px;
	left: 20px;
	width: 6px;
	height: 10px;
	background-image: url(../images/icon_arrow.png);
	background-repeat: no-repeat;
}
.top_examination_bnr01 a:hover, .top_examination_bnr02 a:hover {
	background-color: #004e9d;
}
/* ご挨拶　*/
.top_doctor {
	
}
.top_doctor img {
	float: right; 
	margin-left: 18px;
	margin-bottom: 15px;
}



/*アクセス部分*/
.top_access_box {
	text-align: center;
	margin: 31px auto !important;
}
.top_access_box li {
	width: 420px;
	margin: 0 auto 16px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #999999;
}
.top_access_box li:nth-child(2) {
	margin-bottom: 25px;
}
.top_access_box li:last-child {
	font-size: 16px;
	font-weight: bold;
	border-bottom: none;
}
.fa {
	margin-right: 9px;
	vertical-align: middle;
}
.fa-2x {
	font-size: 28px !important;
}
#top_map_access {
	width: 100%;
	height: 360px;
	margin-top: 140px;
}

/* -------------  人間ドックバナー　------------- */
.top_booking {
	padding-bottom: 40px;
	text-align: center;
	
}

/*==================================================================

	院長紹介

==================================================================*/

.doctor_box {
	margin-top: 43px;
}
.doctor_box dl {
	float: left;
	width: 42%;
	margin: 1% 4% 2% 0%;
	padding: 2% 3% 2%;
	background-color: #F2FAFF;
}
.doctor_box dl:last-child {
	margin: 7px 0 23px;
}
.doctor_box dt {
	padding: 4px 0 6px;
	font-size: 23px;
	color: #004E9D;
	border-bottom: 2px dotted #004E9D;
	line-height: 1;
}
.doctor_box dd {
	padding: 10px 3px;
}



/*==================================================================

	当院の内視鏡検査

==================================================================*/

/*当院の特徴*/
.medical_pickup {
	margin-bottom: 50px;
	padding: 37px 0 10px;
	background-color: #F8FBFD;
}
.medical_pickup .box {
	position: relative;
	margin-bottom: 50px !important;
}
.medical_pickup .box:after {
	position: absolute;
	top: 280px;
	left: 0;
	width: 238px;
	height: 238px;
	background-image: url(../images/doctor_image_bg.png);
	background-repeat: no-repeat;
	content: "";
}
.medical_pickup .box:before {
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 229px;
	height: 226px;
	background-image: url(../images/doctor_image_bg02.png);
	background-repeat: no-repeat;
	content: "";
}
#medicalA {
	position: relative;
	width: 890px;
}
#medicalA:after {
	position: absolute;
	top: 290px;
	left: -50px;
	width: 140px;
	height: 140px;
	background-image: url(../images/doctor_image_bg.png);
	background-repeat: no-repeat;
	background-size: 140px;
	transform: rotate(120deg);
	content: "";
}
#medicalA:before {
	position: absolute;
	bottom: 402px;
	right: -74px;
	width: 229px;
	height: 226px;
	background-image: url(../images/doctor_image_bg02.png);
	background-repeat: no-repeat;
	background-size: 180px;
	transform: rotate(-18deg);
	z-index: -2;
	content: "";
}
/*当院の内視鏡検査の6つの特徴*/
.medical_pickup dl {
	width: 90%;
	margin: 0 auto;
	display: table;
}
.medical_pickup dt {
	float: left;
	position: relative;
	margin-bottom: 18px;
	font-size: 33px;
	font-family: "Yu Mincho Demibold", "游明朝", "Yu Mincho", YuMincho, serif;
	color: #0068B7;
	line-height: 1.9;
}
.medical_pickup dd {
	padding: 18px 0 0 38px;
}
.medical_pickup h4 {
	margin-bottom: 12px;
	font-size: 19.5px;
	font-weight: 500;
	letter-spacing: 1.1px;
	line-height: 1.3;
}
.medical_pickup h4 span {
	color: #0068B7;
}
/*「硬度可変」機能の画像*/
.medical_img_list {
	margin-left: 61px;
}
.medical_img_list li {
    float: left;
    margin-right: 20px;
}
.medical_img_list li:last-child {
	margin-right: 0;
}





/*==================================================================

	医院案内

==================================================================*/

.clinic_time {
    margin: 0 auto;
    width: 85%;
}
.clinic_list dt {
	float: left;
	padding-top: 8px;
	padding-left: 11px;
	color: #004e9d;
	font-size: 16px;
	font-weight: bold;
}
.clinic_list dd {
    margin: 0 403px 7px 0;
    padding: 8px 19px 10px 105px;
    border-bottom: 2px dotted #D0DBE8;
}
.clinic_time_list {
	margin-top: 20px;
}
.clinic_time_list li {
	padding-bottom: 3px;
}
/*スライダー*/
.bx-pager {
	width: 700px;
	z-index: 99;
	position: relative;
	margin: -17px auto 137px;
}
.bx-pager a {
	-webkit-filter: contrast(85%);
	filter: contrast(85%);
	margin: 0 5px;
	position: relative;
	top: 0;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.bx-pager a.active {
	-webkit-filter: contrast(100%);
	filter: contrast(100%);
}
.bx-pager a:hover {
	top: -10px;
}
.bx-pager li {
	display: inline-block;
	float: left;
	letter-spacing: normal;
	margin-right: 2px;
}
.bx-pager img {
	border-radius: 0;
	width: 83px;
	border: 2px solid #ffffff;
	transition: opacity 0.3s ease 0s;
}
.bg_img {
	width: 700px;
	margin: 30px auto;
}


/*==================================================================

	アクセス

==================================================================*/

.access_list dt {
	float: left;
	padding-left: 15px;
	color: #004e9d;
	font-size: 30px;
	font-family: "Yu Mincho Demibold", "游明朝", "Yu Mincho", YuMincho, serif;
	line-height: 2.0;
}
.access_list dd {
    margin: 0 389px 7px 0;
    padding: 16px 19px 20px 54px;
    border-bottom: 2px dotted #D0DBE8;
}
.access_car_list dl {
	float: left;
	width: 50%;
	text-align: center;
}
.access_car_list dt {
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: bold;
}
.access_car_list dd {
}
.access_clinic {
	width: 100%;
	margin-top: 40px;
	text-align: center;
}
.access_clinic dl {
	display: inline-block;
	margin-right: 15px;
}
.access_clinic img {
	width: 400px;
	margin-bottom: 10px;
}



/*道案内*/
.access_guidance {
	padding-top:30px;
}
.access_guidance dl {
	position:relative;
    float: left;
    width: 46%;
    margin: 0 8% 4% 0;
    text-align: center;
}
.access_guidance dl:before {
    position: absolute;
    top: 99px;
    right: -40px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left: 7px solid #4A577F;
    content: "";
}
.access_guidance dl:nth-child(even) {
    margin-right: 0;
}
.access_guidance dl:nth-child(even):before {
	display:none;
}
.access_guidance dt {
    margin-bottom: 5px;
}
.access_guidance dd{
}






/*==================================================================

	診療案内：共通

==================================================================*/

/*検査の流れ*/
.medical_flow_box dl {
	display: table;
	width: 94%;
	margin: 2% 0 4%;
	padding: 2.5% 3% 3%;
	background-color: #F2FAFF;
}
.medical_flow_box dt {
	padding: 4px 0 6px;
	font-size: 22px;
	color: #004E9D;
	border-bottom: 2px dotted #004E9D;
	line-height: 1;
}
.medical_flow_box dd {
	padding: 20px 12px;
}
/*チェックリストボックス*/
.medical_check_list {
	width: 70%;
	margin: 2% auto;
	padding: 2% 5.5% 4%;
	border: 1px solid #D6EEFF;
	box-shadow: 4px 4px #E3F2FD;
}
.medical_check_list li {
	padding: 8px 14px;
	font-size: 15px;
	border-bottom: 1px dashed #0068B7;
}
.fa-check {
	color: #004E9D;
}

/*チェックリストボックス 診療予約*/
.medical_check_list03 {
	/*width: 70%;*/
	margin: 2% auto;
	padding: 2% 5.5% 4%;
	border: 1px solid #D6EEFF;
	box-shadow: 4px 4px #E3F2FD;
}
.medical_check_list03 li {
	padding: 8px 14px;
	font-size: 15px;
	border-bottom: 1px dashed #0068B7;
}

/*チェックリストボックス：float効いてる*/
.medical_check_list02 {
	display: table;
	width: 550px;
	margin: 0 auto;
	padding: 12px 40px 23px;
	border: 1px solid #D6EEFF;
	box-shadow: 4px 4px #E3F2FD;
}
.medical_check_list02 li {
	float: left;
	margin-right: 20px;
	padding: 8px 14px;
	font-size: 15px;
	border-bottom: 1px dashed #0068B7;
}

/*診療予約はこちら*/
.medical_reservation {
	text-align: center;
}
.medical_reservation a {
	margin: 40px auto 0;
	display: block;
	position: relative;
	width: 241px;
	height: 22px;
	padding: 12px 0 16px 21px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	background-color: #4f9fd7;
	border-radius: 5px;
}
.medical_reservation a:before {
	content: "";
	position: absolute;
	top: 19px;
	left: 20px;
	width: 6px;
	height: 10px;
	background-image: url(../images/icon_arrow.png);
	background-repeat: no-repeat;
}
.medical_reservation a:hover {
	background-color: #004e9d;
}



/*==================================================================

	総合診療

==================================================================*/

.medicalcare_list01 {
    width: 76%;
    margin: 0 auto;
    background-color: #F2FAFF;
    padding: 4% 6%;
}
.medicalcare_list01 ul {
	float: left;
	width:50%;
}




/*==================================================================

	人間ドッグ

==================================================================*/

.medical08_box {
	margin: 8% 4% 15%;
}
.medical08_box h4 {
	margin-bottom: 15px;
	font-size: 23px;
	color: #0068B7;
	border-bottom: 4px double #4F9FD7;
}
.medical08_box dl {
	margin-top: 3%;
	padding: 2% 4% 3%;
	background-color: rgba(223, 241, 255, 0.22);
	border-radius: 10px;
}
.medical08_box dt {
	margin-bottom: 13px;
	font-size: 21px;
	color: #0068B7;
}

.medical08_health {
	display: block;
	width: 240px;
	height: 430px;
	background: #DFF1FF;
	padding: 35px;
	margin: 60px 40px 0 40px;
	float: left;
}
.medical08_health dt {
	float: left;
	position: relative;
	padding: 0 0 0px 0;
	font-size: 28px;
	font-family: "Yu Mincho Demibold", "游明朝", "Yu Mincho", YuMincho, serif;
	color: #0068B7;
	line-height: 1.0;
}
.medical08_health dd {
	padding: 0px 0 10px 40px;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1.1px;
	color: #444;
}
.medical08_health dd a:hover {
	color: #0094DC;
}

.plice p {
	margin-top: 17px;
	float: right;
}

.medical08_bnr {
	margin-top: 30px;
}
.medical08_bnr img {
	display: block;
	margin: 0 auto;
}

/*------------------------------------
　　　　　　定期健診　　　　　　　　
------------------------------------*/

.case_list01 {
	margin-bottom: 25px;
}
.case_list01 li {
	background: #87C1E6 none repeat scroll 0 0;
	border: 1px solid #87C1E6;
	color: #fff;
	float: left;
	font-size: 13px;
	height: 15px;
	line-height: 15px;
	margin: 5px 8px;
	padding: 10px;
	text-align: center;
	width: 140px;
}
.case_list01 ul li.bg01 {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #87C1E6;
	color: #87C1E6;
	float: left;
	font-size: 13px;
	height: 15px;
	line-height: 15px;
	margin: 5px 8px;
	padding: 10px;
	text-align: center;
	width: 140px;
}

.case_list02 ul li {
	float: left;
	display: block;
	background: #87C1E6;
	border: 1px solid #87C1E6;
	color: #fff;
	font-size: 13px;
	margin: 0px 20px 10px 0;
	padding: 8px 0 12px 0;
	text-align: center;
	width: 96px;
	font-weight: normal;
	height: 24px;
}
.case_list02 ul li span {
	width:100%;
	height:100%;
	display:block;
	box-sizing:border-box;
}
.case_list02 ul li a{ color:#fff; display:block; font-weight:normal;}
.case_list02 ul li:hover {
	background: #0068B7;
}
.case_list02 ul li.bg01 {
	float: left;
	display: block;
	width: 96px;
	height: 24px;
	background: #fff;
	border: 1px solid #87C1E6;
	margin: 0px 20px 10px 0;
	padding: 10px 0;
	color: #87C1E6;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	
}

.case_list03 ul  {
	margin-top:25px;
}
.case_list03 ul li {
	float: left;
	display: block;
	background: #87C1E6;
	border: 1px solid #87C1E6;
	color: #fff;
	font-size: 14px;
	margin: 0px 8px 20px 8px;
	padding: 8px 0px 15px 0px;
	width:122px;
	font-weight: normal;
	height: 38px;
}
.case_list03 ul li span {
	width:100%;
	height:100%;
	display:block;
	box-sizing:border-box;
}
.case_list03 ul li a{ color:#fff; display:block; font-weight:normal;}
.case_list03 ul li:hover {
	background: #0068B7;
}
.case_list03 ul li.bg01 {
	float: left;
	display: block;
	width: 122px;
	height: 38px;
	background: #fff;
	border: 1px solid #87C1E6;
	margin: 0px 0px 10px 0;
	padding: 10px 0;
	color: #87C1E6;
	font-size: 13px;
	
}

.ui-tabs-selected{background: #0068B7!important;}
.medical_healthmenu ul {
	color: #fff;
}
.medical_healthmenu ul li {
	margin: 15px 8px 0 0;
	float: left;
}
.medical_healthmenu ul li a {
	font-size: 12px;
	position: relative;
	padding: 12px 0 16px 18px;
	display: inline-block;
	text-align: left;
	font-size: 15px;
	background-color: #4f9fd7;
	border-radius: 5px;
	width: 230px;
	height: 22px;
}
.medical_healthmenu ul li a:last-child {
	margin-right: 0;
}
.medical_healthmenu ul li a {
	color: #fff;
}
.medical_healthmenu ul li a:hover {
	background-color: #004e9d;
}
.medical_healthmenu ul li :before {
	content: "";
	position: absolute;
	top: 19px;
	left: 8px;
	width: 6px;
	height: 10px;
	background-image: url(../images/icon_arrow.png);
	background-repeat: no-repeat;
}
.option_list dl {
	margin: 0 120px 0 120px;
}
.option_list dt {
	float: left;
	padding-top: 8px;
	padding-left: 30px;
	color: #004e9d;
	font-size: 16px;
	font-weight: bold;
}
.option_list dd {
	margin: 0 0px 7px 0;
	padding: 8px 19px 10px 300px;
	border-bottom: 2px dotted #D0DBE8;
}


.medical_option ul  {
	margin-top:25px;
}

.medical_option ul li {
	float: left;
	display: block;
	background: #fff;
	border: 1px solid #87C1E6;
	color: #0058B0;
	font-size: 14px;
	margin: 0px 8px 20px 8px;
	padding: 8px 10px 15px 10px;
	text-align: center;
	width: 105px;
	font-weight: normal;
	height: 40px;
}




/*============================================================================

	#footer

============================================================================*/

#footer {
	width: 100%;
	margin-top: 119px;
	color: #fff;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	background-position: top center;
}
#footer .inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
.footer_info {
	margin-bottom: 30px;
	padding: 45px 0 47px;
}
.footer_info_sec1 {
	float: left;
	width: 400px;
}
.footer_info_sec1 dt {
	margin-bottom: 24px;
}
.footer_info_sec1 dd {
	line-height: 2;
}
.footer_info_sec1 a {
	color:#fff;
}

.footer_info_sec2 {
	float: right;
	margin-top: 29px;
	margin-bottom: 10px;
}
.footer_info_sec2 li {
	margin-bottom: 3px;
}
.footer_info_sec2 li:first-child {
	padding-left: 7px;
}
.pagetop {
	position: absolute;
	top: -123px;
	right: 0;
	width: 60px;
	height: 60px;
	cursor: pointer;
}
.copy {
	padding-top: 93px;
	clear: both;
	color: #cee8f8;
	font-size: 13px;
}



/*==================================================================

	共通

==================================================================*/

.box {
	width: 980px;
	margin: 0 auto 50px;
}
.box2 {
	width: 720px;
	margin: 0 auto 50px;
}
.text {
	margin-bottom: 40px;
}
.text p {
	margin-bottom: 1em;
}
.text:last-child {
	margin-bottom: 0;
}
/*下層用*/
#container_under .box {
	width: 780px;
	margin: 0 auto 95px;
}
#container_under .box:last-child {
	margin: 0 auto 190px;
}
/*院長略歴*/
.list01 {
	border-width: 0 1px 1px;
	margin: 0 0 15px;
	padding: 0;
}
.list01 dt {
	margin: 0;
	padding: 14px 3px 0px;
}
.list01 dd {
	border-bottom: 1px dotted #ACACAC;
	margin: -35px 0 0;
	padding: 12px 4px 10px 120px;
}
/*院長略歴　年月無し*/
.list02 {
	border-width: 0 1px 1px;
	margin: 0 0 15px;
	padding: 0;
}
.list02 li {
	border-bottom: 1px dotted #ACACAC;
	margin: 0 0px 0px;
	padding: 12px 4px 10px 0;
}
/*まる*/
.list03 {
}
.list03 li {
	padding-left: 0.9em;
	margin-bottom: 5px;
	position: relative;
}
.list03 li:before {
	display: block;
	content: '';
	position: absolute;
	top: 0.55em;
	left: 0;
	width: 4px;
	height: 4px;
	background-color: #60AFE2;
	border: 1px solid #60AFE2;
	border-radius: 100%;
}
/*さんかく*/
.list04 li {
	margin-bottom: 15px;
	padding-left: 22px;
	position: relative;
	color: #223a70;
}
.list04 li:before {
	position: absolute;
	top: 0.5em;
	left: 7px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #4A577F;
	content: "";
}
/*やじるし*/
.list05 li {
	position: relative;
	margin-bottom: 10px;
	line-height: 1;
	padding-left: 15px;
}
.list05 li:before {
	position: absolute;
	left: 0;
	top: 0.3em;
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	background-color: transparent;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	content: "";
}
.mt90 {
	margin-top: 90px !important;
}
.txt14_5 {
	font-size: 14.5px;
}
.mb20 {
	margin-bottom: 20px !important;
}
/*==================================================================

	table

==================================================================*/

.nowrap {
	white-space: nowrap;
}
/*フッター：診療時間*/
.tb01 {
	border-spacing: 1px;
	white-space: nowrap;
	font-size:14px;
}
.tb01 td, .tb01 th {
	padding: 7px 10px;
}
.tb01 th {
	font-weight: normal;
	white-space: nowrap;
	text-align: center;
	color: #ffffff;
	background-color: #87c1e6;
	border: 1px solid #fff;
}
.tb01 td {
	text-align: center;
	border: 1px solid #fff;
}
/*医院概要*/
.tb02 {
	margin-right: 23px;
	border-spacing: 1px;
	white-space: nowrap;
}
.tb02 td, .tb02 th {
	padding: 9px 15px;
}
.tb02 th {
	font-weight: normal;
	white-space: nowrap;
	text-align: center;
	color: #ffffff;
	background-color: #87c1e6;
	border: 1px solid #fff;
}
.tb02 td {
	background-color: #F3F5FD;
	text-align: center;
	border: 1px solid #fff;
}
/*人間ドッグ*/

.tb03 {
	border-spacing: 1px;
	white-space: nowrap;
	margin-bottom: 20px;
	float: left;
}
.tb03 td, .tb03 th {
	padding: 7px 24px;
}
.tb03 th {
	font-weight: normal;
	white-space: nowrap;
	text-align: center;
	color: #ffffff;
	background-color: #87c1e6;
	border: 1px solid #fff;
}
.tb03 td {
	text-align: center;
	border: 1px solid #fff;
	background-color: #F3F4F9;
}
.price p {
	display: inline-block;
	width: 400px;
}
/*==================================================================

	タイトル

==================================================================*/

h2.tit01 {
	margin-bottom: 35px;
	font-size: 30px;
	text-align: center;
	font-weight: 500;
}
h2.tit01 span {
	position: relative;
	display: table;
	margin: 0 auto;
	color: #60afe2;
	font-size: 15px;
	letter-spacing: 1px;
}
h2.tit01 span:before {
	content: "";
	position: absolute;
	top: 12px;
	left: -30px;
	width: 24px;
	height: 1px;
	background-color: #a6d2e8;
}
h2.tit01 span:after {
	content: "";
	position: absolute;
	top: 11px;
	right: -29px;
	width: 24px;
	height: 1px;
	background-color: #a6d2e8;
}
h3.tit01 {
	display: table;
	min-width: 150px;
	height: 76px;
	margin: 0 auto 40px;
	font-size: 30px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #004e9d;
	text-align: center;
	background-image: url(../images/h3_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	line-height: 76px;
	letter-spacing:3px;}
h3.tit01 span {
	display: none;
	vertical-align: middle;
	font-weight: 500;
}
h3.tit02 {
	font-size: 20px;
	color: #333333;
}
h3.tit03 {
	margin-bottom: 18px;
	font-size: 21.5px;
	font-weight: 500;
	color: #0068B7;
	letter-spacing: 1.5px;
}
h3.tit04 {
	display: table;
	min-width: 150px;
	height: 76px;
	margin: 0 auto 40px;
	font-size: 30px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 500;
	color: #004e9d;
	text-align: center;
	background-image: url(../images/h3_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	line-height: 76px;
}
h3.tit04 span {
	display: none;
	vertical-align: middle;
	font-weight: 500;
}
h3.tit04 a {
	color: #004e9d;
}
h3.tit04 a:hover {
	color: #60AFE2;
}
h3.tit05 {
	display: table;
	min-width: 150px;
	height: 76px;
	margin: 0 auto 40px;
	font-size: 30px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #004e9d;
	text-align: center;
	background-image: url(../images/h3_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	/*line-height: 76px;*/
	letter-spacing:3px;
}




h4.tit01 {
	margin-bottom: 7px;
	padding-top: 5px;
	font-size: 17px;
	font-weight: bold;
}
h4.tit02 {
	margin: 22px 0 7px 0;
	font-size: 20.5px;
	letter-spacing: 1.1px;
}
h4.tit02 span {
	color: #4F9FD7;
}
h4.tit03 {
	margin-bottom: 15px;
	color: #004e9d;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1px;
}
h4.tit04 {
	margin-top: 39px;
	margin-bottom: 14px;
	color: #004e9d;
	font-size: 20.7px;
	font-weight: 500;
	letter-spacing: 0.1px;
}
p.tit05 {
	padding: 15px 0 15px 20px;
	font-size: 18px;
	font-weight: 500;
	color: #0068B7;
	letter-spacing: 1.3px;
	/*border: 2px dotted #004E9D;*/
	background: #F2FAFF;
}
	

/*==================================================================

　　診療予約

==================================================================*/
.tel_number {
	color: #3D4E9D;
	font-size: 16px;
}
.tel_number i.fa {
	margin-right: 0;
	padding-right: 3px;
	font-size: 18px;
}
	
	






