/* Main
===============================================================*/
div#Main h1 {
	font-size: 16px;
	margin: 0 15px 15px;
	padding-top: 25px;
}

div#Main a:hover {
	color:#ff9900 !important;
}
div#Main .pager li a:hover {
    color: #454545 !important;
}



/* 注意書き
======================================*/
.caution_box {
	background:#fff1f1;
	margin: 0 15px;
	padding: 10px 14px;
}
#Caution1 {
	margin-bottom: 30px;
}
#Caution2 {
	margin-top: 10px;
}


.caution_box p {
	color: #db0909;
	font-size: 14px;
}
.caution_box p a ,
.caution_box p a:hover {
	color: #db0909;
}

.caution_box ul {
    width: 258px;
    margin: 15px auto 0;
    clear: both;
    overflow: hidden;
}
.caution_box ul li {
    float: left;
	font-size: 14px;
}
.caution_box ul li:last-child {
    float: right;
}



/* Mypage List
===============================================================*/
.mypage_list {
    margin: 0 0 50px;
}

.mypage_list h2 {
	font-size:16px;
	text-align:center;
}
.mypage_list p {
    font-size: 14px;
	text-align:center;
}
.mypage_list p.point {
	font-size:12px;
}
.mypage_list p a {
	text-decoration:underline;
}

.mypage_list ul {
	width:100%;
	border-top:#d7cdbf 1px solid;
	margin:1em 0 2em;
}
.mypage_list ul li {
    width:100%;
    font-size: 14px;
	border-bottom:#d7cdbf 1px solid;
}
.mypage_list ul li a {
    display: block;
    color: #454545;
	padding:11px 10px 12px 15px;
    text-decoration: none !important;
}
.mypage_list ul li a span {
    display: block;
	background:url(../images/mypage/ar01.png) no-repeat right center;
    background-size: 5px 9px;
    padding-right: 10px;
}


.mypage_list p.logout {
    width: 140px;
    margin: 0 auto;
}
.mypage_list p.logout a {
    display: block;
    text-indent: -9990px;
    width: 100%;
    height: 38px;
    background: url(../images/mypage/image.png) no-repeat 0 0;
    background-size: 375px 384px;
}




/* Mypage Login
===============================================================*/
.mypage_login {
	margin: 0 0 50px 0;
}

.mypage_login p {
    font-size: 14px;
}
.mypage_login p.pd {
    margin: 0 10px;
    padding: 0 0 15px 0;
}
.mypage_login p.pd2 {
    margin: 0 10px;
}
.mypage_login p.pd3 {
    margin: 0 10px 26px;
}
.mypage_login p.it {
    border: #b2b2b2 1px solid;
    margin: 0 10px 15px;
}
.mypage_login p.it input {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    height: 27px;
    border: none;
    font-size: 16px;
    padding: 0 5px;
    -webkit-appearance: none;
}

.mypage_login .submit p {
	text-align:center;
}

.mypage_login .submit p.btn {
    width: 152px;
    margin: 0 auto;
}
.mypage_login .submit p.btn a {
	display: block;
    text-indent: -9990px;
    width: 100%;
    height: 38px;
}
.mypage_login .submit p.btn a span {
	display: block;
    height: 38px;
}
.mypage_login .submit p.btn a span.tonext {
    background: url(../images/mypage/image.png) no-repeat -160px 0;
    background-size: 375px 384px;
}
.mypage_login .submit p.btn a span.login {
    background: url(../images/mypage/image.png) no-repeat 0 -50px;
    background-size: 375px 384px;
}
.mypage_login .submit p.btn a span.send {
    background: url(../images/mypage/image.png) no-repeat -190px -50px;
    background-size: 375px 384px;
}

.mypage_login .submit p.btntxt {
    padding: 10px 0 0;
}

.mypage_login .submit p.btntxt2 {
    padding: 10px 0;
}
.mypage_login .submit p.btntxt2 input {
    -webkit-appearance: checkbox;
}

.mypage_login .submit p.btntxt a ,
.mypage_login .submit p.btntxt2 a {
    text-decoration: underline;
}





/* Mypage Conf
===============================================================*/
.mypage_conf {
    padding: 0 15px 50px;
    color: #494949;
}

.mypage_conf p {
    font-size: 14px;
	margin-bottom:1em;
}

