@charset "utf-8";
/* CSS Document */



/*=========================
 汎用アイテム
 ==========================*/
/*---clearFix ---*/
.clearfix:after{
	content: url(../../common/img/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix{
	display: inline-block;
}
.clearfix{
	display: block;
}
/*--- フロート ---*/
.leftColumn{
	float:left;
	width: 700px;
	margin-bottom: 50px;
}
.rightColumn{
	float:right;
	width: 195px;
}
.alignR {
	text-align: right;
}
.alignC {
	text-align: center;
}

.bgFEF8F8 {
	background: #FEFBEF;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}



/*--- フォント ---*/
.fontBold{font-weight:bold;}
.fontBoldred {
	font-weight: bold;
	color: #990000;
}

.fontItalic{font-style:italic;}
.fontSmall {
	font-size: 11px;
}

/*--- マージンとパディング ---*/
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin