/* カスタマイズ用CSS */
/* カスタマイズ(リセット)用CSS */
  .ec-orderRole {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: inherit;
    display: inline-block;
    flex-direction: column;
    margin-top: 0;
  }
  @media only screen and (min-width: 768px){
    .ec-shelfGrid .ec-shelfGrid__item:nth-child(2n+1) ,
    .ec-shelfGrid .ec-shelfGrid__item:nth-child(2n),
    .ec-birth select {
        padding: 0 10px;
    }
    .ec-orderRole {
        margin-top: 0;
        flex-direction: inherit;
    }
    .ec-orderRole .ec-orderRole__detail {
        padding: 0;
        width: 100%;
    }
  }
/* favicon       */
.fa,
.fas {
    font-weight: 600;
}
.fa-trash-o:before {
    content: "\f2ed";
}
.fa-pencil::before {

    content: "\f303";

}

/* 既存クラス       */
aside {
    background: transparent;
}
.ec-calendar {
    margin-left: 0;
}
.ec-calendar .ec-calendar__today::before {
    display: none;
}
#calender_area caption {
    caption-side: top;
}
.container {
    max-width: inherit;
}

/* slick       */
.slick-prev::before,
.slick-next::before {
    content: '';
}

/* table       */
.table> :not(:first-child) {
    border-top: none;
}
.ec-select select{
    padding: 0 12px;
}
/* list       */
.list-group-item {
    margin-bottom: 0;
}

/* navi       */
.ec-navlistRole .ec-navlistRole__navlist {
    border-radius: 4px;
    border-width: 0;
}
.ec-navlistRole .ec-navlistRole__item {
    border-width: 1px;
}
.ec-navlistRole .ec-navlistRole__item:first-child {
    border-radius: 4px 0 0 4px;
}
.ec-navlistRole .ec-navlistRole__item:last-child {
    border-radius: 0 4px 4px 0;
}
.ec-navlistRole a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #fff;
    border-color: #ccc;
}
.ec-navlistRole .ec-navlistRole__item a {
    padding: 6px 12px;
    text-align: center;
}
.ec-navlistRole .active a {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    outline: 0;
}
@media only screen and (min-width: 768px) {
    .ec-input input,
    .ec-birth input,
    .ec-select input,
    .ec-halfInput input,
    .ec-numberInput input,
    .ec-zipInput input,
    .ec-telInput input,
    .ec-input select,
    .ec-birth select,
    .ec-select select,
    .ec-halfInput select,
    .ec-numberInput select,
    .ec-zipInput select,
    .ec-telInput select,
    .ec-input textarea, .ec-birth textarea, .ec-select textarea, .ec-halfInput textarea, .ec-numberInput textarea, .ec-zipInput textarea, .ec-telInput textarea
    {
        font-size: inherit;
    }
}

/* 罫線       */
.ec-borderedDefs,
.ec-borderedDefs dl {
    margin-bottom: 0;
    border: none;
}
.form-btn,
.ec-borderedDefs dl {
    padding: 10px;
    margin: 0;
    background: url(../img/common/bdrpen.png) bottom center repeat-x;
}
@media only screen and (min-width: 768px) {
    .ec-borderedDefs dl {
        padding: 15px;
    }
}

/* ボタン       */
.ec-borderedDefs dl.form-btn {
    width: 100%;
    display: inline-block;
}
.ec-blockBtn--cancel,
.ec-blockBtn--action {
    font-size: inherit;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 0 0 1px;
}
.buttom-btn {
    margin-top: 10px !important;
}
@media (min-width: 576px){
    .buttom-btn {
    margin-top: 0 !important;
    }
}
button.img-button{
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button.img-button:hover {
  opacity: 0.7;
}
.slick-prev, .slick-next {
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    transform: none;
}


/* カスタマイズ(追加)用CSS */
@media screen and (max-width: 767px) {
    header {
        height: 80px;
    }
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.container-row {
    margin-right: -10px;
    margin-left: -10px;
}
.table-bordered>tbody>tr>td {
    width: 80%;
    border: 1px solid #ddd;
}
.table-bordered>tbody>tr>th {
    width: 20%;
    border: 1px solid #ddd;
}
.table-bordered> :not(caption)>* {
    border-width: 0;
}
.tableRes th {
    width: 20%;
}
.tableRes td {
    width: 80%;
}
@media only screen and (max-width: 767px) {
    .table-bordered>tbody>tr>td,
    .table-bordered>tbody>tr>th {
        width: 100%;
        border: none;
    }
    .tableRes tbody {
        border: 1px solid #cbbeaf;
    }
    .tableRes th,
    .tableRes td {
        width: 100%;
    }
    .tableRes tbody td {
        padding: 0.4em 0.4em;
    }
}
.form-signin input[type="email"] {
    margin-bottom: 15px;
}
.ec-registerRole__actions .ec-checkbox {
    text-align: center;
    margin-top: 16px;
}
.form-select {
    font-size: inherit;
}
.panel-footer div .shipping_item:not(:first-child) {
    margin-top: 15px;
}
.deliver-detail {
    background-color: #f5f5f5;
}
.deliver-detail .form-group {
    margin-bottom: 0;
}
.ec-blockBtn--action{
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin: 10px auto;
    padding: 6px 30px;
    text-align: center;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    overflow: visible;
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
    width: 206px;
    text-decoration: none;
    height: auto;
}
.ec-blockBtn--action:hover {
  background-color: #286090;
  border-color: #204d74;
  color: #fff;
}
@media screen and (max-width: 767px){
.ec-blockBtn--action{
  font-size: 14px;
  line-height: 18px;
  padding: 5px 30px;
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
  width: 100%;
}
}
#ttlArea select,
#ttlArea .con select{
  height: 20px;
  line-height: 20px;
  padding: 0 2.25rem 0 0.75rem;
  display: inline-block;
  width: auto;
}
#list-product .quantity input{
    margin: 0;
}#list-product .quantity-area {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.5rem;
	align-items: center;
}

#list-product .quantity-area label {
	width: 45px;
    display: block;
}

#list-product .quantity-area input {
	width: calc(100% - 45px);
	height: 32px;
	background: #fff;
	border: 1px solid #edce29;
	padding: 0 1rem;
	outline: none;
}
/* 商品詳細　*/
    #textBox .rBox .classlist select{
        width: 58.33333333%;
    }
@media screen and (max-width: 767px){
    #textBox .rBox .classlist select{
        margin: 5px 10px;
        width: calc(100% - 20px);
    }
}

@media screen and (max-width: 767px){

.tableBasic03 th{
    border-right:none;
}
}
/* フォーム　*/
.ec-label.required{
    width: calc(100% - 45px);
}
.ec-required{
    color: #FFF !important;
    background: #BB5153;
    font-size: 11px;
    padding: 2px 3px;
    margin-left: auto;
    height: 20px;
    line-height: 16px;
    margin-right: 0;
}