@charset "utf-8";

/* =======================================================================

   ●
   
======================================================================= */

/* -----------------------------------------------------------
　●
----------------------------------------------------------- */

/* :::::::::: ● :::::::::: */


/* =======================================================================

   基本
   
======================================================================= */

/* -----------------------------------------------------------
　色
----------------------------------------------------------- */
/*
メインカラー:#00000
サブカラー:#00000
アクセントカラー:#00000
アクセントカラー:#00000
*/

/* -----------------------------------------------------------
　見出し
----------------------------------------------------------- */

h1{
	color: #000000;
	height: 20px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
}
h2 {
	margin: 0px;
	padding: 0px;
}

h3{
	margin-bottom: 20px;
}
h4{
	margin-right: 20px;
	margin-left: 20px;
	font-size: 18px;
	font-weight: normal;
	color: #09164A;
	margin-bottom: 10px;
}
h5{}
h6{}
h7{}

/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
ol{}
ol li{}

ul{}
ul li{}

dl{}
dl dt{}
dl dd{}

/* :::::::::: テーブル :::::::::: */

table{}

table tr th,
table tr td{
	/*border:1px solid #ccc;*/
	padding:10px;
}

table tr th{}

table tr td{}


/* =======================================================================

   全体
   
======================================================================= */

body{
	font-family: Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-image: url(../images/bg.gif);
	/*background-repeat: repeat-x;*/
	text-align: center;
}

/* -----------------------------------------------------------
　ラッパー
----------------------------------------------------------- */

#wrapper {
	padding: 0;
	width: 1020px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
#header_area {
	background-color:#FFF;
	border-top:solid 4px #f39800;
}


#header{
	width:1020px;
	margin:0 auto;
	background-color:#FFF;
}

/* :::::::::: cookie+CSS切り替え :::::::::: */

#header #font-buttons{}
#header #logo {
	margin: 0px;
	padding: 10px 0 0 0;
	height: 100px;
	width: 1020px;
}
#header #logo #marl {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 100px;
	position:absolute;
	top:35px;
	z-index:999;
}
#header #logo #telephones {
	margin: 30px 0 0;
	padding: 0px;
	float: right;
	height: 61px;
}

/* :::::::::: メインナビ :::::::::: */

#main_nav{
	width:1016px;
	margin:0 auto 20px;
	height: 96px;
}

#main_nav li{
	float: left;
	margin: 0px;
	padding: 0px;
	height:96px;
	text-indent:-9999px;
}

#main_nav li a{
	background:url(../images/gp/mn_gp.png);
	display:block;
	width:100%;
	height:96px;
}
#main_nav li a:hover{
	background:url(../images/gp/mn_gp_over.png);
}

#main_nav .nav01 {width:192px;}
#main_nav .nav02 {width:280px;}
#main_nav .nav03 {width:180px;}
#main_nav .nav04 {width:175px;}
#main_nav .nav05 {width:189px;}
#main_nav .nav01 a {background-position:0px;}
#main_nav .nav02 a {background-position:-192px;}
#main_nav .nav03 a {background-position:-472px;}
#main_nav .nav04 a {background-position:-652px;}
#main_nav .nav05 a {background-position:-827px;}
#main_nav .nav01 a:hover {background-position:0px;}
#main_nav .nav02 a:hover {background-position:-192px;}
#main_nav .nav03 a:hover {background-position:-472px;}
#main_nav .nav04 a:hover {background-position:-652px;}
#main_nav .nav05 a:hover {background-position:-827px;}
	

/* :::::::::: キービジュアル :::::::::: */

#key_visual{
	width:1025px;
	margin:10px auto 20px auto;
}


/* -----------------------------------------------------------
　コンテンツラッパー
----------------------------------------------------------- */

#contents_wrapper{
	width:1020px;
	margin:0 auto;
	text-align:left;
}

/* :::::::::: パンくずリスト :::::::::: */

ol.bredcrumbs{
	height: 20px;
	margin-bottom: 10px;
}

