@charset "euc-jp";

body {
  margin: 0;
  padding: 0;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
a {
  color: #4183c4;
}
table {
  border-spacing: 0;
}

.base01 {
  margin: 0 auto;
}
.base02 {
  margin: 0 auto;
}

.alert--trial-account {
  border: 1px solid #f00;
  background-color: #fff;
  color: #f00;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding: 4px;
  margin: 5px 0;
}
.alert--owner {
  border: 1px solid #228b22;
  background-color: #fff;
  color: #228b22;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding: 4px;
  margin: 5px 0;
}

/*
 * View PC
 */

.view_pc .base01 {
  width: 804px;
  text-align: center;
}
.view_pc .base02 {
  width: 700px;
  text-align: left;
}
.view_pc .text_area {
  padding: 20px 0 20px 52px;
  text-align: center;
}
.view_pc .copyright {
  padding: 20px 0 6px 0;
  font-size: 11px;
  text-align: center;
  color: #444;
}
.view_pc .secure_seal {
  margin: 20px auto;
  text-align: center;
}
.view_pc .secure_seal span {
  font-size: 9px;
  text-align: left;
  line-height: 14px;
}

/*
 * Objects
 */

.is-visible--phone {
  display: none;
  visibility: hidden;
}

.p-page__wrap {
  width: auto;
  font-size: 13px;
}
.view_pc .p-page__container {
  margin: 0 auto;
  width: auto;
  max-width: 700px;
}
.view_pc .base01 {
  max-width: 804px;
}
.p-page__wrap .p-shop__header {
  width: auto;
  text-align: center;
  padding: 20px 0;
}
  .p-shop__header a:link,
  .p-shop__header a:visited {
    text-decoration: none;
  }
  .p-shop__header a:hover,
  .p-shop__header a:active {
    text-decoration: underline;
  }
    .p-shop__logo {
      max-width: 100%;
      height: auto;
      margin: 0 auto;
      display: block;
    }
    .p-shop__title {
      /*color: #222;*/
      font-size: 36px;
      line-height: 1.5;
      font-weight: normal;
    }

.p-page__copyright {
  font-size: 10px;
  text-align: center;
  padding: 20px 0;
}
.p-page__secure {
  max-width: 400px;
  margin: 0 auto;
}
  .p-page__secure:after {
    content: "";
    clear: both;
    display: block;
  }
.p-secure__image {
  width: 120px;
  float: left;
}
.p-secure__msg {
  width: 280px;
  font-size: 9px;
  line-height: 1.5;
  float: right;
}

.p-page__title {
  color: #222;
  font-size: 20px;
  text-align: center;
  margin: 10px 0 30px;
  line-height: 1.5;
}
.p-page__sub-title {
  color: #222;
  font-size: 16px;
  margin: 40px 0 20px;
  line-height: 1.5;
}
.p-page__body {
  background: #fff;
}
.p-page__body-inner {
  color: #222;
  border-top: 2px solid #f6f6f6;
  border-bottom: 2px solid #f6f6f6;
  padding: 20px;
}

.p-mailmaga__email {
  font-size: 16px;
  text-align: center;
  margin: 50px 0 30px;
}

.p-review-product__img {
  max-width: 250px;
  max-height: 250px;
  height: auto;
  display: block;
  margin: 0 auto 20px;
  border: 2px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
  .p-review-product__img:active {
    box-shadow: none;
  }
  .p-review-product__img--float {
    width: 40%;
    max-width: 120px;
    max-height: 120px;
    margin: 0 20px 0 0;
    float: left;
  }
.p-review-product__name {
  font-size: 16px;
  margin-bottom: 20px;
}
.p-review-product__note {
  clear: both;
  padding: 1em 0;
  font-size: 12px;
}
.p-review-list__unit {
  padding: 20px 0;
}
  .p-review-list__unit:after {
    content: "";
    clear: both;
    display: block;
  }
.p-review-list__info {
  margin: 5px 0 10px;
  padding: 0;
  list-style-type: none;
  font-size: 12px;
}
.p-review-list__info li {
  display: inline;
  padding-left: 20px;
}
  .p-review-list__info li:first-child {
    padding: 0;
  }
.p-review-list__img {
  display: block;
  float: left;
  margin: 0 20px 10px 0;
}
.p-review-list__title {
  font-weight: bold;
  font-size: 16px;
}
.p-review-list__reply {
  margin-top: 20px;
}
.p-review-list__reply-info {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  font-size: 12px;
}
.p-review-list__reply-info li {
  display: inline;
  padding-left: 20px;
}
  .p-review-list__reply-info li:first-child {
    padding: 0;
  }
.p-review-list__reply-comment {
  border-left: 3px solid #eff2f3;
  padding: 3px 0 3px 20px;
}
.p-review-list__pager {
  margin: 1em 0;
  text-align: center;
}

.c-text--danger {
  color: #f44336;
}

.c-button__group {
  margin: 20px 0;
  text-align: center;
}
.c-button__group--sub {
  margin: 20px 0 30px;
  text-align: right;
}
.c-button__group-note {
  font-size: 11px;
}

.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  margin: 0 7px;
  color: #35454c;
  text-decoration: none;
  border: none;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
}
.c-button {
  background: #eff2f4;
  line-height: 1;
  font-size: 13px;
  padding: .75em 1.5em;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
}
  .c-button:hover {
    background: #dfe5e8;
  }
  .c-button:active {
    box-shadow: none;
  }
.c-button:disabled,
.c-button.disabled,
.c-button:disabled:hover,
.c-button.disabled:hover {
  background: #d0d8dc;
  color: #eff2f4;
  cursor: default;
  box-shadow: none;
}
.c-button--primary,
.c-button--primary:link,
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:visited {
  color: #fff;
}
.c-button--primary {
  background: #2196f3;
}
  .c-button--primary:hover {
    background: #1e87da;
  }
.c-button--danger,
.c-button--danger:link,
.c-button--danger:hover,
.c-button--danger:active,
.c-button--danger:visited {
  color: #86251e;
}
.c-button--danger {
  background: #feedeb;
}
  .c-button--danger:hover {
    background: #fdd9d7;
  }


.c-button--lg {
  font-size: 16px;
  padding: 1em 3.6em;
}
.c-button--sm {
  font-size: 12px;
}

.c-alert {
  color: #607d8b;
  background: #eff2f4;
  padding: 20px;
  margin: 30px 0;
  line-height: 1.6;
  text-align: left;
}
.c-alert--danger {
  color: #f44336;
  background: #feedeb;
  font-weight: bold;
}
.c-alert--success {
  color: #4caf50;
  background: #edf7ee;
  font-weight: bold;
}

.c-msg {
  margin: 70px 0;
  text-align: center;
  line-height: 1.8;
}

.c-form__table {
  border: none;
  width: 100%;
  margin: 30px 0;
}
.c-form__title {
  color: #222;
  width: 35%;
  vertical-align: top;
  padding: 17px 20px 17px 0;
  text-align: right;
  font-weight: normal;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-form__content {
  color: #222;
  width: 65%;
  vertical-align: middle;
  text-align: left;
  padding: 10px 0;
  font-size: 13px;
}
  .c-form__content.c-type-of-money,
  .c-form__content.c-type-of-point {
    font-size: 20px;
  }
.c-form__note {
  margin: .3em 0;
  font-size: 12px;
}
.c-form__example {
  margin: .3em .5em;
  font-size: 12px;
  color: #888;
}
.c-form__note--danger {
  display: none;
  color: #f44336;
}
.c-form__note--success {
  display: none;
  color: #4caf50;
}

.c-input--text {
  width: 100%;
  padding: 7px;
  border: 2px solid #d7dee2;
  font-size: 13px;
  margin-top: 0;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
  .c-input--text.is-narrow {
    width: 40%;
    max-width: 200px;
    min-width: 100px;
    margin-right: 0;
  }
  .c-input--text:focus {
    outline: none;
    border-color: #607d8b;
  }
.c-input--select-wrap {
  position: relative;
}
.c-input--select {
  padding: 7px;
  border: 2px solid #eff2f4;
  background: #eff2f4;
  font-size: 13px;
  width: 100%;
  margin-top: 0;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
  .c-input--select-wrap:before {
    content: "▼";
    color: #666;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    z-index: 100;
    font-size: 9px;
    right: 0;
    top: 50%;
    line-height: 20px;
  }
  .c-input--select:focus {
    outline: none;
  }
.c-input--file {
  padding: 1em 0;
  width: 100%;
}

.c-line {
  height: 2px;
  background: #eee;
  border: none;
  margin: 50px 0;
}

.c-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 2px solid #b0bec5;
  border-bottom-width: 1px;
  margin: 20px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.c-table-wrap table + table {
  border-top: 1px solid #b0bec5;
}

.c-table-wrap--overflow {
  width: 100%;
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: auto;
  border: 2px solid #b0bec5;
  margin: 20px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.c-table {
  width: 100%;
}
  .c-table .c-type-of-money {
    width: 120px;
  }
  .c-table .c-type-of-point {
    width: 60px;
  }
.c-table__title {
  border-left: 1px solid #b0bec5;
  padding: .7em;
  font-size: 11px;
  min-width: 80px;
}
  .c-table__title:first-child {
    border-left: none;
  }
.c-table__content {
  padding: .7em;
  border-top: 1px solid #b0bec5;
  border-left: 1px solid #b0bec5;
}
  .c-table__content:first-child {
    border-left: none;
  }
.c-table__content--empty {
  height: 100px;
  text-align: center;
}
.c-table__label {
  font-size: 12px;
  color: #666;
  font-weight: bold;
}

.c-table-preview {
  width: 100%;
  border-top: 1px solid #b0bec5;
}
.c-table-preview__title {
  color: #222;
  width: 35%;
  vertical-align: top;
  padding: 15px 20px 15px 0;
  text-align: right;
  font-weight: normal;
  font-size: 13px;
  border-bottom: 1px solid #b0bec5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-table-preview__content {
  color: #222;
  width: 65%;
  vertical-align: middle;
  text-align: left;
  padding: 15px 0;
  font-size: 13px;
  border-bottom: 1px solid #b0bec5;
}

.c-table-sales {
  width: 100%;
}
.c-table-sales__title {
  color: #222;
  width: 80%;
  vertical-align: top;
  padding: .5em;
  text-align: left;
  font-weight: normal;
  font-size: 13px;
  border-bottom: 1px solid #b0bec5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-table-sales__content {
  color: #222;
  width: 20%;
  vertical-align: middle;
  text-align: right;
  padding: .5em;
  font-size: 13px;
  border-bottom: 1px solid #b0bec5;
}

.c-type-of-money,
.c-type-of-point {
  text-align: right;
}

@media (max-width: 768px) {
  .is-visible--phone {
    display: initial;
    visibility: visible;
  }
  .p-page__wrap {
    font-size: 16px;
  }
  .c-button__group--sub b {
    display: block;
    text-align: left;
  }
  .c-button__group-note {
    text-align: left;
  }
  .c-form__content .c-button {
    padding: 19px 1em;
    font-size: 16px;
  }
  .c-form__title,
  .c-table-preview__title {
    text-align: left;
    font-weight: bold;
    padding: .5em 0 0;
    border: none;
  }
    .c-form__title br {
      display: none;
    }
  .c-form__title,
  .c-form__content,
  .c-table-preview__title,
  .c-table-preview__content {
    display: block;
    width: auto;
    font-size: 16px;
  }
  .c-input--text {
    padding: 1em .5em;
    font-size: 16px;
  }
  .c-input--select {
    padding: .8em .5em;
    font-size: 16px;
  }
  .c-table,
  .c-table tbody {
    display: block;
  }
  .c-table__title-block {
    display: none;
  }
  .c-table__content-block {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #b0bec5;
  }
  .c-table__content-block:last-child {
    border-bottom: none;
  }
  .c-table__content {
    padding: .1em .5em;
    display: block;
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
  }
  .c-table__content.c-type-of-money,
  .c-table .c-type-of-point {
    text-align: left;
    width: auto;
  }
  .c-table__label {
    display: inline-block;
    width: 90px;
  }
}

@media (max-width: 480px) {
  .p-page__secure {
    padding: 0 20px;
  }
  .p-secure__image {
    width: 30%;
  }
  .p-secure__image img {
    max-width: 90%;
    height: auto;
  }
  .p-secure__msg {
    width: 70%;
  }
  .c-button__group .c-button {
    margin: 0 0 1em;
    padding: 1em 0;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .c-form__content .c-button {
    margin: 0;
  }
}

img.css_thumb {
  -ms-interpolation-mode: bicubic;
}

input.input_ime {
  ime-mode: disabled;
}

#sk_block {
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

#sk_wrapp {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 530px;
}

#sk_wrapp .sk_title {
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
}

#sk_wrapp .table1 {
  width: 530px;
  margin: 0 0 10px;
}

#sk_wrapp .table1 th {
  text-align: left;
  padding-left: 5px;
}

#sk_closed {
  margin: 0;
  padding: 0;
  text-align: center;
}

.btn_cont_dl {
  display: block;
  margin: 15px 0 0;
  font-weight: bold;
  line-height: 1.1em;
}

.link_cont_dl {
  display: block;
  background: transparent url(../img/icon_download.png) 0 3px no-repeat;
  padding: 5px 0 5px 22px;
}

.link_cont_dlv2 {
  display: block;
  background: transparent url(../img/icon_download.png) 0 6px no-repeat;
  padding: 5px 0 5px 22px;
}

.gift_wrap {
  background: #FEFBCD;
  border: 2px solid #FFCC00;
  padding: 10px;
  margin: 24px auto 0;
  clear: both;
}

.gift_msg,
.gift_msg_sp {
  font-size: 14px;
  font-weight: bold;
  color: #FF7F00;
}

.gift_list {
  margin-top: 10px;
  line-height: 1.6em;
}

.gift_list_sp {
  padding-left: 30px;
  padding-top: 5px;
  line-height: 1.6em;
  list-style-type: square;
}

.gift_wrap_sp {
  background: #FEFBCD;
  border: 1px solid #FFCC00;
  padding: 5px;
  margin: 24px auto 0;
  clear: both;
}

.gift_list_item_img,
.gift_list_item_img img {
  width: 70px;
}

.gift_list_item_img {
  padding: 3px;
  border: 1px solid #FFCC00;
  background-color: #FFFFFF;
}

.gift_list_item_name {
  padding: 5px 10px;
}

.gift_ng_img {
  padding: 0 10px;
}

.gift_ng_img_sp {
  padding: 5px 0 0 0;
}

.btn_next {
  cursor: pointer;
}

.subsc_login {
  background: #FEFBCD;
  border: 2px solid #FFCC00;
  padding: 10px;
  margin: 10px auto;
  text-align: center;
}

.subsc_must {
  color: #FF3366;
}
.credit_card_save {
  background: #FEFBCD;
  border: 2px solid #FFCC00;
  padding: 10px;
  margin: 10px auto;
  text-align: center;
}
.credit_card_save_checkbox {
  text-align: center;
  margin-top: 10px;
}
.yahoo_auction_info{
  background: #FEFBCD;
  border: 2px solid #FFCC00;
  padding: 10px;
  margin: 10px auto;
  text-align: center;
}
.ie6_box {
  background: #FEFBCD;
  border: 2px solid #FFCC00;
  padding: 20px;
  margin: 0 auto 24px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6em;
}

.name_w_cu { width:30%; }
.name_w_sc { width:45%; }

.product_text {
  padding-top: 5px;
  width: 30%;
}

.product_text_sp {
  padding-top: 5px;
}

.product_text_detail_cu {
  width: 100%;
}

.product_text_detail_cu_sp {
  margin-left: 5px;
  width: 100px;
}

.product_text_detail_sc {
  margin-left: 5px;
}

.pickup_img img {
  max-width: 100%;
  height: auto;
}
.content_box {
  width: 800px;
  margin: 20px auto;
}
.clear {
  clear: both;
}
.sp_input_code {
  width: 100%;
  box-sizing: border-box;
  margin: 5px 0 0;
}
.msg_mail_attention {
  background-color: #FEFBCD;
  padding: 20px;
  width: 500px;
  margin: 20px auto 0;
  border: 2px solid #FFCC00;
}
.sp_msg_mail .msg_mail_attention {
  width: auto;
}

.msg_mail_attention ul {
  list-style-type: decimal;
  padding: 20px 40px 20px 20px;
  font-size: 14px;
}
.msg_mail_attention li {
  margin-bottom: 5px;
}
.msg_mail_attention p strong {
  color:#FF0000;
  font-weight:bold;
  font-size: 14px;
}
.txt_c {
  text-align: center;
}
.msg_thanks {
  font-size: 14px;
  margin-top: 40px;
  line-height: 1.6;
}
.view_pc #order_end .order_cap {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

a.btn_creditpay_pc {
  background-image: url(../img2/btn_20150421.png);
}
.msg_order_end {
  font-size: 20px;
}
.msg_order_end p {
  line-height: 1.5;
}
#order_end .order_number {
  background: transparent;
}
.save_point ul li img.save_point_calamel {
  margin-right: 10px;
  vertical-align: -5px;
}
.save_point ul li img.save_point_gmo {
  vertical-align:-1px;
  width: 90px;
  height: 12px;
}/* ************************************************
 * ------------------------------------------------
 *      決済画面 CSS
 * ------------------------------------------------
 * ************************************************ */

