/*=================================================================================================================================================

 マイページ

=================================================================================================================================================*/
.row {
    /*margin-left: -16px;
    margin-right: -16px;*/
    padding-bottom: 16px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 16px;
    padding-right: 16px;
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
content: " ";
display: table;
}
.page-heading {
    width: 100%;
    display: block;
    font-size: 26px;
    color: rgb(0, 101, 152);
    font-weight: 500;
    text-align: center;
    padding-bottom: 1%;
    font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 4% auto auto;
    border-bottom: 2px solid rgb(0, 101, 152);
}

.cb {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
}


.form-group.input_zip .question-circle .cb-question {
    fill: #fff;
}
#ec-login__actions .btn-info,
#ec-guest__actions .btn-info,
#mypage_login__login_button .btn-info,
#customer_box__login_button .btn-info,
#new_box__confirm_button .btn-info,
#guest_box__confirm_button .btn-info {
    color: #fff;
    background-color: #006598;
    border-color: #006598;
    padding: 10px 0 !important;
    margin: 2% auto !important;
    height: 48px !important;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    line-height: inherit !important;
    touch-action: manipulation;
    -ms-touch-action: manipulation;
    cursor: pointer;
}

#login_box {
	margin: 0 15px;
    padding-bottom: 32px;
}

#login_box .column {
    background: #f4fcff;
    height: 100%;
	width: 100%;
	display: block;
	margin: auto;
    padding: 4%;
    margin-bottom: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#login_box .column .icon {
    text-align: center;
    font-size: 70px;
    color: #e7e7e7;
}

svg:not(:root) {
    overflow: hidden;
}

#login_box .column .icon svg {
    vertical-align: middle;
	background-image: url(../../images/common/loginlogo.png);
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
}



/* ログインページ */
#login_box .columnWrap {
    padding: 0 1%;
}
#login_box .column {
    padding: 16px 16px 40px;
}
#login_box .column p {
    margin-bottom: 8px;
}
#login_box .column .form-group {
    padding: 8px 0 8px 13%;
}

#login_box .column .btn_area ul {
	margin-top: 0;
}
#login_box .column .btn_area button {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#login_box .column .btn_area ul {
	margin-top: 6%;
}

#login_box .column .btn_area ul li {
    margin: 4px 0;
}

#login_box .column .btn_area ul li a {
	color: #333333;
	position: relative;
	padding-left: 5%;
}

#login_box .column .btn_area ul li a:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    margin: -2px 0px 0 0;
    width: 4px;
    height: 4px;
    border-right: 2px solid #2171b1;
    border-top: 2px solid #2171b1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#login_box .column .btn_area ul li a:hover:before{
	left:10px;
}
#login_box .column .btn_area ul li.iso{
	width:50%;
	float:left;
	margin:10px 0 0 0;
}
	
#login_box .column .btn_area ul li a:hover {
	opacity: 0.6;
}

#login_box .column input[type="text"],
#login_box .column input[type="email"],
#login_box .column input[type="password"]{
    /*width: 80%;*/
	width: 83%;
	height: 45px;
	border-radius: 6px;
	border: 1px solid #006598;
	padding: 0 2%;
	font-size: 16px;
}
#login_box .column .btn_area,
#login_box .column .message {
    padding: 8px 13%;
    margin: 0;
}
#page_shopping_login #login_box .column .btn_area {
    padding: 8px 0;
}
#login_box .ec-guest.column {
    padding: 8px 13%;
    margin: 0;
}

.ec-guest.column .column_inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* パスワード再発行 */

#forgot_page .column {
    padding: 32px;
    margin-bottom: 16px;
}
#forgot_page .column .form-group {
    padding: 8px 0 8px 11%;
    width: 89%;
}
#forgot_page .column .btn_area {
    padding: 20px 0 0 21%;
    width: 79%;
}
#forgot_page .column .message {
    margin-bottom: 16px;
}



/* マイページTOP */
.message {
    text-align: center;
    padding: 16px 0;
    margin: 0;
}

.mypage .message {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 11px;
}
.mypage #item_list .product_item {
    padding-bottom: 8px;
}
.mypage #item_list .item_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}

.mypage #item_list .product_item .item_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.mypage #item_list .btn_circle span {
    position: relative;
    top: 3px;
}

.mypage .not_required {
    margin-top: 40px;
}

.mypage .title_hint {
    margin: 16px 0 0;
}
.mypage .title_hint + .form-group {
    padding-top: 4px;
}

