/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
pre,textarea{overflow:auto}
[hidden],audio:not([controls]),template{display:none}
details,main,summary{display:block}
input[type=number]{width:auto}
input[type=search]{-webkit-appearance:textfield}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
progress{display:inline-block}
small{font-size:75%}
textarea{resize:vertical}
[unselectable]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
*,::after,::before{box-sizing:inherit;border-style:solid;border-width:0}
*{font-size:inherit;line-height:inherit;margin:0;padding:0}
::after,::before{text-decoration:inherit;vertical-align:inherit}
:root{-ms-overflow-style:-ms-autohiding-scrollbar;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;box-sizing:border-box;cursor:default;font:16px/1.5 sans-serif;text-rendering:optimizeLegibility}
a{text-decoration:none}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
button,input,select,textarea{background-color:transparent;color:inherit;font-family:inherit;font-style:inherit;font-weight:inherit;min-height:1.5em}
code,kbd,pre,samp{font-family:monospace,monospace}
nav ol,nav ul{list-style:none}
select{-moz-appearance:none;-webkit-appearance:none}
select::-ms-expand{display:none}
select::-ms-value{color:currentColor}
table{border-collapse:collapse;border-spacing:0}
::-moz-selection{background-color:#B3D4FC;text-shadow:none}
::selection{background-color:#B3D4FC;text-shadow:none}
@media screen{[hidden~=screen]{display:inherit}
[hidden~=screen]:not(:active):not(:focus):not(:target){clip:rect(0 0 0 0)!important;position:absolute!important}
}
/*# sourceMappingURL=sanitize.css.map */

/* ******************************************************************** */ 
/* basic      */
/* ******************************************************************** */

body{
	 color:#7E7E7E;
	 font-size: 15px;
	 letter-spacing:1.5px;
	 line-height:28px;
	 font-family: "source-han-sans-japanese";
	 font-style: normal;
	 font-weight: 100;
	 margin:0px;
	 padding:0px;
	 border-top: 5px solid #b84a4a;
}
	
body a:link,
body a:visited{
	color:#705866;
	text-decoration:none;
}

body a:hover,
body a:active{
	color:#b6abb1;
	text-decoration:underline;
}

img{
	border:0px;
}

p{
	margin:0 0 10px 0;
}

.right{
	float:right;
}

.left{
	float:left;
}

/* ******************************************************************** */ 
/* 文字指定関連      */
/* ******************************************************************** */



/* ******************************************************************** */ 
/* clear      */
/* ******************************************************************** */


.clearfix:after {
	clear: both;
	content: "."; 
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*ﾂ･*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.clear{
	clear:both;
}


/* ******************************************************************** */ 
/* テーブル      */
/* ******************************************************************** */


table{
	border-collapse: collapse;
	margin-bottom:10px;
}

table th{
	background-color: #dcdddd;
	border: 1px solid #c6c6c6;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	font-size:14px;
}

table td{
	border: 1px solid #c6c6c6;
	padding: 5px;
	font-size:13px;
	background-color:#ffffff;
}

/* ******************************************************************** */ 
/* カラム指定     */
/* ******************************************************************** */	


#container{
	width:100%;
	margin:0 auto;
	padding:0px;
}

#wrapper{
	width:960px;
	margin:0px auto;
	
}

/* ******************************************************************** */ 
/* ヘッダー      */
/* ******************************************************************** */


#header{
	text-align:left;
	font-size:11px;
	padding-left:0 0 15px 10px;
	border-bottom: 1px solid #F9E5E6;
}

#header .header_inner{
	width:960px;
	margin:0 auto;
}

#header .header_left{
	float:left;
	width:450px;
	padding-top:15px;
}


#header .header_right{
	float:right;
	width:510px;
	text-align:right;
}

#header .header_inner h1{
	font-size:28px;
	font-weight:bold;
	line-height:30px;
	padding-top:25px;
	color:#5F5F5F;
}

#header .header_inner h1 span{
	font-size:12px;
	font-weight:normal;
}

#header .header_inner p{
	color:#979797;
	margin-bottom:20px;
}


/* ******************************************************************** */ 
/* TOP画像      */
/* ******************************************************************** */


#top_image{
	width:960px;
	margin:0px auto;
}


/* ******************************************************************** */ 
/* トップページごあいさつ     */
/* ******************************************************************** */

#top_greeting{
	margin-bottom:40px;
	padding: 40px 0 0 0;
}

