@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 1139px) {/*タブレット*/
}

@media only screen and (min-width:1140px) {/*ＰＣ*/
}
body {
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 180%;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0px;
	margin : 0px;
	letter-spacing: 0.05em;
    background-color: white;
}
form {
	margin: 0px;
	padding: 0px;
}
td {
	text-align:left;
	vertical-align:top;
}
img {
	border: none;
}
table {
	border: none;
	letter-spacing: 1px;
}
.space0 {
	margin: 0;
	padding: 0px;
	text-align:left;
}
.yetxt{
	background-color: #FBFA8B;
}
.red{
    color: red;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear:both;
}
#detail_price span.s_line,
#item_d_cart_price span.s_line{
    text-decoration: line-through !important;
}
#member_price2 th,
#member_price2 td strong{
    color: blue !important;
    letter-spacing: 0;
}
/*----------*/
button#add-cart{
    background-image: url("https://www.coinpalace.jp/common/img/cart_back.gif") !important;
    background-repeat: repeat-x !important;
    background-color: #f0c14c !important;
    border: 1px solid #a17f28;
}
button#favorite{
    background-image: url("https://www.coinpalace.jp/common/img/fav_back.gif");
    background-repeat: repeat-x !important;
    background-color: #e8eaed !important;
    border: 1px solid #8d9096;
}
#item_d_cart_form button#item-favorite i,
#sm_cart button.item-favorite i{
    color: #8d8e8f;
}
/*----------*/

#quantity{
    width: 50%;
}
/*--------*/
#coinlist li b,
#coinlist_cate li b,
#coinlist li p,
#coinlist_cate li p{
    position: relative;
    z-index: 9 !important;
}

#coinlist li b.tab_zaiko,
#coinlist_cate li b.tab_zaiko{
	background-color: #668fed;
}
.stock_yoyaku span,
.tab_yoyaku{
    background-color: #bf8787;
}
.stock_ng{
    background-color: #8b8b8b;
}
.tab_kosho{
    color: white;
    background-color: blue;
}
.tab_urikire{
    color: white;
    background-color: red;
}
.stock_yoyaku,
.stock_ok,
.tab_zaiko_no{
    display: none !important;
}
#snsicon a i.fa-instagram-square{
    color: #e42c94;
}
.sale_area{
 font-weight: bold;
 color: red;
}
.sale_area .sale_mark{
 background-color: red;
 color: #FFFFFF;
 border-radius: 3px;
 padding: 0 3px;
 letter-spacing: -1px;
}

#coinlist ul li:nth-child(7),
#coinlist ul li:nth-child(13),
#coinlist ul li:nth-child(19),
#coinlist ul li:nth-child(31),
#coinlist ul li:nth-child(37) {
    clear: both;
}
/**/
#coinlist li a:hover,
#coinlist_cate li a:hover{
    text-decoration: underline !important;
}
/*-------*/
.item_spec_table form#contact_product{
    display: none;
}
.s_line{
    text-decoration: line-through;
}
#member_price1,
#member_price0,
#member_price2 th,
#member_price2 td strong,
.price_menber{
    color: red !important;
}
/**/
#top_ancoin_wrap p.ippan{
    color: black !important;
    font-weight: normal;
    text-decoration: line-through;
}
#top_ancoin_wrap p.kaiin{
    color: red !important;
}
#main-big-img .ippan {
    top: 156px;
}
#main-big-img .kaiin {
    top: 156px;
}
.pager {
    clear: both;
    width: 100%;
    margin: 0;
}
/**/
ul.newslist li div p.day_cate b.new{
    background-color: orange;
}
ul.newslist li div p.day_cate b.products{
    background-color: dodgerblue;
}
ul.newslist li div p.day_cate b.topics{
    background-color: black;
}
#syosuai_wrap{
    color:black;
}
b.tab_yoyaku{
    background-color: #bf8787;
    font-weight: normal;
    color: white;
}