.mypage .intro {
    padding-bottom: 16px;
}
.mypage #shopping_confirm .cart_item,
.mypage #shopping_confirm .total_box {
    margin-top: 24px;
}
.mypage #item_list .product_item {
    padding-bottom: 24px;
}
.mypage .title_hint {
    margin: 24px 0 0;
}
.mypage .title_hint + .form-group {
    padding-top: 8px;
}

#main {
    margin-bottom: 40px;
}



/* 会員情報編集 */
#detailWrap section {
    padding: 3% 1.2%;
}

#change01 {
    background-color: #f5fafe;
}
#change01 {
    width: auto;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 4%;
}


/* navi */

/*
ul {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

*/

.local_nav.favorite li {
    width: 24%;
}

#navi_list_box.agency li{
    width: 19%;
}

.local_nav ul {
    border-color: rgb(0, 101, 152);
    border-style: solid;
    border-width: 0 0 0 1px;
    margin: 15px;
}

.local_nav ul:before,.local_nav ul:after {content:" ";display:table}
.local_nav ul:after {clear:both}

.local_nav li {
    float: left;
    width: 50%;
    /* 項目が1行に3件の場合
    width: 33.33333333%;*/
    border-color: rgb(0, 101, 152);
    border-style: solid;
    border-width: 1px 1px 1px 0;
    text-align: center;
}
.local_nav li a {
    padding: 16px;
    font-weight: bold;
    color: #525263;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.local_nav li a:hover {
    background: #daf2fb;
}
.local_nav li.active a {
    color: #DE5D50;
}

.pageNav {
    overflow: hidden;
    width: 100%;
}

#history_list ul.pageNav {
    margin: 0 0 10px;
    padding: 10px 10px 5px;
    background: #fff;
    text-align: center;
    margin-bottom: 8%;
}

#history_list ul.pageNav li {
    display: inline;
    margin: 0 2px;
    padding: 0;
    border: none;
}

#history_list ul.pageNav li a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 13px;
    background: #f4fcff;
    text-decoration: none;
    vertical-align: middle;
}



/* ご注文履歴 */

.order_detail dt {
    float: left;
    font-weight: bold;
}
.order_detail dd {
    padding-left: 7em;
}

.historylist_column {
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 10px;
}
.historylist_column > div {
    padding: 0;
}

.historylist_column .order_date {
/*    margin: 8px 0; */
}

.historylist_column .table.item_box .td {
    vertical-align: middle;
}
.historylist_column .order_date {
/*
    font-size: 16px;
    font-size: 1.6rem;
*/
}
.historylist_column .table.item_box .tbody .item_detail {
    padding: 8px 0;
    text-align: left;
}
.historylist_column .item_box .item_photo {
    padding: 8px 0;
    width: 20%;
    margin-bottom: 0;
    max-width: none;
    min-width: 100px;
}
.historylist_column .item_box .item_detail .item_name {
    font-weight: bold;
}
.historylist_column .item_box .item_detail .item_price {
    font-weight: normal;
    margin: 4px 0 8px;
}
.historylist_column + .pagination {
    margin-top: 0;
    border-top: 1px solid #ccc;
}

.col-sm-4 .btn {
    color: #fff;
    background-color: #00a0e9;
    border-color: #00a0e9;
    width: 80%
}
.btn-sm {
    padding: 10px 56px;
    font-size: 14px;
    line-height: 1.5;
}

.btn-sm:hover{
    color: #fff;
    background-color: #0a81b7;
    border-color: #0a81b7;
}

#history_list ul li {
    width: 100%;
    margin-bottom: 4%;
    padding-bottom: 1%;
    border-bottom: 1px dotted #DDDDDD;
}

#history_list dl dt,
.detail_box dl dt {
    clear: both;
    background-color: #f4f4f4;
    float: left;
    width: 16%;
    display: block;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 0.6% 0;
    color: #0069b7;
}
#history_list dl dt.detail_btn {
    clear: both;
    float: left;
    width: 16%;
    display: block;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 0.6% 0;
    background-color: #fff;
}

#history_list dl dd,
.detail_box dl dd {
    float: left;
    display: block;
    text-align: center;
    margin-bottom: 2%;
    padding: 0.6% 0;
}


