@charset "utf-8";
/*------共通-----*/
.inbox {
	padding: 0 15px 10px;
}
p.img_right {}
p.img_right img {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
p.img_left {

}
p.img_left img {
	float: left;
	padding: 3px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #CDCDCD;
}

dl.indent dt{ width:1em;
float:left;}

dl.indent dd{ padding:0 0 0 1.25em;}

.space{display: block;
height: 30px;
background-color: transparent;}

/*------------------------------
	トップページ
------------------------------*/
#topimage {
	margin: 0 0 25px;
	background: #fff;
	padding: 10px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 5px #AAAAAA;
	box-shadow: 0px 0px 5px #AAAAAA;
}

/*-----------------------------*/
#access,#jihi,#feature, #greet, #shashin,#nagare, #staff,
#ryokin, #hoken , 
#qa,  #sekkotsu,#inquiry,
#jiko, #jibaiseki, #jikonagare,
#sports{
	background: #fff;
	padding: 8px 0px;
	border-radius: 6px;
	margin: 0 0 30px;
	-webkit-box-shadow: 0px 0px 5px #AAAAAA;
	box-shadow: 0px 0px 5px #AAAAAA;
}


/*-----------------------------*/


#pr {
	padding: 0 0 0 0;
	border-radius: 9px;
	margin: 0 0 30px;
	border: 5px solid #402000;
	background:#fff;
}
#pr img.title{
	margin: 0 auto 10px;
	border-radius: 6px 6px 0 0;
	display: block;
}

#pr .imgbox{
	text-align: center;
}
#pr .imgbox img{
	margin: 0 5px 10px;
}

#pr ul{
	margin: 0 15px;
}
#pr ul li{
	color: #3F1F00;
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	margin: 0 0 10px;
	padding: 0 0 10px 30px;
	border-bottom: 2px dotted #AAAAAA;
	background-image: url(../image/top/check.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	letter-spacing: 1px;
	background-position: left top;
}
#pr ul li strong{
	color: #FF2626;
	font-weight: normal;
}

/*-----------------------------*/
#blocks {
	width: 675px;
	margin-bottom: 30px;
	clear: both;
}
#blocks .block {
	width: 220px;
	float: left;
	background: #fff;
	padding: 5px 0px;
	border-radius: 6px;
	margin-right: 5px;
	-webkit-box-shadow: 0px 0px 5px #AAAAAA;
	box-shadow: 0px 0px 5px #AAAAAA;
}
#blocks .block h2 {
	border-bottom-style: none;
}
#blocks .block h2 a {
	color: #8C4600;
}
#blocks .block h2 a:hover {
	color: #FF8000;
	text-decoration: none;
}
#blocks .block .innerblock {
	background: url(../image/top/block-btm.jpg) no-repeat left bottom;
	padding: 0 10px 10px;
}
#blocks .block .innerblock img.icon {
	margin: 0 auto 10px;
	border: 1px solid #CDCDCD;
	padding: 2px;
	display: block;
}

#blocks .block .innerblock img.icon:hover{
	opacity: 0.7;
}

#blocks .block .innerblock p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	min-height: 60px;
}
#blocks .block .innerblock .more {
	margin-top: 5px;
	width: 90px;
	display: block;
	margin-bottom: 10px;
	float: right;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	font-size: 13px;
	background-position: left top, left bottom, color-stop(0.88, #3b1600), color-stop(0.00, #69340c));
	background-color: #FF8000;
}
#blocks .block .innerblock .more a {
	color: #fff;
}
#blocks .block .innerblock .more:hover{
	background-color: #B47516;
}

#blocks .block .innerblock .more a:hover {
	text-decoration: none;
	color: #FFFFFF;
	
}
#blocks .block .innerblock .more img {
	position: absolute;
	width: 7px;
	height: auto;
	right: 5px;
	top: 5px;
}



/*------------------------------
	当院紹介
------------------------------*/

