@charset "utf-8";

/*スタイルシートの初期化
------------------------------------------------------------ */
*{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

/* body設定
------------------------------------------------------------ */
body{
	background-color:#ededed;
	color:#666666;
}
/* リンク設定
------------------------------------------------------------ */
a{
	text-decoration:underline;
}
a:link{color:#E2151A;}
a:visited{color:#E2151A;}
a:hover{color:#F26C70;}
a:active{color:#F26C70;}

/* テキスト汎用設定
------------------------------------------------------------ */
.text9 { font-size:64%; }
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

/* 強調表現
------------------------------------------------------------ */
strong{
	font-weight:bold;
}
.red{
	color:#FF3333;
}

/* hr設定
------------------------------------------------------------ */
hr{
	display:none;
}

/* floatバグ回避ハック
------------------------------------------------------------ */
span.clear {
	margin: 0;
	display: block;
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
.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 */}
