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

#conts p {
	font-size: 12px;
}

#conts .comTable .trStyle th,
#conts .comTable .trStyle td {
	padding-top: 0;
}

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

#conts .map {
	margin-bottom: 16px;
}

#conts .mapLink {
	margin-bottom: 75px;
	text-align: right;
	display: block;
}

#conts .mapLink a {
	padding: 2px 3px 3px 22px;
	font-weight: bold;
	color: #FF4889;
	background: url(../img/clinic/img01.gif) no-repeat left top;
}

#conts .spMapLink {
	display: none;
}

#conts .headLine03 {
	margin-bottom: 32px;
}

#conts .linkUl {
	margin: 0 0 46px 15px;
}

#conts .linkUl li {
	margin-right: 5px;
	float: left;
}

#conts .linkUl li img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

#conts .linkUl li a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#conts .linkUl li .pcImg {
	display: block;
}

#conts .linkUl li .spImg {
	display: none;
}

#conts h4 {
	margin: 0 0 11px 16px;
}

#conts .imgBox {
	padding: 7px 16px 6px 7px;
	border: 1px solid #CCC;
}

#conts .imgBox01 {
	margin-bottom: 80px;
}

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

#conts .imgBox .photoBox .spTitle {
	display: none;
}

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

#conts .imgBox .textBox .pcTitle {
	display: block;
	padding: 0 0 9px 3px;
	margin: 0 0 11px 0;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}

#conts .imgBox .textBox p {
	margin: 0 70px 0 3px;
	line-height: 1.55;
}

#conts .imgBox .textBox .pcTxt {
	display: block;
}

#conts .arrow {
	margin-bottom: 10px;
	 text-align: center;
}

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

	#conts .map {
		margin-bottom: 27px;
	}

	#conts .map img {
		width: 100%;
	}
	
	#conts .mapLink {
		display: none;
	}
	
	#conts .spMapLink {
		margin-bottom: 43px;
		display: block;
		text-align: center;
	}
	
	#conts .spMapLink img {
		width: 40%;
	}

	#conts .linkUl {
		margin: 0 0 26px 0;
	}

	#conts .linkUl li {
		margin-right: 0;
		width: 49%;
	}

	#conts .linkUl li:last-child {
		float: right;
	}

	#conts .linkUl li img {
		width: 100%;
	}

	#conts .linkUl li .pcImg {
		display: none;
	}
	
	#conts .linkUl li .spImg {
		display: block;
	}

	#conts .headLine03 {
		margin-bottom: 22px;
	}
	
	#conts h4 {
		margin: 0 0 4px 0;
	}
	
	#conts h4 img {
		width: 111px;
	}
	
	#conts .imgBox {
		padding: 3px 9px 11px;
	}
	
	#conts .imgBox01 {
		margin-bottom: 63px;
	}
	
	#conts .imgBox .photoBox {
		float: none;
		text-align: center;
	}
	
	#conts .imgBox .photoBox img {
		width: 62%;
	}
	
	#conts .imgBox .photoBox .spTitle {
		padding-bottom: 4px;
		margin-bottom: 10px;
		display: block;
		font-size: 13px;
		font-weight: bold;
		border-bottom: 1px solid #CCC;
	}
	
	#conts .imgBox .textBox {
		margin-top: 10px;
		float: none;
		width: auto;
	}
	
	#conts .imgBox .textBox .pcTitle {
		display: none;
	}
	
	#conts .imgBox .textBox p {
		margin: 0;
	}
	
	#conts .imgBox .textBox p .spTxt {
		display: block;
	}

	#conts .imgBox .textBox .pcTxt {
		display: inline;
	}
	
	#conts .arrow {
		margin-bottom: 5px;
	}
	
	#conts .comTable span {
		margin-left: 0;
	}
}