@charset "utf-8";
/* CSS Document */

/*================================================
　共通設定 
================================================*/

html {
	overflow:auto;
	min-width:1024px;
}

/* 見出し */

h1{
	font-size:100%;
	line-height:1.5em;
	font-weight:normal;
	color:#000;
}

h2{
	font-size:180%;
	font-weight:normal;
	line-height:1.5em;
	color:#fff;
	text-shadow:0 0 0px #fff;
	min-height:40px;
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f5f5f5), color-stop(0.00, #ffffff));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background: linear-gradient(top, #ffffff 0%, #f5f5f5 100%);*/
	background:#29417d;
	border:2px solid #fff;
	box-shadow:0px 0 1px #666;
	border-radius:10px;
	padding:20px;
	padding-top:30px;
	margin-bottom:20px;
}

h3{
	font-size:200%;
	font-weight:normal;
	line-height:1.2em;
	color:#333;
	background:url(../images/common/h3_bg.png) left top repeat-y;
	margin-bottom:20px;
	padding-left:20px;
	min-height:20px;
}

h4{
	font-size:140%;
	line-height:1.5em;
	color:#333;
	background:url(../images/common/h4_bg.jpg) left bottom repeat-x;
	border-left:5px solid #55cad5;
	margin-bottom:10px;
	padding-left:10px;
}

h5{
	font-size:140%;
	line-height:1.5em;
	color:#fff;
	background:#55cad5;
	margin-bottom:10px;
	padding-left:15px;
	border-radius:5px;
}


h6{
	font-size: 120%;
	line-height:1.5em;
	text-align:left;
	min-height:20px;
	background-color:#63524a;
	background-image:url(../images/common/h5-bg.png);/*GoogleChromeには反映されません*/
	background-repeat:repeat-x;
	background-position:left bottom;
	color:#ffffff;
	border:2px solid #ffffff;
	box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	-webkit-box-shadow: 1px 1px 3px #999;
	text-shadow: 1px 1px 1px #333;
	/*border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;*/
	padding:5px;
	padding-top:7px;
	padding-left:15px;
    margin-bottom:10px;
}

/* ページ内ナビゲーション */

#pageNavi{
	margin-bottom:20px;
	text-align:right;
	font-size:80%;
	line-height:1.5em;
}

#pageNavi a{
	color:#7e7e7e;
	text-decoration:underline;
	border-left:1px solid #7e7e7e;
	padding:0 10px;
}

#pageNavi a.end{
	border-right:1px solid #7e7e7e;
}

#pageNavi a:hover{
	color:#ff8400;
	text-decoration:underline;
}

/* ページ内トップへのナビゲーション */

.pageTop{
	text-align:right;
	padding:10px 0 20px 0;
	clear:both;
}

.pageTop a{
	color:#333333;
	text-decoration:underline;
}

.pageTop a:hover{
	color:#000000;
	text-decoration:underline;
}

/*================================================
　レイアウト設定 
================================================*/

#container{
	width:100%;
	text-align:center;
}

#container-inner{
	width:100%;
	line-height:100%;
	margin:0 auto;
	text-align:left;
}


/* ヘッダー領域 -------------------------------- */

header{
	background:#fff url(../images/common/header_bg.png) left bottom repeat-x;
	width:100%;
	text-align:center;
	margin-bottom:20px;
}

header #header-inner{
	width:980px;
	height:210px;
	margin:0 auto;
	position:relative;
	text-align:left;
	background:url(../images/common/header_inner_bg.png) bottom right no-repeat;
}

header #header-inner h1{
	position:absolute;
	top:20px;
	left:0;
}

header #header-inner h2{
	display:none;
}

header #header-inner .concept{
	width:600px;
	position:absolute;
	top:30px;
	right:0;
}

header #header-inner #header-navi{
	display:none;
	position:absolute;
	right:-1px;
	top:192px;
	width:503px;
	height:115px;
}

/*　メイン部　*/

#content{
	text-align:center;
	width:100%;
	background:url(../images/common/content-bg.png) left top repeat-x;
	margin-bottom:10px;
}

#content-inner {
	width:980px;
	margin:0 auto;
	text-align:left;
}