.noto-sans {
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  .item_spec_table td a{
    color: blue;
    text-decoration: underline;
  }
  .item_spec_table td a:hover{
    text-decoration: none;
  }
  
.noto-sans800 {
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
  }

/*	form
============================ */

label {
    font-weight: normal;
}
input:focus,
select:focus {
    outline: none;
}
input[type="number"] {
    text-align: right;
}
.form-group .errormsg {
    margin-top: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
}
dd.form-group .errormsg {
    margin-bottom: 0;
}

.form-control {
    border: 1px solid #C4CCCE;
    border-radius:3px !important;
    box-shadow:none;
    font-size: 16px;
    font-size: 1.6rem;
    height: 40px;
    padding: 6px 12px;
    width: auto;
    line-height: 1.5
}
.form-control:focus {
    border-color:#3c8dbc !important;
    box-shadow:none
}
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
    box-shadow:none;
    background: none;
}
.has-success .form-control { border-color: #0D8969; background: #e7f6f3; }
.has-warning .form-control { border-color: #E99133; background: #fdf7ed; }
.has-error .form-control { border-color: #CF3F34; background: #FDF1F0; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: inherit;  background: #FDF1F0;
}

.form-control::-moz-placeholder {
    color:#bbb;
    opacity:1
}
.form-control:-ms-input-placeholder {
    color:#bbb
}
.form-control::-webkit-input-placeholder {
    color:#bbb
}
.form-control:not(select) {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}

.form-group .form-control {
    width: 100%;
}
.form-inline .form-control {
    width: auto;
}

.form-group.lange input[type="text"], .form-group.lange label {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 1%;
    margin-right: 1%;
    vertical-align: middle;
}
.form-group.lange input[type="text"] {
    width: 28%;
}
.input_tel input {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 1px;
    margin-right: 1px;
    max-width: 5em;
    vertical-align: middle;
    width: 30%;
}
.form-group.input_tel input:first-child {
    margin-left: 0;
}
.form-group.input_name input {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 2%;
    vertical-align: middle;
    width: 48%;
}
.form-group.input_name input:first-child {
    margin-left: 0;
}
.form-group.input_zip input {
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
    max-width: 5em;
    vertical-align: middle;
    width: 30%;
}
.form-group.input_zip .question-circle {
    font-size: 11px;
    display: inline-block;
    width: 15px; height: 15px;
    line-height: 15px;
    text-align: center;
    vertical-align: middle;
    background: #525263;
    border-radius: 50%;
}
.form-group.input_zip .question-circle .cb-question {
    fill: #fff;
}


.form-group .item_price input, .form-group .item_quantity input {
    margin: 0 1%;
    text-align: right;
    width: 50%;
}

.form-inline label {
    margin: 0 10px 0 0;
}
.form-inline label:first-child + select,
.form-inline label:first-child + input {
    margin-right: 10px;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
}
.checkbox-inline, .radio-inline {
    cursor: pointer;
    margin-left: 20px;
}
.checkbox-inline:first-child, .radio-inline:first-child {
    margin-left: 0;
}

span.required {
    color: #DE5D50;
    font-weight: normal !important;
    margin-left: 1em;
    font-size: 12px;
    font-size: 1.2rem;
}

/*------------------*/
.pager {
  text-align: center;
  margin: 0px auto auto auto;
  display: table;
  clear: both;
}
.pager ul {
  margin: 0px 0px;
  padding: 0px;
  display: table-row;
}
.pager ul li {
  margin: 20px 0px 20px 0px;
  padding: 0px;
  list-style: none;
  display: table-cell;
  font-size: 13px;
}
.pager ul li.no {
}
.pager ul li.p_no {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  pointer-events: none;
}
.pager ul li.p_no span {
  display: block;
  border: 1px solid #e2e2e2;
  margin: 0px 5px;
  padding: 3px 7px;
  text-decoration: none;
  color: #000000;
}
.pager ul li a {
  display: block;
  border: 1px solid #e2e2e2;
  margin: 0px 5px;
  padding: 5px 15px;
  text-decoration: none;
  color: #000000;
}
.pager ul li a:hover,
.pager ul li#fix a {
  background-color: #fffadf;
}
.pager ul li.current span {
  display: block;
  border: 1px solid #bd8f07;
  margin: 0px 5px;
  padding: 5px 15px;
  background-color: #fffadf;
  color: #bd8f07;
  font-weight: bold;
}
#page_now_top {
  text-align: center;
  font-weight: normal;
  margin: 0 auto;
  padding: 0px;
  clear: both;
}
#page_now_btm {
  text-align: center;
  font-weight: normal;
  margin: 0 auto 0 auto;
  padding: 100px 0 0 0px;
  clear: both;
}