#top_greeting .top_greeting_left{
	float:left;
	width:630px;
	margin-right:30px;
}

#top_greeting .top_greeting_left h2{
	font-size:25px;
	font-weight:normal;
	line-height:45px;
	margin:0 0 10px 0;
	padding: 0;
	color:#b84a4a;
	border-bottom: 1px solid #F9E5E6;
}

#top_greeting .top_greeting_right{
	float:right;
	width:300px;
}

#top_greeting .text_box{
	padding:0px 15px;
	font-size:13px;
	border-left: 10px solid #b84a4a;
	color:#7E7E7E;
	margin-bottom:20px;
}

/* ******************************************************************** */ 
/* トップページ医院一覧     */
/* ******************************************************************** */

#top_clinic{
	margin-bottom:0px;
}

#top_clinic .clinic_box{
	width:458px;
	height:570px;
	float:left;
	text-align:center;
	margin-bottom:30px;
	border: 1px solid #dedede;
}

#top_clinic .clinic_box img{
	margin-bottom:15px;
}

#top_clinic h3.lightgreen{
	position: relative;
	padding: 30px 10px 5px 10px;
	border-bottom: 2px solid #ccc;
	font-size:18px;
	margin-bottom:15px;
}

#top_clinic h3.lightgreen::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: #9ec677;
}

#top_clinic h3.blue{
	position: relative;
	padding: 30px 10px 5px 10px;
	border-bottom: 2px solid #ccc;
	font-size:18px;
	margin-bottom:15px;
}

#top_clinic h3.blue::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: #7eadd2;
}

#top_clinic h3.green{
	position: relative;
	padding: 30px 10px 5px 10px;
	border-bottom: 2px solid #ccc;
	font-size:18px;
	margin-bottom:15px;
}

#top_clinic h3.green::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: #3A6031;
}

#top_clinic h3.red{
	position: relative;
	padding: 30px 10px 5px 10px;
	border-bottom: 2px solid #ccc;
	font-size:18px;
	margin-bottom:15px;
}

#top_clinic h3.red::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: #e48381;
}

#top_clinic h3.yellow{
	position: relative;
	padding: 30px 10px 5px 10px;
	border-bottom: 2px solid #ccc;
	font-size:18px;
	margin-bottom:15px;
}

#top_clinic h3.yellow::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: #FFC638;
}

dl.clinic {
	border-top: none;
	width: 400px;
	margin:0 30px;
	padding:0px;
}

dl.clinic dt{
	float: left;
	width: 5em;
	border-left: 5px solid #b84a4a;
	font-weight:bold;
	font-size:13px;
	padding-left:5px;
}

dl.clinic dt.long{
	padding: 25px 1px;
}

dl.clinic dd{
	_height: 1%; /* WinIEで頭の文字が右に微妙にずれるのを補正 */
	margin-left: 5em;
	margin-bottom:3px;
	padding: 0px 1px 5px 10px;
	text-align:left;
	font-size:13px;
}

#top_clinic .button {
	display: inline-block;
	width: 400px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	background-color: #333;
	color: #fff;
	border-radius:2px;
	font-size:13px;
	margin-bottom:25px;
}

#top_clinic .button::before,
#top_clinic .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

#top_clinic .button,
#top_clinic .button::before,
#top_clinic .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#top_clinic .button:hover {
	background-color: #8b8b8b;
}

.small{
	font-size:11px;
	padding-left:5px;
}


/* ******************************************************************** */ 
/* トップページグループ一覧     */
/* ******************************************************************** */

#top_group{
	margin-bottom:40px;
	text-align:center;
}

#top_group h3{
	border-bottom: 1px dashed #a7a7a7;
	padding-bottom:10px;
	margin-bottom:20px;
}

#top_group ul.nav	{
	display:table;
	width:960px;
	margin:0px;
	padding:0px;
}

#top_group ul.nav li{
	width:310px;
	height:90px;
	float:left;
	list-style:none;
}


/* ******************************************************************** */ 
/* フッター      */
/* ******************************************************************** */


#footer{
	text-align:center;
	padding-bottom:20px;
}

/* ******************************************************************** */ 
/* 余白設定      */
/* ******************************************************************** */


/*----------margin----------*/
.m0 { margin:0px!important;}

