@charset "UTF-8";

body{
    line-height: 1.43;
}
body, p, a, div, h3{
  font-family: 'Noto Sans TC',sans-serif,'微軟正黑體',Arial,Helvetica,sans-serif;
  font-weight: 500;
}
table, tbody, td, tfoot, th, thead{
    box-sizing: border-box;
}

.archiveControl,
.pankuzu,
#main>article>div,
#main>form>article>div,
#main>article>section {
    margin-left: 0.98%;
    margin-right: 0.98%;
}
#main>form>article>div {
    margin-left: 0;
    margin-right: 0;
}

.pankuzu,
#main>article {
    margin-bottom: 2%;
}

.pankuzu:not(:first-child) {
    margin-top: -2%;
}


/******************
��嘅蕭�愇�𧀎嚙踢聛潘蕭瞏佗蕭嚙�
******************/

.archiveControl {
    overflow: hidden;
    clear: both;
    margin-bottom: 2%;
}

.displayArea {
    margin-bottom: 2%;
    overflow: hidden;
}

.displayDesc {
    float: left;
}

.displayDesc span {
    font-size: 1.5em;
}

.displayVol {
    float: right;
}

.displayVol select {
    margin-left: 5px;
}


/******************
�鰵���襥嚙踢聛潘蕭瞏佗蕭嚙�
******************/

.photoArea {
    width: 48%;
    float: left;
    margin: 0 4% 4% 0;
}

.photoArea figure {
    width: 100%;
    line-height: 0;
    margin-bottom: 2%;
}

.photoArea figure img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.photoArea ul {
    background-color: #eee;
    overflow: hidden;
    clear: both;
}

.photoArea ul li {
    width: 25%;
    padding: 1%;
    float: left;
    line-height: 0;
    cursor: pointer;
}

.photoArea ul li img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc;
}

.itemInfo {
    width: 48%;
    float: right;
}

.itemInfo .lead {
    margin-bottom: 3%;
    font-size: 1.166em;
}

.itemExplain {
    margin-bottom: 3%;
}

.itemPrice {
    margin-bottom: 3%;
    padding: 2% 0;
    text-align: right;
    font-size: 1.5em;
}

.itemPrice:not(:first-child) {
    display: none;
}

.itemPrice strong {
    font-size: 1.6em;
}

.itemPrice .noStock {
    display: inline-block;
    margin-right: 10px;
    color: red;
    font-size: 0.84em;
}

.descriptionsSection {
    margin-bottom: 8%;
}

.descriptionsSection h3 {
    font-size: 1.17em;
}


/*
����嚙賭�橒蕭�絍嚙質葩嚙賢鯏薵�對蕭嚙�
*/

.cartArea,
.optionsSection {
    background-color: #eee;
    padding: 3%;
    margin-bottom: 3%;
}

.itemSkuSelect {
    margin-bottom: 3%;
    font-size: 1.166em;
}

.itemSkuSelect li {
    margin-bottom: 2%;
}

.itemSkuSelect li:last-child {
    margin-bottom: 0;
}

.handleBuyArea {
    background-color: #fff;
    padding: 3%;
    margin-bottom: 3%;
}

.handleBuyArea .disabledLabel .disabled {
    color: #ff3300;
}

.handleBuyArea input[type="radio"] {
    margin-right: 5px;
}

.handleBuyArea input[type="radio"][disabled] {
    visibility: hidden;
}

.selectQuantity {
    font-size: 1.166em;
}

.selectQuantity:not(:first-child) {
    margin-top: 10px;
}

.selectQuantity select {
    vertical-align: top;
    margin-left: 5px;
    min-width: 50px;
}

.btnCartIn,
.btnFavorite {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 1.5em;
    line-height: 50px;
    position: relative;
    color: #fff;
    padding: 5px 0;
    margin-top: 3%;
}

