@charset "utf-8";
/***********************************************/
/* CSS file						               */
/* data: 2013/11/11                            */
/* index:                                      */
/*   1# all style							   */ 
/*    1#-1 link								   */ 
/*    1#-2 table							   */ 
/*    1#-3 page_top styles                     */
/*    1#-4 photo_border styles                 */
/*    1#-5 float styles                        */
/*    1#-6 font styles                         */
/* 	 2# wrapper style					       */
/* 	 3# container_navi style				   */
/*   4# global_navi styles					   */
/*   5# top_image styles				       */
/*   6# main styles				               */
/*    6#-1 main_table styles				   */
/*   7# side_bar styles				           */
/*   8# footer styles 	                       */
/*   9# etc styles                             */
/*    9#-1 p-navi styles 	                   */
/*    9#-2 contact form styles 	               */
/*    9#-3 固定ヘッダー styles 	               */
/***********************************************/

@import "postion.css";
@import "accessory.css";

/* 1# all style -----------------------------------------------*/

body{
	font: 13px/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#4F4D4D;
	margin: 0;
/*	background:url(../images/bg_top.png) repeat-x top;
*/}

h2
{
	font-weight: normal;
	letter-spacing: 2px;
}

h2 span
{
	font-size: 12px;
}

/* 1#-1 link styles -----------------------------------------------*/

a{
	color:#9F484C;
	text-decoration: underline;
}
a:hover{
	color:#F29DA0;
	text-decoration: none;
}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}


img.hover {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
a:hover img.hover  {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

strong{
	color:#666;
	font-weight:600;
}

/* 1#-2 table styles -----------------------------------------------*/


table,
table td,
table th {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 7px 4px 7px 6px;
	border: 1px solid;
	border-color: #D9D9D9;
	line-height: 180%;
	font-size: 16px;
}

table th{
	font-weight: normal;
	background-color: #666666;
	color: #fff;
}
table th.green{
	font-weight: normal;
	background-color: #78C788;
	color: #fff;
}


table td
{
	color: #666;
}

table td.valgin_top
{
	vertical-align: top;
}

table td.valgin_middle
{
	vertical-align:middle;
}

table td.valgin_bottom
{
	vertical-align: bottom;
}


table.border_none,
table.border_none td,
table.border_none th {
	border: none;
	padding: 4px 4px 4px 6px;
	margin: 0 0 15px;
}

table.border_none td table tr,
table.border_none td table th,
table.border_none td table td
{
	border: 1px solid #ccc;
	border-collapse: collapse;
}


table td.center,
table th.center,
#main .inner table th.center
{
	text-align: center !important;
}

#main .inner table th.center
{
	font-size: 16px;
}

/* 1#-3 page_top styles -----------------------------------------------*/

#page_top{
	clear:both;
	width:100%;
	height:37px;
	margin:0px;
	position:relative;
}
#top_page_top{
	clear: both;
	width: 100%;
	height: 37px;
	margin: 0px;
	position: relative;
	background-color: #FFFFFF;
}
#page_top .page_top_btn,
#top_page_top .page_top_btn{
	position: absolute;
	width: 175px;
	height: 37px;
	right: 150px;
}

/* 1#-4 photo_border styles -----------------------------------------------*/

img.alignnone{
	margin-right:0px;
	border:none;
	padding: 3px;
	background-color: #ffffff;
	border: 1px solid #ccc;
}

img.alignright {
	float: right;
	margin: 0 0 20px 10px;
	display: block;
	border:none;
	padding: 3px;
	background-color: #ffffff;
	border: 1px solid #ccc;
}

img.alignleft {
	float: left;
	margin: 0 10px 20px 0;
	display: block;
	border:none;
	padding: 3px;
	background-color: #ffffff;
	border: 1px solid #ccc;
}
img.aligncenter {
	margin-top:0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	display:block;
	border:none;
	padding: 3px;
	background-color: #ffffff;
	border: 1px solid #ccc;
}

img.aligncenter_border_none {
	margin-top:0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	display:block;
	border:none;
	padding: 3px;
	background-color: #ffffff;
	border: none;
}

/* 1#-5 float styles -----------------------------------------------*/

img.left{
	float:left;
	margin:8px 12px 20px 8px;
	border: 1px solid;
	border-color: #C5C5C5;
	display: block;
	padding: 3px;

}

