@charset "utf-8";
/*===============================================
	● smart.css  画面の横幅が300-640px
===============================================*/
@media screen and (min-width:300px) and (max-width:640px){
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}

#wrapper{
	width:100%;
}
h1 img{
	width:50%;
	float:left;
}

h2{
	font-size:1.7rem;
	float:left;
	margin:20px 5px 0 20px;
}

#sidebar,#content{
	float:none;
	width:100%;
	
}
#sidebar dt{
	width:95%;
}
.nav li{
	width:90%;
	margin:0 auto;
}

.info{
	text-align:center;
}

.diary{
	width:100%;
	text-align:center;
	margin:20px 0;
}

.mainimage{
	display:none;
	
}
#content a img{
	width:45%;
	margin:6px;
}
.banner{
	text-align:center;
}

#footer ul li,#footer ul li:last-child{
	border-top:1px solid #FF7BA4;
	border-right:none;
	display:block;
	padding:5px;

}
/*検査の流れ*/
.con,.step{
	margin:5px;
}
.maru{
	width:18%;
	height:18%;
	font-size:1.6rem;
	line-height:3rem;
}
.maru .small{
	font-size:1.1rem;
	left:5px;
}

#content .con h2{
	width:80%;
	margin:0;
	padding:0;
	padding-left: 10px;
}
h2{
	margin-left:0;
}


/*症状*/
#content .sick a img{
	width:94%;
	height:94%;
}
}