.mt00 { margin-top:0px!important; }
.mt04 { margin-top:4px!important; }
.mt05 { margin-top:5px!important; }
.mt07 { margin-top:7px!important; }
.mt10 { margin-top:10px!important; }
.mt12 { margin-top:12px!important; }
.mt15 { margin-top:15px!important; }
.mt20 { margin-top:20px!important; }
.mt25 { margin-top:25px!important; }
.mt30 { margin-top:30px!important; }
.mt35 { margin-top:35px!important; }
.mt40 { margin-top:40px!important; }
.mt80 { margin-top:80px!important; }
.mt100 { margin-top:100px!important; }

.mr00 { margin-right:0px!important; }
.mr02 { margin-right:2px!important; }
.mr03 { margin-right:3px!important; }
.mr05 { margin-right:5px!important; }
.mr06 { margin-right:6px!important; }
.mr07 { margin-right:7px!important; }
.mr10 { margin-right:10px!important; }
.mr12 { margin-right:12px!important; }
.mr13 { margin-right:13px!important; }
.mr15 { margin-right:15px!important; }
.mr16 { margin-right:16px!important; }
.mr20 { margin-right:20px!important; }
.mr25 { margin-right:25px!important; }
.mr29 { margin-right:29px!important; }
.mr30 { margin-right:30px!important; }
.mr35 { margin-right:35px!important; }
.mr37 { margin-right:37px!important; }
.mr40 { margin-right:40px!important; }
.mr46 { margin-right:46px!important; }

.mb0 { margin-bottom:0px!important; }
.mb02 { margin-bottom:2px!important; }
.mb04 { margin-bottom:4px!important; }
.mb05 { margin-bottom:5px!important; }
.mb10 { margin-bottom:10px!important; }
.mb15 { margin-bottom:15px!important; }
.mb20 { margin-bottom:20px!important; }
.mb25 { margin-bottom:25px!important; }
.mb30 { margin-bottom:30px!important; }
.mb35 { margin-bottom:35px!important; }
.mb40 { margin-bottom:40px!important; }
.mb60 { margin-bottom:60px!important; }

.ml01 { margin-left:1px!important; }
.ml05 { margin-left:5px!important; }
.ml07 { margin-left:7px!important; }
.ml10 { margin-left:10px!important; }
.ml13 { margin-left:13px!important; }
.ml15 { margin-left:15px!important; }
.ml20 { margin-left:20px!important; }
.ml25 { margin-left:25px!important; }
.ml30 { margin-left:30px!important; }
.ml35 { margin-left:35px!important; }
.ml45 { margin-left:45px!important; }
.ml55 { margin-left:55px!important; }
.ml60 { margin-left:60px!important; }
.ml120 { margin-left:120px!important; }
.ml415 { margin-left:415px!important; }
.ml525 { margin-left:525px!important; }

/*----------padding----------*/
.p0 { padding:0px!important; }
.p20{padding:20p !important;}

.pt00 { padding-top:0px!important; }
.pt05 { padding-top:5px!important; }
.pt10 { padding-top:10px!important; }
.pt15 { padding-top:15px!important; }
.pt20 { padding-top:20px!important; }
.pt25 { padding-top:25px!important; }
.pt30 { padding-top:30px!important; }
.pt35 { padding-top:35px!important; }

.pr05 { padding-right:5px!important; }
.pr10 { padding-right:10px!important; }
.pr15 { padding-right:15px!important; }
.pr20 { padding-right:20px!important; }
.pr25 { padding-right:25px!important; }
.pr30 { padding-right:30px!important; }
.pr35 { padding-right:35px!important; }

.pb05 { padding-bottom:5px!important; }
.pb10 { padding-bottom:10px!important; }
.pb15 { padding-bottom:15px!important; }
.pb20 { padding-bottom:20px!important; }
.pb25 { padding-bottom:25px!important; }
.pb30 { padding-bottom:30px!important; }
.pb35 { padding-bottom:35px!important; }
.pb42 { padding-bottom:42px!important; }

.pl05 { padding-left:5px!important; }
.pl10 { padding-left:10px!important; }
.pl15 { padding-left:15px!important; }
.pl20 { padding-left:20px!important; }
.pl25 { padding-left:25px!important; }
.pl30 { padding-left:30px!important; }
.pl35 { padding-left:35px!important; }
.pl45 { padding-left:45px!important; }
.pl75 { padding-left:75px!important; }
.pl100 { padding-left:100px!important; }