@charset "utf-8";

#doctor ul.doctorlist {
	overflow:hidden;
	max-width:1068px;
	margin:0 auto;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

#doctor .doctorlist li{
	width:32%;
	float:left;
	background:#fff;
	margin-bottom:15px;
}

#doctor .doctorlist li.active{
	background:#cbe6ea;
	border:5px solid #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#doctor .doctorlist li.active a{
	padding:15px;
}

#doctor .doctorlist li.active a span{
	background:#9a9aa7;
	color:#fff;
}

#doctor .doctorlist li a{
	display:block;
	padding:20px;
	text-decoration:none;
	color:#333;
	min-height:70px;
    transition: all 0.4s;
}

#doctor .doctorlist li:nth-child(3n-1){
	margin-left:2%;
	margin-right:2%;
}

#doctor .doctorlist li img{
	float:left;
	position:absolute;
}

#doctor .doctorlist li h4 {
	font-size:0.7rem;
	color:#000;
	padding:0;
	margin:0 0 0 100px;
	line-height: 1.3rem;
}

#doctor .doctorlist li h4 strong{
	font-size:1rem;
	font-weight:100;
}

#doctor .doctorlist li p{
	font-size:0.8rem;
	padding:0;
	margin:0 0 5px 100px;
	line-height:1.3rem;
}

#doctor .doctorlist li span{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	font-size:0.8rem;
	text-align:center;
	line-height:1.2rem;
	display:block;
	border:1px solid #9a9aa7;
	margin-left:100px;
	font-family: 'Martel Sans', serif;
	color:#9a9aa7;
	letter-spacing:0.5rem;
    transition: all 0.4s;
}

#doctor .doctorlist li a:hover span{
	background:#9a9aa7;
	color:#fff;
}

#doctor .doctor_box{
	width:100%;
	overflow:hidden;
}

#doctor .doctor_box .d_left{
	float:left;
	width:30%;
}

#doctor .doctor_box .d_left img{
	max-width:100%;
	width:auto;
}

#doctor .doctor_box .d_right{
	float:right;
	width:68%;
	margin-left:2%;
}

#doctor .nophoto .d_right{
	width:100%;
}

#doctor .doctor_box .d_right div{
	border:1px solid #dedede;
	padding:0 13px 15px 25px;
	margin-bottom:10px;
	overflow:hidden;
}

#doctor .doctor_box .d_right div h4{
	background:#dedede;
	width:auto;
	display:table;
	margin-bottom:14px;
	padding:2px 10px;
	font-weight:bold;
}

#doctor .doctor_box .d_right div ul li{
	background:url(../img/doctor/list_dot.png) no-repeat 0 8px;
	padding:0 17px 5px 6px;
	line-height:1.3rem;
	font-size:0.8rem;
	color:#6f6f81;
}

#doctor .doctor_box .d_right div ul li:last-child{
	padding:0 0 5px 6px;
}

#doctor .doctor_box .d_right div ul.row li{
	float:none;
	position:relative;
	padding-left:5rem;
}

#doctor .doctor_box .d_right div ul.row li span{
	position:absolute;
	left:6px;
}

#doctor .doctor_box .d_right div ul.row_02 li{
	float:none;
	position:relative;
	padding-left:8rem;
}

#doctor .doctor_box .d_right div ul.row_02 li span{
	position:absolute;
	left:6px;
}

#doctor .doctor_box .d_right div ul.row_nospan li{
	width: 100%;
}

#doctor .inbox{
	clear:both;
	margin-top:30px;
	background:#f9f6f2;
	padding:40px;
}

#doctor .inbox h3{
	font-size:1.6rem;
	line-height:2.4rem;
	text-align:center;
	padding-bottom:10px;
	color:#760038;
}

#doctor .inbox h4{
	font-size:1.4rem;
	line-height:2.4rem;
	text-align:center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-bottom:15px;
}

#doctor .inbox p{
	color:#707070;
	font-size:0.9rem;
	padding-bottom:10px;
	overflow:hidden;
}

#doctor .inbox a{
	width:360px;
	background:#760038;
	display:block;
	margin:20px auto 0;
	line-height:45px;
	color:#fff;
	text-decoration:none;
	font-size:1rem;
	text-align:center;
}

#doctor p.doctor{
	text-align:center;
	font-weight:bold;
	color:#333;
	margin:-5px 0 20px;
}

#doctor_01,
#doctor_02,
#doctor_03,
#doctor_04,
#doctor_05,
#doctor_06,
#doctor_07,
#doctor_08,
#doctor_09,
#doctor_10,
#doctor_11,
#doctor_12,
#doctor_14,
#doctor_15{
	margin-top:-70px;
	padding-top:70px;
}

@media only screen and (min-width: 1681px) {

}

@media only screen and (max-width: 1680px) {

}

@media only screen and (max-width: 1260px) {
	
}

@media only screen and (max-width: 980px) {

#doctor .doctorlist li{
	width:49%;
}

#doctor .doctorlist li:nth-child(3n-1){
	margin-left:0;
	margin-right:0;
}

#doctor .doctorlist li:nth-child(2n){
	margin-left:2%;
	margin-right:0;
}

#doctor .inbox h3{
	font-size:1.2rem;
	line-height:1.8rem;
}

#doctor .inbox h4{
	font-size:1rem;
	line-height:1.4rem;
}

}

@media only screen and (max-width: 768px){

#doctor .nomalbox h3 span {
    display: block;
    font-size: 1.1rem;
}

}

@media only screen and (max-width: 480px) {

#doctor .inbox h3{
	font-size:1.2rem;
	line-height:1.8rem;
	letter-spacing: 0;
}

#doctor .inbox{
	clear:both;
	margin-top:30px;
	background:#f9f6f2;
	padding:20px;
}

#doctor .doctorlist li{
	width:100%;
	float:none;
}

#doctor .doctorlist li a{
	padding:10px;
}

#doctor .doctorlist li:nth-child(3n-1){
	margin-left:0;
	margin-right:0;
}

#doctor .doctorlist li:nth-child(2n){
	margin-left:0;
	margin-right:0;
}

#doctor .doctor_box .d_left{
	float:none;
	width:100%;
	text-align:center;
	margin-bottom:10px;
}

#doctor .doctor_box .d_right{
	float:none;
	width:100%;
	margin-left:0;
}

#doctor .doctor_box .d_right div{
	padding:0 15px 15px;
}

}

@media only screen and (max-width: 320px) {

}