/* -------------------------------------
 *      ページ背景色（全体）
 *      ページ背景画像（全体）
 *      フォント・フォーム・共通部分
 * ------------------------------------- */

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

body {
        background-color:#FFFFFF;
        color:#333333;
        font: 12px/150% 'Open Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
        margin:0px;
        padding:30px;
}

ul{
        list-style-type:none;
}

form{
        margin:0px;
        padding:0px;
}

img{
        border:none;
}

input{
        padding:1px;
        margin:2px;
}

select{
        padding:2px;
        margin:2px 0px;
}

textarea{
        padding:2px;
        margin:2px 0px;
        font-size:12px;
}

span.b{
        font-weight:bold;
}

span.small{
        font-size:10px;
        line-height:130%;
}

br.clear{
        clear:both;
}

.clearfix:after{
        content:".";
        display:block;
        height:0;
        clear:both;
        visibility:hidden;
}

/* -------------------------------------
 *      リンクの文字/通常時(link,visited,active)
 *      リンクの文字/マウスが当たっている時(hover)
 * ------------------------------------- */
a:link{color:#3300FF; text-decoration:yes;}
a:visited{color:#3300FF; text-decoration:yes;}
a:active{color:#3300FF; text-decoration:yes;}
a:hover{color:#3300FF; text-decoration:none;}

/* -------------------------------------
 *      メイン部分中央寄せ
 * ------------------------------------- */
#wrapper{
        width:800px;
        margin:20px auto;
        text-align:left;
}

/* -------------------------------------
 *      ヘッダー
 * ------------------------------------- */
#header{
        width:800px;
        margin:0px auto;
}

/* 買い物ステップ */
#shopping_step{
}

/* ショップタイトル */
.shop_title a{
        font-size:22px;
        line-height:140%;
        color:#000;
        font-weight:bold;
        margin-bottom:20px;
        background-color:#FFFFFF;
}

/* ショップタイトル イメージ */
.shop_title img{
  max-width: 100%;
}

/* -------------------------------------
 *      エラーBOX
 * ------------------------------------- */
.errorbox{
        background:#FFF url(../img2/ic_alart.png) no-repeat 10px 7px;
        border:2px solid #FF0000;
        padding:8px 5px 8px 40px;
        color:#FF0000;
        font-weight:bold;
        text-align:left;
        margin:30px auto 20px;
        clear:both;
}

/* -------------------------------------
 *      エラーメッセージ
 * ------------------------------------- */
.errormsg{
        color:#FF0000;
        font-size:12px
}

/* -------------------------------------
 *      カートの中
 * ------------------------------------- */
#cart{
        width:100%;
        clear:both;
        background-color:#CCCCCC;
        border:2px solid #333;
}

