/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #222;
    font-size: 12px;
    font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    line-height: 1.6em;
    background-color: #ffffff;
    text-align: center;
}

ul,
ol {
    list-style: none;
}
a {
    color: #222;
}

a:hover {
    text-decoration: none;
}

a img:hover {
    opacity: 0.7;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
.container {
    margin: 0px auto;
    width: 960px;
    text-align: left;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/

.header {
    background: url(http://img07.shop-pro.jp/PA01114/413/etc/bg_header.jpg?cmsp_timestamp=20150821151142) no-repeat left top;
    width: 100%;
    clear: left;
    overflow: hidden;
}

.header h1 {
    float: left;
    margin: 0 35px 0 0;
    padding: 20px 0px 0px 25px;
    width: 279px;
}

.header_center {
    float: left;
    padding: 9px 0px 0px;
    width: 274px;
}

.header_center p:first-child {
    margin: 0 0 6px;
}

.header_right {
    float: right;
    width: 360px;
    position: relative;
    padding: 5px 0 0;
}

.header_right p {
    position: absolute;
}

.header_right p:nth-child(2) {
    right: 0;
}

.header_right p:nth-child(3) {
    right: 0;
    top: 35px;
}

.header_right_bottom {
    background: #e1ecf0;
    position: absolute;
    top: 95px;
    padding: 6px;
    width: 100%;
}

/* search */
#search select {
    width: 175px;
}

#search input[type="text"] {
    width: 127px;
    padding: 2px 0;
}

#search input[type="submit"] {
    color: rgb(255, 255, 255);
    border: 1px solid rgb(121, 121, 121);
    border-radius: 3px;
    background: #adaeae;
    background: linear-gradient(to bottom, #adaeae 0%, #8b8c8c 2%, #737474 100%);
}

/* global_nav */

.wrapper_nav {
    background: url(http://img07.shop-pro.jp/PA01114/413/etc/bg_pattern_gnav.gif?cmsp_timestamp=20150821152654);
    line-height: 0;
    margin: 0 0 5px;
}

#gnav {
    clear: both;
    display: table;
    table-layout: fixed;
    width: 100%;
}

#gnav li {
    display: table-cell;
}

/*leftとmainを囲む*/
.wrapper {
    width: 760px;
    float: left;
    margin: 0 0 30px;
}

/*　画面左側メニューの幅　*/
.left {
	float: right;
	width:200px;
}
.cat_list li{
    margin: 0 0 5px;
    line-height: 0;
    width: 200px;
}

.cat_list li img {
    width: 100%;
}


/*　中央の幅　*/

.main {
    float: right;
    width: 560px;
    padding: 0 15px;
}

.main .title {
    margin: 0 0 20px;
}

.price {
    color: #ff0000;
}

.item_img {
    margin: 0 0 10px;
    text-align: center;
}

.right {
	float: left;
	width:200px;
}

.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	border-top:1px dotted #C3C3C3;
	text-align:right;
}

.postage {
	border-top:1px solid #C3C3C3;
	border-bottom:1px solid #C3C3C3;
	margin-bottom:5px;
	list-style-type:none;
}

.postage li {
	margin:5px 0;
	color:red;
	text-align:left;
}

.viewcart {
	padding:5px 0;
	text-align:center;
}

.owner_photo {
	max-width: 100%;
	height: auto;
}

/* calendar */
.side_section_cal {
    background: #eee;
    margin: 0 0 5px 0;
    border: solid 4px #006a00;
    padding: 10px 0;
}

.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width: 160px;
  margin: 0 auto 15px;
}

.tbl_calendar tr:first-child th{
    background: #969696;
    color: #fff;
    border: 1px solid #000 !important;
}

.tbl_calendar th, .tbl_calendar td {
  padding: 1px !important;
  text-align: center !important;
  border: 1px solid #000 !important;
}

.tbl_calendar caption {
    text-align: left;
}

.tbl_calendar caption span{
    border-bottom: solid 1px #006a00;
    color: #006a00;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 4px;
    text-align: center;
}

.tit_cal {
    border-bottom: 1px solid #006A00;
    color: #006A00;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 0 auto 4px auto;
    text-align: center;
    width: 160px;
}

.bnr_list_right li {
    line-height: 0;
    margin: 0 0 5px;
    width: 200px;
}

.bnr_list_right li img {
    width: 100%;
}

.side_cal_memo {
    font-size: 11px;
    margin: 0 auto;
    width: 160px;
}

.memo_holiday {
    background: url(http://img07.shop-pro.jp/PA01114/413/etc/bg_holiday.gif?cmsp_timestamp=20150821162055) no-repeat left center;
    color: #7396ff;
    padding: 0px 0px 0px 27px;
}

.memo_holiday span {
    color: #000;
}

.memo_sp {
    background: url(http://img07.shop-pro.jp/PA01114/413/etc/bg_sp.gif?cmsp_timestamp=20150821162118) no-repeat left top;
    padding: 0 0 0 28px;
}

/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align:left;
	margin-top:30px;
}

p#sk_link_other a {
	font-size:12px;
}

