/* ************************************************ 
 *  all
 * ************************************************ */
* {
  margin: 0px;
  padding: 0px;
}

html {
  height: 100%;
  overflow-y: scroll;
}

body {
  color: #666;
  font-size: 12px;
  font-family: 'Open Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Sans-serif;
  /*background設定*/
  background-color: #ffffff;
  /*background: url() fixed;*/
  text-align:center;
}

a {
  outline: none;
  color: #333;
}

img.item:hover,
.bnr_footer img:hover,
.stylesample img:hover{
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
}

a:visited {
  text-decoration: underline;
}

a:hover {
  color: #3579bf;
  text-decoration: underline;
}

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

hr {
  margin: 10px 0;
  border: 0;
  clear: left;
}

img {
  border: none;
  vertical-align: middle;
}

.item_box img.new_mark_img1 {
    position: absolute;
    top:0;
    left:0;
}
.item_icon{
    width:41px;
  height:41px;
}
img.new_mark_img2 {
  margin-left: 5px !important;
}

.sold_out {
color: #FF0000;
}


h1 {
 text-align: right;
 font-size: 10px;
 font-weight: normal;
 color: #333; 
 }
.head_free{
  clear:both;
  text-align:right;
  padding:0 5px 0;
  margin:0 0 15px;
  color:#333;
}
.head_free span{
  color:#bf9b0a;
}
.logo{
  border-bottom:1px solid #ddd;
  padding:0 0 15px;
}
/* ************************************************ 
 *  layout
 * ************************************************ */
/*ページ全体の幅、レイアウトをセンタリング*/
#container {
  width:930px;
  margin:0px auto;
  text-align:left;
}

/*ヘッダー*/
#header {
  width:100%;
  padding: 20px 0;
  clear:left;
}

/*サイド*/
#side {
  float: left;
  width: 200px;
}

/*メイン*/
#main {
  float: right;
  width: 700px;
}

/*フッター（コピーライト）*/
#footer {
  padding: 30px 0;
  width:100%;
  clear:both;
  color: #666;
  text-align: center;
  border-top: 1px solid #ccc;
}

/* ************************************************ 
 *  header
 * ************************************************ */
#header div.header_link {
  float: right;
  margin-bottom: 10px;
  }
  #header div.header_link ul {
    }
    #header div.header_link ul li {
      list-style-type: none;
      float: left;
      margin-left: 20px;
      line-height: 16px;
      }
      #header div.header_link ul li i {
        width: 16px;
        height: 16px;
        display: block;
        float: left;
        margin-right: 5px;
        }
      #header div.header_link ul li a {
        text-decoration: none;
        }

    #header div.header_link ul li.my_account {
      }
      #header div.header_link ul li.my_account i.account {
        background: url(https://img.shop-pro.jp/tmpl_img/56/glyphicons.png) -343px -108px;
        }

    #header div.header_link ul li.view_cart {
      }
      #header div.header_link ul li.view_cart i.cart {
        background: url(https://img.shop-pro.jp/tmpl_img/56/glyphicons.png) -415px -204px;
        }
      #header div.header_link ul li.view_cart span.count {
        background: #ff3355;
        color: #fff;
        font-weight: bolder;
        padding: 5px 10px;
        margin-left: 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        }

#header div.search {
  float: left;
  margin-bottom: 10px;
}

#header h1.logo {
  clear: both;
  text-align: center;
  font-size: 50px;
  margin-bottom: 20px;
  width: 100%;
}

#header h1.logo a {
  text-decoration: none;
}

#header h1.logo img {
  max-width: 100%;
}

/* ************************************************ 
 *  footer
 * ************************************************ */
#footer a {
  color: #666;
}

#footer ul.footer_menu {
  margin-bottom: 20px;
}

#footer ul.footer_menu li {
  display: inline;
  margin: 0 5px;
}

/* ************************************************ 
 *  main
 * ************************************************ */
#main div.box {
clear: both;
//margin-bottom: 40px;
}

#main div.box h3 {
margin: -50px 0 15px;
padding-top:80px;
font-size: 21px;
font-weight:normal;
color:#000;
}

/* ************************************************ 
 *  item_box
 * ************************************************ */
.item_box {
position:relative;
width: 210px;
margin: 0 20px 20px 0;
text-align: center;
display:inline-block; 
/display:inline; 
/zoom:1;
vertical-align:top;
}

.item_box .item_photo {
margin: 0px;
}

