
/* ====================================================================

	[ALL] BASE 

======================================================================= */

* {
	margin: 0;
	padding: 0;
}
html, body {
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 13.3333px;
	background: #202020;
	height: auto;
	color:#fff;
}
html, body {
	font-family:inherit;
}

/*flash　点線カット*/
object{outline:noneｔ;}



/* ===== [ IMAGES ] ===== */
img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
	border:none;
}

* html .png {
	behavior: expression(IEPNGFIX.fix(this));
}



/* ===== [ FLOAT CREAR ] ===== */
.clear {clear: both;}

/*clearfix*/
/*
.clearfix:after {
display : block;
clear : both;
height : 0;
content : "";
overflow : hidden;
}
*/
.clearfix {
overflow : hidden;
display : block;
}
/* FOR MAC IE \*/
* html .clearfix {
height : 1%;
overflow : visible;
}

/* ===== [ float Reset ] ===== */
.clearfix::after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

/* ===== text ===== */
.f10{ font-size:10px; line-height:20px;}
.f11{ font-size:11px; line-height:20px;}
.f12{ font-size:12px; line-height:20px;}
.f13{ font-size:13px; line-height:20px;}
.f14{ font-size:14px; line-height:20px;}
.f15{ font-size:15px; line-height:20px;}
.f16{ font-size:16px; line-height:22px;}
.f18{ font-size:18px; line-height:24px;}
.f20{ font-size:20px; line-height:28px;}
.f22{ font-size:22px; line-height:28px;}
.f24{ font-size:24px; line-height:28px;}
.f30{ font-size:30px; line-height:34px;}

.bold {
	font-weight:bold;
}


/* ===== text-align ===== */

.cn{ text-align:center !important;}
.le{ text-align:left !important;}
.ri{ text-align:right !important;}






/*================================================================
          COMMON　セッティング
=================================================================*/


/*fade*/
.fade  {display:none;}
.none{ display:none;}

/* ===== col ===== */

.red{ color:#F00;}
.blue{ color:#3f5e82;}


.ppl{ color:#4a4099;}/*Kazuto*/
.pnk{ color:#98233e;}/*Ray*/





