@charset "utf-8";
/* Reset Styles
***********************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, .menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q demo
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;
border-spacing: 0;}
strong {font-weight: bold;}
em {font-style: italic;}



/* General
***********************/
body {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	color:#333;
	font-size:14px;
	line-height:1.2;
	position:static;
	height:auto;
}
a:link , a:visited {
	color:#4E3430;
}
a:hover , a:active {
	color: #BCB3B1;
}
a img {
	border:none;
}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
form {
	display:inline;
}

/* --Clearfix */
.cf:before,
.cf:after {content:"";display:table;}
.cf:after {clear:both;}
.cf {zoom:1;}


/* Layout
***********************/
.pc {
	display:block;
}
.sp {
	display:none;
}
header.pc, footer.pc {
	width:960px;
	margin:0 auto;
}
#verticalSale {
	display: block;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 100px;
	height:100%;
	overflow:hidden;
	z-index:-1;
}

#horizontalSale {
	width:960px;
	margin:0 auto;
}

#bodyContents {
	width:100%;
	max-width:960px;
	margin:0 auto;
	text-align:center;
}

/* --for event */
h1 {
/*	background-image:url(parts/bg_black.gif);*/
	background-color:#FF3366;
	line-height:0;
	margin:0;
	padding:0;
}

h1>img,h2>img,h3>img {
	width:100%;
/*	max-width:600px;*/
}

h2 {
	text-align:center; margin:0 0 5px 0; padding:5px; background:#ff0; color:#c00; font-size:24px;
}
h3 {
	text-align:center; margin:0 0 5px 0; padding:5px; color:#fff; font-size:18px;
	background:#333;
}

.contBox {
	margin:10px 0 20px 0;
	padding:5px;
}
.imgL .image {
	float:left;
	margin-right:10px;
}
.imgR .image {
	float:right;
	margin-left:10px;
}
.text {
	padding:5px;
	line-height:1.5;
	max-width:590px;
	margin:0 auto;
}

.text ol {
	list-style:decimal;
	padding-left:1.5em;
	margin:5px 0;
}

strong {
	font-size:1.5em;
	font-weight:normal;
}

.aori {
	color:#c00;
	font-size:1.5em;
	margin:30px 0;
}

.aori a {
	color:#c00;
}

dl {
	font-size:1.5em;
}

dt {
	color:#c00;
}

/*--recommendArea--*/
.recommendArea {
	margin:10px 0;
}
.recommendArea .more {
	text-align:right;
	font-size:14px;
	margin:0 0 10px 0;
	clear:both;
}
.recommendArea .more:before,
.recommendArea .more:after {content:"";display:table;}
.recommendArea .more:after {clear:both;}
.recommendArea .more {zoom:1;}

.recommendArea .more a:link , .recommendArea .more a:visited {
	background-color: #039;
	color: #FFF;
	padding:5px;
	text-decoration:none;
	display:block;
	margin:5px 0 5px 5px;
	float:right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #ddd;
}
.recommendArea .more a:hover , .recommendArea .more a:active {
	background-color: #06C;
	color: #9FF;
}

.recommendArea .recoitem {
	width:33%;
	text-align:center;
	float:left;
/*	border:1px solid #ddd;*/
	padding-bottom:10px;
	margin-bottom:10px;
}
#priceoff50 .recoitem , #priceoff10 .recoitem {
	border:1px solid #ddd;
}
.recommendArea .recoCoupon {
	width:50%;
	text-align:center;
	float:left;
/*	border:1px solid #ddd;*/
	padding-bottom:10px;
	margin-bottom:10px;
}
.recommendArea .image {
	text-align:center;
	padding:5px 5px 0 5px;
}
.recommendArea .image img {
	width:100%;
	max-width:300px;
	background-image:url(../parts/bg_soldout.gif);
	background-size:100%;
}
.recommendArea .name {
	font-size:middle;
	overflow:hidden;
	margin:5px auto;
	max-width:300px;
}
.recommendArea .price {
	color:#c00;
	font-weight:bold;
	font-size:x-large;
	margin:5px;
}

.recommendArea .originalprice {
	color:#999;
	font-size:middle;
	font-weight:normal;
	margin:0px;
	text-decoration:line-through;
}
.recommendArea .originalprice:before {
	content:'当店通常価格：';
}
.recommendArea .saleprice {
	color:#c00;
	text-shadow: 2px 2px 2px #f99;
	font-weight:bold;
	font-size:x-large;
	margin:5px;
}
/*20140813*/
.recommendArea .off {
	background:#c00;
	color:#fff;
	font-size:large;
	font-weight:bold;
	margin:5px;
	padding:5px;
}

.pickup {
	margin:10px 0;
	border-bottom:5px solid #c00;
}

.pickup .name {
	color:#c00;
	font-size:x-large;
	font-weight:normal;
}