.item_box .item_photo img.item {
max-width: 100%;
}

.item_box .item_detail {
margin: 10px 0;
}

.item_box .item_detail .item_name {
font-size: 15px;
margin-bottom: 10px;
text-align: left;
word-break: break-all;
}

.item_box .item_detail .price_top {
/*margin-bottom: 10px;*/
text-align: right;
font-size:13px;
}

.item_box .item_detail .price_all {
/*margin-bottom: 10px;*/
text-align: right;
font-size:13px;
}

.item_box .item_detail .item_regular_price {
/*margin-bottom: 10px;*/
text-align: right;
font-size:13px;
}

.item_box .item_detail .item_price {
/*margin-bottom: 10px;*/
text-align: right;
font-size:13px;
}

.item_box .item_detail .item_discount {
/*margin-bottom: 10px;*/
text-align: right;
font-size:13px;
}

/* ************************************************ 
 *  Top_Page
 * ************************************************ */
#main #box_news {
  margin-top:-70px;
}

#main #box_news p {
line-height: 20px;
}

#main #box_recommend {
}

#main #box_sellers {
}

#main #box_free {
background: #f5f5f5;
padding: 20px;
margin:0 0 20px;
}

#main #box_free p {
line-height: 20px;
}

#box_recentlychecked{
margin: 20px 0 0 0;
}

.stock_error{
font-weight:bold;
color:red;
padding:10px 0;
display:none;
}

/* ************************************************ 
 *  product_detail_page
 * ************************************************ */
h2.product_name {
font-size: 20px;
margin-bottom: 15px;
}

div.product_detail_area {
margin-bottom: 20px;
position: relative;
width: 100%;
}

div.product_images {
width: 500px;
float: left;
display: inline;
}

div.product_images div {
margin-bottom: 20px;
}

div.product_images div img {
max-width: 100%;
}

div.product_images div p.caption {
margin-top: 10px;
line-height: 20px;
}

div.add_cart {
width: 180px;
float: right;
}
table.add_cart_table {
width: 100%;
border-top: 1px solid #ccc;
margin-bottom: 10px;
}
table.add_cart_table th {
border-bottom: 1px solid #ccc;
padding: 5px;
font-size: 11px;
}
table.add_cart_table td {
border-bottom: 1px solid #ccc;
padding: 5px;
}
table.add_cart_table td input {
width: 30px;
font-size: 14px;
}
table.add_cart_table td strong.price {
font-size: 14px;
}

table#option_tbl {
width: 100%;
margin-bottom: 20px;
}
table#option_tbl th,
table#option_tbl td.none {
background: whiteSmoke;
}
table#option_tbl th,
table#option_tbl td {
border: 1px solid #ccc;
padding: 10px;
text-align: center;
}
table#option_tbl th {
background: whiteSmoke;		
}
table#option_tbl td div input {
margin-bottom: 5px;
}

ul.option_price {
margin: 0 0 20px 0px;
}
ul.option_price li {
list-style-type: none;
}

div.button_area {
}
div.button_area input {
width: 100%;
}

div.product_description {
font-size: 14px;
line-height: 24px;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #ccc;	
clear: both;
word-wrap: break-word;
}

div.product_image_extra {
text-align: center;
margin-bottom: 20px;
}
div.product_image_extra img.item {
margin-bottom: 20px;
}


div.product_link_area {
float: left;
margin-left: 0px;
}
div.product_link_area div.twitter {
float: left;
width: 100px;
}
div.product_link_area div.pinterest {
float: left;
margin-right: 30px;
}
div.product_link_area div.fb-like {
float: left;
width: 200px;
}

div.product_link_area ul.other_link {
clear: both;
margin-top: 20px;
margin-left: 20px;
}
div.product_link_area ul.other_link li {
margin-bottom: 10px;
}

#tb_cap_tb{
}
#tb_cap_tb{
margin-top: 20px;
}

.tb {
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px solid #CCC;	
}
#tb_stitle {
margin-bottom: 20px;
}
.tb_date, .tb_title, .tb_body, .tb_state {
margin-bottom: 5px;
}

/* ************************************************ 
 *  cloud_zoom
 * ************************************************ */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
border: 4px solid #888;
margin:-4px;	/* Set this to minus the border thickness. */
background-color:#fff;	
cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
font-family:Arial, Helvetica, sans-serif;
position:absolute !important;
background-color:#000;
color:#fff;
padding:3px;
width:100%;
text-align:center;	
font-weight:bold;
font-size:10px;
top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
border: 4px solid #000;
overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
color:white;	
background:#222;
padding:3px;
border:1px solid #000;
}