.mypage_conf dl {
	width:100%;
	clear:both;
	overflow:hidden;
	margin-bottom:1em;
}
.mypage_conf dl dt {
	float:left;
    width:76px;
    font-size: 14px;
}
.mypage_conf dl dd {
    float:left;
    font-size: 14px;
}

.mypage_conf p.btn {
	margin-bottom:0;
	padding-top:1em;
}
.mypage_conf p.btn a {
    display: block;
    text-indent: -9990px;
    width: 177px;
    height: 38px;
	margin:0 auto;
}

.mypage_conf p.btn a.cancel {
    background: url(../images/mypage/image.png) no-repeat 0 -150px;
    background-size: 375px 384px;
}





/* Mypage End
===============================================================*/
.mypage_end {
    margin:0 15px 50px;
    color: #494949;
}

.mypage_end h2 {
    font-size: 14px;
    margin-bottom: 20px;
}
.mypage_end p {
    font-size: 14px;
    margin-bottom: 1em;
}
.mypage_end p a {
    text-decoration:underline;
}

.mypage_end p.kome {
    font-size: 12px;
    margin-left: 1.3em;
    text-indent: -1.3em;
    letter-spacing: -0.05em;
}
.mypage_end p.kome2 {
    margin-left: 1em;
    text-indent: -1em;
	margin-top:-1em;
}


.mypage_end .submit {
	margin-top:30px;
}
.mypage_end .submit p {
	text-align:center;
}

.mypage_end .submit p.btn {
    width: 140px;
    margin: 0 auto;
}
.mypage_end .submit p.btn a {
    display: block;
    text-indent: -9990px;
    width: 100%;
    height: 38px;
}
.mypage_end .submit p.btn a span {
	display: block;
    height: 38px;
}
.mypage_end .submit p.btn a span.backtop {
    background: url(../images/mypage/image.png) no-repeat 0 -100px;
    background-size: 375px 384px;
}

.mypage_end .submit p.txtlink {
	margin-bottom:0;
}
.mypage_end .submit p.txtlink a {
    color: #004f9f;
}





/* Order
===============================================================*/
.order h2 {
    background: #f7f6f6;
    padding: 8px 15px;
    clear: both;
    overflow: hidden;
    font-weight: normal;
    position: relative;
    letter-spacing: -0.05em;
    font-size: 14px;
}
.order h2 span {
    float: right;
    font-weight: bold;
}
.order h2 span.orderno {
    float: none;
    font-weight: normal;
    position: absolute;
    width: 100%;
    left: 0;
    top: 9px;
    text-align: center;
}
.order h2 span.monitoritem {
    font-weight: normal;
    color: #db0909;
}
.order h2 a.canbtn {
    position: absolute;
    right: 15px;
    top: 8px;
	text-decoration: underline;
}
.order h2 span.hasso {
    font-weight: normal;
}


.order .order_box {
    min-height: 70px;
    position: relative;
    padding: 15px 15px 15px 95px;
    border-bottom: #c2b8a7 1px solid;
}

.order .order_box p {
    font-size: 14px;
}

.order .order_box p.ph {
    position: absolute;
	left: 15px;
    top: 15px;
    width: 70px;
}
.order .order_box p.ph img {
    width: 100%;
	height:auto;
}

.order .order_box p.name {
    line-height: 18px;
    margin-bottom: 15px;
}
.order .order_box p.name a {
    color: #004f9f;
    text-decoration: none;
}

.order .order_box p.price {
    padding-right: 110px;
}
.order .order_box p.price span.red {
    color: #d52b33;
}
.order .order_box p.price span.monitoritem {
    margin-left: 1em;
    color: #d52b33;
}

.order .order_box .sp {
    position: relative;
}
.order .order_box .sp p.deli {
    position: absolute;
    right: 5px;
    top: 0;
}
.order .order_box .sp p.deli_stay {
    color: #d52b33;
}
.order .order_box .sp p.re_buy {
    position: absolute;
    right: 0;
    top: -3px;
}
.order .order_box .sp p.re_buy a {
    display: block;
    width: 100px;
    height: 27px;
    text-indent: -9999px;
    background: url(../images/mypage/image.png) no-repeat -160px -100px;
    background-size: 375px 384px;
}

.order .order_box .sp ul {
    width: 100%;
    padding: 13px 0 0;
    clear: both;
    overflow: hidden;
    position: relative;
}
.order .order_box .sp ul li {
    float: left;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.05em;
}
.order .order_box .sp ul li:nth-child(1) {
    width: 90px;
}
.order .order_box .sp ul li.stay {
    width: calc(100% - 90px);
}
.order .order_box .sp ul li.komi {
    width: calc(100% - 90px);
}

