@charset "utf-8";

/* ////////////////////////////////////////////
 *                 SHOP
 * //////////////////////////////////////////// */

/* common
------------------------------------------*/
.entry-content-shop{
	margin-bottom: 20px;
}

/* product-list
------------------------------------------*/
.product-list{
}
.product-list-row{
	margin: 0 -10px;
}
.product-list-col{
	padding: 0 10px 25px;
}
.product-list-item{
	font-size: 12px;
}
.product-list-img{
	margin-bottom: 10px;
	text-align: center;
}
.product-list-status{
	margin-bottom: 3px;
	letter-spacing: -0.4em;
	line-height: 1;
}
.product-list-status-tag{
	margin: 0 4px 4px 0;
	letter-spacing: normal;
}
.product-list-title a{
	color: #444;
}
.product-list-price{
	margin-bottom: 3px;
	font-size: 11px;
}
.product-list-text{
	font-size: 11px;
}



/* ////////////////////////////////////////////
 *              frontparts
 * //////////////////////////////////////////// */

/* bloc (main)
------------------------------------------*/
/* common */
.shop-mainparts{
	margin-bottom: 20px;
}
.shop-mainparts-title{
	margin: 0 0 10px;
}
.shop-mainparts-inner{
}

/* ranking.tpl */
.shop-mainparts-ranking{
}

/* recommend.tpl */
.shop-recommend{
	border-top: 4px solid #7b0e23;
}
.shop-recommend-inner{
	padding: 0 34px;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #dadada;
}
.shop-recommend-title{
	text-align: center;
}
.recommend-list{
	margin-right: -20px;
}
.recommend-list-item{
	float: left;
	margin-right: 20px;
	padding-bottom: 30px;
	width: 200px;
}
.recommend-list-img{
	position: relative;
	margin-bottom: 10px;
}
.recommend-list-img a img{
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
	        box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2)
}
.recommend-list-img span{
	position: absolute;
	top: -10px;
	left: -10px;
}
.recommend-list-title a{
	color: #444;
}
.recommend-list-price{
	margin-bottom: 3px;
}
.recommend-list-text{
	font-size: 11px;
}

/* newitems.tpl */
.shop-mainparts-newitems{
}

/* history.tpl */
.shop-mainparts-history{
}

/* productflag.tpl */
.shop-mainparts-productflag{
}


/* bloc (side)
------------------------------------------*/
/* common */
.shop-sideparts{
	margin-bottom: 15px;
	border: 1px solid #dadada;
}
.shop-sideparts-title{
	margin-bottom: 15px;
}
.shop-sideparts-inner{
	padding: 0 15px 21px;
}
.shop-sideparts.login .shop-sideparts-inner{
	padding: 0 23px 21px;
}
.shop-sideparts-btn{
	margin: 15px 0 0 0;
	text-align: center;
}
.shop-sideparts-btn a{
	cursor: pointer;
}
.shop-sideparts .price{
}
.shop-sideparts .attention{
	color: #c00;
}
.shop-sideparts .tax{
	padding: 0 0 0 2px;
	font-size: 10px;
}
.shop-sideparts dl{
	margin: 0 0 10px;
}
.shop-sideparts dl dt{
	font-size: 12px;
	font-weight: normal;
}
.shop-sideparts dl dd{
	margin: 0 0 5px 0;
}
.shop-sideparts-text{
	padding: 4px 5px;
	width: 100%;
	font-size: 12px;
	border: 1px solid #dcdcdc;
}

/* cart.tpl */
.shop-sideparts .postage{
	margin: 10px 0;
	padding: 10px 0 0 0;
	border-top: #ddd 1px dashed;
}

/* login.tpl */
.shop-sideparts .forgot-pass{
	font-size: 11px;
	line-height: 1.4;
}
.shop-sideparts .login-memory{
	line-height: 1.4;
}
.shop-sideparts .login-memory label{
	padding: 0 0 0 5px;
	font-size: 11px;
}
.shop-sideparts .login-memory input{
	vertical-align: middle;
}

/* guide.tpl */
.shop-sideparts-guide-ul li{
	padding: 5px;
	font-size: 0.9rem;
	border-bottom: #ddd 1px dashed;
}
.shop-sideparts-guide-ul li a{
	display: block;
	color: #444;
}

/* calendar.tpl */
.shop-calendar{
	margin: 0 0 20px 0;
}
.shop-calendar-table{
	margin: 0 0 10px 0;
	width: 100%;
}
.shop-calendar-table caption{
	font-weight: bold;
}
.shop-calendar-table th{
	padding: 3px 0;
	text-align: center;
	background: #eee;
	border: #ddd 1px solid;
}
.shop-calendar-table td{
	padding: 3px 0;
	text-align: center;
	background: #fff;
	border: #ddd 1px solid;
}
.shop-calendar-table td.off{
	color: #a00;
	background: #fdd;
}
.shop-calendar-text{
	color: #c00;
	font-size: 77%;
}

