@charset "UTF-8";

/* モバイルレイアウト : 480 px およびそれ以下. */
/* article#title */
article.title hgroup {
	width:95%;
	margin:0 auto 10px auto;
}
article.title hgroup h1 {
	font-size:1.1em;
	font-weight:bold;
}
/* article.contents */
article.contents {
	clear:both;
	margin:0 auto 20px auto;
}
article.contents section {
	margin:10px auto;
	padding:5px;
}
article.contents section ul {
	margin:0 auto 20px auto;
	padding-left:30px;
}
article.contents section ul li {
	list-style-type:disc;
	font-size:0.9em;
	margin-bottom:5px;
}

/* タブレットレイアウト : モバイルレイアウトからスタイルを継承。 */
@media only screen and (min-width: 481px) {
/* article.contents */
article.contents { width:95%; }
}

/* デスクトップレイアウト : モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */
@media only screen and (min-width: 1000px) {
/* article.contents */
article.contents { width:980px; }
}