#cart .cell_2_l:last-child{
        border-right:none;
}

#cart .cell_1_c:last-child{
        border-right:none;
}

/* 商品画像 */
td.photo{
        padding:3px;
        background-color:#FFFFFF;
        border-bottom:1px solid #CCCCCC;
        width:70px;
}

/* 商品名 */
td.name{
        background-color:#FFFFFF;
        padding:5px 10px;
        border-right:1px dotted #CCCCCC;
        border-bottom:1px solid #CCCCCC;
        text-align:left;
}

/* 販売価格 */
td.price{
        background-color:#FFFFFF;
        padding:5px 10px;
        border-right:1px dotted #CCCCCC;
        border-bottom:1px solid #CCCCCC;
        text-align:right;
}

/* 個別送料 */
td.price .indidelivery{
        font-size:12px;
        color:#FF6600;
}

/* 数量 */
td.unit{
        background-color:#FFFFFF;
        padding:5px 10px;
        border-right:1px dotted #CCCCCC;
        border-bottom:1px solid #CCCCCC;
        text-align:right;
}

/* 変更 */
td.delete{
        background-color:#FFFFFF;
        padding:5px 10px;
        border-right:1px dotted #CCCCCC;
        border-bottom:1px solid #CCCCCC;
        text-align:center;
}

