@charset "utf-8";

/*----------------------------------------------------
	#use
		ご利用にあたって
----------------------------------------------------*/
#use #title{
	background-image: url(../img/use_t.jpg);
	height: 63px;
	text-indent: -9999px;
}
#use p.read_copy{ margin: 20px 30px 30px; }
#use #use_box {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

#use .twoColumns {
	width: 930px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#use .twoColumns .left {
	width: 450px;
	float: left;
	text-align:left;
}
#use .twoColumns .right {
	width: 450px;
	float: right;
	text-align:left;
}
#use .twoColumns h3 {
	font-size: 14px;
	color: #E55377;
	margin-bottom: 15px;
}
#use .twoColumns p {
	margin-bottom: 35px;
}
#use .twoColumns p.bottom {
	margin: 0px;
}