/*-----------------------------*/
#feature h3 {
	color: #00741D;
	background-image: none, -webkit-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(215,229,255,1.00) 100%);
	background-image: none, -moz-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(215,229,255,1.00) 100%);
	background-image: none, -o-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(215,229,255,1.00) 100%);
	background-image: none, linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(215,229,255,1.00) 100%);
	font-size: 28px;
	line-height: 50px;
	margin: 0 0 10px;
	padding: 0px 0 0px 50px;
	border-bottom: 2px solid #001F74;
	border-radius: 10px 10px 0 0;
	position: relative;
}

#feature h3:before {
	content: "";
	width: 50px;
	height: 50px;
	background-image: url(../image/shoukai/h3.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0px;
	left: 0px;
	background-size: 40px auto;
}


#feature p { margin: 0 10px 30px;
	padding: 0;}
#feature p img{
	width: 230px;
	border-radius: 10px;
	margin: 0 0 20px 20px;
	float: right;
}

#feature p:last-child { margin: 0 10px 10px;
	padding: 0;}

/*-----------------------------*/
#greet p {
	margin: 0 0 10px;
	padding: 0 10px;
	overflow:hidden;
}
#greet .incho {
	float: left;
	width: 190px;
	text-align: center;
	margin: 0 20px 0 10px;
}
#greet .incho img {
	margin: 0 auto 10px;
	border: 5px solid #fff;
	box-shadow: 0 0 4px #888;
	display: block;
}

#greet p.name {
	color: #B47516;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
}

#greet p.name span{
	font-size: 18px;
	color: #FC7E03;
}
#greet dl{
	margin: 15px 0px 0 230px;
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
	border-top: 1px dashed #888888;
	padding-top: 10px;
}

/*-----------------------------*/


#staff .staff{}
#staff .staff img{
	margin: 0 20px 15px 10px;
	border: 5px solid #fff;
	box-shadow: 0 0 4px #888;
	float: left;
}


#staff .staff dl{
	margin: 0px 0px 0 220px;
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
	padding-top: 10px;
}
#greet dl dt,
#staff .staff dl dt{
	width: 4em;
	display: block;
	text-align: center;
	border-radius: 5px;
	float: left;
	color: #FFFFFF;
	background-color: #FF8106;
}
#staff .staff dl dt span{
	font-size: 50%;
	line-height: 1.2;
	padding: 5px 0 0 0;
	display: block;
}
#greet dl dd,
#staff .staff dl dd{
	margin: 0 0 10px;
	padding: 0 0 10px 5em;
	border-bottom: 1px dashed #888888;
}
#greet dl dd strong,
#staff .staff dl dd strong{
	color: #B47516;
	font-size: 20px;
}
#greet dl dd span,
#staff .staff dl dd span{
	margin: 0 0 0 1em;
	color: #888888;
}
#staff .staff dl dd {
	margin: 0 0 15px;
}
#staff .staff dl dd b {
	display: block;
	line-height: 1.3;
	margin: 8px 0;
}

/*-----------------------------*/
#shashin #office_ph {
	margin: 10px 5px 15px 10px;
}
#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 #75C236;
}
#shashin #office_ph li{
	list-style:none;
}
#shashin #office_ph li + li{
	border-left:none;
}
#shashin #office_ph li img{
	cursor: pointer;
	width: 125px;
	height: 82px;
	border: 2px solid #75C236;
}
#shashin .list1 img, #shashin .list2 img, #shashin .list3 img, #shashin .list4 img{
	border-color: #F5EA96;
}


/*------------------------------
	お問い合わせ
------------------------------*/

#inquiry table#toiawaseform {
	font-size: 14px;
	background: #FFF;
	border: 1px solid #ccc;
	width:620px;
	margin:15px auto;
	border-collapse:separate;
}
#inquiry table#toiawaseform td {
	padding: 10px;
	height: 20px;
	border-bottom:#ccc 1px dashed;
}

#inquiry table#toiawaseform th{background: #F0FFE2;
text-align:center;
width:180px;
padding:10px 0;
border-bottom:#ccc 1px dashed;}


