/* CSS Document */

#charge-Lbox {
	float:left;
	overflow:hidden;
	margin-right:20px;
	width:220px;
}

.charge-Lcon {
	background:#F2F2EB;
	overflow:hidden;
	margin-bottom:20px;
}

.charge-tokuten {
	margin:20px;
	overflow:hidden;
}

#charge-Rbox {
	float:left;
	overflow:hidden;
	width:700px;
	background:#F2F2EB;
}

.charge-contents {
	overflow:hidden;
	width:625px;
	margin:40px auto;
	position:relative;
}

.charge-no {
	background:#000;
	position:absolute;
	top:0;
	left:0;
	z-index:999;
	padding:50px 0;
	color:#FFF;
	opacity: 0.7;
	width:100%;
	text-align:center;
	font-size:153.9%;
	line-height:160%;
}

.online_b a {
	display:block;
	background:url(img/online_r.jpg) no-repeat;
	width:220px;
	height:100px;
	margin-bottom:20px;
}

.charge-tokuten ul {
	list-style:decimal;
	list-style-position:outside;
	margin-left:2em;
}

.charge-tokuten ul li {
	margin-bottom:5px;
	font-size:85%;
}

h2#charge-title span { display:none; }
h2#charge-title {
	display:block;
	background:url(img/charge_title.jpg) no-repeat;
	width:700px;
	height:75px;
}

.charge-contents table {
	margin-bottom:20px;
}

.charge-contents table td {
	padding:0.3em 10px;
}

.charge-contents h3 {
	font-size:116%;
	margin:50px 0 20px;
	padding-bottom:10px;
	background:url(../../shared/img/line.jpg) repeat-x bottom;
}

.b_req01 a {
	display:block;
	background:url(img/b_req01_r.jpg) no-repeat;
	width:180px;
	height:40px;
	margin-bottom:15px;
}