.pickup .originalprice {
	color:#999;
	font-size:medium;
	font-weight:normal;
	margin:5px;
	text-decoration:line-through;
}
.pickup .originalprice:before {
	content:'当店通常価格：';
}
.pickup .off {
	background:#f00;
	color:#fff;
	font-size:x-large;
	font-weight:bold;
	margin:0px;
	padding:5px;
}
.pickup .price {
	color:#c00;
	font-weight:bold;
	margin:5px;
	font-size:xx-large;
}
.pickup .saleprice {
	color:#f00;
	font-weight:bold;
	margin:5px;
	font-size:xx-large;
	text-shadow: 2px 2px 2px #f99;
}
.pickup .period {
	color:#666;
	font-weight:bold;
	margin:5px;
	font-size:large;
}

.menu {
	display:none;
}

.categoryLink {
	clear:both;
	margin-bottom:10px;
}
.categoryLink a {
	display:block;
	text-decoration:none;
	text-align:center;
	border-radius:5px;
	margin:5px 20px;
	padding:5px;
}
.categoryLink a:link , .categoryLink a:visited {
	background:#333;
	color:#fff;
}
.categoryLink a:hover , .categoryLink a:active {
	background:#666;
	color: #fee;
}

.banner {
	clear:both;
	text-align:center;
	margin:30px auto;
}
.banner span.copy {
	display:block;
	padding:2px;
}
.banner img {
	width:100%;
	max-width:960px;
}

.title {
	clear:both;
	text-align:center;
	margin:10px 0;
}
.title img {
	width:100%;
	max-width:600px;
}


/*20140829*/
.contentsMenu {
	max-width:900px;
	margin:5px auto;
}
.contentsMenu li {
	float:left;
	width:33%;
}
.contentsMenu li img{
	width:100%;
}

.recommendArea .saleprice {
	color:#fff;
	text-shadow:none;
	font-weight:bold;
	font-size:x-large;
	margin:5px;
	background:#f00;
}
.banner600 {
	clear:both;
	text-align:center;
	margin:10px auto;
}
.banner600 img {
	width:100%;
	max-width:600px;
}

.navi {
	margin:5px 0;
}
.navi li {
	float:right;
}
.navi li a {
	display:block;
	margin-left:5px;
	width:50px;
}
.navi li img{
	width:100%;
}

.copyright {
	clear:both;
	text-align:center;
	border-top:5px solid #FC3;
	padding:10px;
}

.moreLink a:link , .moreLink a:visited {
	display:block;
	border-radius:20px;
	padding:10px;
	line-height:1;
	font-size:xx-large;
	color:#fff;
	background:#F52424;
	text-align:center;
	text-decoration:none;
	margin:20px 0;
}

.moreLink a:hover , .moreLink a:active {
	background:#C20507;
}

/* Media Queries
***********************/
/*単独用*/
@media screen and (min-width: 981px) {
	header.pc {
		display:block;
		width:960px;
		margin:0 auto;
	}
}
@media screen and (max-width: 980px) {
	#bodyContents {
		max-width:none;
	}
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	header.sp img {
		width:100%;
	}
	.menu {
		display:block;
	}
	.menu {
		display:block;
		list-style-type:none;
		max-width:960px;
		margin:0 auto;
	}
	
	.menu li {
		float:left;
		width:25%;
	}
	.menu li a {
		padding:5px;
		font-size:small;
		display:block;
		text-align:center;
		text-decoration:none;
		background:#666;
		border-right:1px solid #999;
	}
	.menu li a:link , .menu li a:visited {
		color:#fff;
	}
	.menu li a:hover , .menu li a:active {
		color: #FCF;
	}

	h1>img,h2>img,h3>img {
		max-width:none;
	}
	.title img {
		max-width:none;
	}
	h1 img , .text img , .image img {
		width:100%;
	}
	
	.banner600 img {
		max-width:none;
	}
	
	.text {
		max-width:none;
	}

}
/*カテゴリ埋め込み用*/
/*@media screen and (max-width: 640px) {
	.pc {
		display:none;
	}
	.sp {
		display:none;
	}
	.menu {
		display:none;
	}
	.title img {
		width:100%;
		max-width:600px;
	}

}*/
/*スマホ用*/
@media screen and (max-width: 600px) {
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	#bodyContents {
		width:auto;
		margin:0;
		padding:0;
	}
	header.sp img {
		width:100%;
	}
	h1 img , .text img , .image img {
		width:100%;
	}
	.menu {
		display:block;
	}
	.text {
		text-align:left;
	}
	.copyright {
		clear:both;
		text-align:center;
		border-top:5px solid #FC3;
		padding:10px;
	}

	/*20140829*/
	.contentsMenu li {
		float:left;
		width:50%;
	}
	
	.contentsMenu li img{
		width:100%;
	}
	.recommendArea .recoitem {
		width:50%;
	}
	.recommendArea .recoCoupon {
		width:100%;
		float:none;
	}


}
