@charset "utf-8";

/************************************************
 tables
************************************************ */
/* デフォルトテーブル
----------------------------------------------- */
table {
    margin: 15px auto 20px auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
table th {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333;
    background-color: #f0f0f0;
    font-weight: normal;
}
table td {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    word-break: break-all;
}

/* 見出し
----------------------------------------------- */
div#undercolumn_shopping table th[scope=col] {
    text-align: center;
}
div#undercolumn_shopping table.delivname th {
    width: 155px;
}

/* MYページ */
div#mycontents_area table th {
    text-align: left;
}
div#mycontents_area table th.alignR {
    text-align: right;
}
div#mycontents_area table th.alignL {
    text-align: left;
}
div#mycontents_area table th.alignC {
    text-align: center;
}
div#mycontents_area table th.resulttd {
    text-align: right;
}
div#mycontents_area table caption {
    padding: 8px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    color: #000;
    background-color: #f0f0f0;
    text-align: left;
    font-weight: bold;
}
/* その他
----------------------------------------------- */
table select {
    margin-bottom: 7px;
    border: solid 1px #ccc;
}
.table .thead {
display: none;
}
.table p {
    text-align: left;
}
.table .tbody .tr {
display: block;
border: 1px solid #ccc;
border-bottom: none;
padding: 1em;
background: #fff;
}
.tbody .tr:last-child {
border-bottom: 1px solid #ccc;
}
.table .tr div.bt_delete a {
font-size: 10px;
display: block;
background: #7d7d7d;
padding: 0.5em 0.7em;
color: #fff;
}
/* member_table */
.member_table .tbody dl.tr dd {
    width: 68%;
    vertical-align: middle;
}

.formBox #delivery_table .tbody .tr {
    position: static;
}
.formBox .heading_table {
    background: #f3f3f3;
    font-weight: normal;
    width: 100%;
    padding: 0.8em 1em;
    margin: 0;
    border: 1px solid #ccc;
    border-bottom: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.formBox #delivery_table .tr > div {
    vertical-align: middle;
}
.formBox #delivery_table .tr > div a:link {text-decoration: underline;}
.formBox #delivery_table .tr > div a:visited {text-decoration: underline;}
.formBox #delivery_table .tr > div a:hover {text-decoration: none;}
.formBox #delivery_table .tr > div a:active {text-decoration: underline;}

.formBox #delivery_table .tr div.address {
    text-align: left;
    padding-right: 1em;
}
.formBox #delivery_table .tr div.bt_edit,
.formBox #delivery_table .tr div.bt_delete {
    position: static;
}
.formBox #delivery_table .tr > div:nth-of-type(1){
    font-weight: normal;
}


.formBox .total_area {
    padding: 0;
    border: none;
    background: #fff;
    display: table;
    width: 100%;
}
.formBox .total_area dl {
    overflow: hidden;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.formBox .total_area dl dt,
.formBox .total_area dl dd {
    display: block;
    padding: 0.5em 1em;
    border-left: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.formBox .total_area dl dt {
    float: left;
    text-align: right;
    width: 80%;
    background: #f3f3f3;
}
.formBox .total_area dl dd {
    float: left;
    width: 20%;
    text-align: right;
}
.formBox .tr .item .photo img {
    max-width: 70px;
}
.formBox .tr .item .photo {
    width: 70px !important;
}
.formBox .tr .item p {
    padding-left: 82px !important;
}
.formBox #mail_deliv a.tr div.mailtitle {
    text-decoration: underline;
}
.formBox #mail_deliv a.tr:hover div.mailtitle {
    text-decoration: none;
}

/*  CART
------------------------------------- */
#undercolumn_cart .cartinarea .tr {
    position: relative;
    overflow: visible;
}
#undercolumn_cart .cartinarea .tr:last-child {
    border-bottom: none;
}
#undercolumn_cart .cartinarea .tr .bt_delete {
    position: absolute;
    right: 1em; top: 1em;
}
#undercolumn_cart .cartinarea .tr .item p {
    padding-right: 4em;
}
#undercolumn_cart .cartinarea .tr .account {
    float: left;
    display: block;
    padding: 1em;
}
#undercolumn_cart .cartinarea .tr .account .amount img {
    margin: 0 0.2em;
    cursor: pointer;
    width: 22px;
}
#undercolumn_cart .cartinarea .tr .price {
    display: block;
}
#undercolumn_cart .total_area {
    border-top: 1px solid #ccc;
}

