@charset "UTF-8";

div.header ul li.concept { background : #000000; }
div.header ul li.concept a,
div.header ul li.concept a:hover,
div.header ul li.concept a:visited { color : #ffffff; }

div.contents {
	text-align : center;
	font-size: 16px;
}
div.contents p {
	font-size : 16px;
}
div.contents p.blurb { font-size : 16px; line-height : 2.0; }
div.contents h3 {
    margin      : 50px auto 16px;
    padding     : 2px 0;
    font-size   : 14px;
    font-weight : normal;
    width       : 700px;
    background  : #e6f3f1;
}

@media screen and (max-width:480px) {
    div.contents h3 { width : 100%; margin : 30px auto 16px; }
    div.contents p  { margin : 0 5px; }
}