/* 小計 */
td.subtotal{
        background-color:#FFFFFF;
        padding:5px 10px;
        border-bottom:1px solid #CCCCCC;
        text-align:right;
}

/* 商品合計 */
td.totalprice{
        background-color:#FFFFFF;
        padding:5px 10px;
        border-bottom:1px solid #CCCCCC;
        text-align:right;
}

/* -------------------------------------
 *      入力フォーム
 * ------------------------------------- */
.table_form {
        width:100%;
        margin:24px auto 0px;
        border-top:1px solid #CCC;
        border-right:1px solid #CCC;
        border-left:1px solid #CCC;
}

/*見出し*/
h2{
        background-color:#5F5F5F;
        padding:7px 10px;
        color:#FFFFFF;
        font-size:14px;
        text-align:left;
}

/*必須項目*/
.must{
        margin-left:5px;
        color:#FF3366;
}

/*入力フォーム解説*/
.note{
        margin:3px;
        color:#666666;
}

/*ショップ会員登録*/
ul.shopmem_regist li{
        margin-right:10px;
        display:inline;
        width:200px;
}

/*送付先の設定*/
ul.deli_choice li{
        margin-bottom:10px;
}

ul.deli_choice li:last-child{
        margin-bottom:0px;
}

/* 配送料無料設定 */
#freeshopping ul{
        background-color:#FFE8E8;
        padding:10px;
        margin-top:10px;
        color:#FF0066;
        font-weight:bold;
        text-align:right;
}