.order .order_box .sp ul li.revice span {
    display: inline-block;
    padding-top: 20px;
}

.order .order_box .sp ul li.revice span.st1 {
	background:url(../../images/common/star.png) no-repeat 0 2px;
    background-size: 5512px 14px;
}

.order .order_box .sp ul li.revice span.st15 {
	background:url(../../images/common/star.png) no-repeat -612px 2px;
    background-size: 5512px 14px;
}

.order .order_box .sp ul li.revice span.st2 {
	background:url(../../images/common/star.png) no-repeat -1225px 2px;
    background-size: 5512px 14px;
}

.order .order_box .sp ul li.revice span.st25 {
	background:url(../../images/common/star.png) no-repeat -1837px 2px;
    background-size: 5512px 14px;
}

.order .order_box .sp ul li.revice span.st3 {
	background:url(../../images/common/star.png) no-repeat -2450px 2px;
    background-size: 5512px 14px;
}

.order .order_box .sp ul li.revice span.st35 {
	background:url(../../images/common/star.png) no-repeat -3062px 2px;
    background-size: 5512px 14px;
}

.order .order_box .sp ul li.revice span.st4 {
	background:url(../../images/common/star.png) no-repeat -3674px 2px;
    background-size: 5512px 14px;
}

.order .order_box .sp ul li.revice span.st45 {
	background:url(../../images/common/star.png) no-repeat -4286px 2px;
    background-size: 5512px 14px;
}

.order .order_box .sp ul li.revice span.st5 {
	background:url(../../images/common/star.png) no-repeat -4898px 2px;
    background-size: 5512px 14px;
}


.order p.total_p {
    text-align: right;
    font-size: 14px;
    padding: 10px 15px 39px;
}
.order p.total_p span {
    display: inline-block;
    width: 98px;
}
.order p.total_p span.red {
    color: #cc3636;
    font-weight: bold;
    font-size: 16px;
    margin: 4px -5px 0;
    padding: 8px 5px 0;
    width: auto;
    display: block;
    border-top: #c2b8a7 1px solid;
}





/* Input(Mypage)
===============================================================*/

.mypage p.btn {
    width: 175px;
    margin: 0 auto 50px !important;
}
.mypage p.btn a {
    display: block;
    width: 175px;
    height: 38px;
    text-indent: -9999px;
}
.mypage p.btn a.hozon {
	background: url(../images/mypage/image.png) no-repeat 0 -250px;
    background-size: 375px 384px;
}



.mypage .mypage_inner {
    margin:0 15px;
}

.mypage .mypage_inner p {
    font-size: 14px;
	margin-bottom:12px;
}
.mypage .mypage_inner p.radiob {
	font-size:16px;
	font-weight:bold;
}
.mypage .mypage_inner p.radiob input[type=radio] {
    -webkit-appearance: radio;
    -webkit-border-radius: 13px;
}

.mypage .mypage_inner p.kome {
    margin-left: 1em;
    text-indent: -1em;
}
.mypage .mypage_inner p.komef12 {
    font-size: 12px;
    margin-left: 1em;
    text-indent: -1em;
    padding-top: 15px;
	padding-bottom:18px;
}


.mypage .my_mlmg h2 {
    font-size: 14px;
    margin: 0 -5px 12px;
    position: relative;
    padding-left: 10px;
}
.mypage .my_mlmg h2::before {
    content: "";
    display: block;
    width: 2px;
    height: 16px;
    background: #ff6600;
    position: absolute;
    left: 0;
    top: 2px;
}

.mypage .my_mlmg ul.sel-radio {
    padding-bottom:5px;
}
.mypage .my_mlmg ul.sel-radio li {
    font-size: 14px;
    margin-bottom: 20px;
}



/* Item Review
===============================================================*/
.kuchi {
    margin-bottom: 50px;
}
.kuchi p {
    font-size: 14px;
    margin: 0 15px 10px;
}
.kuchi p a {
    color: #004f9f;
	text-decoration:underline;
}


.kuchi .pager {
	padding-bottom:0;
}


.kuchi .reviewtab {
    padding-top: 16px;
    position: relative;
    margin: 0 10px;
}
.kuchi .reviewtab ul {
    width: 100%;
    display: table;
}

