﻿@charset "utf-8";
/* CSS Document */

article {
	width:1000px; background:#FFF;; margin:0 auto; font-size:14px;
}

/*サイドメニュー
-----------------------------------------------------*/
aside {
	float:left; width:222px; padding-bottom:50px;
}
aside section {
	margin-top:20px; text-align:center;
}
aside section:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  

aside section h2 {
	margin:5px 0;
}
aside section p {
	text-align:right;
	font-size:12px;
}

/*サイドメニュー イベント
-----------------------------------------------------*/
aside .mainevent {
	border:1px #F00 solid;
	margin:5px 0;
}
aside .mainevent li {
	background:#F00;
	color:#FF0;
	width:220px;
	height:60px;
}
#countdown_dashboard {
	height:30px;
}
#countdown_dashboard div {
	display:inline-block;
	vertical-align:top;
}
#countdown_dashboard .digit {
	font-size:28px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}
#countdown_dashboard .text {
	padding-top:12px;
	font-size:14px;
}

/*サイドメニュー キャンペーン
-----------------------------------------------------*/
aside .campaign li {
	display:inline-block;	
}


/*サイドメニュー 目的別検索
-----------------------------------------------------*/

aside section dl.aim {
	width:220px;
	text-align:left;
	border:1px solid #AAA;
	margin-bottom:20px;
	padding-bottom:6px;
}
aside section dl.aim p {
	background:#DDD;
	font-size:14px;
	content:"";
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:28px;
	color:#666;
}
.aim dt {
	background:#AAA;
	color:#FFF;
	border-left:1px solid #AAA;
	border-right:1px solid #AAA;
	padding:4px 0 2px 0;
	text-align:center;
	margin:10px 0 5px 0;
}

.aim dd {display:inline-block;vertical-align:middle;padding:2px 6px;font-size:11px;}


/*サイドメニュー 検索
-----------------------------------------------------*/
aside section dl.search {
	width:220px;
	text-align:left;
	border-bottom:1px solid #AAA;
	margin-bottom:20px;
}
aside section dl.search p {
	background:#DDD;
	font-size:14px;
	content:"";
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:28px;
	color:#666;
	border-top:1px solid #AAA;
	border-left:1px solid #AAA;
	border-right:1px solid #AAA;
}
aside section dl.search p:before {
	content:"";
}
.sch_op {
	background:url(../images/masterpage/down.png) no-repeat top left #FFF;
}
.sch_cl {
	background:url(../images/masterpage/upright.png) no-repeat top left #FFF;
}
.sch_reop {
	background:url(../images/masterpage/down.png) no-repeat top left #FFF;
}
.sch_recl {
	background:url(../images/masterpage/upright.png) no-repeat top left #FFF;
}
.cate_op {
	background:url(../images/masterpage/upper.png) no-repeat top left #FFF;
}
.cate_cl {
	background:url(../images/masterpage/right.png) no-repeat top left #FFF;
}
.cate_reop {
	background:url(../images/masterpage/upper.png) no-repeat top left #FFF;
}
.cate_recl {
	background:url(../images/masterpage/right.png) no-repeat top left #FFF;
}
.sp_op {
	background:url(../images/masterpage/maru.png) no-repeat top left #FFFFEC;

}

aside section dl.search #ctl00_ctl00_ContentPlaceHolder1_UpdatePanel1 dd select {
	height:30px;
}


/*サイドメニュー 検索　条件指定
-----------------------------------------------------*/

