@charset "UTF-8";

/****************************************
	GENERAL SETTING 
*****************************************/

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

	
/*--------------------------------------
	CLEARFIX CLASS
--------------------------------------*/

.clear { clear: both; line-height: 0; }

.clearfix: after {
	display: block;
	clear: both;
	height: 0;
	content: "";
	overflow: hidden;
	}

.clearfix {
	overflow: hidden;
	}

/* FOR MAC IE */
* html .clearfix {
	height: 1%;
	overflow: visible;
	}

.clearfix {
	display: block;
	}


/* SCROLL */
html {
	overflow-y: scroll;
	height:100%;
	}

body {
	height: 100%;
	}

/*
textarea { font-family: "ＭＳ Ｐゴシック", sans-serif; font-size: 13px; }
input, select  { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; font-size: 13px;}
*/

/* DELETE LINE */
a { overflow: hidden; outline: none; }
img {	border: 0; }

/* FLOAT */
.fltL {
	float: left;
}
.fltR {
	float: right;
}


/* MARGIN */
.mt5{ margin-top: 5px; }
.mt10{ margin-top: 10px; }
.mt15{ margin-top: 15px; }
.mt20{ margin-top: 20px; }
.mt25{ margin-top: 25px; }
.mt30{ margin-top: 30px; }
.mt35{ margin-top: 35px; }
.mt40{ margin-top: 40px; }
.mt45{ margin-top: 45px; }
.mt50{ margin-top: 50px; }
.mt52{ margin-top: 52px; }
.mt60{ margin-top: 60px; }
.mt65{ margin-top: 65px; }
.mt70{ margin-top: 70px; }
.mt90{ margin-top: 90px; }
.mt100{ margin-top: 100px; }

.mb5{ margin-bottom: 5px; }
.mb10{ margin-bottom: 10px; }
.mb15{ margin-bottom: 15px; }
.mb20{ margin-bottom: 20px; }
.mb25{ margin-bottom: 25px; }
.mb30{ margin-bottom: 30px; }
.mb35{ margin-bottom: 35px; }
.mb40{ margin-bottom: 40px; }
.mb45{ margin-bottom: 45px; }
.mb50{ margin-bottom: 50px; }
.mb55{ margin-bottom: 55px; }
.mb60{ margin-bottom: 60px; }

.ml5{ margin-left: 5px; }
.ml10{ margin-left: 10px; }
.ml15{ margin-left: 15px; }
.ml20{ margin-left: 20px; }
.ml25{ margin-left: 25px; }
.ml30{ margin-left: 30px; }
.ml35{ margin-left: 35px; }
.ml40{ margin-left: 40px; }
.ml50{ margin-left: 50px; }
.ml60{ margin-left: 60px; }

.mr5{ margin-right: 5px; }
.mr10{ margin-right: 10px; }
.mr15{ margin-right: 15px; }
.mr20{ margin-right: 20px; }
.mr25{ margin-right: 25px; }
.mr30{ margin-right: 30px; }
.mr35{ margin-right: 35px; }
.mr40{ margin-right: 40px; }
.mr50{ margin-right: 50px; }
.mr60{ margin-right: 60px; }

.f10 {	font-size: 10px;}
.f11 {	font-size: 11px;}
.f12 {	font-size: 12px;}
.f13 {	font-size: 13px;}
.f14 {	font-size: 14px;}
.f15 {	font-size: 15px;}
.f16 {	font-size: 16px;}
.f18 {	font-size: 18px;}
.f20 {	font-size: 20px;}
.f22 {	font-size: 22px;}
.f24 {	font-size: 24px;}
.f26 {	font-size: 26px;}