/* 中カラム -------------------------------- */

#main-area{
	float:left;
	width:720px;
	background:#fff;
	border:1px solid #ccc;
	border-radius:10px;
}
#admin #main-area{
	float:none;
	width:100%;
}

#main-area-inner{
	padding:30px;
}

/* 右カラム -------------------------------- */

#right-area{
	float:right;
	width:230px;
	background:#fff;
	border:1px solid #ccc;
	border-radius:10px;
	text-align:center;
	padding:20px 0px;
}

#right-area-inner{
	padding:0px 10px;
	text-align:left;
}

#right-area-inner ul{
	list-style:none;
}

#right-area-inner ul li{
	margin-bottom:5px;
}

#right-area-inner ul li img{
	width:210px;
}

#right-area-inner ul li.noad{
	font-size:100%;
	line-height:70px;
	text-align:center;
	color:#ccc;
	background:#a3c377;
	background:#fff;
	border:1px dotted #ccc;
}

/* 下部のテキストナビ -------------------------------- */

#footer_navi{
	width:100%;
	text-align:center;
	margin-bottom:20px;
	clear:both;
}

#footer_navi ul{
	width:980px;
	margin:0 auto;
	list-style:none;
}

#footer_navi ul li{
	float:left;
	margin:0 10px;
	font-size:100%;
	line-height:1.5em;
	background:url(../images/common/footer_navi_bg.png) left center no-repeat;
	padding-left:12px
}
/* フッター -------------------------------- */

footer{
	width:100%;
	min-height:50px;
	color:#fff;
	text-align:center;
	background:#29417d;
	/*background:url(../images/common/header_bg.png) left top repeat-x;*/
	border-top:2px solid #fff;
	box-shadow:0 0 5px #666;
	padding-top:50px;
}

/*================================================
　トップページ　#index 
================================================*/

#index header{
	margin-bottom:0px;
}

/* スライドショー　ClearFixElements */

.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin-bottom:30px;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../images/index/prev.png) no-repeat right center;}
.slider_next {background: #fff url(../images/index/next.png) no-repeat left center;}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	border-radius:10px;
	display: inline-block;
	overflow: hidden;
	background: #000;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

/*検索枠*/

#index #search ul{
	list-style:none;
	margin-left:20px;
}

#index #search ul li{
	font-size:110%;
	line-height:1.5em;
}

#index #search ul li input{
	margin-right:5px;
}


#index #search .button{
	text-align:center;
}

#index #search .button input{
	font-size:150%;
	line-height:50px;
	width:150px;
	margin:0 auto;
}

/* 科目選択 ======================*/

#index #kamoku{
	float:left;
	width:48%;
	margin-bottom:30px;
}

#index #kamoku select{
	height:20px;
	width:100%;
}

#index #kamoku ul{
	list-style:none;
	margin-left:20px;
}

#index #kamoku ul li{
	display:inline;
	float:left;
	width:25%;
	margin-bottom:10px;
}

/* フリーワード ======================*/

#index #freeword{
	float:left;
	width:48%;
	margin-left:4%;
	margin-bottom:30px;
}

#index #freeword input{
	height:20px;
	width:100%;
}

#index #freeword p{
	font-size:90%;
	color:#ccc;
}

/* 最寄駅  ======================*/

#index #station ul{
	list-style:none;
	margin-left:20px;
}

#index #station li{
	float:left;
	width:25%;
	margin-bottom:10px;
}

/* 東京23区  ======================*/

#index #content02 ul{
	list-style:none;
	margin-bottom:30px;
}

#index #content02 li{
	float:left;
	display:block;
	width:88px;
	height:88px;
	margin:5px;
}

#index #content02 ul.list1 li a{
	color:#FFF;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
	font-size:140%;
	line-height:88px;
	text-align:center;
	background:#69B2E3;
	color:#FFF;
	border-radius:50px;
}

#index #content02 ul.list1 li a:hover{
	background:#0e8cd4;
}

#index #content02 ul.list2 li a{
	color:#FFF;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
	font-size:140%;
	line-height:88px;
	text-align:center;
	background:#f29354;
	color:#FFF;
	border-radius:50px;
}

