@charset "UTF-8"






/*  1. Set up
================================================================================= */


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;
	line-height:0;
	}
.clearfix {
	min-height: 1px;
	}
* html .clearfix {
	height: 1px;
	/*��*//*/
	height: auto;
	overflow: hidden;
	/**/
	}


/*  2. SPECIAL TOPIC
================================================================================= */


/*  2.1 st-box
--------------------------------------------------------------------------------- */


.lineup-box {
	width: 135px;
	margin: 0 0 0 18px;
	padding: 0 0 20px 0;
	float: left;
	}

.lineup-box-left {
	width: 135px;
	margin: 0;
	padding: 0 0 20px 0;
	float: left;
	}

.lineup-box p,.lineup-box-left p {
	margin: 0 0 0 30px;
	text-align: center;
	}

.lineup {
	padding: 40px 0 20px;
	clear: both;
	}

.lineup-box a:hover img,.lineup-box-left a:hover img {
 opacity: 0.80; /* [alpha] */
 filter: alpha(opacity=80); /* [alpha] for win IE */
	}

#productflash {
	width:	600px;
	height:	320px;
	background: #FFF;
	}

#spec {
	margin-top: 30px;
	}

#spec h3 {
	float: left;
	padding-bottom: 25px;
	}

#spec-icon {
	float: right;
	}

#spec p {
	margin: 0;
	clear: both;
	text-align: justify;
	text-justify: inter-ideograph;
	}

#spec-l {
	width: 290px;
	float: left;
	}

#spec ul {
	width: 278px;
	height: 125px;
	float: right;
	border: 1px solid #E7E6E2;
	padding: 5px 5px 5px 7px;
	}

#spec li {
	list-style: disc inside;
	}

.btn-shopping {
	margin: 5px 0 0 35px;
	}

.btn-shopping img {
	border: none;
	}

.btn-shopping a {
	display: block;
	width: 95px;
	height: 24px;
	background: url(../specialtopic/images/btn-shopping-on.gif) 0 0 no-repeat;
	}

.btn-shopping a:hover { /* for IE6 */
	background-color: #FFF;
	}

.btn-shopping a:hover img {
	visibility: hidden;
	}

#series {
	border-top: 1px dotted #DDD;
	padding-top: 30px;
	clear: both;
	}

#series-l {
	width: 120px;
	float: left;
	}

#series-r {
	width: 410px;
	float: right;
	margin-left: 25px;
	}

#series-r li {
	display: inline;
	float: left;
	margin-left: 20px;
	padding: 0;
	}

#series a:hover img,#series a:hover img {
 opacity: 0.80; /* [alpha] */
 filter: alpha(opacity=80); /* [alpha] for win IE */
	}