/* category.tpl */
.shop-category{
	margin-bottom: 20px;
	border: 1px solid #dadada;
}
.shop-category-title{
	font-size: 108%;
	font-weight: bold;
}
.shop-category-inner{
	padding: 4px 15px 24px;
}
.shop-category li a{
	color: inherit;
}
.shop-category-inner > ul > li{
	padding-bottom: 1px;
	background: url(/images/default/side-nav-line.png) repeat-x 0 bottom;
}
.shop-category-inner > ul > li > a{
	display: block;
	padding: 8px 0 8px 16px;
	font-size: 14px;
	background: url(/images/default/side-nav-btn-bg.png) no-repeat 0 14px;
}
.shop-category-inner > ul > li > ul{
	padding: 10px;
}
.shop-category-inner > ul > li > ul > li > a{
	display: block;
	padding: 2px;
	font-size: 12px;
}



/* ////////////////////////////////////////////
 *                 listpage
 * //////////////////////////////////////////// */

/* listpage-navi
------------------------------------------*/
.listpage-navi-top{
	margin: 0 0 25px 0;
	font-size: 12px;
}
.listpage-navi-top select{
	margin: 0 0 0 5px;
}

/* 検索結果 */
.listpage-navi-top-result{
	margin: 0 0 10px 0;
}

/* 商品一覧上部のカテゴリーリスト */
.listpage-navi-top-subcategory{
	margin: 0 0 10px 0;
	padding: 15px;
	background: #fff;
	border: #ddd 1px solid;
}
.listpage-navi-top-subcategory ul{
	margin: 0;
}
.listpage-navi-top-subcategory li{
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	list-style: none;
}

/* 商品一覧上部のソート */
.listpage-navi-top-sort a,
.listpage-navi-top-sort span{
	margin: 0 10px 0 0;
}



/* ////////////////////////////////////////////
 *                 detailpage
 * //////////////////////////////////////////// */

/* 商品画像
------------------------------------------*/
/* jquery.slideImage.js　*/
.slide-image-main{
	position: relative;
	text-align: center;
	overflow: hidden;
}
.slide-image-main div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	opacity: 0;
	z-index: -1;
}
.slide-image-main div.first{
	position: relative;
	opacity: 1;
}
.slide-image-thumbnail li{
	cursor: pointer;
}

/**/
.detailpage-img{
	margin: 0 0 10px 0;
	overflow: hidden;
	display: none;
}
.detailpage-img .slide-image-main{
	margin: 0 0 10px 0;
}
.detailpage-img .slide-image-thumbnail{
	margin: 0 -3px;
}
.detailpage-img .slide-image-thumbnail li{
	padding: 0 3px 6px;
}
.detailpage-img .slide-image-thumbnail li.active img{
	opacity: 0.7;
}


/* コメント
------------------------------------------*/
.detailpage-comment-group{
	margin-bottom: 20px;
}
.detailpage-main-comment{
}


/* 商品詳細
------------------------------------------*/
.detailpage-detail-group{
}

.detailpage-status{
	margin: 0 0 10px 0;
	line-height: 1;
	letter-spacing: -0.4em;
}
.detailpage-status span{
	margin: 0 5px 5px 0;
	letter-spacing: normal;
}

/* 商品コード */
.detailpage-code{
	font-size: 11px;
}

/* 商品名 */
.detailpage-title{
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}

/* comment */
.detailpage-list-comment{
	margin-bottom: 15px;
	font-size: 12px;
}

/* category */
.detailpage-category{
	margin-bottom: 25px;
	font-size: 12px;
}
.detailpage-category a{
	color: #444;
}


/* 価格
------------------------------------------*/
.detailpage-price-group{
	margin-bottom: 10px;
}

.detailpage-price-normal,
.detailpage-price-sale{
	font-size: 1.2rem;
}
.detailpage-price-sale .price{
	font-size: 1.6rem;
}
.detailpage-price-normal .tax,
.detailpage-price-sale .tax{
	padding: 0 0 0 2px;
	font-size: 10px;
}


/* カート
------------------------------------------*/
.detailpage-cart-group{
	padding: 25px 0 20px;
	border-top: 1px solid rgba(186,186,186,0.5);
}
.detailpage-select01,
.detailpage-select02,
.detailpage-quantity{
	margin-bottom: 5px;
}
.detailpage-quantity input{
	width: 21%;
}
.detailpage-stock{
}

