@charset "UTF-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #222;
	background: #FFF;
	font-size: 14px;
	/*font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
	font-family: 'Arial', 'Helvetica', sans-serif;
}

a {
	color: #222;
	text-decoration: none;
}

img {
	border: 0;
}

li {
	list-style-type: none;
}



/* tabs
-------------------- */

div.content {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}

.tabs li {
	width: 28.6%;
	margin: 0 2.8%;
	padding: 10px 0;
	float: left;
	text-align: center;
	color: #666;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border: 1px solid #339a99;
	box-sizing: border-box;
}

.tabs li:last-child{
	margin: 0;
}

.tabs li a {
	display: block;
	color: #333;
	font-size: 13px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tabs li.active {
	background: #339a99;
}

.tabs li.active a {
	color: #fff;
}


/* Container
-------------------- */

.slider {
	margin: 10px 0 0;
	padding: 0;
	width: 100%;
	/*//コンテンツの幅を指定、はみ出た分は非表示*/
	background: #fff;
}

.slider_heading_title,
.catnow h3 {
	margin: 10px 0;
	padding: 0 5px 5px 5px;
	font-weight: bold;
	font-size: 16px;
	color: #C1327D;
	border-bottom: solid 1px #CC5F99;
}

.slider_content {
	position: relative;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	transform: translateZ(0);
	/*width: 400px;*/
}

@media screen and (max-width: 768px) {
	.slider_content {
		width: 400px !important;
	}
}

@media screen and (max-width: 700px) and (min-width: 700px) {
	#freeship, #shopguid { display: none; }
	.slider_content {
		width: 700px !important;
	}
}

@media screen and (max-width: 414px) and (min-width: 412px) {
	.slider_content {
		width: 414px !important;
	}
}
@media screen and (max-width: 375px) {
	.slider_content {
		width: 375px !important;
	}
}
@media screen and (max-width: 360px) {
	.slider_content {
		width: 360px !important;
	}
}
/*iphone5*/
@media screen and (max-width: 320px) {
	.slider_content {
		width: 300px !important;
	}
	.slider_content_item{
		width: 290px !important;
	}
	.slider_content_image{
		width: 100% !important;
		height: 112px !important;
	}
	.slider_content_detail-title{
		font-size: 11px !important;
	}
	.slider_content_lists{
		width: 1870px !important;
	}
	.slider_content_lists2{
		width: 930px !important;
	}
}
.slider_content_lists {
	/*margin: 0 0 20px 10px;*/
	width: 2320px;
	/*width: 1600px;*/
}
.slider_content_lists2 {
	/*margin: 0 0 20px 10px;*/
	width: 1160px;
}


/*slider_content_itemの幅*/

.slider_content_item {
	position: relative;
	float: left;
	margin-right: 10px;
	padding: 5px;
	width: 360px;
	/*height: 370px;*/
	background: #FFF;
}

.slider_content_image {
	margin: 0 auto 10px;
	display: block;
	width: 364px;
	height: 140px;
	overflow: hidden;
}

.slider_content_image img {
	position: relative;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.slider_content_detail-title {
	font-size: 12px;
	margin-bottom: 5px;
	/*height: 124px;*/
	line-height: 18px;
	overflow: hidden;
	position: relative;
}

.slider_content_detail-title:before,
.slider_content_detail-title:after {
	position: absolute;
	background: #fff;
}

/*
.slider_content_detail-title:before {
	content: "...";
	bottom: 0;
	right: 0;
}
*/

.slider_content_detail-title:after {
	content: "";
	width: 100%;
	height: 100%;
}

.slider_content_detail-price {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

.slider_content_detail-price:after {
	content: '円（税込）';
	font-weight: normal;
	font-size: 11px;
}

.slider_content_detail-soryo {
	font-weight: bold;
	padding: 2px 5px;
	color: #666;
	background: #E5E5E5;
}

.slider_content_detail-soryo.free {
	color: #FFF;
	background: #bf0000;
}

.slider_content_detail-buy {
	font-weight: bold;
	padding: 8px 5px;
	color: #fff;
	background: #ff6600;
	margin-top: 10px;
	width: 80%;
	border-radius: 5px;
	margin: 0 auto;
	text-align: center;
}
#tab2 .slider_content_image{
	width: 360px;
	height: 140px;
}

/* clearfix
----------------------------------------------------------*/

.cf:after {
	display: block;
	height: 0;
	content: "";
	visibility: hidden;
	clear: both;
}

.cf {
	zoom: 1;
}
/*
.slider_content::after{
	content: "⇒"
}
*/
.explanation{
	text-align: center;
	background-color: #a30549;
	color: #fff;
	margin-bottom: 10px;
}
.special h2{
	text-align: center;
	background-color: #a30549;
	color: #fff;
	margin-bottom: 10px;
	padding: 10px;
}
.special td{
	padding: 5px;
}
.sen{
	border: 1px solid #f0cddc;
}
.content img{
	vertical-align: sub;
}