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

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

body {
  color: #555;
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align:center;
  overflow: hidden;
}

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

a:visited {
  text-decoration: underline;
}

a:hover {
  /* color: #3579bf; */
  color: #E63237;
  text-decoration: underline;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

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

hr {
  margin: 10px 0;
  border: 0;
  clear: left;
}
.page_shoplist hr {
	height: 6px;
	background: url(https://ibrahimjabbari.com/english/images/hr-11.png) repeat-x 0 0;
    border: 0;
    margin: 40px 0;
}

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

img.new_mark_img1 {
  margin-right: 5px !important;
}

img.new_mark_img2 {
  margin-left: 5px !important;
}

.sold_out {
color: #FF0000;
}

/* ************************************************ 
 *  layout
 * ************************************************ */
/*ページ全体の幅、レイアウトをセンタリング*/
.kesu { display: none; }

#container {
  max-width:1000px;
  margin: 0px auto;
  text-align:left;
}

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

/*サイド*/
#side {
  float: left;
  width: 22%;
  background: #f2f2f2;
}

/*メイン*/
#main {
  float: right;
  width: 74%;
}

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

/* ************************************************ 
 *  header
 * ************************************************ */
#header div.header_left {
  float: left;
  margin: 15px 0px 0;
}
  #header div.header_right p {
  line-height: 16px;
  color: #888;
  }
#header div.header_link {
  float: right;
  margin: 15px 0px 0;
  }
  #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;
        color: #888;
        }

    #header div.header_link ul li.my_account {
      }

    #header div.header_link ul li.view_cart {
      }

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

#header h1.logo, #header p.logo {
  text-align: center;
  margin: 0px auto 0px;
  padding-top: 15px;
  width: 178px;
}

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

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

#header .headerNav {
  text-align: center;
  margin: 30px 0 0;
  position: relative;
}
#header .headerNav .list {
  display: inline-block;
}
#header .headerNav .list > li {
  display: inline-block;
  padding: 0 20px 0px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.06em;
  vertical-align: top;
}
#header .headerNav .list > li > a {
  color: #3E3432;
  height: 24px;
  padding: 2px 0 0;
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -ms-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
}
#header .headerNav .list > li > a:after {
  content: "";
  display: block;
  width: 0;
  margin: 10px auto 0;
  border-bottom: 3px solid #c41b1f;
  -webkit-transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -ms-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
}
#header .headerNav .list > li.toOnline > a {
  background-image: url(../images/common/cart_i.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 2px 15px 5px 22px;
  position: relative;
}
#header .headerNav .list > li.toOnline > a:before {
  content: "";
  background-image: url(../images/common/arrow_mn.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 7px;
  height: 5px;
  position: absolute;
  top: 5px;
  right: 0;
}
#header .headerNav .list > li.toOnline > a:after {
  background: none;
}
#header .headerNav .list > li.toOnline:hover > a {

}
#header .headerNav .list > li.toOnline:hover > a:before {

}
#header .headerNav .list > li.mag > a {
  background-image: url(../images/common/outlink_i.png);
  background-repeat: no-repeat;
  background-position: right top;
  padding: 2px 21px 0 0;
}
#header .headerNav .list > li:hover > a {
  color: #E63237;
}
#header .headerNav .list > li:hover > a:after {
  width: 100%;
}
#header .headerNav .catNavList {
  position: absolute;
  width: 100%;
  top: 34px;
  left: 0;
  overflow: hidden;
  text-align: center;
  display: none;
}
#header .headerNav .list > li.toOnline:hover .catNavList {
  display: block;
}
#header .headerNav .catNavList .inr {
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
  width: 100%;
  height: 205px;
  overflow: hidden;
  background: #eee;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 99999;
}
#header .headerNav .catNavList ul {
  padding: 34px 0 0;
  font-size: 0;
  max-width: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
