.tac {
text-align: center;
}
.arrow_s {
  position: relative;
  display: inline-block;
  padding-left: 12px;
}
.arrow_s:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #f39c12;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
section.__content-top {
    max-width: 780px;
    margin: 0px auto 50px;
    padding-top: 10px;
}
.__content-top img {
    margin-bottom: -6px;
}
section.__add-cart {
    margin: 35px auto;
    text-align: center;
}
.__add-cart {
text-align : center ;
}
p.top-greeting {
    line-height: 30px;
    letter-spacing: 2px;
   padding: 0 1rem;
}
    .aside section.__block.__block--category .__body ul.__tree > li.__item:first-child {
        border-top: none;
        margin-top: 0;
        line-height: 35px;
    }
.aside section.__block.__block--cart .__body, .aside section.__block.__block--search .__body {
    padding: 1em 0;
}
    .aside section.__block.__block--search .__body input {
        width: 10em;
        margin-right: 0.3em;
    }
.aside section.__block.__block--category .__body ul.__tree > li.__item {
        margin-top: .5em;
        line-height: 35px;
    }
.aside section.__block.__block--calendar ul li table.cal thead th {
    text-align: center;
    padding: .5em 0;
    border: 1px solid #fff;
}
.aside section.__block.__block--calendar ul li table.cal tbody th {
    border: 1px solid #fff;
}
.aside section.__block.__block--login.__is-guest .__body .__login-link .__link {
    color: #fff;
    background-color: #f39c12;
    font-weight: bold;
    padding-left: 3.5em;
    padding-right: 3.5em;
    border-radius: 0.5em;
}
.aside section.__block.__block--login .__body ul.__menu li {
    display: block;
    text-align: center;
    padding: 0.35em 0;
}
li.__regist {
    border-radius: 0.5em;
    border: 1px solid #f39c12;
    width: 80%;
    margin: 0 auto;
    letter-spacing: 0.1rem;
}
p._registration {
    text-align: center;
    margin: 0 auto 40px;
    max-width: 30%;
    border: 1px solid #f39c12;
    border-radius: 5px;
    padding: 5px 0;
}
.c-button, .c-button-submit {
    font-family: inherit;
    line-height: inherit;
    padding: 0.4em 0.5em;
    border: 1px solid transparent;
    background-color: #f39c12;
    color: #fff;
    text-decoration: none;
    border-radius: .3em;
    display: inline-block;
    zoom: 1;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

.main.main--product-detail section.__information .__secondary .__control span.__bookmark .__button:after {
    content: 'お気に入りに追加する';
    color: #000;
    font-size: 0.9rem;
    padding: 0px 4px 0px 0px;
}

/* 商品ページテーブルタグ  */
table td {
    word-break: break-all;
    border: 1px solid #ddd;
}
table th {
    text-align: left;
    word-break: break-all;
    border: 1px solid #ddd;
}
h3.__title {
    padding: 4px 10px;
    letter-spacing: 1px;
}
.__description {
    margin: 10px 10px 35px 10px;
    letter-spacing: 1px;
    line-height: 30px;
}
#item-cont-re {
  font-family:"メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-size:100.01%;
  width: 728px;
  overflow:hidden;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}

#item-cont-re .img-box {
  width: 728px;
  padding: 0;
  margin: 0 auto 16px;
  text-align: center;
}

#item-cont-re .img-box img {
  max-width: 100%;
  min-width: 500px;
}

#item-cont-re .img-box a img:hover {
  opacity: 0.8;
}

#item-cont-re .title-box {
  width: 500px;
  margin: 0 auto;
  text-align: center;
}

#item-cont-re .title-box h2 {
  font-size: 24px;
  color: #333;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0 0 8px;
}

#item-cont-re .title-box p {
  font-size: 16px;
  color: #666;
  margin: 16px auto;
  padding: 0;
}

#item-cont-re .item-caption {
  width: 500px;
  margin: 0 auto;
}

#item-cont-re .item-caption p {
  font-size: 14px;
  color: #555;
  line-height: 1.8em;
  text-align: left;
  display: inline-block;
}