.kuchi .reviewtab ul li {
    width: 50%;
    display: table-cell;
}
.kuchi .reviewtab ul li a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 2;
    border-bottom: #e3e2e1 2px solid;
}
#AllBox #Main .kuchi .reviewtab ul li a:hover {
    text-decoration: none !important;
}
.kuchi .reviewtab ul li a.here {
    border-bottom: #ffb372 2px solid;
}


.kuchi .review_list {
	margin-bottom:10px;
}

.kuchi .review_list .itembox {
    min-height: 70px;
    position: relative;
    padding: 15px 5px 15px 85px;
    border-bottom: #c2b8a7 1px solid;
}

.kuchi .review_list .itembox p.ph {
    position: absolute;
	left: 5px;
    top: 15px;
    width: 70px;
    margin: 0;
}
.kuchi .review_list .itembox p.ph img {
    width: 100%;
	height:auto;
}

.kuchi .review_list .itembox p.name {
    line-height: 18px;
    margin: 0 0 7px;
}
.kuchi .review_list .itembox p.name a {
    color: #004f9f;
    text-decoration: none;
}

.kuchi .review_list .itembox p.btn {
	position:absolute;
	left:85px;
	bottom:15px;
    margin: 0;
}
.kuchi .review_list .itembox p.btn a {
    display: block;
    width: 120px;
    height: 30px;
    text-indent: -9999px;
	background: url(../images/mypage/image.png) no-repeat 0 -200px;
    background-size: 375px 384px;
}

.kuchi .review_list .itembox p.monitoritem {
    position: absolute;
    bottom: 19px;
    left: 214px;
	color: #db0909;
    margin: 0;
}


.kuchi .review_list .box {
    border-bottom: #c2b8a7 1px solid;
    padding: 0 10px;
}
.kuchi .review_list .box .itembox {
    border-bottom: none;
}
.kuchi .review_list .box .itembox p.rank {
    padding: 0 0 0 73px;
    margin: 0;
    height: 17px;
    line-height: 18px;
    width: 140px;
}


/* Star
===============================================================*/
.kuchi .review_list .box .itembox p.rank.st1 {
	background:url(../../images/common/star.png) no-repeat 0 2px;
    background-size: 4725px 12px;
}

.kuchi .review_list .box .itembox p.rank.st15 {
	background:url(../../images/common/star.png) no-repeat -525px 2px;
    background-size: 4725px 12px;
}

.kuchi .review_list .box .itembox p.rank.st2 {
	background:url(../../images/common/star.png) no-repeat -1050px 2px;
    background-size: 4725px 12px;
}

.kuchi .review_list .box .itembox p.rank.st25 {
	background:url(../../images/common/star.png) no-repeat -1575px 2px;
    background-size: 4725px 12px;
}

.kuchi .review_list .box .itembox p.rank.st3 {
	background:url(../../images/common/star.png) no-repeat -2100px 2px;
    background-size: 4725px 12px;
}

.kuchi .review_list .box .itembox p.rank.st35 {
	background:url(../../images/common/star.png) no-repeat -2625px 2px;
    background-size: 4725px 12px;
}

.kuchi .review_list .box .itembox p.rank.st4 {
	background:url(../../images/common/star.png) no-repeat -3150px 2px;
    background-size: 4725px 12px;
}

.kuchi .review_list .box .itembox p.rank.st45 {
	background:url(../../images/common/star.png) no-repeat -3675px 2px;
    background-size: 4725px 12px;
}

.kuchi .review_list .box .itembox p.rank.st5 {
	background:url(../../images/common/star.png) no-repeat -4200px 2px;
    background-size: 4725px 12px;
}



.kuchi .review_list .box .itembox p.rank span.monitoritem {
    color: #db0909;
}
.kuchi .review_list .box .itembox p.rank a {
	display:block;
	width:40px;
	height:28px;
	text-indent:-9999px;
	background:url(../images/cart/image.png) no-repeat -60px 0;
	background-size:375px 384px;
    position: absolute;
    right: 5px;
    bottom: 19px;
}

.kuchi .review_list .box p.textall {
    margin: 0 5px 15px;
}



.kuchi .reviewitem {
    min-height: 70px;
    position: relative;
    padding: 15px 15px 15px 85px;
}

.kuchi .reviewitem p.ph {
    position: absolute;
    left: 5px;
    top: 15px;
    width: 70px;
    margin: 0;
}
.kuchi .reviewitem p.ph img {
    width: 100%;
	height:auto;
}
.kuchi .reviewitem p.name {
    line-height: 18px;
    margin: 0;
}
.kuchi .reviewitem p.name a {
    color: #004f9f;
    text-decoration: none;
}

