@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: baseline;
	background: transparent;

}
table {border-collapse:collapse;border-spacing:0;}

/* ブラウザ間でのフォントサイズリセット */
textarea { font-size: 100%; }

/* 画像下部空きのリセット */
img { vertical-align: bottom; }

/* リストのスタイルをリセット */
ul {
	list-style-type: none;
}

hr  { display: none; }


/* =========================================================
Clear Fix
========================================================= */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.CLR{
	clear:both;
}

/* =========================================================
body
========================================================= */
body {
	margin:0;
	padding:0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color:#333;
	font-size:12px;
}

/* =========================================================
font
========================================================= */
.f10{
	font-size:10px;
	line-height:140%;
}
.f12{
	font-size:12px;
	line-height:140%;
}
.f14{
	font-size:14px;
	line-height:140%;
}
.f18{
	font-size:18px;
	line-height:140%;
}
.f24{
	font-size:24px;
	line-height:140%;
}
.bold{
	font-weight:bold;
}

/* =========================================================
margin
========================================================= */
.marginT25{
	margin-top:25px;
}