/* topへ戻る */
#to-page-top {
    margin: 0 auto 20px;
    text-align: right;
    width: 960px;
}

/*　フッター（コピーライト）　*/
.footer {
    clear: left;
    text-align: center;
    width: 100%;
}

.footer_links {
    margin: 0 0 20px;
}

.copyright {
    background: #006900;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

#group-list {
	border-top:#838383 dotted 1px;
	padding:5px 0px 0px;
	margin:10px 20px 0px 0px;
}

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
}
#option_tbl th{
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
#option_tbl td {
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}

/* 追記 */
.box_sort {
    margin: 0 0 20px;
}

.item_list {
    overflow: hidden;
    padding: 0px 30px;
}

.item {
    width: 140px;
    float: left;
    margin: 0 40px 30px 0;
}

.item_list .item:nth-child(3n) {
    float: right;
    margin: 0 0 15px;
}

/* 最近チェックした商品 */
.history h3 {
    background: url(http://img07.shop-pro.jp/PA01114/413/etc/line_double.gif?cmsp_timestamp=20150825154129) no-repeat top;
    margin: 0 0 20px;
    padding: 14px 0 0;
}

.history h3:before{
    content: "○";
}

.item_list {
    padding: 0 15px;
}

/* 買取について */
.pagetitle {
    margin: 20px 0px 1px;
    padding: 0px 10px 5px;
    border-bottom: 3px solid #7F7F7F;
    font-size: 14px;
    clear: both;
}

#ShopKeeper {
	margin: 20px auto;
	background: #999999;
	width: 450px;
	}


#ShopKeeper th {
	width: 150px;
	background: #EEE;
	border-top: 1px solid #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #FFF;
	color: #000;
	font-size: 11px;
	padding: 0px 5px 0px 5px;
  text-align: center;
  line-height: 1;
	}

#ShopKeeper td {
	width: 300px;
	background: #FFF;
	padding: 15px 5px;
	}

.SK p {
	margin: 0px 0px 10px 0px;
	padding: 15px 0px 0px 30px;
	/*border-top: 1px solid #CCC;*/
	}

.SK .area {
	padding: 0px 30px 20px 30px;
	}

.SK .title {
	background: #EEE;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px dotted #CCC;
	border-left: 1px solid #CCC;
	padding: 5px;
	color: #000;
	}

.SK .note {
	background: #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	}

.payment_img {
	width:30px;
	height:30px;
	margin:3px;
}


.jyunbi {
	margin:80px;
        text-align: center;
}


/*20170817　大カテゴリーページ*/


.main img{
    vertical-align: bottom;
}

.main .ttl{
    padding: 5px 0px 5px 20px;
    background-color: #aaaaaa;
    color: #FFF;
    font-size: 15px;
    margin-top: 10px;
}

.main  .banner_list{
    overflow: hidden;
}

.main .banner_list li{
    float: left;
    margin-top: 15px;
}

.main .banner_list li:nth-child(3n-1){
    margin: 0px 10px;
    margin-top: 15px;
}

/*0823サイドナビ下層追加*/

.cat_list li{
    line-height: 1.3em;
    width: auto;
    margin-bottom: 0px;
}

.cat_list li{
    margin-bottom: 5px;
}

.cat_list li img{
    display: block;
	margin: 0 auto;
	padding: 0;
}

.cat_list .open li{
    margin-bottom: 0px;
}

.under_02 ul{
    margin-bottom: 0px;
}

.under_01 a,.under_02 a{
    text-decoration: none;
    color: #666;
}
.under_01 a:hover,.under_02 a:hover{
    text-decoration: underline;
}

.cat_list .open{
    background-color: #f3f3f3;
    margin-bottom: -5px;
}

.under_01 li a,.under_02 li a{
    display: block;
    padding: 8px 5px 8px 30px;
}

.under_02 ul a{
    padding-left: 45px; 
}

.under_01 li:hover,.under_02 li:hover{
    background-color: #e3e3e3;
}

.under_02 .open_list:hover{
    background-color: #f3f3f3;
}

.under_02 .open_list > a{
    background-color: #d8d8d8;
    display: block;
}

.under_01 li,.under_02 li{
    position: relative;
}

.under_01 li:before,.under_02 li:before{
   content: "";
   display: block;
   border-top: 1px solid #c7c7c7;
   width: 10px;
   position: absolute;
   top: 50%;
   left: 15px;
}

.under_01 li:after,.under_02 li:after{
   content: "";
   display: block;
   border-left: 1px solid #c7c7c7;
   height: 100%;
   position: absolute;
   top: 0px;
   left: 15px;
}

.under_01 li:last-child:after,.under_02 li:last-child::after{
   content: "";
   display: block;
   height: 50%;
}

.under_02 ul li:before{
   left: 30px;
   
}
.under_02 ul li:after{
   left: 30px;
}

.under_02 .open_list:before{
   top: 15px;
}