.kuchi .kuchibox h2 {
    background: #f7f6f6;
    padding:4px 10px;
    font-size: 14px;
    font-weight: normal;
}
.kuchi .kuchibox p {
    padding:12px 0 15px;
    margin-bottom: 0;
}
.kuchi .kuchibox p.lead2 {
    padding-top: 0;
}
.kuchi .kuchibox p.error {
    padding-bottom: 0;
    margin-bottom: -5px;
}

.kuchi .kuchibox p span.joken {
    text-align: right;
    display: block;
    font-size: 12px;
}
.kuchi .kuchibox p span.joken_red {
    display: block;
	color:#db0909;
}
.kuchi .kuchibox p span.mb10 {
    display: block;
    margin-bottom: 6px;
}


.kuchi .kuchibox p span.select_wrapper {
    position: relative;
    border: #a8acad 1px solid;
    display: inline-block;
}
.kuchi .kuchibox p span.hyoka {
    width: 120px;
}

.kuchi .kuchibox p span.select_wrapper select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0;
    font-size: 16px !important;
    border: none;
    width: 100% !important;
    height: 32px !important;
    padding: 5px 5px 5px;
    background: #FFFFFF;
}

.kuchi .kuchibox p span.select_wrapper span.customSelect span.customSelectInner {
    font-size: 16px;
    padding: 5px;
    background: url(../images/cart/ic_down.png) no-repeat 94% center;
    background-size: 8px 7px;
}
.kuchi .kuchibox p span.select_wrapper.hyoka span.customSelect span.customSelectInner {
    width: 110px !important;
}
.kuchi .kuchibox p span.select_wrapper span.customSelectOpen span.customSelectInner {
	background:url(../images/cart/ic_up.png) no-repeat 94% center;
	background-size:8px 7px;
}


.kuchi .kuchibox p input.input_name,
.kuchi .kuchibox p input.input_pass,
.kuchi .kuchibox p textarea {
    padding: 0 5px;
    width: 100%;
    font-size: 16px;
    height: 27px;
    box-sizing: border-box;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0;
    border: #a8acad 1px solid;
}
.kuchi .kuchibox p textarea {
	font-family: Arial, sans-serif;
    height: 150px;
}


.kuchi .kuchibox p.btn {
    width: 175px;
    padding: 0;
    margin: 10px auto 0;
}
.kuchi .kuchibox p.btn a {
    display: block;
    width: 175px;
    height: 38px;
    text-indent: -9999px;
}
.kuchi .kuchibox p.btn a.inputcheck {
	background: url(../images/mypage/image.png) no-repeat -160px -200px;
    background-size: 375px 384px;
}
.kuchi .kuchibox p.btn a.toko {
	background: url(../images/mypage/image.png) no-repeat -190px -300px;
    background-size: 375px 384px;
}
.kuchi .kuchibox p.btn a.henko {
	background: url(../images/mypage/image.png) no-repeat -190px -150px;
    background-size: 375px 384px;
}


.kuchi .kuchibox p.rank {
    text-indent: -9999px;
    margin: 12px 10px 15px;
    width: 142px;
    height: 24px;
	padding: 0;
}
/* star */
.kuchi .kuchibox p.rank.st1 {
	background:url(../../images/common/star.png) no-repeat 0 0;
}
.kuchi .kuchibox p.rank.st15 {
	background:url(../../images/common/star.png) no-repeat -1050px 0;
}
.kuchi .kuchibox p.rank.st2 {
	background:url(../../images/common/star.png) no-repeat -2100px 0;
}
.kuchi .kuchibox p.rank.st25 {
	background:url(../../images/common/star.png) no-repeat -3150px 0;
}
.kuchi .kuchibox p.rank.st3 {
	background:url(../../images/common/star.png) no-repeat -4200px 0;
}
.kuchi .kuchibox p.rank.st35 {
	background:url(../../images/common/star.png) no-repeat -5250px 0;
}
.kuchi .kuchibox p.rank.st4 {
	background:url(../../images/common/star.png) no-repeat -6300px 0;
}
.kuchi .kuchibox p.rank.st45 {
	background:url(../../images/common/star.png) no-repeat -7350px 0;
}
.kuchi .kuchibox p.rank.st5 {
	background:url(../../images/common/star.png) no-repeat -8400px 0;
}