/* ボタン
------------------------------------------*/
.detailpage-btn-group{
	margin-bottom: 25px;
	text-align: center;
}

/* SNS
------------------------------------------*/
.detailpage-bookmarks-group{
}
.detailpage-bookmarks{
}


/* .customervoice
------------------------------------------*/
.customervoice{
}
.customervoice-item{
	margin: 0 0 10px 0;
}
.customervoice-item-title{
	font-weight: bold;
}
.customervoice-item-meta{
	margin: 0 0 5px 0;
	font-size: 77%;
}
.customervoice-item-star{
	color: #c00;
}
.customervoice-item-comment{
	font-size: 0.85rem;
}



/* ////////////////////////////////////////////
 *                 large image
 * //////////////////////////////////////////// */
body#large-image{
	width: 100%;
	height: 100%;
	background: #fff;
}
.large-image-slide{
	position: relative;
	padding: 30px;
}
.large-image-main{
	position: fixed;
	top: 30px;
	left: 30px;
	overflow: hidden;
}
.large-image-main div{
	display: none;
}
.large-image-main div img{
	width: auto;
	height: auto;
}
.large-image-thumbnail{
	position: absolute;
	top: 30px;
	right: 30px;
	width: 100px;
	overflow: auto;
	z-index: 1000;
}
.large-image-thumbnail li{
	margin: 0 0 10px 0;
	cursor: pointer;
	list-style-type: none;
}
.large-image-thumbnail li.active{
	opacity: 0.7;
}



/* ////////////////////////////////////////////
 *                 other
 * //////////////////////////////////////////// */

#shop-other table{
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}
#shop-other .mini{
	font-size: 10px;
}
#shop-other .attention{
	color: #c00;
}
#shop-other .price{
	font-size: 116%;
}
#shop-other table{
	margin: 0 0 20px 0;
}
#shop-other table p{
	margin: 0;
}
#shop-other table th{
	padding: 10px;
	font-size: 12px;
	background: rgba(186,186,186,0.15);
	border: 1px solid rgba(185,185,185,0.6);
}
#shop-other table td{
	padding: 10px;
	font-size: 12px;
	background: #fff;
	border: 1px solid rgba(185,185,185,0.6);
}

.shop-other-btnarea{
	margin: 20px 0;
	text-align: center;
	zoom: 1;
}

#shop-other input.box10{
	margin: 0 5px 0 0;
	padding: 2px 3px;
	width: 10%;
	border: #ddd 1px solid;
}
#shop-other input.box20{
	margin: 0 5px 0 0;
	padding: 2px 3px;
	width: 20%;
	border: #ddd 1px solid;
}
#shop-other input.box40{
	margin: 0 5px 0 0;
	padding: 2px 3px;
	width: 40%;
	border: #ddd 1px solid;
}
#shop-other input.box80,
#shop-other textarea.box80{
	margin: 0 5px 0 0;
	padding: 2px 3px;
	width: 80%;
	border: #ddd 1px solid;
}
.kiyaku_text{
	margin: 0 0 5px 0;
	padding: 5px;
	width: 100%;
	height: 200px;
	border: #ddd 1px solid;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.mynavi{
	width:100%;
	margin-bottom:10px;
}
.mynavi input{
	display:inline-block;
	margin:0px 5px 10px 5px;
	width:18%;
	height:30px;
}
.mynavi-point{
	clear:both;
}

.login-area{
	padding: 30px 0;
}
.login-area .login-memory{
	margin: 0 0 0 25%;
	width: 75%;
}
.flow-img{
	margin: 0 auto 20px auto;
	text-align: center;
}
.severaladdress-area{
	float: right;
	display: inline;
	margin: 0 0 20px 20px;
	padding: 20px;
	border: #ffddae 1px solid;
	background: #feefda;
}
#shop-other .pagenumber_area ul li{
	display: inline;
	margin: 0 10px 0 0;
	list-style: none;
}


/* ////////////////////////////////////////////
 *                 popup
 * //////////////////////////////////////////// */

body#popup{
	padding: 25px;
	min-width: auto;
	color: #444;
	text-align: left;
	background: #fff;
}

#popup #window-area h1{
	margin: 0 0 15px 0;
	padding: 8px;
	font-size: 138.5%;
	font-weight: bold;
	border-top: #ddd 5px solid;
	border-bottom: #ddd 1px solid;
}
#popup #window-area p{
	margin: 0 0 0.8em 0;
	font-size: 0.85rem;
}


/* ////////////////////////////////////////////
 *                 ソニーペイメント
 * //////////////////////////////////////////// */
.btn_area ul{
	text-align: center;
}
.btn_area ul li{
	display: inline;
	margin: 0 10px;
	list-style: none;
}