.btnCartIn:disabled {
    background-color: #999;
    background-image: none;
}
.btnCartIn {
    font-family: Microsoft Yahei;
    width: 70%;
    text-shadow: #fff 0.1em 0.1em 0.2em;
    margin: 3% auto 0;
    background-color: #ffd700;
    background-image: linear-gradient(to bottom, #ffd700, #ffd700);
    background-image: -moz-linear-gradient(top, #ffd700, #ffd700);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ffd700), color-stop(1.0, #ffd700));
    border: 1px solid #ffffff;
    border-color: #ffffff00 #ffffff00 #ffffff00;
    box-shadow: 0px 0px 1px #fff inset;
    border-radius: 5px;
}
.btnCartIn, .btnFavorite {
    display: block;
    width: 70%;
    text-align: center;
    text-decoration: none;
    font-size: 1.5em;
    line-height: 50px;
    position: relative;
    color: #000;
    text-shadow: 0 0 0.2em #fff;
    padding: 5px 0;
    margin-top: 3%;
}

.btnCartIn:hover {
    background: linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
    background-color: #bc3315;
}

.btnCartIn:active {
    position: relative;
    top: 1px;
}

.btnCartIn:active {
    background-image: linear-gradient(to bottom, #ff8c00, #ffd700);
    background-image: -moz-linear-gradient(top, #ff8c00, #ffd700);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ff8c00), color-stop(1.0, #ffd700));
}

.btnCartIn:disabled {
    background-color: #999;
    background-image: none;
}

.btnCartIn:disabled i {
    display: none;
}

.btnCartIn i,
.btnFavorite i {
    margin-right: 10px;
}

.btnCartIn .fa-2x {
    font-size: 1.2em;
}

.btnFavorite {
    background-color: #F06292;
}

.btnCartIn:hover,
.btnFavorite:hover {
    text-decoration: none;
}

.itemInfo .skuArea {
    margin-bottom: 2%;
    font-size: 1.17em;
}

.itemInfo .skuArea dl {
    margin-bottom: 2%;
}

.itemInfo .skuArea dl dt {
    font-weight: bold;
}

.itemInfo .skuArea dl dt span {
    font-weight: normal;
}

.itemInfo .skuArea dl dd ul::after {
    content: "";
    display: block;
    clear: both;
}

.itemInfo .skuArea dl dd ul li {
    margin: 0 5px 5px 0;
    float: left;
}

.itemInfo .skuArea dl dd label {
    display: block;
    cursor: pointer;
    position: relative;
    border: solid 1px #ccc;
    border-radius: 2px;
}

.itemInfo .skuArea dl dd .skuSizes label {
    min-width: 70px;
    padding: 5px;
}

.itemInfo .skuArea dl dd .skuSizes .disabled label {
    background: #eee;
}

.itemInfo .skuArea dl dd .skuSizes input {
    margin-right: 5px;
}

.itemInfo .skuArea dl dd .skuSizes input[disabled] {
    visibility: hidden;
}

.itemInfo .skuArea dl dd .skuColors label {
    width: 55px;
    height: 45px;
}

.itemInfo .skuArea dl dd .skuColors .black label {
    background: #000;
}

.itemInfo .skuArea dl dd .skuColors .gray label {
    background: #ddd;
}

.itemInfo .skuArea dl dd .skuColors .white label {
    background: #fff;
}

.itemInfo .skuArea dl dd .skuColors .brown label {
    background: #745630;
}

.itemInfo .skuArea dl dd .skuColors .beige label {
    background: #e5d5b4;
}

.itemInfo .skuArea dl dd .skuColors .red label {
    background: #db2c22;
}

.itemInfo .skuArea dl dd .skuColors .orange label {
    background: #ea9e1a;
}

.itemInfo .skuArea dl dd .skuColors .navy label {
    background: #193282;
}

.itemInfo .skuArea dl dd .skuColors .blue label {
    background: #1a50ea;
}

.itemInfo .skuArea dl dd .skuColors .purple label {
    background: #7c1aea;
}

.itemInfo .skuArea dl dd .skuColors .pink label {
    background: #f68ddc;
}

.itemInfo .skuArea dl dd .skuColors .green label {
    background: #4cac48;
}

.itemInfo .skuArea dl dd .skuColors .skyblue label {
    background: #77c8f7;
}

.itemInfo .skuArea dl dd .skuColors label input,
.itemInfo .skuArea dl dd .skuColors label .title {
    opacity: 0.01;
    position: absolute;
    left: 0;
    top: 0;
}

.itemInfo .skuArea dl dd .skuColors label input+i {
    display: none;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    color: #1e90ff;
    font-size: 16px;
    text-align: center;
    text-shadow: 1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff, 1px 0px 1px #fff, 0px 1px 1px #fff, -1px 0px 1px #fff, 0px -1px 1px #fff;
    position: absolute;
    top: 50%;
    left: 50%;
}

.itemInfo .skuArea dl dd .skuColors label input:checked+i {
    display: block;
}

.itemInfo .skuArea dl dd .skuColors .disabled {
    opacity: 0.5;
}


/*
嚙質𥁒嚙踢辰頣蕭�麪嚙賣𧀎嚙賢�页蕭頦湛蕭暻�嚙踝蕭嚙質�𠬍蕭嚙�
*/

.itemTypeSelect li {
    border-top: 1px solid #ccc;
    padding: 0 0 0 5px;
    font-size: 1.167em;
}

.itemTypeSelect li input[type=radio] {
    margin-right: 10px;
}

.itemTypeSelect li label {
    display: table;
    width: 100%;
    cursor: pointer;
}

.itemTypeSelect li div {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding: 10px 0;
}

.itemTypeSelect li:last-child div {
    padding: 10px 0 0 0;
}

.itemTypeSelect li div.price {
    text-align: right;
    font-size: 0.857em;
}

.itemTypeSelect li div.price span {
    font-size: 2em;
}


/*
��䂿�嚙賣�抬蕭嚙踝蕭
*/

.optionContent>section {
    margin-bottom: 2%;
    background-color: #eee;
    padding: 2%;
}

.optionContent>section:last-child {
    margin-bottom: 0;
}

.optionContent h3 {
    font-size: 1.3333em;
    margin-bottom: 2%;
    background-color: #999;
    padding: 1%;
    color: #fff;
}

.optionContent ul {
    margin-left: 1em;
}

.optionContent ul li {
    margin-bottom: 2%;
    overflow: hidden;
    clear: both;
}

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

.optionContent ul li figure {
    float: right;
    width: 200px;
    overflow: hidden;
    height: auto;
}

.optionContent ul li figure img {
    width: 100%;
    height: auto;
}

.optionDetail {
    margin-right: 220px;
}

.imgNone .optionDetail {
    margin-right: 0;
}

.optionDetail h4 {
    font-size: 1.333em;
    margin-bottom: 1%;
}

.optionDetail input {
    margin-right: 1em;
}

.optionDetail p {
    margin-left: 2em;
}

.optionDetail .price {
    margin-bottom: 1%;
}

.optionDetail .price span {
    font-size: 1.5em;
    font-weight: bold;
}

.optionsSection h3 {
    margin-bottom: 2%;
    font-size: 1.17em;
}

.optionsSection h3 i {
    margin-right: 5px;
}

.optionsSection ul li {
    margin-bottom: 2%;
    border: solid 1px #ccc;
    border-radius: 2px;
}

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

.optionsSection ul li label {
    display: block;
    padding: 2%;
    cursor: pointer;
}

.optionsSection ul li h4 {
    font-size: 1.17em;
    font-weight: bold;
}

.optionsSection ul li h4 .price {
    font-size: 0.84em;
    float: right;
}

.optionsSection ul li h4 .price .num {
    font-size: 1.33em;
}

.optionsSection ul li input {
    margin-right: 5px;
}


/*嚙賜�䈑蕭��琜蕭銋橒蕭瞏佗蕭�瘀蕭�𥁒嚙踝蕭*/

.reviewArea>div {
    font-size: 1.166em;
}

.reviewContent ul {
    margin-bottom: 2%;
}

.reviewContent li {
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 2%;
    margin-bottom: 2%;
}

.reviewContent li:last-child {
    margin-bottom: 0;
}

.reviewContent li:after {
    clear: both;
    content: "";
    display: table;
}

.rateArea {
    float: left;
    width: 20%;
}

.rateArea .starbox {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.rateArea p {
    font-size: 0.857em;
}

.rateText {
    margin-left: 25%;
}

.rateText h3 {
    margin-bottom: 1%;
}

.reviewWriteForm dl {
    width: 80%;
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 2%;
}

.reviewWriteForm dt {
    float: left;
    clear: left;
    padding: 2% 0;
}

.reviewWriteForm dd {
    padding: 2% 0 2% 10em;
    border-top: 1px dotted #ccc;
}

.reviewWriteForm dd:last-child {
    border-bottom: 1px dotted #ccc;
}

.reviewWriteForm dd input[type=text],
.reviewWriteForm dd textarea {
    width: 100%;
    padding: 1%;
}

.recommendArea .itemList li {
    width: 20%;
}

.reviewAverage strong {
    font-size: 1.333em;
}

.reviewAverage .starbox {
    margin-bottom: 3%;
}

.deliveryContent h3 {
    margin-bottom: 1%;
    font-size: 1.166em;
}

.deliveryContent table {
    margin-bottom: 1.5%;
}


/* 嚙踢聛潘蕭瞏佗蕭嚙� */

.pageContent h3 {
    margin-bottom: 1%;
    font-size: 1.333em;
    font-weight: 700;
}

.pageContent h3 small {
    font-weight: normal;
    font-size: 0.83em;
}

.pageContent .mainImage {
    margin-bottom: 4%;
    text-align: center;
}

.pageContent .mainImage img {
    max-width: 100%;
}

.pageContent .pageBody {
    min-height: 240px;
    font-size: 1.17em;
    line-height: 2;
}

.pageContent table {
    width: 100%;
}

.pageContent table th,
.pageContent table td {
    padding: 1%;
    border-bottom: 1px solid #ccc;
}

.pageContent table tr td:nth-child(2) {
    border-left: 6px solid #e0f2ff;
    border-right: 6px solid #e0f2ff;
    border-bottom: 6px solid #e0f2ff;
    border-top: none;
    padding: 0 10px;
    box-sizing: border-box;
}

.pageContent table th {
    background-color: #ddd;
    font-size: 21px;
    line-height: 40px;
}

.pageContent table .zipcodeTxt {
    display: inline-block;
    vertical-align: top;
}

.pageContent table #ec_client_landing_page_type_sex {
    padding: 10px 0;
}


/*
嚙踢辰鳴蕭�𢩦嚙賣膠嚙踝蕭
*/

#main #landing h2 {
    background-color: #ffd700;
    text-align: center;
}

.itemName {
    font-size: 24px;
    color: #fff;
    text-align: center;
    background-color: #e30174;
    font-family: "��𡏭悻嚙賣𩣪嚙質鼧嚙踝蕭", "Yu Mincho", "��𡏭悻嚙賣𩣪嚙踝蕭", "YuMincho", serif;
    padding: 8px 0;
    margin-bottom: 2%;
}

.itemWrap .descriptionsSection {
    margin-bottom: 3%;
    float: right;
    width: 48%;
}

.itemWrap .descriptionsSection h3 {
    font-size: 16px;
    margin-bottom: 2%;
}

.pageContent .payForm {
    margin-bottom: 4%;
}

.pageContent .payForm h3 {
    background-color: #ac0101;
    color: #fff;
    padding: 0px 15px 0px;
}

.pageContent .payForm table tr {
    /* margin: 0 0 10px 0; */
    margin: 0;
}

#form .pageContent .payForm table th,
#form .pageContent .payForm table td {
    padding: 1% 10px;
    font-weight: normal;
}

.pageContent .payForm table th span.important,
.pageContent .payForm table td span.important {
    color: #f00;
}

.pageContent .payForm table th {
    background-color: #e3e3e3;
    font-size: 21px;
    font-weight: bold;
    color: #333;
    box-sizing: border-box;
    display: block;
    text-align: left;
}

#form .pageContent .payForm table th .required {
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #e64545;
    padding: 0 5px;
    margin-top: -5px;
    margin-left: 5px;
    font-size: 11px;
    font-weight: 100;
    border: 1px solid #f00;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    line-height: initial;
}

.pageContent .payForm table td {
    border-bottom: 1px solid #ccc;
    text-align: left;
    background-color: #fff;
    padding: 10px;
    font-size: 14px;
    line-height: 1.7;
}

.pageContent .payForm table td label {
    cursor: pointer;
    font-size: 16px;
    vertical-align: middle;
}

.pageContent .payForm input {
    padding: 10px;
    border: 1px solid #dbdbdb;
    border-top: 2px solid #9b9b9b;
    border-left: 2px solid #9b9b9b;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;
}

.pageContent .payForm input,
.pageContent .payForm select {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 8px;
    margin-right: 6px;
}

.pageContent .payForm table {
    line-height: 1.2;
}

.pageContent .payForm table tbody {
    display: flex;
    flex-direction: column;
}

.pageContent .payForm input:focus {
    border-top: 2px solid #9b9b9b;
    border-left: 2px solid #9b9b9b;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    background-color: rgb(255, 255, 232);
}

.pageContent .payForm input:placeholder-shown {
    line-height: 110%;
}

.pageContent .payForm input::-moz-placeholder {
    line-height: 110%;
}

.pageContent .payForm input:-ms-input-placeholder {
    line-height: 110%;
}

.pageContent .payForm select {
    height: 35px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-top: 2px solid #9b9b9b;
    border-left: 2px solid #9b9b9b;
    border-radius: 5px 0 0 5px;
    padding: 0 10px;
    min-width: 100px;
}

.pageContent .payForm .formParts.required select {
    background-color: #fff;
}

.pageContent .payForm select {
    background-color: #fff;
}

.pageContent .payForm .productName {
    background-color: #ffeff0;
}

.pageContent .payForm .noBlock th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.pageContent .payForm .noBlock tr td {
    line-height: 60px;
}

.pageContent .payForm .noBlock th:last-child {
    border-right: none;
}

.pageContent .payForm .error {
    color: #e50074;
    display: block;
    font-weight: bold;
}

.formParts {
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

.formParts .err {
    padding: 0 0 0 10px;
    color: #f00;
    position: absolute;
    display: block;
    right: -40%;
    bottom: 35%;
}


.formParts input {
    background-color: #fff;
}

.formParts.required input {
    background-color: #fff;
}

.formParts select {
    outline: none;
}

.formParts input.yubin {
    width: 130px;
}

.blockUIcontent {
    padding: 20px;
}

.blockUIcontent p {
    margin-bottom: 10px;
    font-size: 14px;
}

.guidance {
    font-size: 18px;
    margin-bottom: 2%;
    letter-spacing: 1px;
    text-align: center;
}

.linkPrivacy {
    text-align: center;
    margin-top: 10px;
}

.linkPrivacy a {
    text-decoration: underline;
    padding-left: 10px;
}

.bgModal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

.bgModal:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 8px solid #fff;
    border-right-color: transparent;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(180deg);
        opacity: 1.0;
    }
    100% {
        transform: rotate(360deg);
        opacity: 0.2;
    }
}