/* -------------------------------------
 *      フォームcell共通
 * ------------------------------------- */
.cell_1_c{
        background-color:#EEEEEE;
        padding:7px 10px;
        font-weight:bold;
        border-bottom:1px solid #CCC;
        border-right:1px dotted #CCC;
        text-align:center;
        color:#000;
}

.cell_1_l{
        background-color:#EEEEEE;
        padding:7px 10px;
        border-bottom:1px solid #CCC;
        border-right:1px dotted #CCC;
        text-align:left;
        font-weight:normal;
        color:#000;
}

.cell_1_r{
        background-color:#EEEEEE;
        padding:7px 10px;
        border-bottom:1px solid #CCC;
        border-right:1px dotted #CCC;
        text-align:right;
        color:#000;
}

.cell_2_c{
        background-color:#FFFFFF;
        padding:7px 10px;
        border-bottom:1px solid #CCC;
        text-align:center;
}

.cell_2_l{
        background-color:#FFFFFF;
        padding:7px 10px;
        border-bottom:1px solid #CCC;
        text-align:left;
}

.cell_2_r{
        background-color:#FFFFFF;
        padding:7px 10px;
        border-bottom:1px solid #CCC;
        text-align:right;
}

.cell_3{
        background-color:#FFFFFF;
        padding:20px 10px 8px 10px;
        font-size:16px;
        font-weight:bold;
        border-bottom:2px solid #333;
}