/* Monitor
===============================================================*/
.pagetit p.shime {
    position: absolute;
    font-size: 12px;
    color: #db0909;
    right: 10px;
    top: 11px;
    letter-spacing: -0.05em;
}

.monitor h2 {
    background: #f7f6f6;
    font-size: 14px;
    padding:4px 15px;
    font-weight: normal;
}

.monitor p {
    font-size: 14px;
}
.monitor p.btn {
    width: 177px;
    margin: 0 auto 30px;
}
.monitor p.btn a {
    display: block;
    width: 177px;
    height: 38px;
    text-indent: -9999px;
}
.monitor p.btn a.inputcheck {
	background: url(../images/mypage/image.png) no-repeat -190px -250px;
    background-size: 375px 384px;
}
.monitor p.btn a.oubo {
	background: url(../images/mypage/image.png) no-repeat 0 -300px;
    background-size: 375px 384px;
}


.monitor .moni_item {
	padding: 0 15px 30px;
}

.monitor .moni_item h2 {
    background: none;
    padding: 0 0 15px;
    font-weight: bold;
}
.monitor .moni_item p.shime {
    color: #db0909;
    margin-top: 1em;
}


.monitor .moni_item .monitor_naiyo {
    min-height: 70px;
    position: relative;
    padding: 10px 10px 10px 90px;
    border: #ede7e0 1px solid;
	margin:0 -5px 15px;
}

.monitor .moni_item .monitor_naiyo p.ph {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 70px;
}
.monitor .moni_item .monitor_naiyo p.ph img {
    width: 100%;
	height:auto;
}
.monitor .moni_item .monitor_naiyo p {
	font-size:12px;
}
.monitor .moni_item .monitor_naiyo p.name {
	margin-bottom:1em;
}
.monitor .moni_item .monitor_naiyo p.name a {
    font-size: 14px;
    color: #004f9f;
    text-decoration: none;
}


.monitor .moni_item ul {
	margin-top:1em;
}
.monitor .moni_item ul li {
    font-size: 12px;
	line-height:20px;
	margin-left: 1em;
    text-indent: -1em;
}


/* Form */
.monitor .moni_form {
	padding: 15px 15px 15px;
}
.monitor .moni_form h3 {
    font-size: 14px;
	font-weight:normal;
}

.monitor .moni_form p textarea {
    padding: 5px;
    width: 100%;
    height: 150px;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0;
    border: #a8acad 1px solid;
	margin-bottom:50px;
}

.monitor .moni_form p.kome_red {
    color: #db0909;
	margin-left: 1em;
    text-indent: -1em;
	margin-bottom:14px;
}
.monitor .moni_form p.pd {
	margin-bottom:14px;
}

.monitor .moni_form p.home input[type=radio] {
    -webkit-appearance: radio;
    -webkit-border-radius: 13px;
}

.monitor .moni_form .edit {
    position: relative;
    padding: 0 70px 20px 21px;
}
.monitor .moni_form .edit .editbtn a {
	display:block;
	width:40px;
	height:28px;
	text-indent:-9999px;
	background:url(../images/cart/image.png) no-repeat -60px 0;
	background-size:375px 384px;
	position:absolute;
	top:2px;
	right:0;
}


/* Item Select */
.monitor .moni_form .kiboitem {
    display: table;
    margin: 0 -15px;
    border-bottom: #c2b8a7 1px solid;
    padding: 15px 15px 8px;
    width: 100%;
}
.monitor .moni_form .kiboitem.end {
    margin-bottom: 30px;
}

.monitor .moni_form .kiboitem p.moni_btn {
    display: table-cell;
    vertical-align: top;
    padding-top: 11px;
}

.monitor .moni_form .kiboitem .itemdis {
    display: table;
    width: 100%;
}
.monitor .moni_form .kiboitem .itemdis p.ph {
    width: 45px;
    display: table-cell;
    vertical-align: top;
}
.monitor .moni_form .kiboitem .itemdis p.ph img {
    width: 100%;
    height: auto;
}

.monitor .moni_form .kiboitem .itemdis .item_dis {
    display: table-cell;
    vertical-align: top;
    padding-left: 11px;
}