#header .headerNav .catNavList ul li {
  margin: 0 25px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: 400ms ease 300ms;
  -moz-transition: 400ms ease 300ms;
  -ms-transition: 400ms ease 300ms;
  -o-transition: 400ms ease 300ms;
  transition: 400ms ease 300ms;
}
#header .headerNav .catNavList ul li .img {
  height: 94px;
  line-height: 94px;
  text-align: center;
  overflow: hidden;
}
#header .headerNav .catNavList ul li .img img {
  -webkit-transition: 400ms ease;
  -moz-transition: 400ms ease;
  -ms-transition: 400ms ease;
  -o-transition: 400ms ease;
  transition: 400ms ease;
}
#header .headerNav .catNavList ul li p {
  margin: 7px 0 0;
  font-size: 13px;
  font-weight: 300;
}
#header .headerNav .catNavList ul li a { 
  text-decoration: none;
}
#header .headerNav .catNavList ul li.pick {
  margin: 0 23px 0 55px;
}
#header .headerNav .catNavList ul li:hover .img img {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
#header .headerNav.off .catNavList .inr {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#header .headerNav.off .catNavList ul li {
  opacity: 0;
}
#header .headerNav .viewBtn {
  width: 100px;
  line-height: 100px;
  border: 1px solid #555;
  font-size: 14px;
  margin-top: 15px;
}
#header .headerNav .viewBtn:hover {
  border-color:  #E63237;
}
#header .headerNav .viewBtn a {
  display: block;
  text-decoration: none;
  padding: 8px 0 10px;
}
#header .headerNav .viewBtn a span {
  display: block;
  width: 178px;
}
#header .header-sp-right { display: none; }
#header .header-sp-right .login-icon a, #header.header-sp-right .cart-icon a { display: none; }
/* ************************************************ 
 *  footer
 * ************************************************ */
#footer {
  text-align: left; 
}
#footer a {
  color: #666;
}
#footer .foot-logo {
  width: 30%;
  float: left;
}
#footer .foot-logo img {
  width: 50%;
  height: auto;
  margin-bottom: 15px;
}
#footer .foot-logo p {
  font-size: 12px; 
  margin-bottom: 15px;
}
.product_link_area div.fb,
#footer .foot-logo div.fb {
  background: url(https://img21.shop-pro.jp/PA01330/759/etc/fb-icon.png);
  background-size: cover;
  width: 35px;
  height: 35px;
  float: left;
}
.product_link_area div.fb:hover,
#footer .foot-logo div.fb:hover {
  background: url(https://img21.shop-pro.jp/PA01330/759/etc/fb-hover.png);
  background-size: cover;
}
.product_link_area div.insta,
#footer .foot-logo div.insta {
  background: url(https://img21.shop-pro.jp/PA01330/759/etc/insta-icon.png);
  background-size: cover;
  margin: 0 20px;
  width: 35px;
  height: 35px;
  float: left;
}
.product_link_area div.insta:hover,
#footer .foot-logo div.insta:hover {
  background: url(https://img21.shop-pro.jp/PA01330/759/etc/insta-hover.png);
  background-size: cover;
}
.product_link_area div.line,
#footer .foot-logo div.line {
  background: url(https://img21.shop-pro.jp/PA01330/759/etc/line-icon.png);
  background-size: cover;
  width: 35px;
  height: 35px;
  float: left;
}
.product_link_area div.line:hover,
#footer .foot-logo div.line:hover {
  background: url(https://img21.shop-pro.jp/PA01330/759/etc/line-hover.png);
  background-size: cover;
}
#footer .menu { 
  width:70%; float: left;
  visibility: visible;
  opacity: 1;
  top: 0px;
  padding: 0px;
}
#footer .menu .shoplist {
  width: 33.333333%;
  float: left;
}
#footer .menu .shoplist h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #555;
}
#footer .menu .shoplist ul {
  list-style: none;
}
#footer .menu .shoplist ul li {
  font-size: 12px;
  list-style: none;
  margin-bottom: 0;
}
#footer .menu .shoplist ul li a {
  text-decoration: none;
}
#footer .menu .shoplist ul li a:hover {
  text-decoration: underline;;
}
#footer .copy {
  clear: both;
  text-align: right;
  padding: 0;
}

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

#main div.box h3 {
margin-bottom: 20px;
font-size: 20px;
}

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

.item_box .item_photo {
margin: 0px;
height: 200px;
position: relative;
}

.item_box .item_photo img.item {
max-width: 100%;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}