#undercolumn_cart #form1,#undercolumn_cart #form2  {
    padding-bottom: 3em;
}
.formBox .cartinarea .tr .item .photo {
width: 18%;
float: left;
margin: 0 0 1em 0;
}

#undercolumn_cart .cartinarea .tr > div:nth-of-type(4):before { content: "小計 : "; }
/* formBox */

.formBox {
    margin-bottom: 2em;
}


/* cartin table */

.formBox .cartinarea .tr {
    background: #fff;
    padding: 1em 0 0;
    overflow: hidden;
}
.formBox .cartinarea .tr a:link { text-decoration:underline;}
.formBox .cartinarea .tr a:visited { text-decoration:underline;}
.formBox .cartinarea .tr a:hover { text-decoration:none;}
.formBox .cartinarea .tr a:active { text-decoration:underline;}

.formBox .cartinarea .tr > div:before {
    font-weight: normal;
    color: #333;
}
.formBox .cartinarea .tr > div {
    text-align: center;
    vertical-align: middle;
}
.formBox .cartinarea .tr > div.price {
    text-align: right;
    font-weight: normal;
    color: #333;
}
.formBox .cartinarea .tr .item {
    width: 96%;
    padding: 0 2%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.formBox .cartinarea .tr .item p {
    margin-bottom: 0.2em;
    line-height: 1.6;
    padding-left: 19%;
}
.formBox .cartinarea .tr .item p.small {
    margin-bottom: 0;
    line-height: 1.4;
}
.formBox .cartinarea .tr .item p em {
    font-style: normal;
    font-weight: bold;
}

.formBox .cartinarea .tr .item p:last-child {
    padding-bottom: 0.5em !important;
}
.formBox .cartinarea .tr .item .photo {
    width: 18%;
    float: left;
    margin: 0 0 1em 0;
}

/**/
.formBox .cartinarea .tr .itemtype {
    display: table-cell;
    text-align: left;
    width: 80%;
    padding: 1em;
    border-right: 1px solid #ccc;
    background: #f9f9f7;
}
.formBox .cartinarea .tr .account {
    display: table-cell;
    white-space:nowrap;
    padding: 1em;
    border-right: 1px solid #ccc;
    background: #f9f9f7;
}
.formBox .cartinarea .tr .price {
    display: table-cell;
    white-space:nowrap;
    min-width: 20%;
    padding: 1em;
    background: #f3f3f3;
}
.formBox .cartinarea .tr .shipping {
    padding: 1em 1em 1em 1em;
    background: #f9f9f7;
    text-align: left;
}
/* confirm_table */

#undercolumn_shopping #confirm_table .tr .account {
    float: left;
    display: block;
    padding: 0.8em 1em;
}
#undercolumn_shopping #confirm_table .tr .price {
    display: block;
    padding: 0.8em 1em;
}
/*
Label the data
*/
.formBox .cartinarea .tr > div.account:before { content: "数量 : "; }

.formBox .cartinarea .tr .bt_delete a:link { text-decoration:none;}
.formBox .cartinarea .tr .bt_delete a:visited { text-decoration:none;}
.formBox .cartinarea .tr .bt_delete a:hover { text-decoration:none;}
.formBox .cartinarea .tr .bt_delete a:active { text-decoration:none;}

