@charset "UTF-8";

#products {
	padding-bottom:50px;
	border-bottom:2px solid #7e8990;
}


#products-banner {
	width:100%;
	padding:20px 0px;
	height:380px;
}

.tabs { position: relative; zoom: 1; }

.tabs li a img {
	filter:alpha(opacity=40); 
	-moz-opacity:0.40;
	-khtml-opacity: 0.4;
	opacity:0.40;
}

.tabs li a:hover img {
	filter:alpha(opacity=70); 
	-moz-opacity:0.70;
	-khtml-opacity: 0.7;
	opacity:0.70;
}


.tabs li a.selected img {
	cursor: pointer;
	filter:alpha(opacity=100); 
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}


/* ////////////////////////////////////////
#products-title
//////////////////////////////////////// */
#products-title {
}

#products-title h2 {
	border-top:5px solid #7e8990;
	border-bottom:3px solid #7e8990;
	margin-bottom:20px;
}

#products-title p {
	font-size:1.2em;
	margin-top:20px;
}


/* ////////////////////////////////////////
#products-navi
//////////////////////////////////////// */
#products-navi {
	padding:20px 0px;

}

#products-navi ul {
	border-top:1px solid #bec4c7;
	list-style:none;
}

#products-navi ul li {
	border-bottom:1px solid #bec4c7;
}

/* ////////////////////////////////////////
#products-tab
//////////////////////////////////////// */
#products-tab {
}

#products-tab ul.tabs {
	list-style:none;
	padding-top:30px;
	background:url(../images/tab-line.gif) left bottom repeat-x;
	margin-bottom:20px;
}

#products-tab ul.tabs li {
	display:inline;
	border-right:1px solid #fff;
}

/* ////////////////////////////////////////
.products-items
//////////////////////////////////////// */
.products-items h3 {
	padding-top:20px;
}


.products-items {
}

.products-items ul {
	list-style:none;
	padding-top:20px;
	position:relative;
}

.products-items li {
	float:left;
	width:320px;
	height:248px;
}

.products-items li.last {
	width:314px;
}

.products-items li a {
	display:block;
	position:relative;
	width:312px;
	height:240px;
	border:1px solid #bec4c7;
	overflow:hidden;
	color:#5e6c74;
	background-position:center center;
	background-repeat:no-repeat;
	font-size:0.8em;
}

.products-items li a em {
	display:block;
	position:absolute;
	left:5px;
	top:5px;
	font-style:normal;
	
}

.products-items li a em span.new{
	color:#f00;
	font-weight:bold;
	padding:0px 5px;
}


.products-items li a strong {
	display:block;
	position:absolute;
	left:5px;
	bottom:5px;
}

.products-items li a strong i {
	font-style:normal;
}

.products-items li a span {
	padding:3px 0px;
	background:#fff;
}

.products-items li a img {
	display:none;
}


.products-items li a:hover {
	color:#fff;
	border:1px solid #d82718;
}

.products-items li a:hover span {
	background:#5e6c74;
	display:none;
}

.products-items li a:hover img {
	display:block;
	position:absolute;
	left:0px;
	top:85px;
}


/* ////////////////////////////////////////
#products-fina
//////////////////////////////////////// */
#products-fina {
	margin:30px 0px;
}

#products-fina dl {
}

#products-fina dl dt {
	width:150px;
	float:left;
}

#products-fina dl dd {
	float:right;
	width:800px;
	padding-top:10px;
}


/* ////////////////////////////////////////
#products-footer
//////////////////////////////////////// */
#products-footer {
	clear:both;
	padding:80px 0px 0px;
}

#products-footer-navi {
	border:1px solid #ccc;
	padding:20px 10px;
}

#products-footer-navi h3 {
	padding-bottom:15px;
}

.products-navi-box {
	width:180px;
	float:left;
	padding:0px 10px;
	font-size:0.9em;
}

.products-navi-box h4 {
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
}

.products-navi-box h5 {
	color:#999;
	font-weight:bold;
	padding-bottom:5px;
	font-size:0.9em;
}


#products-footer ul {
	list-style:none;
}

#products-footer ul li {
	padding-bottom:5px;
}

#products-footer ul ul {
	padding-top:5px;
	margin-left:1em;
}

#products-footer ul ul li {
	display:block;
}

#pnavi-swimewar {
	width:310px;
}

#pnavi-swimewar .left {
	width:150px;
}

#pnavi-swimewar .right {
	width:150px;
}


