@charset "utf-8";
/* 製品情報 カテゴリページ */


/* 見出し1 */
h1.product_title {
	background:#f7fbfd;
	border-bottom:1px dotted #4bb27a;
	border-top:4px solid #4bb27a;
	margin:20px 0 0 0;
	padding:5px 20px;
	font-size:1.3em;
	font-weight:bold;
}
/* 見出し2 */
h2.product_subtitle {
	clear:both;
	border-bottom:2px solid #4bb27a;
	margin:20px 0 15px 0;
	padding:5px;
	color:#4bb27a;
	font-size:1.3em;
	font-weight:bold;
}


/* 電源ナビ (横配列ボタン) */
div.product_subcategory {
}
	h1.product_subcategorytitle {
		background:#f7fbfd;
		margin:20px 0 0 0;
		padding:5px 0 5px 10px;
		font-size:1.3em;
		font-weight:bold;
	}
	div.product_subcategory ul {
		clear:left;
		width:738px;
		height:30px;
		margin-top:10px;
		list-style:none;
		overflow:hidden;
}
		div.product_subcategory li {
			float:left;
		}

ul#lineup_navi {
	clear:both;
	text-indent:20px;
	margin:0 20px;
	padding:0 0 0 20px;
	list-style:none;
}
	ul#lineup_navi li {
		font-weight:bold;
		background: url(/content/seihin/images/lineup_arrow.png) left center no-repeat;
		padding:2px 0;
	}

/* 製品タイトル枠 */
div.product_titlebar {
	clear:both;
	width:740px;
	border-bottom:2px solid #4bb27a;
	margin-top:20px;
	margin-bottom:10px;
}
	h2.product_titlebar_subtitle {
		width:550px;
		float:left;
		border-bottom:0;
		margin:0;
		padding:5px 0;
		color:#4bb27a;
		font-size:1.3em;
		font-weight:bold;
	}
	p.product_titlebar_date {
		width:190px;
		float:right;
		text-align:right;
		padding:8px 0;
	}

/* 製品情報枠 */
div.product_section {
	clear:both;
}

/* 製品情報の写真枠 */
div.product_photo {
	float:left;
	width:260px;	/* total: 270px */
	margin:0;
	padding:5px;
	text-align:center;
	font-size:0.85em;
	line-height:1.5;
}
/* シリーズ製品一覧表枠 */
div.product_table {
	float:right;
	width:460px;
}
	table.product_jan {
		float:right;
		width:460px;
		background:#fff;
		padding:0;
		border:1px #ccc solid;
		_font-size:1em;
	}
		table.product_jan caption {
			display:none;
		}
		table.product_jan td,
		table.product_jan th {
			border:0;
			padding:5px;
			text-align:left;
			vertical-align:middle;
		}
			table.product_jan th.jan_header {
				background:#366 url(/content/seihin/images/jan_header_back.png) center left repeat-x;
			border-bottom:1px #666 solid;
				color:#fff;
				font-weight:bold;
			}
			table.product_jan th.jan_title {
				font-weight:bold;
				color:#888;
			}
				table.product_jan a:link {
					color:#00f;
					font-weight:bold;
					text-decoration:underline;
				}
				table.product_jan a:visited {
					color:#609;
					font-weight:bold;
					text-decoration:underline;
				}
				table.product_jan a:hover,
				table.product_jan a:active {
					color:#f00;
				}
				table.product_jan th.jan_title span.soldout {
				}
	/* 発売時期 */
	p.product_date {
		float:right;
		text-align:right;
		padding:5px 0;
		font-size:0.9em;
	}
	/* 要点 */
	ul.product_info {
		clear:both;
		margin:0 10px;
		padding:10px;
		list-style-type:none;
	}
		ul.product_info li {
			background: url(/content/seihin/images/lineup_arrow.png) top left no-repeat;
			margin:2px 0;
			padding:0 0 0 20px;
		}
			ul.product_info li a:link,
			ul.product_info li a:visited {
				color:#00f;
				text-decoration: underline;
			}
			ul.product_info li a:active,
			ul.product_info li a:hover {
				color:#f00;
			}
			ul.product_info li em {
				color:#f60;
				font-style:normal;
				font-weight:bold;
			}
				ul.product_info li em a:link,
				ul.product_info li em a:visited {
					color:#f60;
					text-decoration:underline;
			}
				ul.product_info li em a:hover,
				ul.product_info li em a:active {
					color:#c00;
			}

div.product_titlebar:after,
div.product_section:after {
	height:0;
	visibility:hidden;
	content:"";
	display:block;
	clear:both;
}