﻿@charset "utf-8";
/* CSS Document */

/* --- アイテム --- */


html, body, div, span, applet, object, iframe, p, 
blockquote, pre, a, abbr, acronym, address, big, 
cite, code, del, dfn, em, font, img, ins, kbd, 
q, s, samp, small, strike, strong, sub, sup, tt, 
var, dl, dt, dd, ol, ul, li, fieldset, form, 
label, legend, table, caption, tbody, tfoot, 
thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	color:#000;
	list-style-type: none;
	text-decoration:none;
	outline: none;
}
a:hover {
	color:#999;
	list-style-type: none;
	text-decoration:underline;
}
a:hover{
opacity:0.7; filter: alpha(opacity=80);
}
#container {
	width: 900px;
	height: 220px;
	text-align: center;
}
#carousel {
	margin: 0 auto;
	width: 810px;
	height: 220px;
	text-align: left;
	position: relative;
}
#carousel_prev,
#carousel_next {
	top: 0;
	width: 25px;
	height: 150px;
	background: #999;
	cursor: pointer;
	position: absolute;
}
#carousel_prev {
	left: -44px;
	background-image: url(../img/prev.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#carousel_next {
	right: -44px;
	background-image: url(../img/next.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#carousel_prev:hover{
	background: #333;
	background-image: url(../img/prev.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#carousel_next:hover {
	background: #333;
	background-image: url(../img/next.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#carousel ul li {
	width: 162px;
	float: left;
	display: inline;
}

/* class ver */
.container {
	width: 900px;
	height: 240px;
	text-align: center;
}
.carousel,
.carousel2 {
	margin: 0 auto;
	width: 810px;
	height: 240px;
	text-align: left;
	position: relative;
}
.carousel_prev,
.carousel_next,
.carousel_prev2,
.carousel_next2 {
	top: 0;
	width: 25px;
	height: 150px;
	background: #999;
	cursor: pointer;
	position: absolute;
}
.carousel_prev,
.carousel_prev2 {
	left: -44px;
	background-image: url(../img/prev.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.carousel_next,
.carousel_next2 {
	right: -44px;
	background-image: url(../img/next.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.carousel_prev:hover,
.carousel_prev2:hover{
	background: #333;
	background-image: url(../img/prev.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.carousel_next:hover,
.carousel_next2:hover {
	background: #333;
	background-image: url(../img/next.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.carousel ul li,
.carousel2 ul li {
	width: 162px;
	float: left;
	display: inline;
}

/* =======================================
	ClearFixElements
======================================= */
#carousel ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#carousel ul {
	display: inline-block;
	overflow: hidden;
}

/* class ver */
.carousel ul:after,
.carousel2 ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.carousel ul,
.carousel2 ul {
	display: inline-block;
	overflow: hidden;
}
/* --- アイテム --- */
.items_brand {
	font-family: Meiryo UI, "メイリオ", "MS Pゴシック",sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding-top: 5px;
}
.items_text {
	font-family: Meiryo UI, "メイリオ", "MS Pゴシック",sans-serif;
	font-size:11px;
	text-align:center;
	line-height:16px;
}
.item_img {
	width:162px;
	float: left;
	text-align:center
}
.item_img img {
	width: 135px;
}
.item_img_end {
	width:167px;
	float: left;
}


/* SMP */
@media screen and (max-width:899px) {
	.carousel,
	.carousel2 {
		margin: 0 auto;
		width: 90%;
		text-align: left;
		position: relative;
	}
	.carousel{
		height: 240px;
	}
	.carousel2 {
		height: 280px;
	}
	.carousel_prev,
	.carousel_next,
	.carousel_prev2,
	.carousel_next2 {
		top: 0;
		width: 25px;
		height: 150px;
		background: #999;
		cursor: pointer;
		position: absolute;
	}
	.carousel_prev,
	.carousel_prev2 {
		left: -5%;
		background-image: url(../img/prev.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}
	.carousel_next,
	.carousel_next2 {
		right: -5%;
		background-image: url(../img/next.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}
	.carousel_prev:hover,
	.carousel_prev2:hover{
		background: #333;
		background-image: url(../img/prev.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}
	.carousel_next:hover,
	.carousel_next2:hover {
		background: #333;
		background-image: url(../img/next.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}
	.carousel ul li,
	.carousel2 ul li {
		width: 120px;
		float: left;
		display: inline;
	}
	.items_brand {
	font-family: Meiryo UI, "メイリオ", "MS Pゴシック",sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding-top: 5px;
	}
	.items_text {
		font-family: Meiryo UI, "メイリオ", "MS Pゴシック",sans-serif;
		font-size:11px;
		text-align:center;
		line-height:16px;
	}
	.items_price {
		font-size:12px;
	}
	.item_img {
		width: 100%;
		float: left;
		text-align: center
	}
	.item_img img {
		width: 100%;
	}
	.item_img_end {
		width: 10px;
		float: left;
	}

}