@charset "utf-8";
/*サブメニュー*/

ul#service_menu {
	width: 958px;
	height: 47px;
	margin: 0 auto;
}

#service_menu li {
	text-indent: -9999px;
	height: 47px;
	list-style: none;
	float: left;
}

#service_menu li a {
	display: block;
	height: 47px;
	text-decoration: none;
	overflow: hidden;
}
/*通常時*/

li#service1 a {
	width: 238px;
	background: url(/img/images/common/bg_service_menu.png) no-repeat;
}

li#service2 a {
	width: 240px;
	background: url(/img/images/common/bg_service_menu.png) no-repeat -238px 0;
}

li#service3 a {
	width: 240px;
	background: url(/img/images/common/bg_service_menu.png) no-repeat -478px 0;
}

li#service5 a {
	width: 240px;
	background: url(/img/images/common/bg_service_menu.png) no-repeat -718px 0;
}
/*オンマウス時*/

li#service1 a:hover {
	background: url(/img/images/common/bg_service_menu.png) no-repeat 0 -47px;
}

li#service2 a:hover {
	background: url(/img/images/common/bg_service_menu.png) no-repeat -238px -47px;
}

li#service3 a:hover {
	background: url(/img/images/common/bg_service_menu.png) no-repeat -478px -47px;
}

li#service5 a:hover {
	background: url(/img/images/common/bg_service_menu.png) no-repeat -718px -47px;
}
	/*選択時*/

li#service1.selected {
	width: 238px;
	background: url(/img/images/common/bg_service_menu.png) no-repeat 0 -47px;
}

li#service2.selected {
	width: 240px;
	background: url(/img/images/common/bg_service_menu.png) no-repeat -238px -47px;
}

li#service3.selected {
	width: 240px;
	background: url(/img/images/common/bg_service_menu.png) no-repeat -478px -47px;
}

li#service5.selected {
	width: 240px;
	background: url(/img/images/common/bg_service_menu.png) no-repeat -718px -47px;
}
/*各サービス共通料金表*/

table.charge {
	width: 100%;
	border-collapse: collapse
}

table.charge td {
	font-size: 15px;
	padding: 10px 5px;
	border: 1px solid #ccf;
	text-align: center;
	line-height: 1.4;
}

table.charge td.softbank {
	background-color: #ffc;
}

table.charge strong {
	font-size: 16px;
	color: #ff0000;
}

table.charge em {
	color: #000;
	font-style: normal;
	text-decoration: line-through;
}

table.charge th span {
	font-weight: normal;
	font-size: 11px;
}

table.charge td span {
	color: #666;
	font-weight: normal;
	font-size: 11px;
}

table.charge th {
	font-size: 15px;
	line-height: 1.3;
	color: #039;
	padding: 10px 5px;
	border: 1px solid #ccf;
	background-color: #eee;
}

table.charge th.header {
	color: #fff;
	background-color: #039;
}
/*ホワイトプラン*/

div#plus {
	text-align: center;
	margin: 10px 0 5px 0;
}

ul#bnrs_wrapper_l {
	margin-bottom: 0;
}
