@charset "UTF-8";
/* 症状段階別背景色 */

#contents section {
	width:680px;	
}
/* 初期 */
#contents .early {
	background-color:#D1EBFE !important;
	margin-bottom:40px;
}
#contents .early div{
	background-color:#D1EBFE !important;
}

/* 中期 */
#contents .middle {
	background-color:#FFF673 !important;
	margin-bottom:40px;
}
#contents .middle div{
	background-color:#FFF673 !important;
}


/* 重度 */
#contents .severe {
	background-color:#F2B7ED !important;	
	margin-bottom:40px;
}
#contents .severe div{
	background-color:#F2B7ED !important;	
}

/* ============================================ スマートフォン ============================================= */
@media screen and (max-width:800px){
#contents section {
	width:auto;	
}
}