#index #content02 ul.list2 li a:hover{
	background:#d95b08;
}

#index #content02 ul.list3 li a{
	color:#FFF;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
	font-size:140%;
	line-height:88px;
	text-align:center;
	background:#67be93;
	color:#FFF;
	border-radius:50px;
}

#index #content02 ul.list3 li a:hover{
	background:#169f5c;
}


/* その他絞込み条件  ======================*/

#index #other{
	margin-bottom:30px;
}

#index #other ul{
	list-style:none;
	margin-left:20px;
}

#index #other li{
	float:left;
	width:25%;
	margin-bottom:10px;
}


/* 医院情報欄  ======================*/

#search #main-area table.clinicinfo{
	width:100%;
	border:1px solid #cccccc;
	margin-bottom:5px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-bottom:20px;
}

#search #main-area table.clinicinfo th{
	width:25%;
	background:#efefef;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:10px 5px;
	text-align:center;
	vertical-align:middle;
	font-size:100%;
	line-height:1.5em;
}

#search #main-area table.clinicinfo td{
	width:75%;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background:#FFFFFF;
	padding:10px;
	text-align:left;
	vertical-align:middle;
	font-size:100%;
	line-height:1.5em;
}

#search #main-area table.clinicinfo td.youtube iframe{
	height:315px;
}

#search #main-area table.clinicinfo2{
	width:100%;
	border:1px solid #cccccc;
	margin-bottom:5px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-bottom:15px;
}

#search #main-area table.clinicinfo2 th{
	width:25%;
	background:#f3feff;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:5px 0;
	text-align:center;
	vertical-align:middle;
	font-size:100%;
	line-height:1.5em;
}

#search #main-area table.clinicinfo2 tr.even{
	border-bottom:2px solid #666;
}

#search #main-area table.clinicinfo2 td{
	width:75%;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background:#FFFFFF;
	padding:10px 5px;
	text-align:left;
	vertical-align:middle;
	font-size:100%;
}

#search .reserve_btn{
	margin-bottom:20px;
}

#search .reserve_btn a{
	display:block;
	font-size:150%;
	line-height:60px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	width:100%;
	background:#efefef;
	border:1px solid #333;
	background:#55cad5;
	border:1px solid #55cad5;
	border-radius:5px;
}

#search .reserve_btn a:hover{
	text-decoration:none;
	color:#333;
	background:#fcfcfc;
	background:#92eaf2;
}

/* 管理画面医院情報欄  ======================*/

#admin #main-area table.clinicinfo{
	width:100%;
	border:1px solid #cccccc;
	margin-bottom:5px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-bottom:20px;
}

#admin #main-area table.clinicinfo th{
	background:#efefef;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:10px 5px;
	text-align:center;
	vertical-align:middle;
	font-size:100%;
	line-height:1.5em;
}

#admin #main-area table.clinicinfo td{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background:#FFFFFF;
	padding:10px;
	text-align:left;
	vertical-align:middle;
	font-size:100%;
	line-height:1.5em;
}

#admin #main-area table.clinicinfo td.youtube iframe{
	height:315px;
}

#admin #main-area table.clinicinfo2{
	width:100%;
	border:1px solid #cccccc;
	margin-bottom:5px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-bottom:15px;
}

#admin #main-area table.clinicinfo2 th{
	background:#f3feff;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:5px 0;
	text-align:center;
	vertical-align:middle;
	font-size:100%;
	line-height:1.5em;
}

#admin #main-area table.clinicinfo2 tr.even{
	border-bottom:2px solid #666;
}

#admin #main-area table.clinicinfo2 td{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background:#FFFFFF;
	padding:10px 5px;
	text-align:left;
	vertical-align:middle;
	font-size:100%;
}

#admin #main-area table.reservestate{
	width:100%;
	border:1px solid #cccccc;
	margin-bottom:5px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-bottom:15px;
}

#admin #main-area table.reservestate th{
	background:#f3feff;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:5px 0;
	text-align:center;
	vertical-align:middle;
	font-size:100%;
	line-height:1.5em;
}

