@charset "utf-8";

/* CSSリセット

--------------------------------------------------------------------------------------------------------------------------------------------- */
body,div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
 margin: 0;
 padding: 0;
}

ul li {
	list-style: none;
}

fieldset, img{
 border: 0;
}

abbr, acronym{
 border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var{
 font-style: normal;
 font-weight: normal;
}

strong {
font-weight: bold;
}

h1, h2, h3, h4, h5, h6{
 font-size: 1.0em;
 font-weight: normal;
}

/* clearfix hack */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
	line-height:0; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}
/*
.clearfix {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	min-height: 1%;
}
*/

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* 基本サイズ13pxの場合 */
.fs8{ font-size:62% !important; }
.fs9{ font-size:68% !important; }
.fs10{ font-size:77% !important; }
.fs11{ font-size:85% !important; }
.fs12{ font-size:93% !important; }
.fs13{ font-size:100% !important; } /* 標準 */
.fs14{ font-size:108% !important; }
.fs15{ font-size:116% !important; }
.fs16{ font-size:124% !important; }
.fs17{ font-size:131% !important; }
.fs18{ font-size:139% !important; }
.fs19{ font-size:147% !important; }
.fs20{ font-size:154% !important; }
.fs21{ font-size:162% !important; }
.fs22{ font-size:170% !important; }
.fs23{ font-size:177% !important; }
.fs24{ font-size:185% !important; }
.fs25{ font-size:193% !important; }
.fs26{ font-size:200% !important; }
.fs32{ font-size:248% !important; }



/* for IE6 */
* html body { font-size: 82%; }
/* for IE7 */
*:first-child+html body { font-size: 82%; }