/* 配送方法・決済方法選択 */
.select_rb{
        background-color:#FEF4CD;
        border:1px solid #CCCCCC;
        padding:5px;
        font-size:14px;
        color:#000000;
        font-weight:bold;
        margin-bottom:5px;
}

.select_rb .button{
        padding:5px;
        vertical-align:middle;
}

.select_ex{
        margin:10px 10px 15px 10px;
}


/* -------------------------------------
 *      総合計の文字色
 * ------------------------------------- */
.prod_total{
        color:#000;
        font-weight:bold;
}

.all_total{
        color:#000;
        font-size:14px;
        font-weight:bold;
}

/* -------------------------------------
 *      カートを空にする・変更
 * ------------------------------------- */
.link_empty{
        float:right;
        margin:0px 0px 10px 0px;
}

.link_change{
        float:right;
        margin:0px 10px 10px 0px;
}

/* -------------------------------------
 *      ボタン
 * ------------------------------------- */
#btn{
        width:500px;
        height:75px;
        margin:10px auto;
}

a.btn_backtoshop,
a.btn_regi,
a.btn_next,
a.btn_back,
a.btn_change,
a.btn_addaddress,
a.btn_addaddress_post,
a.btn_addaddress_update,
a.btn_pickup_end,
a.btn_s_back,
a.btn_itempickup,
a.btn_itempickup_post,
a.btn_end,
a.btn_creditpay,
a.btn_backtop{
        background-image:url(../img2/btn.png);
        background-repeat:no-repeat;
        text-indent:-9999px;
        border-style: none;
        margin:0 auto;
        float:left;
        display: inline;
        overflow: hidden;
}

a.btn_backtoshop{
        background-position:0px 0px;
        width:230px;
        height:42px;
        float:left;
        margin:15px 10px 30px;
}

a:hover.btn_backtoshop{
        background-position:0px -42px;
}

a.btn_regi{
        background-position:-230px 0px;
        width:230px;
        height:42px;
        float:left;
        margin:15px 10px 30px;
}

a:hover.btn_regi{
        background-position:-230px -42px;
        float:left;
        margin:15px 10px 30px;
}

a.btn_back{
        background-position:-460px 0px;
        width:230px;
        height:42px;
        float:left;
        margin:15px 10px 30px;
}

a:hover.btn_back{
        background-position:-460px -42px;
}

a.btn_change{
        background-position:-1611px 0px;
        width:230px;
        height:42px;
        float:left;
        margin:15px 10px 30px;
}

a:hover.btn_change{
        background-position:-1611px -42px;
}

a.btn_next{
        background-position:-690px 0px;
        width:230px;
        height:42px;
        float:left;
        margin:15px 10px 30px;
}

a:hover.btn_next{
        background-position:-690px -42px;
}

a.btn_itempickup{
        background-position:-1150px -0px;
        width:230px;
        height:42px;
        float:left;
        margin:15px 10px 30px;
}

a:hover.btn_itempickup{
        background-position:-1150px -42px;
}

a.btn_itempickup_post{
        background-position:-1380px -0px;
        width:230px;
        height:42px;
        float:left;
        margin:15px 10px 30px;
}

a:hover.btn_itempickup_post{
        background-position:-1380px -42px;
}

a.btn_addaddress{
        background-position:0px -94px;
        width:190px;
        height:36px;
        margin:10px;
        float:right;
}

a:hover.btn_addaddress{
        background-position:0px -130px;
}

a.btn_addaddress_post{
        background-position:-190px -94px;
        width:190px;
        height:36px;
        margin:10px;
        float:right;
}

a:hover.btn_addaddress_post{
        background-position:-190px -130px;
}

a.btn_addaddress_update{
        background-position:-760px -94px;
        width:190px;
        height:37px;
        margin:10px;
        float:right;
}

a:hover.btn_addaddress_update{
        background-position:-760px -130px;
}

a.btn_pickup_end{
        background-position:-570px -94px;
        width:190px;
        height:36px;
        margin:10px;
        float:right;
}

a:hover.btn_pickup_end{
        background-position:-570px -130px;
}

a.btn_s_back{
        background-position:-380px -94px;
        width:190px;
        height:36px;
        margin:10px;
}

a:hover.btn_s_back{
        background-position:-380px -130px;
}

.btn_bg{
        background:#FEFBCD;
        border:3px solid #FFCC00;
        margin:0 auto;
        text-align:center;
        width:794px;
}

a.btn_end{
        background-position:-920px 0px;
        width:230px;
        height:42px;
        margin:15px 10px;
}

a:hover.btn_end{
        background-position:-920px -42px;
}

a.btn_creditpay{
        background-position:-1840px 0px;
        width:300px;
        height:52px;
        margin:30px 100px;
}

a:hover.btn_creditpay{
        background-position:-1840px -52px;
}

a.btn_backtop{
        background-position:-2140px 0px;
        width:300px;
        height:52px;
        margin:30px 100px;
}