/* 嚙踢辰頣蕭�𢩦嚙賣�𠬍蕭�琜蕭�麪嚙賣膠嚙質��蕭�𥁒嚙賜麪嚙踝蕭 */

.pagePrivacy section {
    margin-bottom: 3%;
}

.pagePrivacy section h3 {
    border-bottom: 2px dotted #ea9e1a;
}

.pagePrivacy section div {
    line-height: 160%;
}

.pagePrivacy section div p {
    margin-bottom: 10px;
}


/*jstarbox嚙賡�css嚙賜�琜蕭��琜蕭��嘅蕭嚙�*/

.positioner {
    position: relative;
    display: inline-block;
    line-height: 0;
}

.starbox {
    cursor: pointer;
}

.starbox.unchangeable {
    cursor: default;
}

.starbox .colorbar,
.starbox .ghost {
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.starbox .stars {
    display: inline-block;
}

.starbox .stars .star_holder {
    position: relative;
    z-index: 1;
}

.starbox .stars .star_holder .star {
    display: inline-block;
    vertical-align: baseline;
    background-repeat: no-repeat;
}

.starbox .stars .star_holder .star {
    background-image: url('../images/5-large.png');
    width: 33px;
    height: 33px;
}

.starbox.small .stars .star_holder .star {
    width: 17px;
    height: 17px;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.starbox .stars {
    background: #cccccc;
}

.starbox .rated .stars {
    background: #dcdcdc;
}

.starbox .rated.hover .stars {
    background: #cccccc;
}

.starbox .colorbar {
    background: #ffcc1c;
}

.starbox .hover .colorbar {
    background: #1e90ff;
}

.starbox .rated .colorbar {
    background: #ffd851;
}

.starbox .rated.hover .colorbar {
    background: #1e90ff;
}

.starbox .rated.hover:active .colorbar {
    background: #ffd851;
}

.starbox .ghost {
    background: #a1a1a1;
}


/*jstarbox嚙賡�css嚙賜�琜蕭��琜蕭�㟲嚙踝蕭*/


/* 嚙踢聛潘蕭瞏佗蕭閰鳴蕭嚙� */

.pager {
    padding: 25px 0;
    margin: 0 -5px;
    text-align: center;
}

.pager a,
.pager strong {
    box-sizing: border-box;
    display: inline-block;
    min-width: 32px;
    height: auto !important;
    padding: 0 5px;
    margin: 5px;
    border: solid 1px #ea9e1a;
    background: #ea9e1a;
    color: #fff;
    line-height: 32px;
    text-align: center;
}

.pager strong {
    background: #fff;
    color: #999;
    font-weight: bold;
}

.payForm.calender.datepicker-trigger {
    width: 24px;
    height: 24px;
    padding: 0;
    background: none;
    position: absolute;
    top: 2px;
    right: 0px;
}

.payForm.calender.datepicker-trigger img {
    width: 20px;
}

.payForm .spForm01.ui-datepicker-trigger img {
    width: 24px;
    position: absolute;
    right: 21px;
    top: 13px;
    padding-left: -20px;
}

.payForm .spForm01 .zipcodeBox {
    display: flex;
    align-items: center;
    margin-top: 2px;
}

.ui-datepicker-trigger {
    width: 29px;
    height: 24px;
    padding: 0;
    background: none;
    position: absolute;
    top: 12px;
    right: 8px;
}

#contents {
    padding: 0 0 50px;
}

#form #priceTable th,
#form #priceTable td {
    display: block;
    width: 100%;
}