.cart_page .dl_table {
    margin: 24px 0 32px;
}
.cart_page .dl_table dt {
    margin-bottom: 0;
}
#shopping_confirm .cart_item.table {
    border-top: 1px dotted #ccc;
}
#shopping_confirm .column .cart_item.table {
    margin-top: 0;
}
#shopping_confirm .total_box {
    margin-top: 24px;
    padding: 16px;
    min-width: 0;
    width: 100%;
    float: none;
}
#shopping_confirm .total_box dl {
	padding-top: 8px;
}
#shopping_confirm .total_box dl:first-child {
	padding-top: 0;
}
#shopping_confirm .total_box dl dt {
    font-size: 14px;
    font-size: 1.4rem;
}
#shopping_confirm .total_box .total_amount {
    margin-top: 16px;
}
#shopping_confirm .total_box .total_amount p.total_price {
    font-size: 14px;
    font-size: 1.4rem;
}
#shopping_confirm .total_box .total_amount p.total_price strong {
    font-size: 24px;
    font-size: 2.4rem;
}
#shopping_confirm .total_box .total_amount p.total_price strong .small {
    font-size: 14px;
    font-size: 1.4rem;
}
#shopping_confirm .heading02 {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 32px;
}
#shopping_confirm .cart_item .item_box .table .item_photo {
    min-width: 80px;
    max-width: 96px;
}
#deliveradd_input .dl_table {
    border-top: 1px dotted #ccc;
}

/*=================================================================================================================================================

 お問い合わせ・新規会員登録

=================================================================================================================================================*/

/* 新規会員登録 */
#topWrap #top_box {
    padding: 3% 1.2%;
}

#top_box {
    background-color: #f5fafe;
}
#top_box {
    width: auto;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 4%;
}

#entryWrap h2 {
	text-align: center;
	line-height: 1em;
	margin-bottom: 4%;
}

#entryWrap h2 span {
	font-size: 12px;
}

.telCon {
	display: block;
	margin: auto;
	width: 62%;
}

#entryWrap {
	background-color: #f5fafe;
	padding: 4% 0;
}

#entry01 {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 4% 0;
	margin-bottom: 4%;
	background-color: #fff;
	border: 1px solid #0FA5DB;
	border-top: 6px solid #0FA5DB;
}

.dl_table {
    display: table;
    width: 100%;
}

.dl_table dl {
    display: table-row;
    border: 0 none;
	padding: 8px 0;
}

.dl_table dt {
    width: 30%;
	text-align: right;
	color: #0068b6;
	font-weight: 600;
}

.dl_table dd {
    padding: 16px;
}

.dl_table dt, .dl_table dd {
    display: table-cell;
    padding: 16px 8px;
}
#entry01 .contacttxt,
#entry01 .contacttxt02 {
	width: 80%;
	height: 30px;
	padding: 6px;
	border: 1px solid #cfdcde;
}

#entry01 .contacttxt02 {
	margin-left: 2.6%;
}

#entry01 .contacttxtarea {
	width: 80%;
	height: 160px;
	padding: 6px;
	border: 1px solid #cfdcde;
}

#entry01 .contactpull {
	width: 82%;
	height: 42px;
	padding: 6px;
	border: 1px solid #cfdcde;
}

#entry01 .contactpull02 {
	width: 26%;
	height: 42px;
	padding: 6px;
	margin-left: 2.6%;
	border: 1px solid #cfdcde;
}

#entry01 .contactpull03 {
	width: 14%;
	height: 42px;
	padding: 6px;
	margin-left: 1.4%;
	margin-right: 1.4%;
	border: 1px solid #cfdcde;
}

#entry01 .contactmath {
	width: 18%;
	height: 20px;
	padding: 6px;
	border: 1px solid #cfdcde;
}

#entry01 .contactmath02 {
	width: 6%;
	height: 20px;
	padding: 6px;
	border: 1px solid #cfdcde;
}

.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%;
}

.dl_table .zip-search {
    margin-top: 16px;
	padding-left: 2.6%;
}

.btn-sm {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.5 !important;
}

.btn-default {
    color: #525263;
    background-color: #F5F7F8;
    border-color: #D7DADD;
}

.dl_table dd .form-group {
    padding-top: 16px;
}

#top_box__contents dd {
	vertical-align: top;
}

.point {
	font-size: 1.2rem;
	font-size: 12px;
	color: #F86A43;
}

.nextPrivacy {
	text-align: center;
	color: #0068b6;
}

.nextPrivacy a {
	color: #0068b6;
}