a:hover.btn_backtop{
        background-position:-2140px -52px;
}

#quick{
        width:500px;
        background:#FFECDF;
        text-align:left;
        border:2px solid #FDA753;
        padding:15px;
        margin:0px auto 20px;
}

/*フォームボタン*/
input.image_btn{
        cursor:pointer;
        display:inline-block;
        background-color:#DFDFDF;
        background-repeat:no-repeat;
        background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#FFF), color-stop(25%, #FFF), to(#DFDFDF));
        background-image:-webkit-linear-gradient(#FFF, #FFF 25%, #DFDFDF);
        background-image:-moz-linear-gradient(top, #FFF, #FFF 25%, #DFDFDF);
        background-image:-ms-linear-gradient(#FFF, #FFF 25%, #DFDFDF);
        background-image:-o-linear-gradient(#FFF, #FFF 25%, #DFDFDF);
        background-image:linear-gradient(#FFF, #FFF 25%, #DFDFDF);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEEE', endColorstr='#DFDFDF', GradientType=0);
        padding:3px 6px;
        color:#000;
        border:2px solid #EC5F00;
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
        border-radius:4px;
        -webkit-transition:0.1s linear all;
        -moz-transition:0.1s linear all;
        -ms-transition:0.1s linear all;
        -o-transition:0.1s linear all;
        transition:0.1s linear all;
}

input:hover.image_btn{
        background:-moz-linear-gradient(center bottom, #FFF 1%,#FFF 100%);
        background:-webkit-gradient(linear, left bottom, left top, color-stop(0.01, #FFF),color-stop(1, #FFF));
}

/* -------------------------------------
 *      クイック購入ボタン
 * ------------------------------------- */
#quick input.btn_quick{
        float:right;
}

#quick p{
        width:320px;
}

/* -------------------------------------
 *      オススメ商品
 * ------------------------------------- */
ul.pickup{
}

ul.pickup li{
        float:left;
        width:33.333333%;
}

ul.pickup li div.listbox{
        margin:0px auto;
}

ul.pickup li img{
        margin-bottom:10px;
}

/* -------------------------------------
 *      特定商取引法のリンク
 * ------------------------------------- */
.tokutei{
        text-align:right;
        margin-top:20px;
}

.tokutei_link{
        background-color:#F5F5F5;
        border:1px solid #CCC;
        padding:10px;
}

/* -------------------------------------
 *      メッセージ表示域の設定
 * ------------------------------------- */
.info{
        border:1px #49BAD2 solid;
        padding:5px 10px;
        margin:15px auto;
        color:#006B80;
        text-align:left
}

/* -------------------------------------
 *      クイック購入ページ
 * ------------------------------------- */
#quick_order{
        margin-top:30px;
}

#quick_order .calamel_area{
        float:right;
        margin-top:20px;
        width:380px;
}

#quick_order .calamel_area .cap{
        font-size:14px;
        line-height:150%;
        font-weight:bold;
}

#quick_order .calamel_area .cap .gmopoint{
        color:#FF6600;
}

#quick_order .calamel_area .txt{
        margin-top:20px;
}

#quick_order .calamel_area .link{
        margin-top:20px;
}

#quick_order .calamel_area .link p{
        margin-bottom:5px;
}

/* -------------------------------------
 *      とくＰ・ショップログインエリア
 * ------------------------------------- */
#gmopointlogin{
        float:left;
}

#shoplogin{
        float:right;
}

dl.member_login{
        width:380px;
        border: 4px solid #CCCCCC;
        margin:20px auto 0px;
}

dl.member_login dt{
        background:#EEE;
        padding:10px;
        font-weight:bold;
        font-size:14px;
        text-align:center;
}

dl.member_login dd{
        padding:15px;
}

dl.member_login dd .get_point{
        background:#FEFBCD;
        border:3px solid #FFCC00;
        padding:10px;
        margin:20px 0px;
        text-align:center;
}

dl.member_login dd .get_point span.point{
        color:#FF0000;
}

dl.member_login dd .get_point span.small{
        font-size:10px;
}

dl.member_login table.login_form{
        text-align:left;
        margin:0 auto;
}

dl.member_login table.login_form th{
        padding:3px;
        text-align:left;
        width:110px;
}

dl.member_login table.login_form td{
        padding:3px;
}