#form #priceTable tr {
    display: block;
}

#form #priceTable tr:first-child {
    float: left;
    width: 30%;
}

#form #priceTable tr:nth-child(2) {
    float: left;
    width: 70%;
}

#form #priceTable tr:first-child th {
    display: block;
    width: 100%;
    border-bottom: 0;
    border-right: 0;
}

#form #priceTable tr:first-child th:last-child {
    border-bottom: 1px solid #ccc;
}

#form #priceTable tr:nth-child(2) td {
    width: 100%;
}

#form #priceTable .productSelectItem {
    display: flex;
    padding-top: 1%;
    padding-bottom: 1%;
    align-items: flex-start;

}

#form #priceTable .productSelectItem label {
    line-height: normal;
}
#form #priceTable .productSelectItem input {
    vertical-align: middle;
    margin: 5px 5px 0;
    font-size: 10px;
}


/*table payTable*/

#form .payTable tr td label {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

#form .payTable .hideSet {
    position: absolute;
    /*�俈甇Ｗ�删征���*/
}

#form .payTable #paymentAddType {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
}

#form .payTable #paymentAddType .addpay {
    margin: 10px 20px 10px 0;
    display: flex;
}

#form .payTable #paymentAddType .addpay img {
    display: inline-block;
    vertical-align: bottom;
    width: auto;
    max-height: 31px;
}