/* Check */
.monitor dl.mcheck {
	margin: 0 15px 25px;
}
.monitor dl.mcheck_end {
	margin-bottom:30px;
}
.monitor dl.mcheck dt {
    font-size:14px;
	font-weight:bold;
}
.monitor dl.mcheck dd {
    font-size:14px;
}
.monitor dl.mcheck dd span.name {
    display: block;
    margin-bottom: 4px;
}


/* Point */
.monitor .point_now {
	padding: 0 15px 15px;
}

.monitor .point_now .point_naiyo {
    position: relative;
    padding: 10px 0 3px;
	border: #ede7e0 1px solid;
	margin:0 0 5px;
	border-radius:3px;
}
.monitor .point_now .point_naiyo p {
    color: #262626;
    font-size: 14px;
    padding-bottom: 7px;
    width: 280px;
    margin: 0 auto;
}
.monitor .point_now .point_naiyo p span {
    float: right;
    color: #db0909;
    font-size: 16px;
    font-weight: bold;
}

.monitor .point_now ul li {
    font-size: 14px;
	margin-left: 1em;
    text-indent: -1em;
}


.monitor .point_inner p {
    padding: 15px 15px;
    font-size: 14px;
	clear:both;
	overflow:hidden;
}
.monitor .point_inner p.notop {
    padding-top: 0;
}
.monitor .point_inner p span.plus {
    float: right;
    color: #db0909;
}
.monitor .point_inner p span.minus {
    float: right;
    color: #0f59be;
}



/* Pager */
.pager {
	padding:22px 0 50px 0;
}

.pager ul {
	text-align:center;
	letter-spacing:-0.4em;
}

.pager li {
	display:inline-block;	
	*display: inline;
	letter-spacing:normal;
	*zoom: 1;
    border-top: #c6b19a 1px solid;
    border-left: #c6b19a 1px solid;
    border-bottom: #c6b19a 1px solid;
    font-size: 14px;
}

.pager li a {
    display: block;
    font-weight: bold;
    text-decoration: none;
    line-height:16px;
    padding: 10px 13px;
}
.pager li a:hover {
    color: #422203;
	background:#efe5de;
	text-decoration:none !important;
}
.pager li a.back {
	padding:2px 25px;
}

.pager li span {
    display: block;
	background:#efe5de;
    font-weight: bold;
    line-height:16px;
    padding: 10px 13px;
}

.pager li.five {
    border-right: #c6b19a 1px solid;
}
.pager li.prev {
    margin-right: 10px;
    border-right: #c6b19a 1px solid;
}
.pager li.next {
    border-right: #c6b19a 1px solid;
    margin-left: 10px;
}
.pager li.prev a ,
.pager li.prev span ,
.pager li.next a ,
.pager li.next span {
	padding:10px 4px;
}

.pager p {
	text-align:center;
    margin-top: 5px;
    font-size:14px;
}
.pager p span.small {
	font-size:12px;
}




/* Input Error */
input.er ,
textarea.er {
	background-color: #ffffcb !important;
}
p.error {
	color:#db0909 !important;
}



#Mypage div#HeaderBox div.header_bottom div.sub_nav p.login {display: none;}
#Mypage div#HeaderBox div.header_bottom div.sub_nav p.mypage {display: block;}


/* 2024-07-12 kawarino syouhin */

.order_box_2 .wrapper {
	display: flex;
	justify-content: space-between;
	padding: 0px 20px 0px;
	flex-wrap: wrap;
}

.order_box_2 .tabbox { display: none;}
.order_box_2 .tabbox.active { display: block;}

.order_box_2 .wrapper .box {
	padding: 10px 0px 10px;
	position: relative;
	display: block;
	border: none;
	width: 31%;
}
.order_box_2 .wrapper .box:nth-of-type(n + 4){display: none;}


.order_box_2 .wrapper .box img {
	width: 100%;
}


.order_box_2 .wrapper .box .rank_tit span.rank {
	text-indent: -9999px;
	display: inline-block;
	width: 50px;
}

.order_box_2 .wrapper .box .rank_tit span.rank1 {	background: url(../images/common/img_main_a.png) no-repeat left 0px top -2434px;}
.order_box_2 .wrapper .box .rank_tit span.rank2 {	background: url(../images/common/img_main_a.png) no-repeat left -65px top -2434px;}
.order_box_2 .wrapper .box .rank_tit span.rank3 {	background: url(../images/common/img_main_a.png) no-repeat left -134px top -2434px;}
.order_box_2 .wrapper .box .rank_tit span.rank4 {	background: url(../images/common/img_main_a.png) no-repeat left -204px top -2434px;}
.order_box_2 .wrapper .box .rank_tit span.rank5 {	background: url(../images/common/img_main_a.png) no-repeat left -273px top -2434px;}
.order_box_2 .wrapper .box .rank_tit span.no_crown {
	font-weight: 400;
	padding-right: 10px;
	text-indent: 0;
	width: 14px;
}