#admin #main-area table.reservestate td{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background:#FFFFFF;
	padding:10px 5px;
	/*text-align:left;*/
	vertical-align:middle;
	font-size:100%;
}

/*================================================
　お問い合わせ　#contact 
================================================*/

#contact .formbtn a{
	display:block;
	font-size:150%;
	line-height:60px;
	text-align:center;
	text-decoration:none;
	color:#333;
	width:100%;
	background:#efefef;
	border:1px solid #333;
	border-radius:5px;
}

#contact .formbtn a:hover{
	text-decoration:none;
	color:#333;
	background:#fcfcfc;
}

#contact #main-area table{
	border:1px solid #ccc;
	width:100%;
	margin-bottom:10px;
}


#contact #main-area table th{
	border:1px solid #ccc;
	width:35%;
	font-size:120%;
	line-height:1.5em;
	padding:10px 5px;
	background:#f5f5f5;
	text-align:center;
}

#contact #main-area table td{
	border:1px solid #ccc;
	font-size:120%;
	line-height:1.5em;
	padding:10px;
}

#contact #main-area table td input.text1{
	width:80%;
	height:30px;
}

#contact #main-area input.button{
	display:inline-block;
	font-size:100%;
	line-height:50px;
	width:150px;
	height:50px;
	margin:0 auto;
}

/*================================================
　利用規約　#terms 
================================================*/

#terms #content01 section{
	margin-bottom:30px;
}

/*================================================
　プライバシー　#privacy 
================================================*/

#privacy #content01 section{
	margin-bottom:30px;
}

#privacy #content01 section ul{
	margin-left:20px;
	margin-bottom:10px;
}

#privacy #content01 section ul li{
	font-size:140%;
	line-height:1.5em;
}

/*================================================
　広告掲載について　#ad 
================================================*/

#ad #content01 .box{
	float:left;
	width:290px;
	min-height:250px;
	margin:10px;
	padding:9px;
	border:1px solid #ccc;
	border-radius:5px;
}

#ad #content01 .box ul{
	margin-left:20px;
	margin-bottom:10px;
}

#ad #content01 .box ul li{
	font-size:140%;
	line-height:1.5em;
}

#ad #content02 .box{
	width:610px;
	margin:9px;
	margin-bottom:20px;
	padding:15px;
	border:1px solid #ccc;
	border-radius:5px;
}

#ad #content02 .box ul{
	margin-left:20px;
	margin-bottom:10px;
}

#ad #content02 .box ul li{
	font-size:140%;
	line-height:1.5em;
}

#ad #content02 .box table{
	border:1px solid #ccc;
	width:100%;
	margin-bottom:20px;
}

#ad #content02 .box table th{
	font-size:120%;
	line-height:1.5em;
	border:1px solid #ccc;
	padding:5px;
	text-align:center;
	background:#f5f5f5;
}

#ad #content02 .box table td{
	font-size:120%;
	line-height:1.5em;
	border:1px solid #ccc;
	padding:5px;
	text-align:center;
}

#ad #content02 .box h5{
	font-size:140%;
	line-height:1.5em;
	color:#333;
	background:none;
	margin-bottom:10px;
	padding-left:0px;
	border-radius:5px;
}


#ad #content02 aside{
	font-size:100%;
	line-height:1.5em;
	text-align:left;
}

/*================================================
　運営会社　#company 
================================================*/

#company #content02 table{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
	border:1px solid #ccc;
}

#company #content02 table th{
	border:1px solid #ccc;
	font-size:120%;
	line-height:1.5em;
	text-align:left;
	background:#e5e5e5;
	padding:10px;
}
	
#company #content02 table td{
	border:1px solid #ccc;
	font-size:100%;
	line-height:1.5em;
	text-align:left;
	padding:10px;
}

#company #content02 table td h4{
	font-size:120%;
	line-height:1.5em;
	color:#333;
	border:none;
	padding:0;
	margin:0;
}

/*================================================
　診療科目　#treatment 
================================================*/

#treatment #kamoku .box{
	border:1px solid #ccc;
	padding:15px;
}

#treatment #kamoku .box ul{
	list-style:none;
}

#treatment #kamoku .box ul li{
	float:left;
	margin-right:15px;
	font-size:120%;
	line-height:1.5em;
}


