
@charset "utf-8";
/* CSS Document */
/* =========================================================
Reset of Default Style
========================================================= */
h1, h2, h3, h4, h5, h6, p, address, a,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight:normal;
	font-size: 100%;
	text-align: left;
	line-height:140%;
	vertical-align: middle;
	background: transparent;

}

/* ブラウザ間でのフォントサイズリセット */
textarea { font-size: 100%; }

/* 画像下部空きのリセット */
img { vertical-align: middle; border:0; }
a img{ border:0; }

/* リストのスタイルをリセット */
ul {
	list-style-type: none;
}

hr  { display: none; }


/* =========================================================
Clear Fix
========================================================= */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* =========================================================
body
========================================================= */
body {
	background:#fff;
	color:#333;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Arial, Helvetica, sans-serif;
	font-size:95%;
	line-height:180%;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* =========================================================
float
========================================================= */
.fLFT{
	float:left;
}
.fCLR{
	clear:both;
	height:1%;
}
.fRIT{
	float:right;
}

/* =========================================================
font
========================================================= */
.f8{
	font-size:75%;
	line-height:140%;
}
.f10{
	font-size:80%;
	line-height:140%;
}
.f12{
	font-size:90%;
	line-height:140%;
}
.f14{
	font-size:100%;
	line-height:140%;
}
.f16{
	font-size:120%;
	line-height:140%;
}
.f18{
	font-size:140%;
	line-height:140%;
}
.f24{
	font-size:160%;
	line-height:140%;
}
.f28{
	font-size:180%;
	line-height:140%;
}
.fBLD{
	font-weight:bold;
}

/* =========================================================
text
========================================================= */
.tLFT{
	text-align:left;
}
.tCNT{
	text-align:center;
}
.tRIT{
	text-align:right;
}

/* =========================================================
margin
========================================================= */
/* _margin_TOP */
.margin_t5{
	margin-top:5px;
}
.margin_t10{
	margin-top:10px;
}
.margin_t20{
	margin-top:20px;
}
.margin_t30{
	margin-top:30px;
}
.margin_t50{
	margin-top:50px;
}
.margin_t80{
	margin-top:80px;
}

/* _margin_BOTTOM */
.margin_b5{
	margin-bottom:5px;
}
.margin_b10{
	margin-bottom:10px;
}
.margin_b20{
	margin-bottom:20px;
}
.margin_b30{
	margin-bottom:30px;
}
.margin_b50{
	margin-bottom:50px;
}
.margin_b80{
	margin-bottom:80px;
}