@media only screen and (min-width: 0px) {
    .formBox .tr .item .photo img {
    max-width: 70px;
}
.formBox .total_area dl dt {
width: 70%;
}
.formBox .total_area dl dd {
    width: 30%;
    }
}
@media only screen and (min-width: 700px) {
}
@media only screen and (min-width: 1000px) {
    .table {
width: 100%;
display: table;
border-bottom: 1px solid #ccc;
}
    #undercolumn_cart .cartinarea .tr .bt_delete {
position: static;
width: 10%;
}
#undercolumn_cart .cartinarea .tr .account {
float: none;
display: table-cell;
position: static;
width: 19%;
padding: 0.5em 1em;
}
#undercolumn_cart .cartinarea .tr .price {
float: none;
display: table-cell;
}
    .table {
    width: 100%;
    display: table;
}
.table .thead {
    display: table-header-group;
}
.table ol {
    display: table-row;
    margin: 0;
}
.table ol li {
    display: table-cell;
    padding: 0.8em 1em;
    text-align: center;
    background: #f3f3f3;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    overflow-x:hidden;
}
.table ol li:first-child {
    border-left: 1px solid #ccc;
}
.table .tbody {
    display: table-row-group;
}
.table .tbody .tr {
    display: table-row;
    margin: 0;
}
.table .tbody a.tr {
    background-image:none;
}

.table .tbody .tr > div {
    display: table-cell;
    padding: 0.7em 1em;
    text-align: center;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    overflow-x:hidden;
}
.table .tbody a.tr > div {
    position: static;
    padding: 0.7em 1em;
}
.table .tbody .tr > div:first-child {
    border-left: 1px solid #ccc;
}
.table .tbody .tr > div.price {
    text-align: right;
}

.table .tbody dl.tr dt,
.table .tbody dl.tr dd {
    display: table-cell;
    padding: 0.7em 1em;
    text-align: center;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    vertical-align: top;
    text-align: left;
}
.table .tbody dl.tr dt {
    background: #f3f3f3;
    border-left: 1px solid #ccc;
    font-weight: normal;
}

.table .tr div.bt_delete a,
.table .tr div.bt_edit a {
    font-size: 12px;
    display: inline;
    background: none !important;
    padding: 0;
    color: #333;
}
.table .tr div.bt_delete a:hover,
.table .tr div.bt_edit a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.formBox .cartinarea .tr > div {
    display: table-cell;
    padding: 0.5em 1em;
    vertical-align: middle;

}
.formBox .cartinarea .tr .item {
    width: 51%;
    overflow: auto;
    padding-top: 0.5em;
    border-bottom: none;
    word-break: break-all;
}
.formBox .cartinarea .tr .item .photo {
    margin-bottom: 0.5em;
}
.formBox .cartinarea .tr .item p {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

.formBox .cartinarea .tr .itemtype {
    text-align: center;
    padding: 0.5em 1em;
    width: 19%;
    border-right: 1px solid #ccc;
    background: #fff;
}
.formBox .cartinarea .tr .account {
    padding: 0.5em 1em;
    width: 10%;
    border-right: 1px solid #ccc;
    background: #fff;
}
.formBox .cartinarea .tr .price {
    padding: 0.5em 1em;
    width: 20%;
    background: #fff;
}
.formBox .cartinarea .tr .shipping {
    padding: 0.5em 1em;
    background: #fff;
}
.formBox .cartinarea .tr .shipping select {
    margin: 0;
}


.formBox .total_area {
    padding: 0;
    border: none;
    background: #fff;
    display: table;
    width: 100%;
}
.formBox .total_area dl {
    overflow: hidden;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.formBox .total_area dl dt,
.formBox .total_area dl dd {
    display: block;
    padding: 0.5em 1em;
    border-left: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.formBox .total_area dl dt {
    float: left;
    text-align: right;
    width: 80%;
    background: #f3f3f3;
}
.formBox .total_area dl dd {
    float: left;
    width: 20%;
    text-align: right;
}
/* confirm_table */

#undercolumn_shopping #confirm_table .tr div.item {
    width: 70%;
}
#undercolumn_shopping #confirm_table .tr .account {
    float: none;
    display: table-cell;
    position: static;
    width: 19%;
    padding: 0.5em 1em;
}
#undercolumn_shopping #confirm_table .tr .price {
    float: none;
    display: table-cell;
}
#undercolumn_shopping #confirm_table .tr > div:nth-of-type(2) {
    float: none;
    width: auto;
    background: none;
}
}
@media only screen and (max-width: 460px) {
.formBox .total_area dl dt {
width: 70%;
}
.formBox .total_area dl dd {
    width: 30%;
    }
}