@charset "utf-8";

* {font-family:"ＭＳ Ｐゴシック","Hiragino Maru Gothic Pro",HiraMaruPro-W3,Osaka,sans-serif !important; font-style:normal; margin:0px; padding:0px;}
/* etc --------------------------------------------------------------------*/
body	{ margin:0;padding:0; color:#666666; font-size:12px; line-height:18px;}
table	{ font-size:12px; line-height:18px; border:none;}
img		{ border:none; margin:0; padding:0;}
em		{ font-style:normal;}
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;
}

/* float --------------------------------------------------------------------*/
.fl		{ float:left;}
.fr		{ float:right;}
.clear	{ clear:both;}

/* color --------------------------------------------------------------------*/
.red	{ color:#FF0000;}

/* align --------------------------------------------------------------------*/
.center    {text-align:center;}

/*----------------------------------------
CLEAR FIX
----------------------------------------*/
/* CLEAR FIX */
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.cb {clear:both; height:0; line-height:0; font-size:1%;}