/*-------------------*/
.pager2 {
 margin: 0 auto !important;
}
    .pager2 th,.pager2 td{
        padding: 20px 5px;
    }
    .pager2 th a,
    .pager2 td a{
        display: block;
        color: black;
        border: 1px solid #ddd;
        padding: 5px 10px;
        font-weight: normal;
        min-width: 50px;
        text-align: center;
        font-size: 13px;
    }
    .pager2 td.active a{
        color: #bd8f07;
        font-weight: bold;
        border: 1px solid #bd8f07;
        background-color: #fffadf;
    }
    .pager2 th.p_no a{
        color: gray;
    }
    .pager2 th a:hover,
    .pager2 td a:hover{
        background-color: #fffadf;
    }
a.ec-link{
    color: blue;
}

      #faqlist{
        display: table;
        margin: auto;
        width: 100%;
      }
      #faqlist ul{
        display: table-row;
      }
      #faqlist ul li{
        display: table-cell;
        width: 20%;
      }
      #faqlist ul li a{
        display: block;
        margin: auto;
        background-color: white;
        border: 1px solid #ddd;
        width: 90%;
        padding: 20px 40px;
        color: #052a89;
        border-radius: 10px;
        text-align: center;
      }
      #faqlist ul li a b{
        font-size: 120%;
      }
      #faqlist ul li a span{

      }
      #faqlist ul li a i{
        font-size: 30px;
        margin: 10px 0 10px 0;
        color: blue;
      }
      #faqlist ul li a:hover{
        background-color: #f6f9ff;
      }
      #faqlist ul li#fix a{
        background-color: #052a89;
        color: white;
      }
      #faqlist ul li#fix a i{
        color: white;
      }


.line_bl_title{
    margin: auto auto 20px auto !important;
    max-width: 800px !important;
}
.accordion-006 {
    margin: auto;
    max-width: 800px;
    margin-top: 7px;
    background-color: #f7f7f7;
    border-radius: 5px;
    color: black !important;
}

.accordion-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-006 summary::-webkit-details-marker {
    display: none;
}

.accordion-006 summary::before,
.accordion-006 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #c2c2c2;
    content: '';
}

.accordion-006 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-006 summary::after {
    transition: rotate .3s;
}

.accordion-006[open] summary::after {
    rotate: 90deg;
}

.accordion-006 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    font-size: 110%;
    line-height: 180%;
    transition: transform .5s, opacity .5s;
}

.accordion-006[open] p {
    transform: none;
    opacity: 1;
}
.accordion-006[open] p a{
  color: blue !important;
  text-decoration: underline;
}
.type_logo{
    width: 50px;
    height: auto;
}
#ichiran_right hr{
  clear: both;
  height: 1px !important;
  border: none;
    background-color: #b1b1b1;
}
#ichiran_coinlist ul li a em.stock_ng{
    font-size: 12px;
    color: black !important;
    background-color: #ddd !important;
}
/*-------------*/
.meyasu_price{
    font-weight: bold;
    color: blue;
    text-align: left;
}
.meyasu_price span{
    
}
.meyasu_price b{
    font-size: 18px !important;
}
.meyasu_price b em{
    font-size: 13px;
}
.meyasu_num input {
    width: 20%;
}
.yoyaku_txt2{
    font-size: 13px;
    background-color: #ebe2b3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    padding: 10%;
    color: black;
    line-height: 160%;
    margin-top: 10px;
}
.kaigai{
    font-size: 13px;
    background-color: #fafafa;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    padding: 10%;
    color: black;
    line-height: 160%;
}
.kaigai p{
    margin: 0px;
}