@charset "UTF-8";


#container nav {
	text-align:center;
	margin:40px;
}
#container nav li {
	display:inline-block;
	margin:0 10px;
}
#container nav li.act a, #container nav li a:hover {
	border-bottom:solid 4px #76952f;
}
#container nav li a {
	display:inline-block;
	color:#333;
	text-decoration:none;
}

#content {
	float:none;
	width:796px;
	margin:50px auto 0 auto;
}
#content h1 {
	margin-bottom:1em;
}
#content p {
	margin-bottom:2em;
}
#content .block {
	margin-bottom:4em;
}


#content h2 {
	font-family:"A-OTF Ryumin Pro M-KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color:#76952f;
	font-size:16px;
}
#content .block h2 {
	font-size:20px;
	text-align:center;
	margin-bottom:20px;
}
#content h3 {
	color:#76952f;
	margin-top:1em;
}
#content ol + p {
	margin-top:2em;
}
#content ol li {
	list-style:decimal;
	margin-left:1.7em;
}
#content ol li ol li, #content p ol li {
	list-style:lower-alpha;
}

#content .module th {
	color:#333;
}

#content .timestamp, #content .sing {
	text-align:right;
}


#content .cf .img {
	float:left;
	width:100px;
}
#content .cf .txt {
	float:right;
	width:668px;
}

table td {
	padding:12px;
	border:solid 1px #dedfdf;
}


@media only screen and (max-width:767px) {
	#container nav {
		display:none;
	}
	
	#content {
		width:100%;
		margin-bottom:50px;
	}
	#content h2 {
		font-size:14px;
	}
	#content .block h2 {
		font-size:16px;
		margin-bottom:10px;
	}
	
	
	#content .cf .img {
		float:left;
		width:40%;
	}
	#content .cf .txt {
		float:right;
		width:60%;
	}
}