.nextPrivacy a:hover {
	color: #46B1FF;
}
.col-sm-4 .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.col-sm-4 .btn {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 16px;
    font-weight: bold;
}

.col-sm-4 .btn-block {
    display: block;
    //width: 32%;
	line-height: 1.2 !important;
}

.col-sm-4 .btn-primary {
    color: #fff;
    background-color: #00a0e9;
    border-color: #00a0e9;
    margin-left: 34%;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #0a81b7;
    border-color: #0a81b7;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #474757;
    border-color: #474757;
}

.btn-info {
    color: #fff;
    background-color: #525263;
    border-color: #525263;
	padding: 10px 0 !important;
	margin: 2% auto !important;
	height: 20px !important;
}

#top_box__agreement {
	text-align: center;
	padding: 4% 0;
}


#top_box__contents01 dt,
#top_box__contents02 dt,
#top_box__contents03 dt {
	vertical-align: top !important;
}

/* お気に入り */


.item_photo {
    display: block;
    margin: 0 0 8px;
    text-align: center;
}

.product_page .product_item {
    padding-bottom: 24px;
}
.item_photo {
    margin: 0 0 15px;
}
.item_comment {
    margin: 0 0 15px;
}

.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.is-padding {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.no-border-bottom {
    border-bottom: 0 none !important;
}
button.no-style {
    border: 0 none;
    background: none;
    padding: 0; margin: 0;
    text-shadow: none;
    box-shadow: none;
}
.text_accent {
    font-weight: bold;
}
.col-sm-3 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.btn_circle .cb {
    font-size: 24px;
    font-size: 2.4rem;
    position: relative;
    top: -1px;
}
.product_item .btn_circle {
    position: absolute;
    left: 8px;
    top: 8px;
    /*
    color:#0092C4;
    */
}
.btn_circle {
    border: 0 none;
    padding: 0;
    margin: 0;
    text-shadow: none;
    box-shadow: none;
    border-radius: 50%;
    color: #fff;
    background: #B8BEC4;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}

.product_item {
    position: relative;
}

.product_item a {
    display: block;
}
a {
    color: #0092C4;
    text-decoration: none;
    cursor: pointer;
}
.item_photo img {
    width: 100%;
}

#item_list dl dt {
    clear: both;
    background-color: #f4f4f4;
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 0.6% 0;
    color: #0069b7;
}

#item_list dl dd {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 2%;
    padding: 0.6% 0;
    background-color: #f4f4f4;
}


.cart_page .dl_table {
    margin: 0 0 16px;
}
.cart_page .dl_table dt {
    font-weight: bold;
    margin-bottom: 5px;
}
.cart_page .form_terms_link {
    margin-bottom: 0;
}
#shopping_confirm .cart_item.table {
	border-top: 0 none;
}
#shopping_confirm .cart_item .item_box .table {
    width:100%;
}
#shopping_confirm .total_box {
    margin-top: 16px;
    background: #F3F3F3;
    padding: 8px;
}
#shopping_confirm .total_box dl {
    margin-left: 0;
}
#shopping_confirm .total_box dl dt {
    font-weight: normal;
    text-align: left;
}
#shopping_confirm .total_box .total_amount {
    border-top: 1px dotted #ccc;
    text-align: right;
}
#shopping_confirm .total_box .total_amount {
    margin-top: 8px;
    clear: both;
}
#shopping_confirm .total_box .total_amount p {
    margin: 8px 0 0;
}
#shopping_confirm .total_box .total_amount p.total_price {
    font-weight: bold;
}
#shopping_confirm .total_box .total_amount p.total_price strong {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 16px;
}
#shopping_confirm .total_box .total_amount p.total_price strong .small {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    margin-left: 8px;
}
#shopping_confirm .total_box .total_amount p.total_point {
    margin: 4px 0 0;
}
#shopping_confirm .cart_item .item_box .table .item_name {
    margin-bottom: 0;
}
#shopping_confirm .cart_item .item_box .table .item_photo {
    max-width: 96px;
}
#shopping_confirm .cart_item .item_box .table .item_price {
    font-weight: normal;
    display: inline;
    margin-right: 16px;
}
#shopping_confirm .cart_item .item_box .table .item_subtotal {
    display: inline;
}
#shopping_confirm label {
    font-weight: bold;
}