/*table payTable -- np_atobarai AFTEE瘜冽�譍�钅�*/

#form .payTable .np_atobarai {
    display: flex;
}

#form .payTable .np_atobarai p {
    font-size: 14px;
}

#form .payTable .np_atobarai p img {
    max-width: 600px;
}

#form .payTable .np_atobarai td {
    flex: 1 1 100%;
}


/*table sendTable*/

#form .sendTable tr td:nth-child(2) {
    padding: 10px;
}

#form .sendTable td .sendTimeSelect {
    display: flex;
    align-items: center;
}

#form .sendTable td .sendTimeSelect .deliDate {
    display: flex;
    align-items: center;
}

#form .cartButton {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 5px 0 20px;
}

.ftb {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.ftb img {
    width: 110px;
}


/* 20171213Description_CSS*/

.pymRgrTxt {
    display: none;
    padding: 5px;
    margin-top: 15px;
    background: #f9f9f9;
    border: 1px solid #dcdcdc;
}

.pymRgrTxt p {
    font-size: 12px;
    margin-bottom: 10px;
}

.important {
    color: #f00;
}

.custom {
    font-size: 13px;
}

.pageContent .note {
    padding: 10px;
    font-size: 14px;
    line-height: 1.7;
}

.calender img {
    width: 100%;
    display: block;
}

.after_pay img {
    width: 100%;
    margin: 0 auto;
}


/* 20180301 Edition_CSS */

#priceTable tr:nth-child(2) td:nth-child(3) .error {
    display: inline-block;
}

