@charset "utf-8";
/* CSS Document */
/*--------共通-----*/
.inbox {
	padding: 10px 20px 25px 20px;
}
.leftbox {
	float: left;
	clear: left;
}
.rightbox {
	float: right;
	clear: right;
}

dl.indent{ margin:0 10px;}

dl.indent dt{ width:1em;
float:left;
}

dl.indent dd{ padding:0 0 0 1.25em;}


/*------------------------------
		トップページ
-----------------------------*/
.topimg {
	margin-bottom:30px;
}

#pr1{ background: url(../image/top/pr1-bg.jpg) repeat left top;
border-radius:10px;
box-shadow:0 0 5px #AD934E;
border:1px solid #E3DBBF;
margin:0 0 30px 0;
padding:10px;
position:relative;}
#pr1 .pr{ background:#fff;
padding:15px 20px;
margin:0 3px 0 0;}


#pr1 .pr ul{ font-size:19px;
list-style-type:none;}

#pr1 .pr ul li{ background:url(../image/top/check.png) no-repeat left 3px;
padding:0 0 8px 30px;
margin:0 0 8px 0;
border-bottom:2px dotted #72A9E0;
line-height:1.5;}

#pr1 .pr ul li:last-child{ border-bottom:none;
margin-bottom:0;
padding-bottom:0;}



#information { position:relative;
margin-bottom:30px;}


#information #newinfo {
	width: 100%;
	height: 250px;
	border:none;
	border:1px solid #ccc;
}
#information .edit{ position:absolute;
right:10px;
top:4px;
}
#information h5{ background:url(../image/common/news.png) repeat;
color:#fff;
text-shadow:0 0 4px #3E1727;
font-size:19px;
padding:4px 10px;
border-radius:6px;
margin:0 0 10px 0;}

dl.faq dt{ background:url(../image/common/q.png) no-repeat left top;
font-size:18px;
color:#4C3927;
padding:0 0 0 50px;
margin:0 0 12px 0;
line-height:30px;}

dl.faq dd{background:url(../image/common/a.png) no-repeat left top;
padding:0 0 16px 50px;
margin:0 0 16px 0;
border-bottom:2px dashed #D6CFB8;}


dl.faq dd:last-child{ border-bottom:none;
padding-bottom:0;
margin-bottom:0;}


/*------------------------------
		当院紹介
-----------------------------*/
#shoukai {
	margin-bottom: 30px;
}
#feature,#greet,#nagare,#shashin,#jiko,#faq,#jihi,#hoken,#ryokin,#kyujin,#staff,#inquiry,#voice,#yoyaku{
	margin-bottom: 30px;
	background:#fff;
	box-shadow:0 0 5px #ccc;
	border-radius:10px;
	border:1px solid #D6CFB8;}


/*------当院の特徴--------*/

#feature h4{ font-size:26px;
color:#703712;
border-bottom:2px dotted #59B200;
margin:0 0 10px 0;
background:url(../image/shoukai/ha.gif) no-repeat left top;
padding:5px 0 10px 40px;
}


#feature p {
	padding:0 10px;
	margin-bottom: 30px;}
	
#feature p:last-child{ margin-bottom:0;
padding-bottom:0;}	


/*------院長挨拶--------*/


#greet .incho{ width:190px;
text-align:center;
float:left;
margin:0 25px 20px 0;}


#greet .incho img{
	border: 5px solid #fff;
	box-shadow:0 0 4px #aaa;
	margin:0 auto;
}


#greet p{ font-size:15px;
line-height:1.7;
overflow:hidden;
margin:0 0 10px 0;}

#greet p.inchou {
	color:#584026;
	margin:5px 10px 0 0;
	overflow:hidden;
	font-weight:bold;}

#greet p.inchou .namae{ font-size:20px;
color:#2242B0;}



/*-----スタッフ紹介-------*/


#staff .staff{ margin:0 0 20px 0;
padding: 10px 0 20px 0;
border-bottom:#F1EAD8 2px dashed;}

#staff .staff:last-child{ margin-bottom:0;
padding-bottom:0;
border-bottom:none;}

#staff .staff img{ float:left;
margin:0 20px 0 0;
border:5px solid #fff;
box-shadow:0 0 4px #888;}


#staff .staff dl{ width:385px;
float:right;
color:#4C3927;}

#staff .staff dl dt{ width:60px;
float:left;
background:#79BD09;
text-align:center;
color:#fff;
border-radius:3px;
font-weight:bold;}

