@charset "utf-8";
/*fonts base size set for ja-font by @itami.info 20081204*/ 

body {
	font-family:verdana,arial, "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic";
	font-size: 14px;
	line-height:1.5;
	font-weight:normal;
	font-style:normal;
	-webkit-text-size-adjust: none;
}
select,
input,
button,
textarea {
	font:100% verdana,arial, "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic";
}
table {
 	font-size:inherit;
	font:100%;
}
textarea { 
	font-size: 100%; 
}

a:link {
	color: #0066c0;
	text-decoration:underline;
}
a:visited {
	color: #0066c0;
}
a:hover {
	color: #0066c0;
	text-decoration:none;
}
a:active {
	color: #0066c0;
}

/* font-size */

.fs_8{font-size:57.1%;}
.fs_9{font-size:64.3%;}
.fs_10{font-size:71.4%;}
.fs_11{font-size:78.6%;}
.fs_12{font-size:85.7%;}
.fs_13{font-size:92.9%;}

.fs_14{font-size:100%;}/* 基準値 */

.fs_15{font-size:107.1%;}
.fs_16{font-size:114.3%;}
.fs_17{font-size:121.4%;}
.fs_18{font-size:128.6%;}
.fs_19{font-size:135.7%;}
.fs_20{font-size:142.9%;}
.fs_21{font-size:150.0%;}
.fs_22{font-size:157.1%;}
.fs_23{font-size:164.3%;}
.fs_24{font-size:171.4%;}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

.clearfix:after { /*float*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7*/
}
* html .clearfix {
	height: 1px;
	height: auto;
	overflow: hidden;
}
/* new clearfix */
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
	content: " ";
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