table.spec {
  font-size: 13px;
  color: #333;
  line-height: 1.4em;
  min-width: 350px;
  border: 1px solid #c1c1c1;
  border-collapse: collapse;
  margin: 20px 0;
}

table.spec th {
  border: 1px solid #c1c1c1;
  background: #eee;
  padding: 8px;
  font-weight: bold;
  text-align: center;
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(248,248,248,1)));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
  }

table.spec td {
  width: 70%;
  padding: 10px;
  border: 1px solid #c1c1c1;
  text-align: left;
  background: #fff;
margin-top:10px;
}
#item-cont-re {
 font-family:"メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", sans-serif; font-size:100.01%;
 width: 728px; 
overflow:hidden; margin: 0 auto;
 text-align: center;
 background: #fff;
 } 
#item-cont-re .img-box { 
width: 728px;
 padding: 0;
 margin: 0 auto 16px;
 text-align: center;
 } 
#item-cont-re .img-box img { max-width: 100%;
 min-width: 500px;
 } 
#item-cont-re .img-box a img:hover { opacity: 0.8; } 
#item-cont-re .title-box { width: 500px; margin: 0 auto; text-align: center; } 
#item-cont-re .title-box h2 { font-size: 24px; color: #333; border-bottom: 1px solid #ddd; margin: 0; padding: 0 0 8px; } 
#item-cont-re .title-box p { font-size: 16px; color: #666; margin: 16px auto; padding: 0; } 
#item-cont-re .item-caption { width: 500px; margin: 0 auto; } 
#item-cont-re .item-caption p { font-size: 14px; color: #555; line-height: 1.8em; text-align: left; display: inline-block; } 
table.spec { font-size: 13px; color: #333; line-height: 1.4em; min-width: 350px; border: 1px solid #c1c1c1; border-collapse: collapse; margin: 0 0 20px 0; } 
table.spec th { border: 1px solid #c1c1c1; background: #eee; padding: 8px; font-weight: bold; text-align: center; background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(248,248,248,1))); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); } table.spec td { width: 70%; padding: 10px; border: 1px solid #c1c1c1; text-align: left; background: #fff; }

.main.main--quickorder-form .__input-form .__body .__table tbody tr td {
    vertical-align: middle;
    border: 1px solid #fff;
}
.main.main--quickorder-form .__input-form .__body .__table tr th {
    font-weight: normal;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
}
@media (max-width: 576px) {
  th, td {
    display: inline-block;
    width: 100%;
    float: left;
  }
    .c-heading-main {
        border-top: 0px solid rgb(243, 156, 18);
    }
li.__regist {
    width: 100%;
    border: 0;
}
p._registration {
    max-width: 50%;
}
 .p-form-table tr {
border: 0;
}
.p-form-table tr th {
        border: 0;
        padding: 0.8em 0 0.2em;
}
.p-form-table tr td {
        border: 0;
}
.main.main--regist-form .__kiyaku {
    margin-top: 0em;
}
    .main.main--regist-form .__submit, .main.main--regist-confirm .__submit {
        background-color: #f2f2f2;
    }
    .main.main--regist-form .__submit, .main.main--regist-confirm .__submit {
        margin-top: 0;
    }
.c-button, .c-button-submit {
  margin : 25px 0 ;
}
.main.main--login section.__input .__remember {
    margin-top: 0;
    text-align: center;
    background-color: #f2f2f2;
}
.c-form label {
margin :20px;
}
.main.main--send-cost-list .__price table tr th, .main.main--send-cost-list .__price table tr td {
    width: 100%;
}
}
/* TOPロゴサイズ調整 */
@media screen and (min-width: 600px) {
    .header .__banner .__wrap a.__logo img {
        max-height: 6em;
    }
}
@media screen and (max-width: 599px) {
    .header .__banner .__wrap a.__logo img {
        line-height: 1;
        max-height: 3.5em;
    }
    .header .__banner .__wrap .__view-cart {
        display: table-cell;
        width: 4.0em;
        height: 3.5em;
    } 
   .header .__banner .__wrap .__toggle-open label {
        display: block;
        text-align: center;
        width: 4.5em;
        height: 3.5em;
        padding: 1.0em;
    }
}