@charset "UTF-8";

div#contents h2 {
	margin-bottom:2em;
}
div#contents h3 {
	padding:.5em;
    background: rgba(0,45,130,.8);
	color:#FFFFFF;
}
#contents {
	max-width:800px;
}
#contents ul {
	font-size: 14px;
	margin-bottom:1em;
}
#contents p {
	font-size: 14px;
	line-height:1.8em;
	margin: 0 0 2em;
	padding: 0;
}

@media screen and (max-width:1200px){

}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:640px){

#contents p {
	font-size: 13px;
	line-height:1.6em;
}

}

@media screen and (max-width:480px){

}