#shopping_confirm .heading02 {
    margin-top: 24px;
	font-weight: bold;
	background: #EFEFEF;
	padding: 8px 12px;
	color: #0069b7;
	font-size: 1.6rem;
}
#shopping_confirm .column {
    position: relative;
}
.heading02 + .column .btn_edit {
    position: absolute;
    right: 0; top: 0;
}

#deliveradd_input .dl_table {
    border-top: 0 none;
}

.shipping_multiple_table {
    background-color: #f4f4f4;
}

.shipping_multiple_table .item_box > .td {
    border-bottom: none;
}

.shipping_multiple_table .item_box .item_photo {
    max-width: 200px;
    min-width: 200px;
    padding-right: 200px;
}

.shipping_item .quantity {
    width: 100px;
}


.use_point {
    text-align: center;
    margin: 16px 0;
}
.use_point input {
    text-align: right;
    width: 10%;
    min-width: 130px;
}
.use_point .text_accent {
    margin: 0 5px;
}

.multiple_column {
    padding-bottom: 16px;
}
.multiple_column .item_box {
    background: #F3F3F3;
}
.multiple_column .table.item_box .td {
    vertical-align: middle;
}
.multiple_column .table.item_box .tbody .item_detail {
    padding: 8px 0;
    text-align: left;
}
.multiple_column .item_box .item_photo {
    padding: 8px;
    width: 22%;
    margin-bottom: 0;
    max-width: none;
    min-width: 100px;
}
.multiple_column .item_box .item_detail .item_name {
    font-weight: bold;
}
.multiple_column .item_box .item_detail .item_price {
    font-weight: normal;
    margin: 4px 0 8px;
}
.multiple_column .form-group {
    margin: 8px 10px 0 0;
}
.multiple_column .item_quantity input {
    width: 100px;
}

.complete_message {
    text-align: center;
}
.complete_message .heading01 {
    font-size: 24px;
    font-size: 2.4rem;
}

#detail_wrap .col-sm-4 {
    width: 30%;
    float: left;
        position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

#detail_wrap .col-sm-8 {
    width: 60%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

div.table .tbody .tr > .td {
    padding: 16px;
}
div.table .tbody .tr > .td {
    display: table-cell;
    padding: 10px 8px;
    text-align: center;
    overflow-x: hidden;
}
.cart_item .item_box .td {
    vertical-align: middle;
}
.cart_item .item_box > .td {
    border-bottom: 1px dotted #ccc;
}

div.table .tbody .tr {
    display: table-row;
    margin: 0;
}

.cart_item .item_box .table .item_photo, .cart_item .item_box .table .item_detail {
    display: table-cell;
    vertical-align: middle;
}

.cart_item .item_box .table .item_detail {
    text-align: left;
}

.cart_item .item_box .table .item_photo {
    min-width: 160px;
    padding-right: 16px;
}

#confirm_side {
    top: 60px;
}

#confirm_side  .total_box dl dt {
    clear: both;
    background-color: #f4f4f4;
    float: left;
    width: 20%;
    display: block;
    text-align: left;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 0.6% 0;
    color: #0069b7;
    font-weight: bold;
}

#confirm_side .total_box dl dd {
    float: right;
    display: block;
    text-align: right;
    margin-bottom: 2%;
    padding: 0.6% 0;
}

.text-danger {
    color: #DE5D50;
    margin: 10px;
}
a.text-danger:hover {
    color: #CF3F34;
}

.column p {
    margin: 16px 0;
}

#withdraw_box h3 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

#detail_box__top_button .col-sm-offset-4 {
    margin-left: 35%;
}

div.table .tbody .addr_box .column {
    text-align: left;
    position: relative;
}

div.table .tbody .tr > .td {
    padding: 16px;
}

#change01 .col-sm-4 .btn {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 16px !important;
    font-weight: bold;
    height: 40px !important;
}

#withdraw_box .col-sm-4 .btn {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 16px !important;
    font-weight: bold;
    height: 40px !important;
}

.unsubscribe_box {
    text-align: center;
}

.unsubscribe_box .icon {
    font-size: 100px;
    font-size: 10rem;
    color: #0092C4;
}

.cart_box_list__unit_price{
    margin-bottom: 5px;
}

.cart_box_list__option_price{
    margin-bottom: 5px;
}
#page_shopping_login .ec-layoutRole__contents,
#page_mypage_login .ec-layoutRole__contents {
	padding-top: 0;
}
#page_mypage_change #detail_box {
	justify-content: center;
}
.ec-errorMessage {
	padding: 0 13%;
}