@charset "utf-8";
/*------------------------------------------------------------
	index.html
------------------------------------------------------------*/
.pageTitle {
	background: url(../img/doctor/page_title_bg.jpg) no-repeat center top;
}

#conts {
	padding-top: 47px;
}

#conts p {
	margin: 0 32px 23px 15px;
	font-size: 13px;
	line-height: 1.75;
}

#conts p span {
	display: block;
}

#conts .text {
	margin-bottom: 67px;
}

#conts .text01 {
	margin-bottom: 73px;
}

#conts .imgBox {
	margin-left: 28px;
}

#conts .imgBox .photoBox {
	float: left;
}

#conts .imgBox .textBox {
	margin-top: 120px;
	float: right;
	width: 439px;
}

#conts .comTable {
	margin-bottom: 75px;
}

#conts .comTable th,
#conts .comTable td {
	padding: 15px 10px 11px;
	font-size: 12px;
	border: 1px solid #E6E6E6;
}

#conts .comTable th {
	width: 25%;
}

#conts .tableBox01 .comTable span {
	margin-left: 6px;
}

#conts h3 {
	margin-bottom: 27px;
}

#conts h3 .spImg {
	display: none;
}

#conts .textList {
	margin: 0 32px 23px 15px;
}

#conts .textList li {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.75;
}

#conts .imgBox01 {
	padding: 72px 0 0 28px;
	margin: 0;
	background: url(../img/common/line01.gif) repeat-x left top;
}

#conts .imgBox01 .textBox {
	margin-top: 73px;
}

@media all and (min-width: 0) and (max-width: 736px)  {
	#main {
		padding: 0;
	}
	
	.pageTitle {
		background: url(../img/doctor/sp_page_title_bg.jpg) no-repeat center top;
		background-size: 100% 100%;
	}
	
	.pageTitle h2 img {
		width: 78px;
	}
	
	#conts {
		padding-top: 0px;
	}

	#conts .imgBox {
		margin: 0 18px 12px;
	}
	
	#conts .imgBox .textBox {
		margin: 0 0 30px;
		width: auto;
		float: none;
	}
	
	#conts .imgBox .textBox img {
		width: 94%;
	}
	
	#conts .imgBox .photoBox {
		float: none;
		text-align: center;
	}
	
	#conts .imgBox .photoBox img {
		width: 41%;
	}
	
	#conts .tableBox {
		margin: 0 18px 37px;
	}
	
	#conts .tableBox01 {
		margin-bottom: 0;
	}
	
	#conts .comTable {
		margin-bottom: 0;
	}
	
	#conts .comTable th,
	#conts .comTable td {
		padding: 8px 6px 7px;
		font-size: 11px;
		vertical-align: middle;
		line-height: 1.3;
	}

	#conts .comTable th {
		width: 37%;
	}

	#conts .comTable span {
		display: block;
	}

	#conts .comTable .note {
		display: none;
	}
	
	#conts h3 {
		margin-bottom: 18px;
	}
	
	#conts h3 img {
		width: 100%;
	}

	#conts h3 .pcImg {
		display: none;
	}

	#conts h3 .spImg {
		display: block;
	}
	
	#conts p {
		margin: 0 17px 20px 19px;
		font-size: 12px;
		line-height: 1.45;
	}
	
	#conts p span {
		display: inline;
	}
	
	#conts .text {
		margin-bottom: 37px;
	}
	
	#conts .text01 {
		margin-bottom: 38px;
	}

	#conts .textList {
		margin: 0 17px 16px 19px;
	}

	#conts .textList li {
		font-size: 12px;
		line-height: 1.45;
	}
	
	#conts .imgBox01 {
		padding: 44px 22px 12px;
		margin: 0;
	}
	
	#conts .imgBox01 .textBox {
		margin-bottom: 50px;
	}
	
	#conts .imgBox01 .textBox img {
		width: 96%;
	}
	
	#conts .imgBox01 .photoBox img {
		width: 42%;
	}
	
	#conts .tableBox01 .comTable span {
		margin: 0;
	}
}