#AfteePC {
    display: inherit;
}

#AfteeSP {
    display: none;
}


/* lcCart.css */
#form h3 {
    font-family: 'Noto Sans TC', sans-serif
}
#contents {
    transition: all .3s ease-in-out
}
.couDiv #ec_client_landing_page_type_use_coupon {
    width: 240px;
    height: 35px;
    font-size: 14px
}
.couDiv .coupon_notice {
    margin-left: 5px
}
#contents .payForm h3 {
    background-color: #1b8a93
}
#contents .pageContent .payForm {
    margin-bottom: 2%
}
#contents .pageContent .payForm table th {
    padding: 2%;
    vertical-align: middle;
    font-weight: 500
}
#contents .pageContent .payForm table td {
    vertical-align: middle
}
#contents .pageContent .payForm .formParts.required select {
    background-color: #eeeeee;
    width: auto;
}
#contents .cartButton {
    width: 70%;
    margin: auto
}
#contents .cartButton:hover button {
    cursor: pointer
}
#contents .formParts.required input {
    background-color: #eeeeee;
}
#contents .ui-datepicker-trigger {
    width: 28px;
    height: auto
}
.buyInfoBg {
    width: 85%;
    margin: 20px auto;
    font-size: initial;
    font-weight: 400
}
.buyInfoBg p {
    font-size: 16px;
    line-height: 2.3;
    text-align: left;
    color: #666
}
.servicePhone {
    width: 90%;
    margin: 0 auto;
    font-size: 1.5rem;
    text-align: center;
    color: #666
}
#contents .btnCartIn {
    box-shadow: inset 0 1px 0 0 #37a3cf, 2px 4px 8px 0 rgb(0 0 0 / 50%);
    background: linear-gradient(to bottom,#37a3cf 5%,#e0f2ff 100%);
    background-color: #37a3cf;
    border-radius: 8px;
    border: 1px solid #37a3cf;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-size: 46px;
    font-weight: 700;
    padding: 18px 26px;
    text-decoration: none;
    text-shadow: none;
    margin: 0 auto 10px auto;
    width: 80%;
    display: block;
    letter-spacing: 2px;
}
#contents .btnCartIn:hover {
    background: linear-gradient(to bottom,#e0f2ff 5%,#37a3cf 100%);
    background-color: #e0f2ff;
}
#contents .btnCartIn:disabled {
    background-color: #999;
    background-image: none
}
#contents .btnCartIn .agreePrivacy {
    font-size: 14px;
    line-height: 20px
}
#contents .linkPrivacy {
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px
}
.buyInfoBg .text {
    display: block;
    text-align: justify;
    line-height: 1.4rem;
    margin: 0 0 .8rem 0
}
.wrapRuleBg {
    width: 70%;
    height: 200px;
    font-weight: 300;
    overflow-y: auto;
    font-size: initial;
    border: 1px solid #ccc;
    margin: 10px auto 0 auto;
    padding: 10px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, .6)
}
.wrapRuleBg h2 {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 10px;
    font-family: 'Noto Sans TC', sans-serif
}
.wrapRuleBg .box {
    position: initial;
    box-shadow: none;
    padding: 5px
}
#contents .pageContent h3 {
    margin: 5px 0;
    padding-left: 10px;
    background-color: #2157b1;
    color: #fff
}
.wrapRuleBg p {
    padding: 5px 10px;
    font-size: 16px;
    text-align: left
}
.basicPrivacypolicyMonthBg {
    padding: 16px 16px;
    font-weight: 900;
    background-color: #ccc
}
.basicPrivacypolicyMonthBg .basicPrivacypolicyMonth {
    background-color: #fff;
    padding: 16px 16px;
    font-size: 20px
}