img.right{
	float: right;
	padding: 3px;
	border: 1px solid;
	margin: 10px 0px 20px 10px;
	border-color: #C5C5C5;
	display: block;
}


/*  border なし-----------------------------*/

img.left_border_none{
	float:left;
	margin:8px 8px 20px 8px;
	display: block;
	padding: 3px;
	border: none;

}

img.righ_border_none{
	float: right;
	padding: 3px;
	border: none;
	margin: 10px 0px 20px 10px;
	border-color: #C5C5C5;
	display: block;
}

/* 1#-6 font align styles -----------------------------------------------*/

p.center
{
	text-align: center;
}

p.left
{
	text-align: left;
}

p.right
{
	text-align: right;
}

/* 2# wrapper style -----------------------------------------------*/

#wrapper{
	margin: 0 auto;
	padding: 0px 0px 0 0px;
	width: 1000px;
	height:auto;
}

#header
{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 110px;
	padding: 12px 0 18px 0;
}

#header .info
{
	position: absolute;
	left: 679px;
	top: 13px;
	width: 315px;
	
	height: 110px;
}
#header .info p
{
	margin: 0;
	padding: 0;
	font-size: 10px;
}
#header .info p.name
{
	font-size: 14px;
	color: #AE5355;
}

#header .info_itabashi p.name
{
	font-size: 14px;
	color: #669D6D;
}

#header .info_itabashi
{
	position: absolute;
	left: 718px;
	top: 37px;
	width: 270px;
	background: url(../images/info_bg_itabashi.jpg) no-repeat right top;
}
#header .info_itabashi p
{
	margin: 0;
	padding: 0;
	font-size: 10px;
}


/* 3# container_navi style -----------------------------------------------*/

#container_navi
{
	padding: 0;
	margin: 0;
	width: auto;
}	

/*  index-----------------------------*/

.navi_bg
{
	background: url(../images/navi_bg.png) center no-repeat;
	height: 80px;
	padding: 0;
	margin: 0;
	width: 100%;
}

/*  sub-----------------------------*/
.navi_bg_sub
{
	background: url(../images/navi_bg_sub.png) center;
	height: 80px;
	padding: 0;
	margin: 0;
	width: 100%;
}


.navi_inner
{
	width: 1000px;
	margin: 0 auto;
}

.logo
{
	width: 210px;
	float: left;
}

/* 4# global_navi style -----------------------------------------------*/

ul#topnav{
	width: 990px;
	margin: 0;
	float: right;
	padding: 0;
}

ul#topnav li{
	float:left;
	list-style:none;
	display: block;
	padding: 0;
	margin: 0;
}

ul#topnav a{
	text-decoration: none;
	display: block;
	padding: 0px 0;
}


/* 5# top_image style -----------------------------------------------*/

#top_image{
	width: 980px;
	height:360px;
	margin: 10px auto 0;
	overflow: hidden;
	position:relative;
}

#sub_image_bg_01
{
	background:  url(../images/sub_img_01.jpg) center;
}

#sub_image_bg_02
{
	background:  url(../images/sub_img_02.jpg) center;
}

#sub_image_bg_03
{
	background:  url(../images/sub_img_03.jpg) center;
}

#sub_image_bg_04
{
	background:  url(../images/sub_img_04.jpg) center;
}

#sub_image_bg_05
{
	background:  url(../images/sub_img_05.jpg) center;
}


#sub_image_bg_06
{
	background:  url(../images/sub_img_06.jpg) center;
}

#sub_image_bg_07
{
	background:  url(../images/sub_img_07.jpg) center;
}

#sub_image_bg_08
{
	background:  url(../images/sub_img_08.jpg) center;
}

#sub_image_bg_09
{
	background:  url(../images/sub_img_09.jpg) center;
}

.sub_img
{
	width: 1000px;
	margin: 0 auto;
	height: 300px;
}

/* 6# main style -----------------------------------------------*/

#main {
	float: right;
	width: 740px;
	padding: 0px 0px 25px 0px;
	display: inline;
}

#main .inner
{
	margin: 0px 0px 0px 0px;
	clear: both;
	padding: 0px 0px 0px 0px;
}

#main .inner .box
{
	width: 355px;
	float: left;
	margin: 5px 0 10px 10px;
	border: 1px solid #efefef;
}