.item_box .item_detail {
margin: 10px;
  position: relative;
  z-index: 10;
}

.item_box .item_detail p.item_name {
font-size: 14px;
margin-bottom: 8px;
}
.item_box .item_detail p.item_name a { text-decoration: none; }

.item_box .item_detail p.item_regular_price {
margin-bottom: 10px;
}

.item_box .item_detail p.item_price {
margin-bottom: 10px;
}

.item_box .item_detail p.item_discount {
margin-bottom: 10px;
}

/* ************************************************ 
 *  Top_Page
 * ************************************************ */
#main #box_news {
}

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

#main #box_recommend {
}

#main #box_sellers {
}

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

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

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

div.footstamp {
}
div.footstamp p {
	margin-top: 3px;
}
div.footstamp span {
margin: 0 5px;
color: #999;
}

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

/* ************************************************ 
 *  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 {
margin-bottom: 50px;
}
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 {
margin-top: 40px;
}
div#payment_method table.table {
width: 100%;
}
div#payment_method table.table th {
width: 200px;
text-align: center;
}


div#shipping_method {
margin-top: 40px;
}
div#shipping_method table.table {
width: 100%;
}
div#shipping_method table.table th {
width: 200px;
text-align: center;
}

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

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

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

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

#side div#box_cart {
}

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

#side div#box_owner {
}

#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 {
    font-size: 12px;
	}
.footstamp p { font-size: 12px; margin: 10px -500% 25px; background: #f5f5f5; padding: 5px 500%; z-index: 999; }
.footstamp p a { text-decoration: none; color: #888; }
	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;
}

.line-at { max-width: 520px; margin: auto; padding: 30px 0; }
.line-at img { width: 100%; height: auto; }
.line-at .sp { width: 50%; float: left; margin-top: 10px; }
.line-at .tokuten { width: 50%; float: right;margin-top: 40px;  }
.line-at .imasugu { padding-top: 30px; }
.line-at .box-215 { width: 41.346154%; float: left; }
.line-at .go { width: 58.653846%; float: right; }

.page_collection { max-width: 850px; margin: auto; padding-top: 30px; }
.page_collection h2.free_h2 { font-size: 22px; text-align: center; border-bottom: 1px solid #888; padding-bottom: 5px; }
.page_collection .free_sub_title { font-size: 15px; text-align: center; margin: 15px 0 50px; }
.page_collection .collection { font-size: 14px; }
.page_collection .collection .left-box { width: 41.176471%; float: left; }
.page_collection .collection .left-box img { width: 100%; height: auto; }
.page_collection .collection .right-box { width:53%; float: right; }
.page_collection .collection .right-box p { margin-bottom: 20px; }
.page_collection .collection .view_item { text-align: right; }
.page_collection .collection .view_item a { border: 1px solid #888; padding: 5px 15px; text-decoration: none; margin: 0px; }
div.danraku { clear: both; padding: 25px 0px; }

.page_shoplist { max-width: 850px; margin: auto; padding-top: 30px; }
.page_shoplist h2.free_h2 { font-size: 22px; text-align: center; border-bottom: 1px solid #888; padding-bottom: 5px; }
.page_shoplist h3 { font-size: 20px; color: #888; margin: 0 0 10px 0; }
.page_shoplist .free_sub_title { font-size: 15px; text-align: center; margin: 15px 0 50px; }
.page_shoplist table.shopinfo { font-size: 14px; width: 100%; }
.page_shoplist table.shopinfo td.left { width:50%; padding-right: 15px; }
.page_shoplist table.shopinfo td.left img { width: 100%; height: auto; }
.page_shoplist table.shopinfo td.right { width:50%; padding-left: 15px; }

.cbp_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
} 
.cbp_tmtimeline li { margin-bottom: 30px; }
/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 6px;
	background: #ccc;
	left: 17%;
	margin-left: -10px;
}

/* The date/time */
.cbp_tmtimeline > li {
	position: relative;
}

.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 10%;
	padding-right: 60px;
    padding-top: 22px;
	position: absolute;
    color: #555;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
    font-size: 24px;
    padding-right: 10px;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 15px 25%;
	background: #fff;
	color: #888;
	padding: 1.5em;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6;
	position: relative;
	border-radius: 5px;
    box-shadow: -2px 2px 15px rgb(180,180,180);
}