#staff .staff dl dd.name{ font-size:19px;
color:#FD80A8;}

#staff .staff dl dd .kana{ 
font-size:13px;
color:#666;
margin:0 0 0 10px;}

#staff .staff dl dd{ padding:0 0 5px 70px;
margin:0 0 7px 0;
border-bottom: #D6CFB8 2px dotted;
text-align:justify;
text-justify:inter-ideograph;}


#staff .staff dl dd.com{ padding:10px 15px;
background: url(../image/common/paper.jpg);
border-radius:7px;
font-size:15px;
color:#000;
line-height:1.6;
border:none;}


/*-------患者さんの声------*/


#voice .kanja h3{ background:none;
box-shadow:none;
border:none;
filter:none;
padding:0 0 4px 0;
color:#2242B0;
border-bottom:1px solid #2242B0;
border-radius:0;}

#voice .kanja h3:before{ content:none;
}

#voice .kanja{ background: url(../image/common/bg.png) repeat;
padding:10px 20px 10px 20px;
margin:0 auto 30px auto;
box-shadow:0 0 4px #999;}

#voice .kanja img{
border:4px solid #fff;
box-shadow:0 0 5px #ddd;
margin:0 0 10px 0;
background:#F1FFDB}

#voice .kanja .image{ float:left;
margin:0 30px 0 0;}

#voice .kanja .image p{ text-align:center;
font-size:14px;
font-weight:bold;
line-height:1.3;}




#voice dl:after,#voice .kanja:after{ content:"";
display:block;
clear:both;
}
#voice .kanja p{ overflow:hidden;
margin:0 0 10px 0;
color:#4C3927;}

#voice .kanja p.comment{ background:#fff;
padding:45px 15px 10px 15px;
border-radius:8px;
margin:0;
position:relative;}

#voice .kanja p.comment:before{ content:"院長より";
color:#fff;
font-weight:bold;
background:#79BD09;
padding:1px 16px;
border-radius:6px;
position:absolute;
top:10px;
left:15px;}


/*------院内写真--------*/

#shashin #office_ph {
	margin-top: 10px;
	margin-bottom: 15px;
}
#shashin #office_ph #office_ph_big {
	clear: left;
	float: left;
	width: 455px;
	text-align: center;
}
#shashin #office_ph ul#imgList {
	clear: right;
	float: right;
}
#shashin #office_ph ul#imgList li {
	list-style-type: none;
	height: 89px;
}
#shashin #office_ph #office_ph_big img {
	border:2px solid #FFDD95;
}

#office_ph li{list-style:none;}
#office_ph li + li{border-left:none;}
#office_ph li img{cursor:pointer;width:125px;height:82px;border:solid 2px #CFC9A9;}
.list1 img{
	border-color: #CFC9A9;;
}
.list2 img{
	border-color: #CFC9A9;
}
.list3 img{
	border-color: #CFC9A9;
}
.list4 img{
	border-color: #CFC9A9;
}


#kyujin table{
	border:#79BD09 1px solid;
	border-collapse: separate;
	margin: 0;
	width: 100%;
}

#kyujin table th
{
	background: url(../image/common/green.jpg);
	padding: 10px;
	width: 100px;
	border-top: #00B200 1px dotted;
	border-bottom: #fff 1px solid;
}

#kyujin table td{
	padding:5px 10px;
	border-top:#00B200 1px dotted;
}


#kyujin table tr:first-child th,
#kyujin table tr:first-child td{
	border-top:none;}

#kyujin table td dl dt{
	width:4em;
	float:left;
}

#kyujin table td dl dd{
	padding:0 0 0 5em;
}



#inquiry table#toiawaseform {
	font-size: 14px;
	background: #FFF;
	border: 1px solid #BBBBBB;
	width: 590px;
	margin: 10px auto 15px auto;
}
#inquiry table#toiawaseform td {
	padding: 8px;
	border: 1px solid #BBBBBB;
	line-height: 25px;
}

#inquiry table#toiawaseform th{
	background: url(../image/common/paper.gif);
	text-align: center;
	width: 180px;
	padding: 5px 0;
	color: #000000;
	border: 1px solid #BBBBBB;
}


/*-------------------------
		診療内容
--------------------------*/

#sejyutu {
	width: 640px;
	margin-bottom: 30px;
}




/*-------施術の流れ--------*/

dl.nagare{ margin:0 10px;}