ol.bredcrumbs li{
	display:inline;
	list-style-type:none;
}

ol.bredcrumbs li:after{
	content:" >> ";
}

ol.bredcrumbs li:last-child:after{
	content:"";
}

/* -----------------------------------------------------------
　メインコンテンツ
----------------------------------------------------------- */

#main_contents{
	width: 730px;
	float: right;
	margin-bottom: 30px;
}

#contents_wrapper h2 {
	height: 16px;
	width: 1000px;
	color:#141313;
	font-size: 16px;
	padding: 10px 5px;
	border-bottom: 1px solid #434343;
	margin-bottom:7px;
	clear:both;
}


#main_contents h2 {
	height: 16px;
	width: 720px;
	color:#141313;
	font-size: 16px;
	padding: 10px 5px;
	border-bottom: 1px solid #434343;
	margin-bottom:7px;
}

#contents_wrapper h2:before {
	 content:"■ ";
	 color:#e8d904;
}


/* -----------------------------------------------------------
　TOPページ
----------------------------------------------------------- */

/* :::::::::: お知らせ欄 :::::::::: */

#infomation{
	background-color:#FFF;
	border-radius:5px;
	border:solid 1px #e7e7e7;
	box-shadow: 2px 2px 2px #e5e5e5;
	padding:20px ;
	margin-bottom:20px;
	}
	
#infomation dl{
	overflow-x:hidden;
	overflow-y:scroll;
	height:230px;
	padding-right:10px;
	}
	
#infomation dt{
	border-top:solid 2px #f5a98d;
	border-bottom:solid 2px #f5a98d;
	padding:5px 10px;
	font-size:16px;
	}
	
#infomation dt .date{
	margin-right:1em;
	}
	
#infomation dd{
	border-bottom:dotted 2px #d2d2d2;
	padding:10px 8px;
	font-size:16px;
	margin-bottom:10px;
	}
	
/* :::::::::: 中央部クリニックのバナー :::::::::: */	
	
#main_contents .clinic_box{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	width:730px;
	}

#main_contents .clinic_box p{
	float:left;
	margin-left:10px;
	}
	
	
#main_contents .clinic_box p:first-child {
	margin-left:0; 
	}

#main_contents #clinic_info {
	background-color:#FFF;
	border-radius:5px;
	border:solid 1px #e7e7e7;
	box-shadow: 2px 2px 2px #e5e5e5;
	padding:10px 10px 30px ;
	margin-bottom:20px;
	overflow: hidden;
	}

/* :::::::::: クリニック概要 :::::::::: */

#main_contents #clinic_info .info_table{
	margin-top:30px;
	float:left;
}

#main_contents #clinic_info .info_table .clinic_name_left{
    float:left;
	width:70px;
	background-color: #615f5e;
	border: 1px solid #CCC;	
	color: #FFFFFF;
	text-align: center;
	line-height: 150%;
	font-size:13px;
	
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom:16px;
	margin-left: 0px;
	
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;

}

.clinic_name_right{
	float:left;
	width:260px;
	border:none;
	line-height: 150%;
	border-bottom:dotted 1px #313131;
	font-size:13px;


	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 5px;
	
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom:5px;
	padding-left: 5px;
}


.clinic_name_right .clinic_name{
	font-size:16px;
	font-weight:bold;
}	

#main_contents #clinic_info #map_canvas{
	width: 170px;
	height: 220px;
	float: right;
	padding-right: 0px;
	margin-top:20px;
	margin-right: auto;
	margin-left: 5px;
	border-radius: 8px;

}

#main_contents #clinic_info #map_canvas2{
	width: 170px;
	height: 220px;
	float: right;
	padding-right: 0px;
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 8px;

}
	
/* -----------------------------------------------------------
　下層ページ共通
----------------------------------------------------------- */

#contents_wrapper #link_nav {
	width:1020px;
	height:173px;
	clear:both;
	margin:0 auto 40px;
}

#contents_wrapper #link_nav ul li {
	float:left;
	margin-right:11.5px;
}

