/* ************************************************ 
 *	共通設定
 * ************************************************ */
 @import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000000;
	font-size: small;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.6em;
	background-color: #ffffff;
  background-image:url(//img21.shop-pro.jp/PA01355/512/etc/site_bg.jpg);
    background-repeat:no-repeat;
  background-position:center top;
  background-attachment:fixed;
}

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

img {
	border: 0px;
}


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

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

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
 width:100%;
 float:left;
}
.header > div{
  background-color:#FFF;
 margin-left:auto;
 margin-right:auto;

}
.header div > div:nth-child(2) {
  padding-bottom: 5px;
  padding-left: 1px;
  padding-top: 1px;
  position:relative;
}

/*leftとmainを囲む*/
.wrapper {

 margin-left:auto;
 margin-right:auto;
}
.wrapper:after {
  display:block;
  width:100%;
  content:'';
  clear:both;
}

/*　画面左側メニューの幅　*/
.left {
	float: right;
	width:200px;
	padding-top:10px;
}

/*　中央の幅　*/
.main {
	float: right;
	width: 600px;
	padding-top:10px;
}

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



/*　フッター（コピーライト）　*/
.footer {
 width:1040px;
 margin-left:auto;
 margin-right:auto;
 clear:left;
 text-align:center;
 background-color:#012549;
 color:#FFF;
}
.row{
	
}
.row > div{
  padding-top:20px;
  width:1040px;
  margin-left:auto;
  margin-right:auto;
}
div.header >div{
  position:relative;
}
div.header > div > h1{
  position:absolute;
  top:18px;
  left:230px;
  font-size:12px;
  color:#666666;
  z-index:100;
}
div.header a.sitemap{
  color:#666666;
  position:absolute;
  top:10px;
  right:10px;
  width:100px;
  height:30px;
  line-height:30px;
  text-align:center;
  text-decoration:none;
  border-left:dashed 1px #aaa;
  border-right:dashed 1px #aaa;
}
div.header a.q_a {
  border-left: 1px dashed #aaa;
  color: #666666;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 110px;
  text-align: center;
  text-decoration: none;
  top: 10px;
  width: 100px;
}
div.header div.tel {
    left: 365px;
    position: absolute;
    top: 34px;
}
div.header div.tel #fax {
    color: #666666;
    letter-spacing: 3px;
}
div.header div.tel em {
  font-size: 27px;
}
div.header div.tel em a{
  text-decoration:none;
  color:#666666;
  font-style:normal;

}
div.header div.mail_cart{
  position:absolute;
  top:41px;
  right:10px;
}
div.header div.mail_cart a {
    background-color: #2B699C;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
    padding-left: 10px;
    text-decoration: none;
    width: 140px;
}
div.header div.mail_cart a:nth-child(2){
background-color:#de5022;
 color:#FFFFFF;
 font-weight:bold;
}
div.header ul.nav{
	list-style-type:none;
	width:100%;
	float:left;
}
div.header ul.nav:after{
  width:100%;
  height:0;
  clear:both;
  float:left;
  content:'';
}
div.header ul.nav li{
float:left;
width:10%;
}
div.header ul.nav a {
    background-color: #012549;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

#recommend,
#new_item{
  clear:both;
  float:left;
  width:100%;
  margin-bottom:20px;
}


/*side*/
.left .banner img{
display:block;
margin-bottom:10px;
}

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#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;
}

#container .main{
  width:760px !important;
}

#container .wrapper > .left{
  width:200px !important;
  margin-right:20px;
}
a#shop-info{
    background-color: #2B699C;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 17px;
    letter-spacing: 5px;
    margin: 0 5px 5px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    width: 150px;
}
a#shop-info i{
    font-size: 1.2em;
    line-height: 0.2em;
}
#container .wrapper
{
  width:980px !important;
}

.header > div{
  width:1040px !important;
}