/* Feature section in ZoomEngine page */
.zoom-section {
clear:both;
}

* html .zoom-section { 
display:inline;
clear:both;
}

.zoom-small-image {
margin-bottom: 20px;
width: 420px;
float: left;
margin-top: 4px;
}
.zoom-small-image #wrap {
top: 0px;
z-index: 9999;
position: relative;
}
.cloud-zoom {
margin-bottom: 20px;
}
.zoom-small-image .mousetrap {
z-index:999;
position: absolute;
width: 100%;
left:0px;
top:0px;
}

/* Feature descriptions in ZoomEngine page */
.zoom-desc {
width: 60px;
float: left;
margin-left: 20px;
}

a.cloud-zoom-gallery {
display: block;
margin: 0 0 5px 0;
cursor: pointer;
}
.zoom-tiny-image {
width: 50px;
height: 50px;
border: 1px solid #ccc;
padding: 3px;
}
.zoom-tiny-image.selected {
background: #333;
border: 1px solid #000;
}
.zoom-tiny-image:hover {
border: 1px solid #000;
}

/* ************************************************ 
 *  product_option_window
 * ************************************************ */
div#product_option {
margin: 20px;
padding: 20px;
background: #fff;
}

div#product_option h2 {
margin-bottom: 20px;
}

table.table_option {
background: #fff;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
margin-bottom: 20px;
}
table.table_option th {
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
padding: 10px;
background: #f5f5f5;
}
table.table_option td {
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
padding: 10px;
}

div#product_option div.button_area {
}

/* ************************************************ 
 *  product_list_page
 * ************************************************ */
div.sub_category_area,
div.sub_group_area {
height: 100%;
background: #f5f5f5;
margin-bottom: 20px;
padding: 10px 10px 0px 10px;
}

div.sub_category_area div.sub_category,
div.sub_group_area div.sub_group {
float: left;
margin: 0 20px 10px 0;
}

div.sub_category_area div.sub_category img,
div.sub_group_area div.sub_group img {
margin-right: 10px;
}

/* ************************************************ 
 *  search_page
 * ************************************************ */
div.search_result {
background: #f5f5f5;
margin: 20px 0;
padding: 10px 0;
text-align: center;
}

div.none {
text-align: center;
margin: 50px 0;
}

/* ************************************************ 
 *  policy
 * ************************************************ */
div#policy {
}

div#policy h2 {
margin-bottom: 30px;
}

.policy_box,
#policy_lead{
margin-bottom: 30px;
}

div.sk_box {
}
div.sk_box h3 {
font-size: 16px;
margin-bottom: 10px;
}
div#sk tr {
border-bottom: 1px solid #eee;
}
div#sk th {
width: 150px;
text-align: left;
padding: 10px 20px 10px 0;
}
div#sk th img.poricy_img {
margin-bottom: 5px;
}	
div#sk td {
padding: 10px 0;
}	
div#sk th,
div#sk td {
vertical-align: top;
line-height: 1.8;
}


div#payment_method {
padding-top: 70px;
}
div#payment_method table.table {
width: 100%;
}
div#payment_method table.table th {
width: 200px;
text-align: center;
}


div#shipping_method {
padding-top: 70px;
}
div#shipping_method table.table {
width: 100%;
}
div#shipping_method table.table th {
width: 200px;
text-align: center;
}
/* ************************************************ 
 *  bnr_footer
 * ************************************************ */

.bnr_footer{
  display:block;
  margin:0 0 10px;
}

/* ************************************************ 
 *  side
 * ************************************************ */
#side div.box {
clear: both;
margin-bottom: 20px;
}

#side div.box h3 {
margin-bottom: 10px;
padding: 5px;
background: #f5f5f5;
text-align: center;
font-weight:normal;
color:#000;
}

#side div.box ul {
margin-left: 20px;
}

#side div.box ul li {
margin-bottom: 7px;
}

#box_info{
    background: #f0f0f0;
    padding: 15px 15px 15px;
    text-align: center;
}
#box_info .info_txt{
    text-align: left;
    font-size: 10px;
    margin: 0 0 15px;
    letter-spacing: -1px;
}
#box_info .btn_tel{
    margin-bottom: 10px;
}
#box_info .btn_mail a:hover{
    opacity: 0.7;
}

