@charset "utf-8";
/* CSS Document */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*----------------------------------------------
reset setting
-----------------------------------------------*/
html[lang="ja"] {
font-family: 'Noto Sans Japanese',   sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: 'Noto Sans Japanese',   sans-serif;
}
div, p, form, input, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, address {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	border: 0;
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #3e3a39;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3e3a39;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
}
/*----------------------------------------------
font size
-----------------------------------------------*/
.title { text-align: center; }
.text { display: inline-block; }
body {
	font-size:62.5%;
}/*IE6以下用の設定*/
html>/**/body {
	font-size: 13px;
	color: #3e3a39;
}/*Except IE*/
.center {
	text-align: center;
}
.font115 {
	font-size: 115%;
}
.top3 {
	margin-top: 3px;
}
.top10 {
	margin-top: 10px;
}
.top15 {
	margin-top: 15px;
}
.top20 {
	margin-top: 20px;
}
.top30 {
	margin-top: 30px;
}
.top35 {
	margin-top: 35px;
}
.top-50 {
	margin-top: -50px;
}
.top40 {
	margin-top: 40px;
}
.top50 {
	margin-top: 50px;
}
.top60 {
	margin-top: 60px;
}
.top80 {
	margin-top: 80px;
}
.top100 {
	margin-top: 100px;
}
.top40p {
	padding-top: 40px;
}
.top120 {
	margin-top: 120px;
}
.top150 {
	margin-top: 150px;
}
.right {
	float:right;
}
.right15 {
	float:right;
	margin-right: 15px;
}
.right40 {
	margin-right: 40px;
}
.left {
	float:left;
}
.left4 {
	margin-left: 4px;
}
.left10 {
	float:left;
	margin-left: 10px;
}
.p_left10 {
	padding-left: 10px;
}
.left20 {
	margin-left: 20px;
}
.left25 {
	margin-left: 25px;
}
.left30 {
	margin-left: 30px;
}
.left35 {
	margin-left: 35px;
}
.left40 {
	margin-left: 40px;
}
.red {
	color: #f60d18;
}
.font11 {
	font-size: 11px;
	}
.font15_f {
	font-size: 15px;
	color: #3e3a39;
	font-weight: bold;
}
.font15 {
	font-size: 15px;
	color: #3e3a39;
	padding-left: 10px;
}
.font17 {
	font-size: 17px;
}
.font20 {
	font-size: 20px;
}
.font27 {
	font-size: 27px;
}
.clearfix {
	clear: both;
	float: none;
}
.aligin_right {
	text-align: right;
}
.bottom10 {
	margin-bottom: 10px;
}
.bottom_p30 {
	padding-bottom: 30px;
}
.hight20 {
	height: 20px;
}
.hight10 {
	height: 10px;
}
.text_color {
	color: #3e3a39;
	font-size: 90%;
}
