@charset "utf-8";

@import url(../initialize.css);
@import url(../clearfix.css);


body{
	font-family:'Noto Serif JP','Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo, メイリオ', sans-serif;
	color:#333;
	font-size:14px;
	line-height:160%;
	text-align:center;
	background:#F3F0E9;
	word-break:break-all;
	-webkit-text-size-adjust:100%;
	}

.size90{font-size:90%; line-height:160%;}
.size85{font-size:85%; line-height:160%;}
.size80{font-size:80%; line-height:160%;}



/* basic layout
++++++++++++++++++++++++++++++*/
#top{display:none;}

#container{
	position:relative;
	width:96%;
	margin:10px auto 0;
	padding:0;
	text-align:center;
	}

.contents{
	position:relative;
	width:100%;
	margin-bottom:20px;
	}	

section{
	position:relative;
	width:100%;
	padding:0 0 20px 0;
	text-align:left;
	}
	
section:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	}

hr{
	margin:0 0 30px;
	padding:0;
	border-top:1px dotted #CCC;
	border-bottom:none;
	border-left:none;
	border-right:none;
	height:1px;
	}