#box_sns {
   margin: 20px 0 20px;
  text-align:center;
}
#box_sns a{
  display:inline-block;
  padding: 3px;
}
#box_sns img{
  display:inline-block;
}
#box_sns a:hover{
  opacity:0.7;
}

#box_members {
  border:1px solid #ddd;
  padding:10px;
  line-height:1.8
}
#box_members h3{
  font-size:13px!important;
}
#box_category h3,#box_freepage h3{
margin:20px 0 10px;
padding: 0!important;
background: none!important;
text-align: left!important;
font-size:21px;
  font-weight:normal;
  color:#000;
}
#box_category ul,#box_freepage ul{
  list-style-type: none;
  margin: 0!important;
  border-top:1px solid #e2e2e2;
}
#box_category ul li,#box_freepage ul li{
  margin-bottom: 0!important;
  border-bottom:1px solid #e2e2e2;
}
#box_category ul li a,#box_freepage ul li a{
  display:block;
  padding: 8px 15px 8px 5px;
  text-decoration:none;
  background:url("https://img15.shop-pro.jp/PA01242/720/etc/icon_arrowright.png?cmsp_timestamp=2145") right 5px center no-repeat;
}
#box_category ul li a:hover,#box_freepage ul li a:hover{
  background:#f0f0f0 url("https://img15.shop-pro.jp/PA01242/720/etc/icon_arrowright.png?cmsp_timestamp=2145") right 5px center no-repeat;
  color:#333;
}
.side_bnr_list a{
  display:block;
  margin:5px 0 10px;
  text-decoration:none;
}
.side_bnr_list a:hover{
  opacity:0.7;
}
.side_bnr_list .bnr_kuroneko img{
  margin-bottom:10px;
}
.bnr_kuroneko{
  font-size:11px!important;
  line-height:1.4;
    color:#000!important;
  display:inline-block;
  margin-top:5px;
}
.bnr_kuroneko a span{
  color:#dd0000!important;
}
.box_paypal{
  margin-bottom:30px;
}

#side div#box_cart {
}

#side div#box_cart div.cart_button {
text-align: right;
}

#side div#box_owner {
}
#side div#box_owner h3,
#side div#box_Item_description h3{
  font-size:13px;
}
#side div#box_owner div.owner_photo {
padding-left: 20px;
}

#side div#box_owner img.owner_photo_inner {
width: 152px;
margin-bottom: 10px;
padding: 3px;
border: 1px solid #ccc;
}

#side div#box_owner p.name {
font-size: 20px;
margin-bottom: 10px;
padding-left: 20px;
}

#side div#box_owner p.memo {
font-size: 11px;
line-height: 18px;
margin-bottom: 10px;
padding-left: 20px;
}

#side div#box_owner p.website {
padding-left: 20px;
}

div#box_mailmaga a {
padding-left: 20px;
}

div#box_mobile img {
padding-left: 26px;
}

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

/* ************************************************ 
 *  Common Elements
 * ************************************************ */
/* @group Common Elements */

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

	table.table {
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		margin-bottom: 20px;
		}
		table.table th {
			border-bottom: 1px solid #ccc;
			border-left: 1px solid #ccc;
			padding: 5px;
			background: #f5f5f5;
			}
		table.table td {
			border-bottom: 1px solid #ccc;
			border-left: 1px solid #ccc;
			padding: 5px;
			}


div.footstamp {
	margin-bottom: 10px;
	padding-bottom: 20px;
	//border-bottom: 1px solid #eee;
	}
	div.footstamp span {
		margin: 0 5px;
		color: #999;
		}

div.sort {
	margin-bottom: 20px;
	text-align: right;
	float: right;
	}
	div.sort strong {
		margin-right: 5px;
		}
	div.sort a {
		margin-right: 5px;
		text-decoration: underline;
		}
	div.sort span {
		margin-right: 5px;
		font-weight: bolder;
		text-decoration: none;
		background: #eee;
		}

div.pager {
	margin: 20px 0;
	clear: both;
	text-align: center;
	}

div.none {
	clear: both;
	text-align: center;
	margin: 50px 0;
	}

/* radius */
.r3 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	}

.r5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	}

.r7 {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
	}

/* @group button */

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc 9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.btn-large [class^="icon-"] {
  margin-top: 1px;
}

.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}