.search dt {
	line-height:32px;
	border-top:1px solid #AAA;
	border-left:1px solid #AAA;
	border-right:1px solid #AAA;
	padding-left:25px;
	cursor:pointer;
}
.search dd {
	border-left:1px solid #AAA;
	border-right:1px solid #AAA;
	padding:2px 4px 10px 4px;
}
.search dd input.keyword {
	font-size:16px;
	width:200px;
 	height:26px;
	padding-left:4px;
	border-radius:5px;
	border: solid 1px #999;
 	height:26px;
}
.search dd ul {
	font-size:12px;
	font-weight:bold;
	color:#666;
	margin-top:5px;
	text-align:left;
	padding:5px 0;
}
.search dd ul li {
	font-weight: normal;
	display:inline-block;
	line-height:18px;
	padding:0 6px;
	border:1px solid #CCC;
	background:#F0F0F0;
	font-size:11px;
	margin:2px 1px;
	border-radius:3px;
}
.search dd ul li:hover {
	background:#F6F6F6;
	border:1px solid #EEE;
}
.search dd input.keyprice {
	font-size:16px;
	width:70px;
 	height:24px;
	padding-left:4px;
	margin-right:2px;
	border-radius:5px;
	border: solid 1px #999;
	line-height: 25px;
}
.search dd select {
	width:190px;
	margin:2px auto;
}

.calormotif span{
	width:28px;
	text-align:center;
	height:40px;
	display:inline-block;
	border:1px solid #FFF;
	background:#FFF;
	line-height:30px;
	vertical-align:top;
	padding:2px;
}
.calormotif span input {
	margin-top:2px;
}
.calormotif span:hover {
	background:#666;
}
.dd_btn{
	border-top:1px solid #AAA;
	text-align:center;
}
a.sch_btn {
	border:1px solid #25A;
	display:block;
	background:#36C;
	color:#FFF;
	font-size:16px;
	height:24px;
	width:140px;
	margin:10px auto;
	border-radius:4px;
	cursor:pointer;
	text-decoration:none;
	padding-top:10px;
	box-shadow:-2px -2px 0px #AAA;
	box-shadow:2px 2px 0px #AAA;
}
a.sch_btn:hover {
	border:1px solid #47C;
	background:#58E;
}
a.sch_btn2 {
	border:1px solid #888;
	display:block;
	background:#999;
	color:#FFF;
	font-size:14px;
	height:20px;
	width:140px;
	margin:10px auto 20px auto;
	border-radius:4px;
	cursor:pointer;
	text-decoration:none;
	padding-top:10px;
	box-shadow:-2px -2px 0px #AAA;
	box-shadow:2px 2px 0px #AAA;
}
a.sch_btn2:hover {
	border:1px solid #999;
	background:#BBB;
}

/*カラー検索*/
.calormotif table tr {
	width:42px;
	height:60px;
	text-align:center;
	display:inline-block;
	vertical-align:top;
    position: relative;
}
.calormotif table tr input {
	position:absolute;
	bottom:5px;
	left:14px;
	margin-bottom:5px;
}
.color_ddl,.motif_ddl {
	width:40px;
	height:60px;
	overflow:hidden;
	background:no-repeat;
	background-position:5px 5px;
	background-size:30px 30px;
	text-align:center;
	margin:0 auto;
	font-size:9px;
    position: relative;
}
figure figcaption {
    position: absolute;
    left: 0;
    top:15px;
	width:40px;
    display: none;
    background:rgba(255,255,255,0.5);
    color: #666;
    box-sizing: border-box;
}

/*サイドメニュー 検索　カテゴリ
-----------------------------------------------------*/
aside section dl.category {
	width:220px;
	text-align:left;
	border-bottom:1px solid #AAA;
}
aside section dl.category p {
	background:#DDD;
	font-size:14px;
	content:"";
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:28px;
	color:#666;
	border-top:1px solid #AAA;
	border-left:1px solid #AAA;
	border-right:1px solid #AAA;
}
aside section dl.category p:before {
	content:"";
}
.category dt {
	line-height:120%;
	border-top:1px solid #AAA;
	border-left:1px solid #AAA;
	border-right:1px solid #AAA;
	padding:6px 0 6px 24px;
	cursor:pointer;
}
.category dt a {
	line-height:120%;
	display:block;
}
.category dd {
	background:#F6F6F6;
	line-height:120%;
	border-top:1px solid #AAA;
	border-left:1px solid #AAA;
	border-right:1px solid #AAA;
	padding:6px 0 6px 24px;
}
.category dd a {
	display:block;
	line-height:120%;
	cursor:pointer;
}

