@charset "utf-8";

.float_r{
	float:right;
}
.float_l{
	float:left;
}
.txt_c{
	text-align:center;
}
.txt_r{
	text-align:right;
}
.txt_l{
	text-align:left;
}

.box_clear:after{
content: ".";
display: block;
visibility: hidden;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
clear: both;
}
.box_clear{zoom:1;}

.btn_close{
	text-align:center;
	padding:10px 0;
}

.pagetop{
	text-align:right;
	width:841px;
	margin:20px auto 5px;
}
.pagetop a{
	background:transparent url(../images/ico_pagetop.gif) no-repeat 0 50%;
	padding-left:12px;
}

/*-----------------------------------------
MARGIN
------------------------------------------------------------------------------*/
.margin_t10{
	margin-top:10px;
}
.margin_l10{
	margin-left:10px;
}
.margin_l20{
	margin-left:20px;
}
.margin_l30{
	margin-left:30px;
}

.padding_l10{
	padding-left:10px;
}

