@charset "utf-8";

/* ===========================================================

CSS for Hoku247/サービス・料金（Modifired:2008.10.10）

=========================================================== */


@import url("/extra.php?default.css"); /*テキスト共有CSS読み込み*/
@import url("/extra.php?247.master.css"); /*レイアウト共有CSS読み込み*/



/* ===========================================================
サービス・料金
=========================================================== */

/*ページ内リンクナビ*/
div.service_anchor_navi {
	width:500px;
	border:1px solid #AFDE27;
	margin:0 auto 15px auto;
	padding:7px 20px;
	font-size:93%;
	text-align:center;
}
div.service_anchor_navi a:link,
div.service_anchor_navi a:visited {
	text-decoration:none;
	font-weight:bold;
}
div.service_anchor_navi a:hover {
	color:#FFF;
	background-color:#AFDE27;
	text-decoration:none;
	font-weight:bold;
}

/*サービス内容タイトル*/
h3 {
	height:25px;
	border-left:6px solid #B1DE27;
	padding:10px 0 5px 10px;
	margin:30px 0 15px 0;
	font-size:131%;
	font-weight:bold;
	color:#333;
}

/*========================== サービス内容 ========================== */

/*安心サポート（サブタイトル）*/
h4#support {
	width:532px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/skins/hoku247/service/t_support.gif) no-repeat;
}
/*日本語対応スタッフ（サブタイトル）*/
h4#staff {
	width:532px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/skins/hoku247/service/t_staff.gif) no-repeat;
}
/*操作説明（サブタイトル）*/
h4#manual {
	width:532px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/skins/hoku247/service/t_manual.gif) no-repeat;
}
/*利用可能エリア（サブタイトル）*/
h4#area {
	width:532px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/skins/hoku247/service/t_area.gif) no-repeat;
}
/*レンタル手続き時間を簡素化（サブタイトル）*/
h4#procedure {
	width:532px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/skins/hoku247/service/t_procedure.gif) no-repeat;
}

/*本文*/
div#content_right p {
	padding:10px 10px 30px 10px;
	color:#333;
	line-height:130%;
	text-align:left;
}

/*========================== 料金表 ========================== */

/*料金表テーブル*/
table.price {
	border-collapse:collapse;
	width:530px;
	border:1px solid #CCC;
}
table.price th {
	width:265px;
	border:1px solid #CCC;
	background-color:#F7F7F7;
	font-size:93%;
	color:#333;
	padding:6px 0 6px 5px;
	text-align:left;
}
table.price td {
	border:1px solid #CCC;
	width:265px;
	font-size:93%;
	color:#333;
	padding:6px 0 6px 5px;
}

/*========================== 任意保険 ========================== */

div#content_right ul {
	list-style-type:disc;
	margin-left:30px;
}
div#content_right ul li {
	line-height:130%;
	color:#333;
}

/*========================== よくある質問 ========================== */

/*質問*/
p.q {
	color:#333;
	font-weight:bold;
	padding:5px 0 6px 4px;
}
/*回答*/
p.a {
	color:#333;
	padding:0 0 15px 4px;
	line-height:130%;
	margin-top:-30px;
}
