@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読み込み*/


/* ===========================================================
製品
=========================================================== */

/*端末名（タイトル）*/
h3 {
	height:25px;
	border-left:6px solid #B1DE27;
	padding:10px 0 5px 10px;
	margin-bottom:10px;
	font-size:131%;
	font-weight:bold;
	color:#333;
	clear:both;
}
/*商品説明（タイトル）*/
h4 {
	height:24px;
	background:url(/skins/hoku247/products/listmarker.gif) no-repeat;
	padding-left:31px;
	margin-top:20px;
	font-size:116%;
	font-weight:bold;
}

/*商品枠*/
div.content_products {
	width:510px;
	margin-bottom:45px;
	border-bottom:1px dashed #CCC;
	padding-bottom:20px;
}

/*写真コンテナ*/
div.content_image {
	width:160px;
	vertical-align:top;
	text-align:center;
	float:left;
}
/*機能コンテナ*/
div.content_function {
	width:341px;
	float:left;
}

/*リスト*/
div.content_function ul {
	list-style-type:disc;
	margin:0 0 30px 30px;
}
div.content_function ul li {
	line-height:140%;
	color:#333;
}
/*左寄せ*/
div.leftbox {
	float:left;
	margin:0 6px 4px 0;
}
/*右寄せ*/
div.rightbox {
	float:right;
	margin:0 0 4px 6px;
}

/*料金表テーブル*/
table.outline {
	width:200px;
	border-collapse:collapse;
}
table.outline th {
	padding:5px;
	border:1px solid #CCC;
	background-color:#E7E7E7;
	text-align:center;
}
table.outline td {
	width:140px;
	padding:5px;
	border:1px solid #CCC;
	text-align:center;
}
table.outline td.length {
	width:60px;
}
/*お申し込みリンク*/
p.order a {
	float:right;
	text-decoration:none;
	padding-top:15px;
}
/*箇条書き*/
ul.products {
	margin:0 10px 0 20px;
}
ul.products li {
	padding-top:5px;
	line-height:130%;
}