@charset "utf-8";

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(../images/lineup_arrow.png) left center no-repeat;
		padding:2px 0;
	}


div.product_photo {
	clear:both;
	float:left;
	width:260px;
	padding:5px;
	text-align:center;
	font-size:0.85em;
	line-height:1.5;
}
table.product_jan {
	float:right;
	width:460px;
	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(../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:#777;
		}
			table.product_jan th.jan_title a:link {
				color:#00f;
				font-weight:bold;
				text-decoration:underline;
			}
			table.product_jan th.jan_title a:visited {
				color:#609;
				font-weight:bold;
				text-decoration:underline;
			}
			table.product_jan th.jan_title a:hover,
			table.product_jan th.jan_title a:active {
				color:#f00;
			}
			table.product_jan th.jan_title span.soldout {
			}

		table.product_jan td em {
				color:#060;
				font-style:normal;
				font-weight:bold;
			}

p.product_date {
	float:right;
	text-align:right;
	padding:0;
	font-size:0.9em;
}
p.product_news {
	margin:0 0 1em 0;
}
	p.product_news em {
			color:#f60;
			font-style:normal;
			font-weight:bold;
	}

ul.product_info {
	clear:both;
	margin:0 20px;
	padding:10px;
	list-style-type:none;
}
	ul.product_info li {
		background: url(../images/lineup_arrow.png) top left no-repeat;
		margin:2px 0;
		padding:0 0 0 20px;
	}
		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;
		}


table.tablefloat {
	clear:both;
	width:85%;
	margin:0 auto;
	border-top:1px #ccc solid;
	border-left:1px #ccc solid;
}
	table.tablefloat th {
		width:35%;
		background:#465;
		border-right:1px #ccc solid;
		border-bottom:1px #ccc solid;
		padding:5px;
		color:#fff;
		font-weight:bold;
		text-align:center;
	}
		table.tablefloat th.subspec {
			background:#ded;
			color:#343;
			text-align:left;
		}

	table.tablefloat td {
		padding:5px;
		border-right:1px #ccc solid;
		border-bottom:1px #ccc solid;
		vertical-align:top;
	}

h1#tv_titleimage {
	float:left;
	width:420px;
	background:#fff;
	border:0;
}

h2.common_subtitle {
	clear:both;
	border-bottom:2px solid #4bb27a;
	color:#4bb27a;
	padding:5px;
	font-size:1.3em;
	font-weight:bold;
	clear:both;
	margin-top:20px;
	margin-bottom:10px;
}

