@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;
}


.menu {
	display:none;
}
#navi {
	list-style-type:none;
	max-width:960px;
	margin:5px auto;
	font-size:x-small;
}
#navi li {
	display:inline;
}
#navi li a {
	margin-right:5px;
}
#navi li a:after {
	content:"> ";
	text-decoration:none;
}

#bodyContents {
	max-width:960px;
	margin:0 auto;
}

/* --for special */

h1 {
	background:#333;
	color:#fff;
	padding:10px;
	margin:10px 0;
}

h1 img {
	width:auto;
}
h2 {
	background:#00a03c;
	color:#fff;
	padding:10px;
	margin:20px 0 10px 0;
	clear:both;
}
h3 {
	color:#333;
	padding:5px;
	border-bottom:1px solid #333;
	margin:10px 0 5px 0;
	clear:both;
	font-weight:bold;
}

article {
	clear:both;
	margin-bottom:5px;
	padding:5px;
	border-bottom:1px solid #ddd;
}
article:before,
article:after {content:"";display:table;}
article:after {clear:both;}
article {zoom:1;}

article a {
	display:block;
	text-decoration:none;
	color:#333;
	padding-right:10px;
	background-image:url(../images/arrow.gif);
	background-position:center right;
	background-repeat:no-repeat;
}
article a:link , article a:visited ,
article a:hover , article a:active {
	color: #333;
}

.thumbnail {
	float:left;
	width:25%;
	max-width:300px;
}
.thumbnail img {
	width:98%;
}
.cont {
	float:left;
	width:74%;
}
.date {
	display:inline;
	font-size:x-small;
}
.label {
	display:inline;
	font-size:xx-small;
	background:#F6C;
	color:#fff;
}
.title {
	font-size:small;
	font-weight:bold;
	padding:2px;
}
.summary {
	font-size:small;
	padding:2px;
}

.mainImage {
	max-width:600px;
	margin:0 auto;
}
.mainImage img {
	width:100%;
}

.yumeBanner {
	margin:10px auto;
}
.yumeBanner img {
}

.mainText {
	text-align:center;
	font-size:large;
	padding:5px;
	font-weight:bold;
	background:#c00;
	color:#fff;
}
.copy {
	font-size:small;
	padding:5px;
	line-height:1.5;
}
.copy ul {
	list-style:circle;
	margin:5px 0 5px 20px;
}
.copy ol {
	list-style:decimal;
	margin:5px 0 5px 20px;
}
.copy .subImage {
	float:left;
	width:50%;
	max-width:300px;
	margin:0 10px 10px 0;
	border:1px solid #fff;
}
.copy .subImage img {
	width:100%;
}
.copy dl {
	margin:5px 0;
}
.copy dl dt {
	margin:5px 0;
	font-weight:bold;
}

.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;
}

ul.cateList {
	list-style: none;
	padding-right:5px;
	padding-top:5px;
	margin:0 auto;
}

ul.cateList li {
	list-style: none;
	width:32%;
	margin-right:5px;
	margin-bottom:5px;
	text-align:center;
	float:left;
}

ul.cateList li img {
	width:100%;
	max-width:300px;
}


.button {
	clear:both;
	margin-bottom:10px;
}
.button a {
	display:block;
	text-decoration:none;
	text-align:center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius:10px;
	margin:5px auto;
	max-width:600px;
	padding:5px;
	border:1px solid #333;
}
.button a:link , .button a:visited {
	background:#fff;
	color:#333;
	box-shadow: 2px 2px;
}
.button a:hover , .button a:active {
	background:#ddd;
	color: #666;
	box-shadow: none;
}


/*--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:25%;
	text-align:center;
/*	border:1px solid #ddd;*/
	float:left;
}
.recommendArea .image {
	text-align:center;
	padding:5px 5px 0 5px;
}
.recommendArea .image img {
	width:100%;
	max-width:170px;
}
.recommendArea .name {
	font-size:x-small;
	overflow:hidden;
	margin:5px;
}
.recommendArea .price {
	color:#FF80BF;
	font-weight:bold;
	margin:5px;
}

.copyright {
	clear:both;
	text-align:center;
	border-top:5px solid #FC3;
	padding:10px;
}
.banner960 {
	clear:both;
	text-align:center;
	margin:30px auto;
}
.banner960 span.copy {
	display:block;
	padding:2px;
}
.banner960 img {
	width:100%;
	max-width:960px;
}

/* Media Queries
***********************/
/*単独用*/
@media screen and (min-width: 981px) {
	h1 img {
		width:auto;
	}
}
/*カテゴリ埋め込み用→埋め込まない*/
@media screen and (max-width: 980px) {
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	header.sp img {
		width:100%;
	}
	h1 img {
		width:auto;
	}
	footer {
		display:block;
		clear:both;
		text-align:center;
		border-top:5px solid #FC3;
		padding:10px;
	}
	.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;
	}
		
}
/*スマホ用*/
@media screen and (max-width: 600px) {
	#bodyContents {
		width:auto;
		margin:0;
		padding:0;
	}
	.sp {
		display:block;
	}
	header.sp img {
		width:100%;
	}
	.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 , .text img , .image img {
		width:100%;
	}
	ul.cateList li {
		width:49%;
		margin-right:1px;
		margin-bottom:1px;
	}
	.recommendArea .recoitem {
		width:50%;
		text-align:center;
		float:left;
	}
	footer {
		display:block;
		clear:both;
		text-align:center;
		border-top:5px solid #FC3;
		padding:10px;
	}
}