.btn-small [class^="icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}

.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  background-color: #0074cc;
  *background-color: #0055cc;
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #004099 9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn_quick {
  margin: 10px 0;
}


#box_stylesample{
  padding:30px 0 0;
}
   .stylesample{
        padding: 0;
        margin: 0 0 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
      }
    .stylesample li{
        display: block;
        width: 31%;
        margin-bottom: 4%;
    }


    .stylesample li img{
        width: 100%;
        vertical-align: bottom;
    }
    .stylesample_btn,.newarrival_btn{
        display: block;
        padding: 0 0 20px;
        text-align: right;
    }
    .stylesample_btn a,.newarrival_btn a{
        position: relative;
        padding: 9px 60px 10px 50px;
        display: inline-block;
        background: #e5e5e5;
        color: #222;
        border-radius: 3px;
        text-decoration: none;
        font-size: 15px;
        vertical-align: middle;
    }
    .stylesample_btn a:after,.newarrival_btn a:after{
        position: absolute;
        right: 10px;
        display: inline-block;
        content: ">";
        color: #aaa;
        margin-left: 15px;
    }
    .stylesample_btn a:hover,
    .stylesample_btn a:active,
    .newarrival_btn a:hover,
    .newarrival_btn a:active{
        background: #ddd;
    }

.off_hyoji{
  display:block;
  margin: 2px 0 0;
  padding:2px 5px;
  line-height:1.2;
  background:#f00;
  color:#fff;
  font-size:11px;
  text-align:center;
}
/* footer変更 */
#footer{
    background: #f5f5f5;
    border-top: 0;
    padding: 0;
}
#footer a{
    display: inline-block;
}
#footer a:hover{
    opacity: 0.8;
    cursor: pointer;
}
#footer_info{
    background: #fff;
    border-top: 4px solid #f00;
}
#footer_info .footer_in{
    padding: 30px 0 0;
}
.footer_in{
    text-align: left;
    width: 930px;
    margin: auto;
    line-height: 1.8;
}
.footer_title{
    font-size: 20px;
    padding: 50px 0 0;
    font-weight: normal;
}
.footer_guide{
    display: flex;
    flex: initial;
    padding: 20px 0 50px;
}
.footer_guide a.arrow{
    display: inline-block;
    float: right;
    padding: 5px;
}
.footer_guide a.arrow:after{
    content: ">";
    display: inline-block;
    margin-left: 5px;
}
.footer_guide dl{
    display: inline-block;
    width: 46%;
    box-sizing: border-box;
    padding: 0;
}
.footer_guide dl:first-child{
    margin-right: 8%;
}

.footer_guide dt{
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: normal;
}
.footer_guide dt.guide_stock{
    margin: 50px 0 10px;
}
.footer_guide dd strong{
    margin-top: 5px;
    display: inline-block;
}
.footer_guide dd p{
    border: 1px solid #ccc;
    display: block;
    text-align: center;
    padding: 12px 10px;
    font-size: 13px;
    margin: 0 0 10px;
    background: #fff;
}
.footer_guide dd p span{
    font-weight: bold;
    color: #f00;
}
.footer_guide .card_img{
  border:1px solid #ccc;
}
.footer_shop_info{
    position: relative;
    background: #fff;
}
#footer ul.footer_menu{
    border-top: 4px solid #f00;
    padding: 20px 0 10px;
    min-width: 930px;
    margin-bottom: 0;
}
#footer ul.footer_menu a{
    display: inline-block;
    padding: 0 2px;
}
#footer ul.footer_menu a:after{
    content: "";
}
.copyright{
    font-size: 10px;
    text-align: center;
    padding: 10px 0;
}
.footer_sns{
    text-align: center;
    margin: 0 0 30px;
}
.footer_sns p{
    display: inline-block;
    margin:0 3px;
}
.footer_logo{
    margin: 0 0 20px;
    text-align: center;
}
.footer_adress{
    margin: 0 0 20px;
    text-align: center;
}
.footer_paypal{
  margin:-14px 0 0 -14px;
}

