@charset "UTF-8";

h2 {
	margin: 0;
	padding: 14px 10px;
	font-size: 116%;
	line-height: 1em;
	background: url(/img/detail/bg_title.gif) repeat-x;
	border-left: 5px #3B3B3B solid;
	border-bottom: 1px #3B3B3B solid;
	overflow: hidden;
	clear: both;
}
h2 span.tit-main {
	display: block;
	float: left;
}
h2 span.tit-sub {
	font-size: 85%;
	display: block;
	float: right;
}

#b-point-box {
	margin: 20px 0 20px 10px;
	padding: 0;
	width: 680px;
	overflow: hidden;
}
#b-point-box h3 {
	width: 670px;
	height: 76px;
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
}
#b-point-box .function-box {
	width: 160px;
	margin: 0 10px 15px 0;
	padding: 0;
	float: left;
	display: inline;
}
#b-point-box .function-box .bp-u {
	width: 160px;
	height: 29px;
	background: url(../img/bg_tit.jpg) no-repeat;
	font-size: 92%;
	font-weight: bold;
	line-height: 29px;
	text-align: left;
	text-indent: 5px;
	color: #3C80AF;	
}
#b-point-box .function-box .bp-c {
	width: 160px;
	text-align: left;
	overflow: hidden;
	height: 145px;
	background: url(../img/bg_c.gif) repeat-y;
}
#b-point-box .function-box .bp-c .function-img {/*機能解説のイメージ*/
 padding: 5px;
}
#b-point-box .bp-c p {/*コメント*/
 padding: 5px;
	margin: 0;
	font-size: 92%;
	line-height: 140%;
	color: #666666;
}
#b-point-box .function-box #bp-d-01 {/*01*/
	width: 160px;
	height: 45px;
	font-size: 0;
	background: url(../img/bg_d_01.gif) no-repeat;
}
#b-point-box .function-box #bp-d-02 {/*02*/
	width: 160px;
	height: 45px;
	font-size: 0;
	background: url(../img/bg_d_02.gif) no-repeat;
}
#b-point-box .function-box #bp-d-03 {/*03*/
	width: 160px;
	height: 45px;
	font-size: 0;
	background: url(../img/bg_d_03.gif) no-repeat;
}
#b-point-box .function-box #bp-d-04 {/*04*/
	width: 160px;
	height: 45px;
	font-size: 0;
	background: url(../img/bg_d_04.gif) no-repeat;
}
#b-point-box .function-box #bp-d-05 {/*05*/
	width: 160px;
	height: 45px;
	font-size: 0;
	background: url(../img/bg_d_05.gif) no-repeat;
}
#b-point-box .function-box #bp-d-06 {/*06*/
	width: 160px;
	height: 45px;
	font-size: 0;
	background: url(../img/bg_d_06.gif) no-repeat;
}
#b-point-box .function-box #bp-d-07 {/*07*/
	width: 160px;
	height: 45px;
	font-size: 0;
	background: url(../img/bg_d_07.gif) no-repeat;
}
#b-point-box .function-box #bp-d-08 {/*08*/
	width: 160px;
	height: 45px;
	font-size: 0;
	background: url(../img/bg_d_08.gif) no-repeat;
}
#b-point-box #bp-info {/*B-POINTのインフォメーション*/
	width: 670px;
	margin: 0;
	padding: 0;
	height: auto;
	overflow: hidden;
	background: url(../img/bg_txt.jpg) repeat-x top;
	clear: both;
}
#b-point-box #bp-info p {
	font-size: 110%;
	line-height: 140%;
	margin: 0;	
	padding: 20px;
}
#b-point-box #bp-info p .RED {
 color:#FF3300;
}
#b-point-box #btn-bp-inq a {
 width: 340px;
	height: 45px;
	margin: 30px auto;
	display: block;
	background: url(../img/btn_b-point.jpg) no-repeat top;
}
#b-point-box #btn-bp-inq a:hover {
 background-position: bottom;
}


