@charset "utf-8";
@import "default.css";
@import "base.css";
@import "common.css";
@import "meanmenu.css";

/*===============================================
●画面の横幅が640px以上
===============================================*/
@media screen and (min-width : 640px ){
#pc------------------------------------------- {
}
header {
	background-image:url(../images/info/bg.jpg);	
	height:279px;
	background-repeat:no-repeat;
}

#policy p {
	width:950px;
	margin:75px auto 100px;
}

#service p {
	width:950px;
	margin:75px auto 100px;
}

#clinic dl {
	width:770px;
	margin:75px auto 100px;
}

#clinic dl dt{
	text-align:left;
	width:150px;
	float:left;
	margin-bottom:30px;
}

#clinic dl dd {
	margin-left:150px;
	text-align:left;

	margin-bottom:30px;
}

#clinic dl dd:after {
	clear:left;
}

h2.gray {
	color:#333333;	
}
}







/*===============================================
●画面の横幅が640px以下
===============================================*/
@media screen and (max-width:640px){
/*===============================================
sp
===============================================*/
#sp640------------------------------------------- {
}
header {
	background-image:url(../images/info/bg.jpg);	
	height:279px;
	background-repeat:no-repeat;
}

#policy p {
	margin:20px;
	text-align:left;
}

#service p {
	margin:20px;
	text-align:left;
}

#clinic dl {
	margin:20px auto;

}

#clinic dl dt{
	text-align:left;
	width:30%;
	float:left;
	margin-bottom:30px;
}

#clinic dl dd {
	margin-left:30%;
	text-align:left;

	margin-bottom:30px;
}

#clinic dl dd:after {
	clear:left;
}

h2.gray {
	color:#333333;	
}
}




/*===============================================
●画面の横幅が400px以下
===============================================*/
@media screen and (max-width:400px){
}

/*===============================================
sp
===============================================*/
#sp400------------------------------------------- {
}