#contents_wrapper #link_nav ul li.lnav03 {
	margin-right:0;
}

#main_contents .main_contents_box {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 20px;
	background-color:#FFF;
	border-radius:5px;
	border:solid 1px #e7e7e7;
	box-shadow: 2px 2px 2px #e5e5e5;
}

#main_contents .main_contents_box h3 {
	height:32px;
	padding:0px 15px;
	margin-bottom:15px;
	font-size:16px;
	line-height:32px;
	color:#FFF;
	background-color:#f39800;
	clear:both;
}

#main_contents .main_contents_box .text_box {
	margin:10px 0px 40px;
	padding:0 1em;
}
	

#main_contents .main_contents_box p {
	line-height:1.7em;
	margin-bottom:10px;
}
	
#main_contents .main_contents_box .anchor {	
	padding:0px;
	margin-bottom:20px;
}
	
#main_contents .main_contents_box .anchor li {
	width:32.5%;
	display: block;
	height:36px;
	line-height:36px;
	border-radius:5px;
	float:left;
	margin-right:0.8%;
	margin-bottom:5px;
	background: linear-gradient(#99effc,#00abfb);
	background: -webkit-linear-gradien(#99effc,#00abfb);
	font-weight:bold;
	text-align:center;
	position:relative;
}

#main_contents .main_contents_box .anchor li:after {
	content: "";
	position: absolute;
	top: 8px;
	right: 10px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #FFFFFF;
}

#main_contents .main_contents_box #fee_anchor li {
	width:49.2%;
	padding:0 0;
}

#main_contents .main_contents_box .anchor li:first-child,
#main_contents .main_contents_box #fee_anchor li:first-child {
	margin-left:0;
}

#main_contents .main_contents_box .anchor li a,
#main_contents .main_contents_box #fee_anchor li a {
	text-decoration:none;
	width:100%;
	height:100%;
	display: block;
	color:#FFF;
}

#main_contents .main_contents_box .anchor li a:hover,
#main_contents .main_contents_box #fee_anchor li a:hover {
	color:#333333;
}
	

/* -----------------------------------------------------------
　ご利用料金
----------------------------------------------------------- */

#main_contents .main_contents_box .text_box .fee_table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	margin-bottom:15px;
}

#main_contents .main_contents_box .text_box .fee_table caption {
	text-align:right;
	font-size:14px;
	margin-bottom:5px;
}

#main_contents .main_contents_box .text_box .fee_table th {
	text-align:center;
	vertical-align:middle;
	font-size:14px;
 	color:#4c4c4c;
	line-height:1.7em;
	border:solid 1px #CCC;
	padding:5px 10px;
	background-color:#fffaa3;
}

#main_contents .main_contents_box .text_box .fee_table td {
	text-align:center;
	vertical-align:middle;
	font-size:14px;
 	color:#4c4c4c;
	line-height:1.7em;
	border:solid 1px #CCC;
	padding:5px 10px;
}

#main_contents .main_contents_box .text_box .fee_table .align_l {
	text-align:left;
}

#main_contents .main_contents_box .text_box .fee_table .double {
	border-bottom:double 3px #CCC;
}

#main_contents .main_contents_box .text_box .fee_list {
	margin:20px 0px ;
	padding:0 1em;
}


#main_contents .main_contents_box .text_box .fee_list li {
	padding-left:1.5em;
	text-indent:-1.5em;
    list-style: none;
    line-height:1.7em;
}

#main_contents .main_contents_box .text_box .fee_list li:before {
	content:"・";
	padding-right:0.5em;
}

#main_contents .main_contents_box .text_box .fee_list .caution {
	margin-top:15px;
	color:#F00;
}

#main_contents .main_contents_box .text_box .fee_list .caution:before {
	content:"＊";
	padding-right:0.5em;
}



/* -----------------------------------------------------------
　　交通案内
----------------------------------------------------------- */

#main_contents .main_contents_box #map_canvas {
	width: 48%;
	height:420px;
	margin-right: 2%;
	float: left;
}

#main_contents .main_contents_box .access_detail {
	margin-top:20px;
	clear:both;
}