/* その他  ======================

@charset "utf-8";
*{
	font-size:12px;
}
*/


/*================================================
　運営会社　#company 
================================================*/

/* 予約フォーム  ======================*/


table.mailerror{
	/*width:100%;*/
	padding:0px;
	border-top:1px solid #aeaeae;
	border-left:1px solid #aeaeae;
	border-bottom:1px solid #aeaeae;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin:0px auto;
	margin-bottom:20px;
}

table.mailerror th{
	/*width:200px;*/
	min-width:50px;
	padding:10px;
	text-align:center;
	vertical-align:middle;
	background:#dddddd;
	border-right:1px solid #aeaeae;
	border-top:1px solid #aeaeae;
	font-weight:normal;
	margin:0;
}

table.mailerror td{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background:#FFFFFF;
	text-align:center;
	vertical-align:top;
	min-height:81px;
	padding-bottom:10px;
}

table.mailconfirm{
	/*width:100%;*/
	padding:0px;
	border-top:1px solid #aeaeae;
	border-left:1px solid #aeaeae;
	border-bottom:1px solid #aeaeae;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin:0px auto;
	margin-bottom:20px;
}

table.mailconfirm th{
	/*width:200px;*/
	min-width:50px;
	padding:10px;
	text-align:center;
	vertical-align:center;
	background:#dddddd;
	border-right:1px solid #aeaeae;
	border-top:1px solid #aeaeae;
	font-weight:normal;
	margin:0;
}

table.mailconfirm td{
	padding:5px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background:#FFFFFF;
	text-align:center;
	vertical-align:center;
	min-height:81px;
	padding-bottom:10px;
}


/* カレンダー  ======================*/

table.reserve-calendar{
	/*width:100%;*/
	padding:0px;
	border-top:1px solid #aeaeae;
	border-left:1px solid #aeaeae;
	border-bottom:1px solid #aeaeae;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin:0px auto;
	margin-bottom:20px;
}
table.reserve-calendar caption{
	font-size:14px;
	font-weight:bold;
	margin:10px auto;
}

table.reserve-calendar th{
	/*width:200px;*/
	min-width:60px;
	padding:10px;
	text-align:center;
	vertical-align:middle;
	background:#dddddd;
	border-right:1px solid #aeaeae;
	border-top:1px solid #aeaeae;
	font-weight:normal;
	margin:0;
}
table.reserve-calendar th.sun{
	background:#ffd7d7;
	color:#C30;
}
table.reserve-calendar th.hol{
	background:#ffd7d7;
	color:#C30;
}
table.reserve-calendar th.sat{
	background:#d7e0ff;
	color:#03C;
}

table.reserve-calendar td{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background:#FFFFFF;
	text-align:center;
	vertical-align:center;
	min-height:100px;
	padding-bottom:10px;
	padding-top:40px;
	position:relative;
	font-size:90%;
}
table.reserve-calendar td .hiduke{
	padding:8px 0px;
	height:15px;
	width:100%;
	line-height:150%;
	margin-bottom:8px;
	text-align:center;
	background-color:#ffffee;
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
}
table.reserve-calendar td.sun{
	color:#C30;
}
table.reserve-calendar td.hol{
	color:#C30;
}
table.reserve-calendar td.sat{
	color:#03C;
}
table.reserve-calendar td.weektoday{
	background-color:#ddd;
	border:3px solid #ff0000;
}
table.reserve-calendar td .zan a{
	display:inline-block;
	width:15px;
	height:15px;
	line-height:15px;
	padding:3px;
	font-weight:bold;
	font-size:12px;
	border:1px solid #ccc;
	border-radius:3px;
	text-decoration:none;
	background:#666;
	color:#fff;
	margin-bottom:3px;
}
table.reserve-calendar td .zan a:hover{
	background:#ddffff;
	color:#000;
}
table.reserve-calendar td .zero{
	display:inline-block;
	width:16px;
	height:16px;
	line-height:16px;
	padding:3px;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#333;
	margin-bottom:3px;
}

/* 折りたたみ/展開の仕掛け */
.toggle_hidden {
	display: none;
}