#main .inner .box_01
{
	border: 1px dotted #F8A0A2;
	width: 80%;
	background-color: #FEF8FD;
	margin: 13px 0;
}

#main .inner .box .btn a
{
	text-indent: -9999px;
	background:url(../images/btn.png) no-repeat;
	display: block;
	height: 45px;
	width: 347px;
}

#main .inner .box .btn a:hover
{
	background-position: 0 -52px;
}


#main .inner .box h2
{
	margin: 0;
	padding: 8px 0 8px 10px;
	background-color:#F8A0A2;
	border-radius: 0;
	font-size: 15px;
}

#main .inner .box p
{
	margin: 0 0 5px 0;
}


#main p {
	font-size: 14px;
	line-height: 165%;
	color: #444;
	margin: 0;
	padding: 5px 0;
}

#main h1{
	margin:0px;
	padding: 10px 0px 0px;
	height:50px;
	width:100%;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 2px;
	color: #666;
	text-shadow: 1px 1px 2px #ccc;
	border-top: 5px solid;
	border-color: #F8A0A2;
}


#main h2 {
	font-size: 20px;
	font-weight:normal;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	margin: 20px 0px 15px 0;
	background: none;
	padding: 10px 0 10px 10px;
	background-color: #CCCCCC;
	border-radius: 5px;
	clear: both;
}

#main .inner h3 {
	font-size: 17px;
	color: #A54A4D;
	padding: 3px 2px 2px 27px;
	margin: 15px 0px 5px 0;
	letter-spacing: 1px;
	background: url(../images/h4.png) no-repeat 0% 50%;
	font-weight:500;
}

#main .inner h4 {
	font-size: 16px;
	color: #F8A0A2;
	padding: 10px 2px 5px 7px;
	margin: 5px 2px 10px 0;
	letter-spacing: 1px;
	clear: both;
	border-bottom: 1px solid #ccc;
	font-weight:300;
}

#main .inner h5 {
	border-left: 5px solid;
	border-color: #D57C7E;
	font-size: 15px;
	padding: 3px 0 3px 10px;
	margin: 15px 0 15px 3px;
	clear: both;
	font-weight:600;
}

#main .inner h6
{
	font-size: 16px;
	color: #9E4447;
	margin: 20px 0 10px;
	padding: 0;
}

#main .inner .font_size_l
{
	font-size: 18px;
	color: #A54A4D;
}

/* 6#-1 main_table style -----------------------------------------------*/

#main .inner table th
{
	background-color: #F89FA1;
	color: #fff;
	font-size: 15px;
	text-align: left;
}

#main .inner table th.color_01
{
	background-color: #FCD6D7;

}
#main .inner table th.color_02
{
	background-color: #B6DBFC;
}

#main .inner table th.color_03
{
	background-color: #B6DBFC;
}

#main .inner table th.color_03
{
	background-color: #FFFBFB;
	color: #7C7C7C;
	font-weight: normal;
}


#main .inner table td h4 {
	color: #39C;
}

#main .inner table td h5 {
	color: #666;
	border-color: #C3E3FC;
}

#main .inner table td h6 {
	color: #39C;
}

/* 7# side_bar style -----------------------------------------------*/

#sidebar {
	float: left;
	width: 235px;
	padding: 0px 0px 0px 0px;
}

#sidebar p{
	margin-bottom: 10px;
}

#sidebar h3 {
	padding: 0 10px 0 10px;
	line-height: 47px;
	margin: 5px 0 -2px 0;
	font-size: 15px;
	font-weight: 500;
	color: #FFFFFF;
	background: url(../images/side_h3_bg.png) no-repeat;
}

#sidebar ul{
	padding: 3px 0 0 0px;
	border: 1px solid;
	border-color: #CFC6BC;
	margin: 0 0 20px;
}

#sidebar li{
	margin: 3px 0px 2px 0px;
	list-style: none;
	border-bottom: 1px dotted #ccc;
	font-size: 14px;
	padding: 5px 0 3px 10px;
}
#sidebar li:last-child{
	border: none;
}

#sidebar li a{
	background: url(../images/list.png) no-repeat 0 50%;
	display: block;
	padding-left:15px;
	color:#584538;
	text-decoration: none;
}

#sidebar li a:hover{
	background-position: 3px 50%;
}

