@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
body, table, td, tr, th, span {
	line-height:0;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:0;
}
.clear {
	clear:both;
}
#wrap {
	margin:0 auto;
	width:720px;
}
#page_title {
	line-height:1.2em;
	margin:20px 0 4px;
	font-size:30px;
	color:#F60;
	font-weight:normal;
	padding:0 0 4px 12px;
}
#page_title span {
	font-size:72%;
	color:#000;
}
.main_v {
	text-align:left;
	padding:10px 0;
}
#maincontent {
	font-size:14px;
	padding:12px 10px;
	line-height:1.8em;
	clear:both;
}
#maincontent h3 {
	font-size:22px;
	border-left:5px solid #090;
	letter-spacing:0.04em;
	padding:8px 0 8px 12px;
	margin-bottom:12px;
	clear:both;
}
#maincontent h4 {
	font-weight:bold;
	font-size:14px;
	border-top:1px dotted #CCC;
	padding-top:10px;
	color:#0C9;
}
#maincontent p {
	margin-bottom:20px;
}
#maincontent p.name {
	font-weight:bold;
	text-align:right;
	margin-bottom:10px;
	color:#090;
}
#maincontent img {
	width:220px;
	padding:0 10px 10px;
}
#sub_navi {
	font-size:16px;
	margin:0px 0 80px;
	padding:10px 0;
	line-height:2.2;
/*
	border-top:1px dotted #DDD;
	border-bottom:1px dotted #DDD;
*/
}
#sub_navi li {
	float:left;
}
#sub_navi li a {
	font-size:12px;
	display:block;
	color:#000;
	text-decoration:underline;
	margin-right:30px;
}
#sub_navi li a:before {
	content: "\f18e\ ";
	font-family: FontAwesome;
}