@charset "utf-8";

/* content
---------------------------------------- */
#content{
}
#content section{
	width:100%;
	max-width: 655px;
	clear: both;
	margin-bottom: 40px;
}
#content section img{
	float: left;
	margin-right: 30px;
	width: 100%;
	max-width:210px;
}
#content section h3{
	padding-top: 6px;
	margin-bottom: 5px;
	text-indent: -10px;
	color: #017770;
}
#content section p{
	margin-bottom: 10px;
}
#content section p.num{
	margin-bottom: 15px;
}
#content section p.multi{
	margin-top: 15px;
	margin-bottom: 0px;
}
#content section h4{
	margin-top: 15px;
	margin-bottom: 5px;
}

@media screen and (max-width:640px) {
	#content section{
		margin-bottom: 20px;
	}
	#content section img{
		margin-right: 15px;
		max-width:90px;
	}
	#content section h3{
		font-size:13px;
		margin-bottom: 4px;
	}
	#content section p{
		font-size:13px;
		margin-bottom: 10px;
	}
	#content section p.num{
		margin-bottom: 7px;
	}
    #content section p.multi{
        margin-top: 10px;
        margin-bottom: 0px;
    }
}
