@charset "UTF-8";

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	
}
html {
	height:100%;
}
body {
	line-height: 1;
}
img {
	border: 0 none;
	vertical-align: top;
}
ol, ul {
	list-style: none;
}
table { 
	border-collapse:collapse; 
	border-spacing:0; 
}
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
abbr,acronym {
	border:0;
}

/*フォントサイズ指定 %で相対指定*/
body {font-size: 100%;}
/*9px*/
.text9px {font-size:59%;}
/*10px*/
.text10px {font-size:60%;}
/*11px*/
.text11px {font-size:70%;}
/*12px*/
.text12px {font-size:76%;}
/*13px*/
.text13px {font-size:83%;}
/*14px*/
.text14px {font-size:89%;}
/*15px*/
.text15px {
	font-size: 110%;
}
/*16px*/
.text16px {
	font-size: 16px;
}
/*17px*/
.text17px {font-size:108%;}
/*18px*/
.text18px {font-size:114%;}
/*19px*/
.text19px {font-size:120%;}
/*20px*/
.text20px {font-size:126%;}



/* --------------------------------------------- */
/* フロート解除用 */
.clearfix:after{display: block;clear: both;height: 0;visibility: hidden;content: ".";line-height: 0;}
.clearfix{display: inline-table;min-height: 1%;}
/* Hides from IE-mac \*/
* html .clearfix{height:1%;overflow:visible;}
/* End hide from IE-mac */
.clearfix{display: block;}
/* --------------------------------------------- */
