@charset "UTF-8";


/* -----------------------------------------------------------
    faxコンテンツ
-------------------------------------------------------------- */
#fax_wrapper{
	margin:20px auto 0 auto;
	width:700px;
	background:#FFF;
	text-align:center;
}

#fax_contents{
	padding:25px;
	text-align:left;
}


/* -----------------------------------------------------------
    個人情報保護に関する同意文
-------------------------------------------------------------- */
#agreement_box{
	width:610px;
	height:250px;
	overflow:auto;
	scrollbar-base-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#666;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-hightlight-color:#433820;
	scrollbar-shadow-color:#FFFFFF;
	margin:15px 0 0 0;
	border:4px #DDD solid;
	padding:15px;
}

.agreement_title00{
	font-size:14px;
	font-weight:bold;
}

.agreement_title01{
	font-size:14px;
	font-weight:bold;
	padding:20px 0 0 0;
}

.dl_btn{
	margin:20px 0 0 0;
	text-align:center;
}