table#toiawaseform tr:last-child th,table#toiawaseform tr:last-child td{ border-bottom:none;}



/*------------------------------
	診療内容
------------------------------*/



dl.nagare{
	margin: 0 0px 20px 0px;
}

dl.nagare dt{
	font-size: 18px;
	margin: 0 0 12px 0;
	padding: 0 0 0 0;
	font-weight: bold;
	border-bottom: 2px dotted #B47516;
	color: #8C4600;
	background-color: #FFF6DD;
}

dl.nagare dt span{
	font-size: 14px;
	background-color: #FF870B;
	color: #fff;
	padding: 0px 8px;
	line-height: 20px;
	letter-spacing: 1px;
	border-radius: 5px;
	margin: 4px 15px 0 0;
	float: left;
	font-weight: bold;
}

dl.nagare dd{
	background-repeat: no-repeat;
	background-position: 30% bottom;
	background-image: url(../image/common/arrow.jpg);
	padding: 0 0 30px;
	margin: 0 10px 15px 5px;
	line-height: 1.7;
	min-height: 100px;
}

dl.nagare dd img{
	float: right;
	border-radius: 5px;
	margin: 0 0 0 20px;}

dl.nagare dd:last-child{
	background: none;
	padding: 0;
	min-height: auto;
}

#ryokin table{ border:1px solid #7D4500;
width:95%;
margin:0 auto 10px auto;
border-collapse:collapse;}

#ryokin table th,#ryokin table td{ border:1px solid #7D4500;
padding:5px 10px;
font-size:16px;
text-align:center;}

#ryokin table th{ background: #F5FFCA;}

/*-----------------------------*/


#hoken p,#jihi p {
	margin: 0 10px 20px;
	padding: 0;
}
#hoken img,#jihi img {
	margin: 0 0px 20px 20px;
	border-radius: 5px;
	float: right;
}

#jihi p a.link{
	display: block;
	margin: 20px 0 0 0;
	width: 360px;
	border-radius: 5px;
	text-align: center;
	padding: 5px 0;
	background-color: #FF8409;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 2px #FF8409;
	box-shadow: 0px 0px 2px #FF8409;
	line-height: 30px;
	background-image: url(../image/sejutsu/jihi_link.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}

#jihi p a.link:hover{
	background-color: #8C4600;
	text-decoration: none;
}

#jihi table{
	border: 1px solid #7D4500;
	width: 96%;
	margin: 0 auto 10px auto;
	border-collapse: collapse;
}

#jihi table th,#jihi table td{ border:1px solid #7D4500;
padding:5px 10px;
font-size:16px;
text-align:center;}

#jihi table th{
	background-color: #FFEFBF;
}




/*------------------------------
	交通事故治療
------------------------------*/

#jiko p {
	margin-bottom: 10px;
}
#jiko p img {
	float: right;
	border-radius: 5px;
	margin: 0 0px 0px 20px;
}





/*---------------------------*/
#jibaiseki p {
	margin-bottom: 10px;
}
#jibaiseki p img {
	float: left;
	padding: 0;
	border-radius: 5px;
	margin: 0 20px 10px 0px;
}


/*------------------------------
　　　　スポーツ
------------------------------*/

#sports img.title{
	margin: 0 auto 10px;
	display: block;
}
#sports p{
	padding: 0;
	margin: 0 10px 30px;
}
#sports dl.kome{
	margin: -15px 10px 30px;
}
#sports dl.kome dt{
	float: left;
}
#sports dl.kome dd{
	padding: 0 0 5px 1.5em;
}
#sports strong{
	color: #FF0004;
}

#sports p img.side{
	float: right;
	margin: 0 0px 15px 20px;
	border: 5px solid #fff;
	box-shadow: 0 0 4px #888;
}
#sports .imgbox{
	text-align: center;
}
#sports .imgbox img{
	border-radius: 5px;
	margin: 0 5px 10px;
}