/* header追加 */
.header_in{
   width: 930px;
   margin: auto;
}
.main_navi{
  position:relative;
   z-index: 99999;
   background: #fff;
   text-align: center;
   //padding: 10px 0 5px;
   margin-bottom: 20px;
   border-bottom: 1px solid #f0f0f0;
}
.main_menu{
   margin: 0 auto 0;
   text-align: center;
   right: 0;
left: 0;
}
.main_menu li{
   list-style: none;
   display: inline-block;
   font-size: 13px;
   position: relative;
   vertical-align: top;
}
.main_menu > li > a,.main_menu > li > span{
   display: inline-block;
   text-decoration: none;
   padding: 20px 8px 20px;
   color: #333;
   line-height: 1;
}
.main_menu > li > a:after,.main_menu > li > span:after{
   content: "";
   display: block;
   height: 2px;
   background: #fff;
   position: relative;
   top: 10px;
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all  0.5s ease;
}
.main_menu li:hover a:after,.main_menu > li:hover > span:after{
   background: #f00;
}
.main_menu li a:hover{
   color: #333;
}
.main_menu li a:hover img{
   opacity: 0.8;
}

.logo{
   padding: 0;
   border: 0;
}
.mainnav_bland_list,.mainnav_category_list,.mainnav_style_list{
   display: none;
   position: absolute;
   top:  55px;
   left: -160px;
   padding: 20px;
   width: 850px;
   background: rgba(255,255,255,0.97);
   border: 2px solid #f00;
   z-index: 9999;
   text-align: left;
}
.mainnav_category_list{
   display: none;
   position: absolute;
   left: -50px;
   width: 450px;
}
.mainnav_style_list{
   left: -60px;
   width: 200px;
}
.mainnav_bland_list p,.mainnav_category_list p,.mainnav_style_list p{
   margin: 0 0 9px;
   display: block;
   color: #333;
   font-size: 15px;
}
.mainnav_bland_list li a,.mainnav_category_list li a,.mainnav_style_list li a{
   display: inline-block;
   text-decoration: none;
   padding: 7px 12px;
   background: #f2f2f2;
   //border-radius: 5px;
   margin: 3px 1px;
   font-size: 12px;
   border: 1px solid #f2f2f2;

}
.mainnav_style_list li,  .mainnav_style_list li a{
  display: block;
  text-align: center;
}
.mainnav_bland_list li a:hover,.mainnav_category_list li a:hover,.mainnav_style_list li a:hover{
  background: #fff;
  border: 1px solid #f00
}
.mainnav_bland_list li a:active,.mainnav_category_list li a:active ,.mainnav_style_list li a:hover{
}

/* freepage */
.freepage{
  line-height:2;
}
.freepage img{
  width:480px;
}
.freepage h2 img{
  width:100%;
}

.pay_detailIn{
  padding: 0 30px 30px;
  border: 3px solid #f0f0f0;
  font-size: 14px;
  line-height: 2;
}
.pay_detailIn p.first-child{
  margin: 30px 0 20px;
}
.pay_detailIn ul{
  list-style: none;
}
.pay_menu{
  list-style: none;
  display: flex;
  margin: 40px auto 0;
  justify-content: space-between;
}
.pay_menu li{
  width: 24%;
}
.pay_menu li a{
  text-decoration: none;
  display: block;
  padding: 15px 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  background: #f3f3f3;
  border-radius: 5px;
}
.pay_menu li a:after{
  /* content: "▼";
  display: block;
  margin: 5px auto 0;
  height: 1em;
  font-size: 0.4em; */
}
.pay_menu li a:hover{
  background: #f0c0c0;
  color: #000;
}
.pay_detail{
  padding: 50px 0 0;
}
.pay_sttl{
  //text-align: center;
  font-size: 22px;
  padding: 30px 0 15px;
  color: #000;
}
.pay_sttl_sub{
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding: 30px 0 10px;
}
.pay_list li{
  margin: 0;
}
.pay_list li:before{
  content: "・";
  display: inline-block;
  width: 1em;
  height: 1em;
}
.pay_list li span{
  font-weight: bold;
}
.pay_table{
  //width: 70%;
  margin: 0 0 10px;
  border-top: 1px solid #ddd;
}
.pay_table tr{
  border-bottom: 1px solid #ddd;
}
.pay_table th{
  padding: 10px 0;
  width: 18em;
  font-weight: normal;
}
.pay_table td{
  padding: 10px 0;
  font-weight: bold;
  text-align: right;
}
.pay_table02 th{
  padding: 10px 0;
  width: 10em;
  font-weight: bold;
}
.pay_table02 td{
  padding: 10px 0;
  font-weight: normal;
  text-align: left;
}
.pay_deteillink{
  text-align: right;
}
.pay_deteillink a{
  padding: 5px 0 0;
  display: inline-block;
}