.cbp_tmtimeline > li .cbp_tmlabel h2 { 
	margin-top: 0px;
    margin-bottom: 15px;
	padding: 0 0 7px 0;
	border-bottom: 1px solid rgb(200,200,200);
    color: #888;
    font-size: 20px;
    font-weight: normal;
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #fff;
	border-width: 10px;
	top: 32px;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 80px;
	height: 80px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 80px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 4px #bbb;
	text-align: center;
	left: 14.4%;
	top: 0;
	margin: 0 0 0 -25px;
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
		font-size: 1.5em;
	}
	.item_box .item_photo {
		margin: 0px;
		height: 180px;
	}
}

@media screen and (max-width: 47.2em) {
  .cbp_tmtimeline > li .cbp_tmicon {
	width: 50px;
	height: 50px;
    line-height: 50px;
	box-shadow: 0 0 0 2px #bbb;
  }
    .cbp_tmtimeline > li .cbp_tmicon img {
     width: 100%;
      height: 100%;
  }
.cbp_tmtimeline > li .cbp_tmlabel h2 { 
    font-size: 18px;
}
	.cbp_tmtimeline:before {
		display: none;
	}

	.cbp_tmtimeline > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.cbp_tmtimeline > li .cbp_tmtime span {
		text-align: left;
	}

	.cbp_tmtimeline > li .cbp_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
	}

	.cbp_tmtimeline > li .cbp_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #fff;
		top: -20px;
	}

	.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
		border-right-color: transparent;
		border-bottom-color: #fff;
	}

	.cbp_tmtimeline > li .cbp_tmicon {
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0px;
	}
	.item_box .item_photo {
		margin: 0px;
		height: 155px;
	}
}
h3.title-history { font-size: 22px; text-align: center; padding: 0 0 12px; background: url(https://img21.shop-pro.jp/PA01330/759/etc/german.jpg) no-repeat center bottom;}
p.title-history-sub { text-align: center; margin: 11px 0 25px; }

.header-sp-left { display: none; }
.nav-menu { display: none; }

#company { max-width: 750px; margin: auto; }
#company #company-table { width: 100%; margin-bottom: 60px; }
#company #company-table th { width: 30%; padding: 15px; border-left: 2px solid #DE5E60; }
#company #company-table td { width: 70%; padding: 15px 0; }

.calender { margin: 0 20px; }
.calender table { width: 100%; margin-bottom: 15px; }
.calender table th, .calender table td { text-align: center; font-size: 13px; }

img.pc { display: block; margin: 20px auto 20px; max-width: 728px; }
img.sp { display: none; }

@media screen and (max-width: 480px) {
  img.pc { display: none; }
  img.sp { display: block; margin: 20px auto 20px; width: 100%; }
#main { float: none; width: 92%; margin: auto; }
#header { height: 55px; position: fixed; top: 0; left: 0; background: #fff; z-index: 9999;}
#header h1.logo, #header p.logo { padding-top: 10px; width: 100px;}
#header div.header_left { display: none;}
#header div.header_link { display: none; }
#header .headerNav { display: none; }
#header .header-sp-left { display: block; width: 33px; margin: 15px 0px 7px 0; float: left; }
#header .header-sp-right { display: block; width: 66px; margin: 15px 5px 0 0; float: right; }
#header .header-sp-right .login-icon { margin-right: 3px; }
#header .header-sp-right .login-icon, #header.header-sp-right .cart-icon { width: 33px; height: 100%; float: left; text-align: center; }
#header .header-sp-right .login-icon a, #header .header-sp-right .cart-icon a { display: block; width: 100%; height: 100%; color: #888; }
#header .header-sp-right i { font-size: 28px; }
.header-bnr { margin-top: 55px; }
#footer { width: 90%; margin: auto; }
#footer .foot-logo { width: 100%; float: none; text-align: center; margin-bottom: 30px;}
#footer .foot-logo img {margin-bottom: 15px; }
#footer .foot-logo p { font-size: 12px;  margin-bottom: 15px; }
.product_link_area div.fb,
#footer .foot-logo div.fb { float: none; display: inline-block;}
.product_link_area div.insta,
#footer .foot-logo div.insta  { float: none; display: inline-block;}
.product_link_area div.line,
#footer .foot-logo div.line { float: none; display: inline-block;}
#footer .menu {  width:100%; float: none; }
#footer .menu .shoplist { width: 100%; float: none; margin-bottom: 30px; }
#footer .menu .shoplist h4 { }
#footer .copy { text-align: center;}
.item_box {width: 46%;margin: 0 0 30px 2%;}
  
.menu-btn {
    position: fixed;
    top: 12px;
    left: 10px;
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 99999;
    font-weight: bold;
}

.menu-btn span {
    color: #888;
}

.menu-btn span:after {
    content: attr(data-txt-menu);
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span:after {
    content: attr(data-txt-close);
}
.nav-menu {
    position: fixed;
    display: table;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}

.nav-menu ul {
    display: table-cell;
    vertical-align: top;
    margin-top: 50px;
}

.nav-menu li {
    width: 88%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #fff;
}

.nav-menu li a {
    display: block;
    font-size: 18px;
    color: #fff;
    padding: 6px 0;
}

.nav-menu li a:hover {
    color: #999;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .nav-menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}
.nav-menu {
    position: fixed;
    display: table;
    top: 55px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}

.nav-menu ul {
    display: table-cell;
    vertical-align: top;
    padding-top: 50px;
    list-style: none;
}

.nav-menu li {
    width: 88%;
    margin: 0 auto 10px;
    text-align: center;
    border: 1px solid #fff;
}

.nav-menu li a {
    display: block;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
}

.nav-menu li a:hover {
    color: #999;
}
.nav-menu li.menu-shoes { padding: 10px 0; color: #fff; font-size: 14px; }
.nav-menu li.menu-shoes ul { padding-top: 6px; }
.nav-menu li.menu-shoes ul li { font-size: 13px; border-left: none; border-right: none; border-bottom: none; border-top: 1px dotted #fefefe; }
  
/* 開閉用ボタンがクリックされた時のスタイル */
.open .nav-menu {
    cursor: url(../images/cross.svg),auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}
ul li .none-submenu {
display: block;
}
ul.submenu { width: 100%; display: block; margin-top: 5px; }
 
ul li .active-submenu {
display: block;
}
.nav-menu li ul li a {
    padding: 8px 0;
}
.nav-menu li ul li { margin-bottom: 0px; }

div.footstamp { font-size: 11px; margin-top: 55px; }
.footstamp p { font-size: 11px; margin: 10px -500%; background: #f5f5f5; padding: 5px 500%; z-index: 999; }
  
.line-at { width: 92%; }
.line-at .sp { width: 100%; float:none; }
.line-at .tokuten { width: 100%; float: none;margin-top: 20px;  }
.line-at .imasugu { padding-top: 30px; }
.line-at .box-215 { width: 100%; float: none; text-align: center; }
.line-at .go { width: 100%; float: none; margin-top: 15px; }
  .line-at .box-215 img { width: 200px; height: auto; }

.page_collection { width: 92%; }
.page_collection .free_sub_title { font-size: 14px; text-align: center; margin: 15px 0 50px; }
.page_collection .collection { font-size: 14px; }
.page_collection .collection .left-box { width: 100%; float: none; margin: 0 auto 15px; }
.page_collection .collection .right-box { width:100%; float: none; }
.page_collection .collection .right-box p { margin-bottom: 15px; }
.page_collection .collection .view_item { text-align: center; }
.page_collection .collection .view_item a { border: 1px solid #888; padding: 5px 15px; text-decoration: none; margin: 0px; }
div.danraku { clear: both; padding: 25px 0px; }
  
  .page_shoplist { width: 92%; }
.page_shoplist table.shopinfo td.left { width:100%; padding-right: 0px; display: block; padding-bottom: 10px; }
.page_shoplist table.shopinfo td.left img { width: 100%; height: auto; }
.page_shoplist table.shopinfo td.right { width:100%; padding-left: 0px; display: block;}
  
}