/* mail error */
.pageContent .payForm .mail.error {
    font-weight: normal;
}
.pageContent .payForm #mail_check-error.error{
    font-size:20px;
}

/* noBlock */
.pageContent .header {
    background-color: #ea9e1a;
    color: #fff;
    padding: 8px 15px 8px;
}
.noBlock tr td {
    font-size: 14px;
}
.noBlock tr th {
    background-color: #fffaf0;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

/* additions */
form #priceTable tr:first-child, #form #priceTable tr, #form #priceTable tr:nth-child(2){
    float:inherit !important;
    width:100% !important;
  }
  #form #priceTable th, #form #priceTable td{
    width:100%;
    text-align:left;
  }
  #form #priceTable th{
    padding-left: 10px;
    text-align:left;
  }
  .pageContent .payForm table th {
    display:block;
    width:100%;
    padding: 1% 10px;
    border:none !important;
    box-sizing: border-box;
    text-align:left;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    background-color: #e0f2ff;
}
  .pageContent .payForm table td{
    display:block;
    width: 100%;
  }
  div#paymentAddType img{
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  #form .payTable #paymentAddType .addpay {
    margin: 10px 20px 10px 0;
    display: flex;
}
  #form #priceTable .productSelectItem label{
    cursor: pointer;
    width: 100%;
  }
  div#paymentAddType{
    display: flex;
  }
  .septext{
     font-size:15px; 
     color:red; 
     line-height:13px; 
     margin-left: 10px;
     padding-top: 1%;
  }