#main_contents .main_contents_box .access_detail img {
	float:right;
	margin:0 0 20px 30px;
}

/* -----------------------------------------------------------
　　よくあるご質問
----------------------------------------------------------- */

#main_contents .main_contents_box .faq_list {
	margin:0px 0px 20px;
	padding:0 1em;
}

#main_contents .main_contents_box .faq_list .question {
	font-weight:bold;
	padding-left:1.5em;
	text-indent:-1.5em;
    list-style: none;
}

#main_contents .main_contents_box .faq_list .question:before {
	content:"Q.";
	padding-right:0.5em;
}
	
#main_contents .main_contents_box .faq_list .answer {
	padding-left:1.5em;
	margin:5px 0 20px 0;
	text-indent:-1.5em;
	list-style: none;
}

#main_contents .main_contents_box .faq_list .answer:before {
	content:"A.";
	padding-right:0.5em;
	padding-left:0.1em;
}


/* -----------------------------------------------------------
　採用情報
----------------------------------------------------------- */

#main_contents .main_contents_box .recruit_banner {
	width:100%;
	margin:60px 0 50px;
	text-align:center;
	line-height:2.4em;
}
	
/* -----------------------------------------------------------
　サブコンテンツ
----------------------------------------------------------- */

#sub_contents{
	width: 251px;
	float: left;
	height: auto;
}

#sub_contents h2 {
	height: 16px;
	width: 241px;
	color:#141313;
	font-size: 16px;
	padding: 10px 5px;
	border-bottom: 1px solid #434343;
	margin-bottom:7px;
}

#sub_contents h2:before {
	 content:"■ ";
	 color:#e8d904;
}


/* :::::::::: サブナビ :::::::::: */

ul#sub_nav{
	width: 251px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}

#sub_nav li{
	margin-bottom: 10px;
}



#main_contents #topic {
	margin-bottom: 40px;
	height: auto;
}
#main_contents #topic p {
	float: left;
	margin-right: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main_contents #topic .r0 {
	margin: 0px;
	padding: 0px;
}


#footer_area {
	background-color: #FFFFFF;
	height: auto;
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 0px;
	padding-top:10px;
}



/* -----------------------------------------------------------
　フッタ
----------------------------------------------------------- */

#footer{
	width: 1020px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	height: auto;
	padding-bottom: 10px;
}
#footer .smoothScrolls {
	text-align: right;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
#footer .smoothScrolls a {
	font-size: 14px;
}
/* :::::::::: フッターナビ :::::::::: */

/*↓フッターナビ左寄せ*/
ul.footer_nav{
	width: 745px;
	margin-bottom: 10px;
	float: left;
}
.footer_nav li{
	float: left;
	font-size:13px;
}
ul.footer_nav li a{
	color:#141313;
	text-decoration:none;
}
/*↑フッターナビ左寄せ*/


.orange {
	color: #F90;
}

.red {
	color: #F00;
}

.navy {
	color: #0A164A;
}

#footer .footer_logo {
	width:275px;
	height:60px;
	float:right;
	margin-top:20px;
}
.copyright{
	width:100%;
	height: 24px;
	text-align: center;
	font-size: 14px;
	float: left;
	margin-top: 20px;
	background-color:#f39800;
	color:#FFF;
	line-height:24px;
}
.copyright a {
	color:#FFF;
	text-decoration:none;

}

/* :::::::::: ページトップへ :::::::::: */
#linkPagetop {
	float: right;
}

#Pagetop{
	position: fixed;
	bottom: -5px;
	/* IE6 */
	_position: absolute;
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-55)+'px');
	margin-right: auto;
	margin-left: auto;
}

#Pagetop li{
	padding-top: 0px;
	height: 100px;
	float: left;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 100px;
	text-align: center;
	margin-right: 0px;
	list-style-type: none;
}
#Pagetop a{
	display: block;
	color: #FFF;
}

#Pagetop_ich {
	float: right;
	margin: 0px;
	padding: 0px;
}