dl.member_login table.login_form input.button{
        cursor:pointer;
        display:inline-block;
        background-color:#FFCC00;
        background-repeat:no-repeat;
        background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#FEFACA), color-stop(25%, #FEFACA), to(#FFCC00));
        background-image:-webkit-linear-gradient(#FEFACA, #FEFACA 25%, #FFCC00);
        background-image:-moz-linear-gradient(top, #FEFACA, #FEFACA 25%, #FFCC00);
        background-image:-ms-linear-gradient(#FEFACA, #FEFACA 25%, #FFCC00);
        background-image:-o-linear-gradient(#FEFACA, #FEFACA 25%, #FFCC00);
        background-image:linear-gradient(#FEFACA, #FEFACA 25%, #FFCC00);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFACA', endColorstr='#FFCC00', GradientType=0);
        padding:5px 10px;
        color:#000;
        font-weight:bold;
        border:1px solid #FFCC00;
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
        border-radius:4px;
        -webkit-transition:0.1s linear all;
        -moz-transition:0.1s linear all;
        -ms-transition:0.1s linear all;
        -o-transition:0.1s linear all;
        transition:0.1s linear all;
}

dl.member_login table.login_form input:hover.button{
        background:-moz-linear-gradient(center bottom, #FEFACA 1%,#FEFACA 100%);
        background:-webkit-gradient(linear, left bottom, left top, color-stop(0.01, #FEFACA),color-stop(1, #FEFACA));
}

dl.member_login table.login_form .regist{
        text-align:center;
        font-weight:bold;
        font-size:16px;
}

dl.member_login table.login_form .passward{
        text-align:center;
}

dl.member_login table.login_form .otheraccount{
        float:left;
}

dl.member_login .calameltit{
        margin:20px 0px 5px 0px;
}

dl.member_login p{
        margin-bottom:10px;
}

/* -------------------------------------
 *      今回利用するポイント
 * ------------------------------------- */
.point_input{
        width:60px;
        text-align:right;
        background-color:#FDFCCC;
}

.point_input_error{
        width:60px;
        text-align:right;
        background-color:#FECBCB;
}

.yahoo_logout{
margin-top:5px;
}

/* -------------------------------------
 *      今回のお買物の付与ポイント
 * ------------------------------------- */
.point_get{
        width:300px;
        float:right;
        margin:3px 0px 20px 0px;
        background-color:#FFE1E1;
        text-align:right;
        padding-bottom:10px;
}

.point_get .arrow{
        background:url(../img2/point_arrow.gif) no-repeat top right;
        width:100%;
        height:10px;
}

.point_get dl dt{
        margin:5px 5px 5px 5px;
}

.point_get dl dd{
        padding:0px 5px 0px 15px;
}

.point_get .point{
        color:#CC0000;
        font-weight:bold;
}

#copyright{
        border-top:1px solid #CCCCCC;
        padding-top:10px;
        margin-top:30px;
        text-align:center;
        clear:both;
}

/* -------------------------------------
 *      送付先追加BOX
 * ------------------------------------- */
.addaddressbox{
        margin:0 auto;
}

/* -------------------------------------
 *      「個別配送」注意文
 * ------------------------------------- */
.individual_msg{
        width:800px;
        margin:10px auto;
}

/* -------------------------------------
 *      かんたん決済を利用する
 * ------------------------------------- */
.table_kantan{
        background:#CCCCCC;
        padding:3px;
        margin-bottom:10px;
}

.table_kantan .kantan_select{
        background:#EEEEEE;
        padding:5px 10px;
        margin-bottom:5px;
        color:#000;
        font-weight:bold;
}

/* -------------------------------------
 *      注意事項
 * ------------------------------------- */
.attention{
        width:800px;
        margin:10px auto;
}

.back_shop_link{
        text-align:right;
        margin:10px 0px;
}

/* -------------------------------------
 *      支払合計金額
 * ------------------------------------- */
.payment_price{
        border-bottom:1px solid #000000;
        text-align:right;
        float:right;
        margin:30px 0px 60px;
        padding-bottom:5px;
        color:#000000;
}

.payment_price .number{
        font-weight:bold;
        font-size:18px;
        margin-left:50px;
}

/* -------------------------------------
 *      今回の買物で付与されるポイント（カート）
 * ------------------------------------- */
.save_point{
        background:#FEFBCD;
        border:2px solid #FFCC00;
        padding:10px;
        margin:10px auto;
        text-align:center;
}

.save_point ul li{
        margin:3px;
}

.save_point ul li img{
        vertical-align:middle;
}

.save_point ul li .point{
        font-size:14px;
        font-weight:bold;
        color:#FF0000;
}

/* -------------------------------------
 *      特定商取引法
 * ------------------------------------- */
.sk_title{
        font-weight:bold;
        font-size:14px;
}

.sk_closed{
        text-align:center;
        margin:15px;
}

/* -------------------------------------
 *      注文完了
 * ------------------------------------- */
#order_end{
        text-align:center;
}

#order_end .order_number{
        width:300px;
        margin:0 auto;
        background:#FEFBCD;
        padding:20px;
        font-size:16px;
        font-weight:bold;
        margin-bottom:20px;
}

#order_end .order_cap{
        font-size:14px;
        line-height:180%;
        margin-bottom:15px;
}


/* -------------------------------------
 *      ベリサインSSLサーバ証明書
 * ------------------------------------- */
#secure_seal{
        width:500px;
        margin:20px auto;
}

#secure_seal .cap{
        padding-left:20px;
        font-size:11px;
}