.productPrice {
    font-weight: 700;
    font-size: 15px;
}
#ec_client_landing_page_type_last_name, #ec_client_landing_page_type_first_name {
    width: 180px;
}
.local-rq {
    display: flex;
}
.local-rq label, .zipcodeBox label {
    height: 50px;
    line-height: 50px;
}
.streetSelect {
    margin-left: 1%;
}
#ec_client_landing_page_type_sex input{
    vertical-align: middle;
    padding: 0;
    margin: 0 5px;
}
#ec_client_landing_page_type_sex label:first-of-type {
    margin-right: 5px;
}
#form .deliveryClick,
#form .paymentClick {
    vertical-align: middle;
    margin: auto 5px;
}
.otherNoteInfo{
    box-sizing: border-box;
}



  @media screen and (max-width: 1280px) {
      #form {
          max-width: 100%
      }
  }
  @media screen and (max-width: 1024px) {
      .buyInfoBg {
          width: 90%
      }
      #form .cartButton {
          text-align: center;
      }
      #form .btnCartIn {
          width: 80%;
      }
      #form .pageContent {
          width: 100%;
      }
      #form .pageContent .payForm {
          width: 100%;
      }
  }
  @media screen and (max-width: 768px) {
    #ec_client_landing_page_type_product_sku_id {
        width: 90%;
    }
    .pageContent .payForm h3 {
        padding: 1% 2%;
        font-size: 1.1em;
    }
    .pageContent .payForm input,
    .pageContent .payForm select {
        font-size: 14px;
    }
    .linkPrivacy {
        font-size: 14px;
    }
    #AfteePC {
        display: none;
    }
    #AfteeSP {
        display: block;
    }
    #form #ec_client_landing_page_type_product_sku_id {
        width: 95%
    }
    .couDiv {
        width: 65%
    }
    .couDiv #ec_client_landing_page_type_use_coupon {
        width: 100%;
        font-size: 13px;
        position: relative
    }
    .couDiv .coupon_notice {
        margin-left: 0;
        position: absolute;
        top: 0;
        right: 0
    }
    #contents .ui-datepicker-trigger {
        width: 26px;
        height: 26px
    }
    #contents .calender img {
        top: -2px
    }
    #contents .formParts p span {
        display: block
    }
    #contents .pageContent p {
        display: inherit;
        /* width: 100%; */
        line-height: 1.8;
        font-size: 14px
    }
    .buyInfoBg {
        margin: 10px auto 20px
    }
    #contents .btnCartIn {
        font-size: 25px;
        padding: 10px 0;
        width: 80%
    }
    #contents .linkPrivacy {
        font-size: 14px
    }
    .wrapRuleBg {
        width: 90%
    }
    .wrapRuleBg .box {
        font-size: 13px
    }
    .wrapRuleBg h2 {
        font-size: .9rem
    }
  }
  @media screen and (max-width: 468px) {
        #form .btnCartIn {
            width: 70vw;
            font-size: 7vw;
        }
        #form .cartButtonNote {
            font-size: 3.6vw;
            line-height: 1.5;
        }
        #form .payTable #paymentAddType {
            padding: 30px 0 10px 0;
            flex-direction: column;
        }
        #form .payTable #paymentAddType .addpay {
            margin: 0 0 20px 0;
        }
        #form .sendTable td .sendTimeSelect {
            flex-direction: column;
            align-items: flex-start;
        }
        .payForm .spForm01 select {
            min-width: 90px;
        }
        .pageContent .payForm table td label.coupon_notice {
            font-size: 14px;
        }
        #form {
            padding-top: 0;
            margin-top: 0
        }
        .basicPrivacypolicyMonthBg {
            padding: 8px 8px;
            font-size: 1rem
        }
        .basicPrivacypolicyMonthBg .basicPrivacypolicyMonth {
            padding: 8px 8px
        }
        .wrapRuleBg {
            line-height: 1.5;
            font-size: 1rem
        }
        .servicePhone {
            font-size: 1.3rem
        }
  }
  @media screen and (max-width: 375px) {
      .couDiv {
          width: 60%
      }
  }