dl.nagare dt{ font-size:16px;
margin:0 0 10px 0;
padding:0 0 0 0;
color: #333;
font-weight:bold;
line-height:35px;
border-bottom: #D6CFB8 2px dashed;}

dl.nagare dt span{ font-size:15px;
background:#005FBD;
color: #fff;
padding:5px 10px 5px 10px;
line-height:15px;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:1px;
border-radius:6px;}

dl.nagare dd{background: url(../image/common/arrow.png) no-repeat 200px 80px;
padding:0 0 10px 0;
margin:0 10px 10px 10px;}

dl.nagare dd img{ float:right;
margin:0 0 0 20px;
padding:3px;
border: #ddd 1px solid;
border-radius:8px;

}

dl.nagare dd:after{ content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;}

dl.nagare dd:last-child{ background:none;
padding:0;}



/*-------保険施術--------*/

#sejyutu p{ margin:0 10px 20px 5px;}

#hoken img,#jihi img{ border:6px solid #fff;
box-shadow:0 0 4px #aaa;}



#hoken p img,#jihi p img{ margin:0 0 20px 30px;}

#hoken p:last-child{ margin-bottom:0;}

#hoken .left{ margin-bottom:10px;}

#hoken .left img{ float:right;
margin:0 0 10px 30px;}

#hoken .left h4{ overflow:hidden;}

#hoken .left h4{ font-size:16px;
color:#3A4182;
background:url(../image/gn/sankaku.gif) no-repeat left center;
padding:0 0 0 10px;
margin:0 0 0 5px;}

#jihi img.title{ border:none;
border-radius:10px;
display:block;
margin:10px auto 10px auto;}

#jihi1{ margin-bottom:40px;}

#jihi .imgbox{ text-align:center;
margin:0 0 15px 0;}

#jihi .imgbox img{ 
margin:0 8px;}

#jihi p a{-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	display:block;
	width:300px;
	padding:5px 0;
	text-align:center;
	font-weight:bold;
	margin:10px 0 0 0;
	border-radius:6px;
	text-shadow:0px 1px 0px #ffee66;}



#jihi p a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
	color:#fff;
	text-shadow:0 0 3px #333;
	text-decoration:none;
}


#jihi h4{ color:#715239;
font-size:17px;
margin:0 10px 10px 5px;
border-bottom:1px dashed #79BD09;
padding:0 0 5px 0;
letter-spacing:1px;}

#jihi table{ width:96%;
margin:0 auto 20px auto;
border-collapse:collapse;
border:1px solid #C0B7A9;}

#jihi table th{ background: url(../image/common/bg.png) repeat;
font-size:15px;
font-weight:normal;
color:#4C3927;
text-align:left;
padding:8px 10px;
border:1px solid #C0B7A9;}

#jihi table td.kubun{ }

#jihi table td{ padding:8px 15px;
text-align:center;
border:1px solid #C0B7A9;
font-size:16px;
}

#jihi table td.price{ text-align:right;
padding:8px 40px 8px 10px;
width:100px;
}


#jihi dl.ryokin{ margin:0 5px 30px 5px;
background:url(../image/common/paper.jpg) repeat;
padding:10px;
border-radius:6px;
}

#jihi dl.ryokin dt{ 
color:#2242B0;
font-size:15px;
float:left;
font-weight:bold;
margin-right:10px;
padding:0 5px;
letter-spacing:1px;}

#jihi dl.ryokin dd{ padding:0 0 5px 0;
margin:0 0 5px 0;
font-size:17px;
color:#4C3926;
border-bottom:2px dashed #D6CFB8;}

#jihi dl.ryokin dd:last-child{ margin-bottom:0;
border-bottom:none;
padding-bottom:0;}

#jihi dl.ryokin dd:after{ content:"";
display:block;
clear:both;}

#jihi dl.aroma dt{
	width: 20em;
}

#jihi p.right{ text-align:right;
margin:0 0 25px 0;}

/*-------料金表--------*/

	
#ryokin table{ margin:0 0 10px 0;
border-collapse:separate;
border:1px solid #D5CAC1;
font-size:15px;
width:100%;}	

#ryokin table th{ background:#F1E9D3;
padding:5px;
border-bottom:1px dotted #663300;
font-weight:normal;
font-size:14px;
}

#ryokin table td{ text-align:right;
border-bottom:1px dotted #663300;
width:38%;
padding:6px 70px 6px 10px;
border-left:1px dotted #663300;
font-size:16px;}


#hoken img{ margin:0 auto 10px auto;}


/*-------交通事故治療・労災--------*/


#tekiyou{ margin:40px 0 0 0;}