.cate_sml li {
	line-height:16px;
	border-left:1px solid #AAA;
	border-right:1px solid #AAA;
	padding-left:40px;
}
.cate_sml li:last-child {
	padding-bottom:10px;
}
.cate_sml li a {
	display:block;
}

.cate_sml li:hover {
	background:#FFD;
}

/*サイドメニュー スタッフおすすめ
-----------------------------------------------------*/
.itemname {
	background:url(../images/masterpage/reco_fuki.png) no-repeat; width:200px;height:20px; text-align:left;padding:8px 10px 40px 10px; position:relative; line-height:140%; overflow:hidden;
}
.itemname span {
	display:block; position:absolute; bottom:2px; right:0; color:#F00; font-weight:bold;padding:2px 6px; background:#FF6; border:1px solid #FF0;
	transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
}
.itemnameimg {
	border:1px solid #AAA; margin:0 auto;
}
.staffcomment {
	margin:0 auto;
	transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
}

/*最近チェックした商品
-----------------------------------------------------*/
.check {
	text-align:left;
	border:1px solid #AAA;
	border-radius:5px;
	margin-top:-2px;
	padding:8px;
}
.check h3 {
	color:#666;
	font-size:12px;
	font-weight:normal;
	margin:5px 0 8px 0;
	text-align:center;
}
.check h3:before,.check h3:after {
	content:"★";
	color:#AAA;
}
.check li {
	display: inline-block;
	vertical-align:top;
	width:64px;
	height:70px;
}
.check li img {
	width:60px;
	height:60px;
	border:solid 1px #AAA;
}
.check li img:hover {
	border:solid 1px #DDD;
}

/*動画
-----------------------------------------------------*/
#movie{
	text-align:left;
}
#movie li{
	width:220px;
	height:130px;
	margin:5px auto;
	position:relative;
}
#movie li a img {
	position:absolute;
	top:0;
	left:0;
}




/*右メイン
-----------------------------------------------------*/
#main {
	float:right; width:760px; overflow:hidden; text-align:left;
}
#main article,#content,#contents,#free {
	width:724px;margin:10px auto;
}
h1,h1.title {
	padding:4px 0 0 3px;
	margin:10px auto;
	border-left:8px solid #BAABAB;
	color:#7C6565;
	font-size:34px;
	font-weight: normal;
}
.pageback {
	border-top:1px dotted #7C6565;
	text-align:right;
	padding-top:5px;
	margin-top:15px;
}

/*今日のイベント
-----------------------------------------------------*/
#ev li{
	text-align:left;
	line-height:1.4em;
}
#ev li span{
	font-size:12px;
	color:#666;
}

/*もっと見るボタン
-----------------------------------------------------*/
.more a {
	margin:2px 0 10px 4px;
	text-align:right;
	font-size:12px;
	background:#FAC;
	padding:4px 8px 4px 6px;
	float:right;
	border-radius:20px;
	vertical-align:middle;
	color:#FFF;
}
.more a:hover {
	background:#ffd7e2;
	text-decoration:none;
}
.more a:before {
	content: url("../images/masterpage/arrow_white.png");
	padding-right:2px;
	vertical-align:middle;
}

p.moremore {
	margin-top:2px;
	text-align:right;
	font-size:12px;
}
p.moremore:before {
	content: url("../images/masterpage/arrow.png");
	padding-right:2px;
}

/*フッタ前カテゴリ
-----------------------------------------------------*/
.footer_cate {margin:10px 0;background:#FFF4F6;border-radius:10px;padding:10px;font-size:11px;text-align:left;}
.footer_cate dl {width:240px;display:inline-block;vertical-align:top;}
.footer_cate dl p {padding:4px;border:1px #AAA solid;margin:5px 10px;background:#FFE8EC;}
.footer_cate dl dt{margin-bottom:5px;}
.footer_cate dl dt:before {content:"●";padding-left:11px;color:#AAA;}
.footer_cate dl dd {margin-bottom:5px;padding-left:33px;}
	