#sidebar ul li ul.children li
{
	border-bottom: 1px dotted #ccc;
	font-size: 13px;
}

#sidebar ul li ul.children
{
	border-top:1px dotted #ccc;
	border-bottom:0;
	border-left:0;
	border-right:0;
}

/*  サブリスト-----------------------------*/

#sidebar li.sub{
	margin: 3px 0px 2px 5px;
	list-style: none;
	border-bottom: 1px dotted #ccc;
	font-size: 13px;
	padding: 5px 0 3px 20px;
}
#sidebar li.sub:last-child{
	border: none;
}

#sidebar li.sub a{
	background: url(../images/list2.jpg) no-repeat 0 50%;
	display: block;
	padding-left:15px;
	color:#584538;
	text-decoration: none;
}

#sidebar li.sub a:hover{
	background-position: 3px 50%;
}


/* 8# footer style -----------------------------------------------*/
* html #footer .inner{
	height:1%;
}

#footer{
	margin: 0px auto;
	overflow: hidden;
	zoom:1;
	color:#666;
	padding: 20px 0 0 0;
	background: url(../images/fifth_title_bg.png) repeat-x #999999;
	clear: both;
	position: relative;
	height:auto;
	
}

#footer ul
{
	width: 800px;
	margin: 0 0 0 150px;
	height: 50px;
	padding: 0;
}


#footer ul li
{
	float: left;
	border-left: 1px solid #ccc;
	padding: 0 10px 0 15px;
	list-style: none;
}

#footer ul li a
{
	color: #333;
	text-decoration: none;
}


#footer .inner{
overflow: hidden;
}

#footer .inner a{

}


#footer #logo{
float:left;
padding: 10px 0 5px;
width: 292px;
}

address{
padding: 20px 0 3px;
text-align: center;
font-style:normal;
font-size: 12px;
clear:both;
display:block;
}


#footer #footer_in{
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
	zoom: 1;
}

#footer #footer_in .footer_link
{
	width: 600px;
	margin: 0 auto;
	height: 40px;
	text-align:center;
}

#footer .menu_box{
	width:960px;
	height:auto;
	margin: 0 auto;
	padding: 0 0 7px 0;
	overflow: hidden;
	float: left;
}

#footer .menu_box ul
{
}

#footer .menu_box ul li
{
	float: left;
	display: block;
	padding: 0 0 0 18px;
	font-size: 12px;
	margin: 0 0 0 10px;
	background: url(../images/icon_02.png) no-repeat 7px 50%;
}

#footer .menu_box ul li a,
#footer .menu_box ul li a:visited{
	color: #666;
	text-decoration: none;
	height:18px;
}
#footer .menu_box ul li a:hover{
	text-decoration:underline;
	color: #F00;
}


#footer .footer_logo
{
	float:left;
	margin: 10px 15px 0 0;
}

.copyright
{
	color: #333333;
	font-size: 12px;
	text-align: center;
	clear: both;
	height:30px;
	padding:15px;
}

#footer #footer_in .footer_right {
	width: 580px;
	float: right;
}
#footer #footer_in .footer_left {
	width: 360px;
	float: left;
}
#footer #footer_in .footer_right .clinic_date {
	width: 500px;
	float: left;
}

#footer_in table.time_table{
	border: 1px solid #D4CFCF;
	width:540px;
	float:left;
	margin: 10px 0 5px;
}
#footer_in th,
#footer_in td{
	border: 1px solid #D4CFCF;
}
#footer_in thead th{
	background-color: #F8A0A2;
	color:  #fff;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
#footer_in thead th.first{
	border-left: 1px solid #D4CFCF;
	color:#52361B;
}
#footer_in th.first{
	color:#666666;
}
#footer_in table.time_table th.first span{
	font-weight:normal;
}

#footer_in thead th.last{
	border-right: 1px solid #D4CFCF;
}
#footer_in tbody th{
	background-color: #ffffff;
	vertical-align: middle;
	padding: 5px 10px 5px 8px;
	color:#666666;
	height:15px;
}
#footer_in tbody td{
	background-color: #ffffff;
	vertical-align: middle;
	text-align: center;
	padding: 5px 9px;
	font-size: 1em;
	line-height: 1.053em;
	color:#666666;
}
#footer_in tbody td.small{
	font-size: 0.769em;
}


/* 9# etc style -----------------------------------------------*/