/* new_item*/
ul.recommend,
ul.new_item {
    float: left;
    list-style-type: none;
    margin: 0px;
    width: 100%;
}
ul.recommend:after,
ul.new_item:after{
  display:block;
  content:'';
  width:100%;
  clear:both;
}
ul.recommend li,
ul.new_item li{
  float:left;
  width:23%;
  margin:0px 6.08px;/*h w*/
  margin-bottom:10px;
}
ul.recommend li:nth-child(4n+5),
ul.new_item li:nth-child(4n+5){
  clear:both;
}
ul.recommend li dt.name,
ul.new_item li dt.name{
  text-align:center;
}

ul.recommend li div.img-layout > a img,
ul.new_item li div.img-layout > a img{
  max-height:174.8px;/*正確に入れる*/
  max-width: 174.8px;
}

ul.recommend li div.img-layout > a,
ul.new_item li div.img-layout > a {
  display: table-cell;
  height:174.8px;/*正確に入れる*/
  width: 174.8px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
ul.recommend li dd.exp .price,
ul.new_item li dd.exp .price{
  text-align:center;
  display:block;
}

/*trackback*/

ul.trackback {
    float: left;
    list-style-type: none;
    margin: 0 0 25px;
    width: 100%;
}
ul.trackback:after{
  display:block;
  content:'';
  width:100%;
  clear:both;
}
ul.trackback li{
  float:left;
  width:18%;
  margin:0px 7.6px;/*h w*/
  margin-bottom:10px;
}
ul.trackback li:nth-child(5n+6){
  clear:both;
}
ul.trackback li div.name{
  text-align:center;
}

ul.trackback li div.img-layout > a img{
  max-height:136px;/*正確に入れる*/
  max-width: 136px;
}
ul.trackback li div.img-layout > a {
  display: table-cell;
  height:136px;/*正確に入れる*/
  width: 136px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
ul.trackback li div.exp .price{
  text-align:center;
}
/*---------------------------------------
 icons
----------------------------------------- */
.icon:before{
  background-image:url(https://img21.shop-pro.jp/PA01350/496/etc/nav_icon3.png);
  width:30px;
  height:30px;
  content:'';
  display:block;
  float:left;
  margin-right: 5px;
}
.icon_bg{
  background-image:url(https://img21.shop-pro.jp/PA01350/496/etc/nav_icon3.png);
  width:30px;
  height:30px;
  overflow:hidden;
  border: medium none;
}

.i1,
.i1:before{
  background-position: 0px 0px;
}

.i2,
.i2:before{
  background-position: -30px 0px;
}
.i3,
.i3:before{
  background-position: -60px 0px;
}
.i4,
.i4:before{
  background-position: -90px 0px;
}
.i5,
.i5:before{
  background-position: -120px 0px;
}
.i6,
.i6:before{
  background-position: -150px 0px;
}
.i7,
.i7:before{
  background-position: -180px 0px;
}

.ii1,
.ii1:before{
  background-position: 0px 30px;
}

.ii2,
.ii2:before{
  background-position: -30px 30px;
}
.ii3,
.ii3:before{
  background-position: -60px 30px;
}
.ii4,
.ii4:before{
  background-position: -90px 31px;
}
.ii5,
.ii5:before{
  background-position: -120px 30px;
}
.ii6,
.ii6:before{
  background-position: -150px 30px;
}
.ii7,
.ii7:before{
  background-position: -180px 33px;
}

a:hover{
opacity:0.5;
}
/*  main  */
.main h2 {
    background-color: #DCDCDC;

    clear: both;
    color: #666666;
    margin-bottom: 10px;
    padding: 10px;
    font-size:16px;
    letter-spacing:0.2em;
    border-color: #012549;
    border-style: solid;
    border-width: 3px 0;
}
	div.left > ul.category{
      border-bottom:solid 2px #001a33;
      list-style-type:none;
      width:200px;
      margin:0;
      padding:0;
      padding-bottom:5px;
      margin-bottom:20px;
      background-color:#FFF;
    }
	div.left > ul.category > li{
    	
    }
    div.left > ul.category > li > span{
      display:block;
      width:178px;
      border:solid 1px #b2c0ce;
      padding:5px;
      padding-left:15px;
      text-decoration:none;
      position:relative;
      overflow:hidden;
      text-align:left;
      letter-spacing:0.2em;
      color:#666666;
      font-weight:bold;
    }
    div.left > ul.category > li > span::after{
      content:" ▼";
      font-size:12px;
      display:inline-block;
      float:right;
      
    }

     div.left > ul.category > li > span.active::after{
       content:" ▲";
    }
    div.left > ul.group > li > a::before,
    div.left > ul.category > li > span::before{
      	content:'';
        position:absolute;
        top:0;
        left:5px;
        background-color:#001a33;
        width:3px;
        height:50px;
    }
    div.left > ul.category > li ul{
      margin:0;
      padding:0;
      margin-bottom:20px;
      list-style-type:none;
      display:none;
    }
    div.left > ul.category > li > ul > li a{
      display:block;
      width:178px;
      border-bottom:dashed 1px #b2c0ce;
      padding:5px;
      padding-left:15px;
      text-decoration:none;
      position:relative;
      overflow:hidden;
      text-align:left;
      letter-spacing:0.2em;
      color:#666666;
      font-weight:bold;
    }
    div.left > ul.group > li a{
  border: 1px solid #b2c0ce;
  color: #666666;
  display: block;
  font-weight: bold;
  letter-spacing: 0.2em;
  overflow: hidden;
  padding: 5px 5px 5px 15px;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 178px;
}
div.search_area{
  margin-bottom:20px;
}
div.search_area h3{
  background-color:#001a33;
  padding:5px;
  color:#FFF;
}
div.search_area form{
  padding:5px;
  border:1px solid #b2c0ce;
  background-color:#FFF;
}
div.left div.list{
  margin-bottom:20px;
  background-color:#FFF;
}
div.left div.list h3{
  margin-bottom:10px;
  border-top:solid 2px #001a33;
  border-bottom:solid 1px #001a33;
  padding-bottom:5px;
  padding-top:5px;
  text-align:center;
}
div.left div.list ul{
  list-style-type:none;
}
div.left div.list ul li a{
  display:block;
  min-height:20px;
  padding:5px;
   text-decoration:none;
  color:#666;
}
dl.shop_about{
  border:solid 1px #b2c0ce;
  margin-bottom:20px;
}
dl.shop_about img{
  	max-width:80%;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
dl.shop_about dt{
  background-color: #001a33;
  color: #fff;
  padding: 5px;
}
dl.shop_about dd:nth-child(2){
  padding:10px;
}
dl.shop_about dd:nth-child(3){
  text-align:center;
}
dl.shop_about dd:nth-child(4){
  padding:10px;
}
div.rss{
  margin-bottom:20px;
  text-align:center;
}
div.rss > a{
  display:inline-block;
  width:80px;
  height:25px;
  background-color:#C60;
  text-align:center;
  border-radius:5px;
  color:#FFF;
  text-decoration:none;
}
div.rss > a:nth-child(2){
  background-color:#09F;
}
/*  */
div.info > div{
  float:left;
  clear:both;
    width:100%;
  margin-bottom:20px;
}
div.info > div:after{
  content:'';
  display:block;
  width:100%;
  clear:both;
}
div.info > div img{
  display:block;
    margin-left:auto;
  margin-right:auto;
}
div.info > div a{
  display:block;
    text-align:center;
}
div.info > div.two{
  float:left; 
}

div.info > div.two a{
  float:left; 
  
}
div.info > div.two a:nth-child(2){
  float:right;
}
div.main h3.trackback{
  background-color: #dcdcdc;
  border: 1px solid #9aa7b6;
  color: #666666;
  margin-bottom: 10px;
  padding: 10px;
  clear:both;
}
/*footer*/
div.row div ul.nav {
	list-style-type: none;
	width: 1040px;
  clear:both;
  background-color:#bbb;
}
div.row div ul.nav a{
  color:#000;
  text-decoration:none;
  font-size:12px;
}
div.row div ul.nav:after{
  content:'';
  display:block;
  width:100%;
  clear:both;
}
div.row div ul.nav li{
  float:left;
  margin-right:15px;
  margin-left:15px;
  padding-top:5px;
  padding-bottom:5px;
}
div.row div div.group {
  float:left;
  width:100%;
  margin-bottom:20px;
  border-top:solid 5px #012549;
}
div.row div div.group:after{
  display:block;
  clear:both;
  content:'';
  width:100%;
}
div.row div div.group ul{
  float:left;
  width:100%;
  list-style-type:none;
}

div.row div div.group ul:nth-child(5n+6){
  clear:both;
}
div.row div div.group ul li{
  font-weight:bold;
  float:left;
  width:23%;
  min-height:25px;
  line-height:25px;
  margin:1%;
}
div.row div div.group ul li a {
    color: #2B6CA3;
    text-decoration: none;
}
div.row div div.group ul li {
  border-radius: 6px;
  box-shadow: 0 0 0 1px #d0d0d0 inset;
  margin-bottom: 10px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-align: center;
}

div.row div div.group ul.category{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.row ul.category li > a {
    border-bottom: 1px dashed #B2C0CE;
    color: #666666;
    display: block;
    font-weight: bold;
    letter-spacing: 0.2em;
    overflow: hidden;
    padding: 5px 5px 5px 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 178px;
}

.row ul.category li:first-child a:before {
    background-color: #001A33;
    content: "";
    height: 50px;
    left: 5px;
    position: absolute;
    top: 0;
    width: 3px;
}
.row ul.category li:first-child a {
    border: 1px solid #B2C0CE;
    color: #666666;
    display: block;
    font-weight: bold;
    letter-spacing: 0.2em;
    overflow: hidden;
    padding: 5px 5px 5px 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 178px;
}

/******************フリーページ**********************/
#free {
    margin: 0 0 40px;
}
#free em {
    font-weight: bold;
}
#free h2 {
    margin: 0 0 30px;
    text-align: center;
}
#free h3 {
    font-size: 1.3rem;
    margin: 25px 5px;
}
#free p {
    padding: 5px 15px;
}
#free .step {
    clear: both;
    color: #FF6600;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 10px 0;
}
#free table {
    margin: 20px auto 40px;
}
#free img{
  max-width:100%;
}
#tournament_banner > br{
  display:none;
}
#tournament_banner::after{
  clear:both;
  content:'';
  display:block;
  width:100%; 
}
#tournament_banner{
  float:left;
  width:100%;
  list-style-type:none;
}

#tournament_banner li{
  float:left;
  line-height:0;
  width:31%;
  margin-left:1%;
  margin-right:1%;
  margin-bottom:10px;
  text-align:center;
}

.blog_link h2{
  border-bottom: 1px solid #001a33;
  border-top: 2px solid #001a33;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
  font-size:12px;
}
.blog_link ul{
  list-style-type:none;
}
.blog_link li{
  border-bottom:dotted 1px #CCCCCC;
  padding-top:5px;
  padding-bottom:5px;
}
li.no-sub span a{
  text-decoration:none;
  color:#666;
}
li.no-sub span:after{
  content:"" !important;
}

ul.seller li:nth-child(4n+5) {
	clear: both;
}
ul.seller{
	float: left;
	list-style-type: none;
	margin: 0px;
	width: 100%;
}
ul.seller li div.img-layout > a img{
	max-height: 174.8px;
	max-width: 174.8px;
}
ul.seller li div.img-layout > a{
	display: table-cell;
	height: 174.8px;
	width: 174.8px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
ul.seller li {
    width: 23% !important; 
    float: left;
    margin: 0px 6.08px;
   list-style-type: none; 
}