.order_box_2 .wrapper .box .rank_tit span.tag {
	font-size: 11px;
	padding: 3px 5px;
	line-height: 1;
	margin: 0 3px 3px;
	font-weight: 400;
	display: inline-block;
}
.order_box_2 .wrapper .box .rank_tit span.tag01 { background: #ffee60;}
.order_box_2 .wrapper .box .rank_tit span.tag02 { background: #ffc8c5;}
.order_box_2 .wrapper .box .rank_tit span.tag03 { background: #c5e8ff;}

.order_box_2 .wrapper .box figure {
	margin: 5px 0;
	text-align: center;
}

.order_box_2 .wrapper .box a {text-decoration: none;}
.order_box_2 .wrapper .box dl dt {
	font-size: 14px;
	color: #004f9f;
	line-height: 1.3;
	margin-bottom: 5px;
	font-weight: 400;
}

.order_box_2 .wrapper .box dl dd {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 5px;
}
.order_box_2 .wrapper .box a:hover dl dt ,
.order_box_2 .wrapper .box a:hover dl dd {color: #ff9900;}

.order_box_2 .wrapper .box p.price {
	text-align: center;
	color:#c60b09;
	font-size:14px;
	margin-bottom: 3px;
	font-weight: 700;
}
.order_box_2 .wrapper .box p.price del{
	color: #afafaf;
	font-size: 12px;
	margin-left: 5px;
}
.order_box_2 .wrapper .box p.price span{margin-left: 5px;}
.order_box_2 .wrapper .box p.price span.off{
	font-size: 9px;
    color: #c60b09;
    padding: 3px 4px 1px;
    line-height: 1;
    border: 1px solid #c60b09;
    display: inline-block;
    position: relative;
    bottom: 2px;
}
.order_box_2 .wrapper .box p.price span.noitem {
	font-size: 11px;
    padding: 3px 5px 1.5px;
    line-height: 1;
    margin: 0 0 0px 5px;
    font-weight: 400;
    display: inline-block;
    background: #ff9900;
    color: #fff;
    position: relative;
    bottom: 1px;
}
.order_box_2 .wrapper .box p.rank{
	text-align: center;
	font-size: 12px;
}
.order_box_2 .wrapper .box p.rank a{
	color: #000;
	text-decoration: underline;
}
.order_box_2 .wrapper .box p.rank a:hover{
	color: #ff9900;
}

.order_box_2 .wrapper .box p.rank span.star {
	text-indent: -9999px;
	display: inline-block;
	width: 74px;
}

.order_box_2 .wrapper .box p.rank span.star01 {background:url(../images/common/star2.png) no-repeat 0px 3px /4938px auto}
.order_box_2 .wrapper .box p.rank span.star02 {background:url(../images/common/star2.png) no-repeat -547px 3px /4938px auto}
.order_box_2 .wrapper .box p.rank span.star03 {background:url(../images/common/star2.png) no-repeat -1097px 3px /4938px auto}
.order_box_2 .wrapper .box p.rank span.star04 {background:url(../images/common/star2.png) no-repeat -1646px 3px /4938px auto}
.order_box_2 .wrapper .box p.rank span.star05 {background:url(../images/common/star2.png) no-repeat -2195px 3px /4938px auto}
.order_box_2 .wrapper .box p.rank span.star06 {background:url(../images/common/star2.png) no-repeat -2743px 3px /4938px auto}
.order_box_2 .wrapper .box p.rank span.star07 {background:url(../images/common/star2.png) no-repeat -3292px 3px /4938px auto}
.order_box_2 .wrapper .box p.rank span.star08 {background:url(../images/common/star2.png) no-repeat -3840px 3px /4938px auto}
.order_box_2 .wrapper .box p.rank span.star09 {background:url(../images/common/star2.png) no-repeat -4389px 3px /4938px auto}

    .order_box_2 {
/*        min-height: 90px;
       position: relative;
        padding: 20px 15px 20px 118px;
*/
        padding: 0px 0px 20px 0px;
        border-bottom: #c2b8a7 1px solid;
    }
}