/* 9#-1 p-navi style -----------------------------------------------*/
#pan_box{
	float:left;
	width: 980px;
	height:35px;
	overflow: hidden;
	position:relative;
	padding: 0;
	margin: 2px 0 12px;
}
#pan_box #pan_list {
	margin: 0 0 15px 0;
	padding: 0;
}

#pan_box #pan_list #breadcrumbslist {
	list-style: none;
	clear:both;
	margin: 10px 0 10px;
	font-size: 93%;
	height: 25px;
	padding: 0 0 10px 10px;
}
#pan_box #pan_list #breadcrumbslist li{
	list-style: none;
	float:left;
}
#pan_box #breadcrumbslist li.home {
	background: url(../images/pankuzu_bg.jpg) no-repeat 10px 40%;
	padding-left: 28px;
	list-style: none;
}
#pan_box #breadcrumbslist li a, #breadcrumbslist li span {
	display: block;
	background: url(../images/arw.gif) no-repeat right center;
	padding: 10px 20px 10px 5px;
	list-style: none;
	text-decoration: none;
}
#pan_box #breadcrumbslist li.current a, #breadcrumbslist li.current span {
	background-image: none;
}

/* 9#-2 contact form style -----------------------------------------------*/
#main div.inner table.contact{
	width:97%;
	border:5px solid #CCCCCC;
	margin:0 0 20px 0;
}

#main div.inner table.contact th{
	width:30%;
	border:1px solid #CCCCCC;
	background:#F5F5F5;
	padding:10px;
	font-size:100%;
	color: #333;
}

#main div.inner table.contact td{
width:70%;
border:1px solid #CCCCCC;
padding:10px;
text-align:left;
background-color:#FFFFFF;
}
#main div.inner em.must{
font-size:120%;
font-style:normal;
font-weight:bold;
color:#CC0000;
}

#main div.inner em.check{
font-size:80%;
font-style:normal;
font-weight:normal;
}

#main div.inner table.contact td input,
#main div.inner table.contact td textarea{
padding:5px;
}

#main div.inner .confirm{
margin:20px 0;
text-align:center;
background:#F5F5F5;
padding:10px;
}

#main div.inner .confirm .submitBtn{
padding:10px 20px;
}

.info-area {
    margin: 30px 5px 0;
    text-align: center;
    background: #E96CA4;
    padding: 2px;
    box-sizing: border-box;
    width: 49%;
    float: left;
}
 p.info {
    font-size: 20px;
    color: #fff;
    margin: 10px;
    letter-spacing: 1px;
}
 .info-txt {
    background: #fff;
    padding: 20px;
    min-height: 120px;
}
.info-txt p {
    margin: 0;
    font-size: 16px;
    line-height: 150%;
}
strong {
    background: linear-gradient(transparent 50%, #CCDCF7 50%);
    font-weight: 400;
}

/* 9#-3 固定ヘッダー　使わない場合はコメントアウトして下さい。 style -----------------------------------------------*/

/*.h_menu
{
	width: 980px;
	margin: 0 auto;
}
.h_menu h1
{
	float: left;
}

#header_navi{
	height:30px;
	z-index: 1000;
	position: fixed;
	background: url(../img/header_bg.png) repeat-x;
	padding: 0 0 30px 0;
	float: right;
	width: 100%;
}


#header_menu{
	height: auto;
	padding: 0 0 10px 0;
	float: left;
}

#header_menu {
	text-align: center;
	width:370px;
	margin:0;
	height:30px;
	line-height:30px;
	padding: 0 0 0 250px;
	float: right;
}

#header_menu li {
	display:inline;
	padding:0 1px;
	margin: 0 1px 0 0;
}

.sticky #header_menu {
	position:fixed;
	top:0;
	left:0;
	width:100%;
}
*/
.left_area dl dt a {
	color: #FD913B;
}

.codebtn
{
	cursor: pointer;
}

#acMenu dt{
    display:block;
    line-height:50px;
    cursor:pointer;
	margin: 0;
    }
#acMenu dd{
    display:none;
	margin: 0;
	padding: 0;

    }
.picup
{
	background-color: #EB7FAC;
	text-align: center;
	border-radius: 10px;
	width: 95%;
	margin: 0 auto;
	font-size: 30px !important;
	color: #fff;
	clear: both;
}
