/* Main
===============================================================*/
div#Main {
	width: 740px;
	margin: 0 auto;
	float: none;
}

div#Main h1 {
	font-size: 20px;
	margin-bottom: 39px;
}

div#Main a:hover {
	color:#ff9900 !important;
}
div#Main .pager li a:hover {
    color: #454545 !important;
}


/* 注意書き
======================================*/
.caution_box {
	background:#fff1f1;
	padding: 19px 20px;
}
#Caution1 {
	margin-bottom: 40px;
}
#Caution2 {
	margin-bottom: 10px;
}

.caution_box p {
	color: #db0909;
	font-size: 14px;
}
.caution_box p a ,
.caution_box p a:hover {
	color: #db0909;
}

.caution_box ul {
    width: 303px;
    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 70px 50px;
}

.mypage_list h2 {
	font-size:18px;
	text-align:center;
}
.mypage_list p {
    font-size: 14px;
	text-align:center;
}
.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: 15px 20px 15px 22px;
    text-decoration: none !important;
}
#AllBox #Main .mypage_list ul li a:hover {
    text-decoration: none !important;
    color: #454545 !important;
	background:#f7f6f3;
}
.mypage_list ul li a span {
    display: block;
	background:url(../images/mypage/ar01.png) no-repeat right center;
}

.mypage_list p.logout {
    width: 209px;
    margin: 0 auto;
}
.mypage_list p.logout a {
    display: block;
    text-indent: -9990px;
    width: 100%;
    height: 40px;
    background: url(../images/mypage/image.png) no-repeat 0 0;
}
.mypage_list p.logout a:hover {
    background: url(../images/mypage/image.png) no-repeat 0 -40px;
}




/* Mypage Login
===============================================================*/
.mypage_login {
    margin: 0 0 20px 0;
    border: #c8bdb2 1px solid;
    padding: 19px 29px;
}
.mypage_login.w300 {
    padding: 19px 219px;
}
.mypage_login.mb50 {
	margin-bottom: 50px;
}

.mypage_login p {
    font-size: 14px;
}

.mypage_login p.pd {
    padding: 0 0 15px 0;
}
.mypage_login p.pd2 {
    margin: 0 110px;
}
.mypage_login.w300 p.pd2 {
    margin: 0;
}
.mypage_login p.pd3 {
    margin: 0 110px 26px;
    letter-spacing: -0.03em;
}
.mypage_login p.it {
    border: #b2b2b2 1px solid;
    margin: 0 110px 22px;
}
.mypage_login.w300 p.it {
    margin: 0 0 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: 209px;
    margin: 0 auto;
}
.mypage_login .submit p.btn a {
    display: block;
    text-indent: -9990px;
    width: 100%;
    height: 40px;
}
.mypage_login .submit p.btn a span {
	display: block;
    height: 40px;
}
.mypage_login .submit p.btn a span.tonext {
    background: url(../images/mypage/image.png) no-repeat -480px 0;
}
.mypage_login .submit p.btn a:hover span.tonext {
    background: url(../images/mypage/image.png) no-repeat -480px -40px;
}

.mypage_login .submit p.btn a span.login {
    background: url(../images/mypage/image.png) no-repeat -720px 0;
}
.mypage_login .submit p.btn a:hover span.login {
    background: url(../images/mypage/image.png) no-repeat -720px -40px;
}

.mypage_login .submit p.btn a span.send {
    background: url(../images/mypage/image.png) no-repeat 0 -160px;
}
.mypage_login .submit p.btn a:hover span.send {
    background: url(../images/mypage/image.png) no-repeat 0 -200px;
}

.mypage_login .submit p.btntxt {
    padding: 10px 0 0;
}
.mypage_login .submit p.btntxt2 {
    padding: 10px 0;
}
.mypage_login .submit p.btntxt a ,
.mypage_login .submit p.btntxt2 a {
    text-decoration: underline;
}





/* Mypage Conf
===============================================================*/
.mypage_conf {
    padding: 0 13px 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:96px;
    font-size: 14px;
}
.mypage_conf dl dd {
    float:left;
    font-size: 14px;
}

.mypage_conf p.btn {
	margin-bottom:0;
	padding-top:20px;
}
.mypage_conf p.btn a {
    display: block;
    text-indent: -9990px;
    width: 209px;
    height: 40px;
	margin:0 auto;
}

.mypage_conf p.btn a.cancel {
    background: url(../images/mypage/image.png) no-repeat -480px -160px;
}
.mypage_conf p.btn a.cancel:hover {
    background: url(../images/mypage/image.png) no-repeat -480px -200px;
}





/* Mypage End
===============================================================*/
.mypage_end {
    padding: 0 13px 50px;
    color: #494949;
}

.mypage_end h2 {
    font-size: 16px;
    margin-bottom: 30px;
}
.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: 209px;
    margin: 0 auto;
}
.mypage_end .submit p.btn a {
    display: block;
    text-indent: -9990px;
    width: 100%;
    height: 40px;
}
.mypage_end .submit p.btn a span {
	display: block;
    height: 40px;
}
.mypage_end .submit p.btn a span.backtop {
    background: url(../images/mypage/image.png) no-repeat -240px 0;
}
.mypage_end .submit p.btn a:hover span.backtop {
    background: url(../images/mypage/image.png) no-repeat -240px -40px;
}

.mypage_end .submit p.txtlink {
	margin-bottom:0;
	padding-top: 14px;
}
.mypage_end .submit p.txtlink a {
    color: #004f9f;
}





/* Order
===============================================================*/
.order h2 {
    background: #f7f6f6;
    font-size: 16px;
    padding: 10px 22px;
    clear: both;
    overflow: hidden;
    font-weight: normal;
    position: relative;
    margin-bottom: 10px;
}
.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: 13px;
    top: 9px;
	text-decoration: underline;
}
.order h2 span.hasso {
    font-weight: normal;
}


.order .order_box {
    min-height: 90px;
    position: relative;
    padding: 20px 15px 20px 118px;
    border-bottom: #c2b8a7 1px solid;
}

.order .order_box p {
    font-size: 14px;
}

.order .order_box p.ph {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 90px;
}
.order .order_box p.ph img {
    width: 100%;
	height:auto;
}

.order .order_box p.name {
    line-height: 18px;
    margin-bottom: 7px;
    padding-right: 250px;
}
.order .order_box p.name a {
    color: #004f9f;
    text-decoration: none;
}

.order .order_box p.price span.red {
    color: #d52b33;
}
.order .order_box p.price span.monitoritem {
    margin-left: 1em;
    color: #d52b33;
}

.order .order_box p.deli {
    position: absolute;
    right: 20px;
    top: 50px;
}
.order .order_box p.deli_stay {
    color: #d52b33;
}

.order .order_box p.komi {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.order .order_box p.revice {
	right: 10px;
}
.order .order_box p.revice span {
	padding-left:80px;
}
.order .order_box p.revice span a {
    text-decoration: none;
}

.order .order_box p.revice span.st1 {
	background:url(../images/common/star.png) no-repeat 0 2px;
    background-size: 5512px 14px;
}

.order .order_box p.revice span.st15 {
	background:url(../images/common/star.png) no-repeat -612px 2px;
    background-size: 5512px 14px;
}

.order .order_box p.revice span.st2 {
	background:url(../images/common/star.png) no-repeat -1225px 2px;
    background-size: 5512px 14px;
}

.order .order_box p.revice span.st25 {
	background:url(../images/common/star.png) no-repeat -1837px 2px;
    background-size: 5512px 14px;
}

.order .order_box p.revice span.st3 {
	background:url(../images/common/star.png) no-repeat -2450px 2px;
    background-size: 5512px 14px;
}

.order .order_box p.revice span.st35 {
	background:url(../images/common/star.png) no-repeat -3062px 2px;
    background-size: 5512px 14px;
}

.order .order_box p.revice span.st4 {
	background:url(../images/common/star.png) no-repeat -3674px 2px;
    background-size: 5512px 14px;
}

.order .order_box p.revice span.st45 {
	background:url(../images/common/star.png) no-repeat -4286px 2px;
    background-size: 5512px 14px;
}

.order .order_box p.revice span.st5 {
	background:url(../images/common/star.png) no-repeat -4898px 2px;
    background-size: 5512px 14px;
}


.order ul.btns {
    display: table;
    width: 100%;
    padding:10px 0 0;
}
.order ul.btns li {
    display: table-cell;
    vertical-align: bottom;
    font-size: 14px;
}
.order ul.btns li.re_buy {
    width: 208px;
}
.order ul.btns li.re_buy a {
    display: block;
    width: 159px;
    height: 32px;
    text-indent: -9999px;
	background: url(../images/mypage/image.png) no-repeat -240px -160px;
}
.order ul.btns li.re_buy a:hover {
	background: url(../images/mypage/image.png) no-repeat -240px -192px;
}

.order ul.btns li.r a {
	text-decoration: underline;
}


.order p.total_p {
    text-align: right;
    padding: 10px 0 50px;
}
.order p.total_p span {
    display: inline-block;
    font-size: 14px;
    width: 98px;
}
.order p.total_p span.red {
    color: #cc3636;
    font-size: 20px;
    font-weight: bold;
    margin-top: 16px;
    padding-top: 8px;
    width: 100%;
    display: block;
    border-top: #c2b8a7 1px solid;
}
.order p.total_p span.red span {
    font-size: 20px;
}





/* Input(Mypage)
===============================================================*/

.mypage p.btn {
    width: 209px;
    margin: 0 auto;
}
.mypage p.btn a {
    display: block;
    width: 209px;
    height: 40px;
    text-indent: -9999px;
}
.mypage p.btn a.hozon {
	background: url(../images/mypage/image.png) no-repeat -480px -260px;
}
.mypage p.btn a.hozon:hover {
	background: url(../images/mypage/image.png) no-repeat -480px -300px;
}



.mypage .mypage_inner {
    margin:0 13px;
}

.mypage .mypage_inner p {
    font-size: 14px;
	margin-bottom:12px;
}
.mypage .mypage_inner p.radiob {
	font-size:16px;
    margin-bottom: 5px;
	font-weight:bold;
}

.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: 20px;
	padding-bottom:25px;
}


.mypage .my_mlmg {
    padding-bottom: 38px;
}
.mypage .my_mlmg h2 {
    font-size: 18px;
    margin: 0 -13px 12px;
    position: relative;
    padding-left: 10px;
}
.mypage .my_mlmg h2::before {
    content: "";
    display: block;
    width: 4px;
    height: 24px;
    background: #ff6600;
    position: absolute;
    left: 0;
    top: -3px;
}

.mypage .my_mlmg p.kome {
    margin-bottom: 40px;
}

.mypage .my_mlmg ul.sel-radio {
    width: 266px;
    margin: 0 auto 40px;
    display: table;
}
.mypage .my_mlmg ul.sel-radio li {
    font-size: 14px;
    text-align: center;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

.mypage .my_mlmg p.btn {
    width: 159px;
}
.mypage .my_mlmg p.btn a {
    width: 159px;
    height: 32px;
}
.mypage .my_mlmg p.btn a.hozon {
	background: url(../images/mypage/image.png) no-repeat -480px -260px;
}
.mypage .my_mlmg p.btn a.hozon:hover {
	background: url(../images/mypage/image.png) no-repeat -480px -292px;
}



/* Item Review
===============================================================*/
.kuchi {
    margin-bottom: 50px;
}
.kuchi p {
    font-size: 14px;
    margin-bottom: 12px;
}
.kuchi p a {
    color: #004f9f;
}
.kuchi p a:hover {
    color:#ff9900;
}


.kuchi .pager {
	padding-bottom:0;
}


.kuchi .reviewtab {
    padding-top: 20px;
	position:relative;
}
.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: 100px;
    position: relative;
    padding: 20px 13px 20px 143px;
    border-bottom: #c2b8a7 1px solid;
}

.kuchi .review_list .itembox p.ph {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 100px;
}
.kuchi .review_list .itembox p.ph img {
    width: 100%;
	height:auto;
}

.kuchi .review_list .itembox p.name {
    line-height: 18px;
    margin-bottom: 7px;
}
.kuchi .review_list .itembox p.name a {
    color: #004f9f;
    text-decoration: none;
}
.kuchi .review_list .itembox p.name a:hover {
    color:#ff9900;
	text-decoration: underline; 
}

.kuchi .review_list .itembox p.btn {
	position:absolute;
	left:143px;
	bottom:20px;
    margin: 0;
}
.kuchi .review_list .itembox p.btn a {
    display:block;
    width: 160px;
    height: 40px;
    text-indent: -9999px;
	background: url(../images/mypage/image.png) no-repeat 0 -260px;
}
.kuchi .review_list .itembox p.btn a:hover {
	background: url(../images/mypage/image.png) no-repeat 0 -300px;
}

.kuchi .review_list .itembox p.monitoritem {
    position: absolute;
    bottom: 28px;
    left: 320px;
    color: #db0909;
    margin: 0;
}


.kuchi .review_list .box {
    border-bottom: #c2b8a7 1px solid;
}
.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:200px;
}


/* 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:54px;
	height:27px;
	text-indent:-9999px;
	background:url(../images/cart/images.png) no-repeat -60px 0;
	position:absolute;
    top: 40px;
    right: 20px;
}
.kuchi .review_list .box .itembox p.rank a:hover {
	background:url(../images/cart/images.png) no-repeat -60px -27px;
}

.kuchi .review_list .box p.textall {
    margin: 0 20px 20px;
}



.kuchi .reviewitem {
    min-height: 100px;
    position: relative;
    padding: 0 13px 20px 143px;
}

.kuchi .reviewitem p.ph {
    position: absolute;
    left: 20px;
    top: 0;
    width: 100px;
}
.kuchi .reviewitem p.ph img {
    width: 100%;
	height:auto;
}
.kuchi .reviewitem p.name {
    line-height: 18px;
}
.kuchi .reviewitem p.name a {
    color: #004f9f;
    text-decoration: none;
}
.kuchi .reviewitem p.name a:hover {
    color:#ff9900;
	text-decoration: underline; 
}

.kuchi .kuchibox h2 {
    background: #f7f6f6;
    font-size: 14px;
    padding: 6px 20px;
    font-weight: normal;
}
.kuchi .kuchibox p {
    padding: 20px 20px 30px;
    margin-bottom: 0;
}
.kuchi .kuchibox p.lead {
    padding-top: 0;
}
.kuchi .kuchibox p.error {
    padding-bottom: 0;
    margin-bottom: -10px;
}

.kuchi .kuchibox p span.joken_red {
	color:#db0909;
    display: block;
    margin-bottom: 4px;
}
.kuchi .kuchibox p span.mb10 {
    display: block;
    margin-bottom: 10px;
}

.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: 5px;
    width: 100%;
/*  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;
}
.kuchi .kuchibox p input.input_name {
    width: 400px;
    height: 27px;
}
.kuchi .kuchibox p input.input_pass {
    width: 300px;
    height: 27px;
}
.kuchi .kuchibox p textarea {
	font-family: Arial, sans-serif;
	height:150px;
}


.kuchi .kuchibox p.btn {
    width: 209px;
    padding: 0;
    margin: 10px auto 0;
}
.kuchi .kuchibox p.btn a {
    display: block;
    width: 209px;
    height: 40px;
    text-indent: -9999px;
}
.kuchi .kuchibox p.btn a.inputcheck {
	background: url(../images/mypage/image.png) no-repeat -240px -260px;
}
.kuchi .kuchibox p.btn a.inputcheck:hover {
	background: url(../images/mypage/image.png) no-repeat -240px -300px;
}

.kuchi .kuchibox p.btn a.toko {
	background: url(../images/mypage/image.png) no-repeat -240px -360px;
}
.kuchi .kuchibox p.btn a.toko:hover {
	background: url(../images/mypage/image.png) no-repeat -240px -400px;
}

.kuchi .kuchibox p.btn a.henko {
	background: url(../images/mypage/image.png) no-repeat -720px -160px;
}
.kuchi .kuchibox p.btn a.henko:hover {
	background: url(../images/mypage/image.png) no-repeat -720px -200px;
}


.kuchi .kuchibox p.rank {
    text-indent: -9999px;
    margin: 20px 0 30px 20px;
    width: 142px;
    padding: 0;
}
/* star */
.kuchi .kuchibox p.rank.st1 {
	background:url(../images/common/star.png) no-repeat 0 0;
    background-size:7088px 18px;
}
.kuchi .kuchibox p.rank.st15 {
	background:url(../images/common/star.png) no-repeat -787px 0;
    background-size:7088px 18px;
}
.kuchi .kuchibox p.rank.st2 {
	background:url(../images/common/star.png) no-repeat -1575px 0;
    background-size:7088px 18px;
}
.kuchi .kuchibox p.rank.st25 {
	background:url(../images/common/star.png) no-repeat -2363px 0;
    background-size:7088px 18px;
}
.kuchi .kuchibox p.rank.st3 {
	background:url(../images/common/star.png) no-repeat -3150px 0;
    background-size:7088px 18px;
}
.kuchi .kuchibox p.rank.st35 {
	background:url(../images/common/star.png) no-repeat -3937px 0;
    background-size:7088px 18px;
}
.kuchi .kuchibox p.rank.st4 {
	background:url(../images/common/star.png) no-repeat -4724px 0;
    background-size:7088px 18px;
}
.kuchi .kuchibox p.rank.st45 {
	background:url(../images/common/star.png) no-repeat -5511px 0;
    background-size:7088px 18px;
}
.kuchi .kuchibox p.rank.st5 {
	background:url(../images/common/star.png) no-repeat -6298px 0;
    background-size:7088px 18px;
}





/* Monitor
===============================================================*/
.pagetit p.shime {
    position: absolute;
    font-size: 12px;
    color: #db0909;
    left: 178px;
    top: 15px;
}

.monitor {
    margin-bottom: 50px;
}

.monitor h2 {
    background: #f7f6f6;
    font-size: 14px;
    padding: 6px 20px;
    font-weight: normal;
}

.monitor p {
    font-size: 14px;
}
.monitor p.btn {
    width: 179px;
    margin: 0 auto 50px;
}
.monitor p.btn a {
    display: block;
    width: 179px;
    height: 32px;
    text-indent: -9999px;
}
.monitor p.btn a.inputcheck {
	background: url(../images/mypage/image.png) no-repeat -720px -260px;
}
.monitor p.btn a.inputcheck:hover {
	background: url(../images/mypage/image.png) no-repeat -720px -292px;
}

.monitor p.btn a.oubo {
	background: url(../images/mypage/image.png) no-repeat 0 -360px;
}
.monitor p.btn a.oubo:hover {
	background: url(../images/mypage/image.png) no-repeat 0 -392px;
}


.monitor .moni_item {
	padding: 0 0 36px;
}

.monitor .moni_item h2 {
    background: none;
    padding: 0 0 15px;
    font-size: 18px;
}
.monitor .moni_item p.shime {
    color: #db0909;
    margin-top: 1em;
}


.monitor .moni_item .monitor_naiyo {
    min-height: 100px;
    position: relative;
    padding: 20px 20px 20px 140px;
    border: #ede7e0 1px solid;
    margin-bottom: 28px;
}

.monitor .moni_item .monitor_naiyo p.ph {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 100px;
}
.monitor .moni_item .monitor_naiyo p.ph img {
    width: 100%;
	height:auto;
}
.monitor .moni_item .monitor_naiyo p.name a {
    color: #004f9f;
    text-decoration: none;
}
.monitor .moni_item .monitor_naiyo p.joken {
    position: absolute;
    bottom: 20px;
    left: 140px;
}


.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: 20px 20px 15px;
	color:#494949;
}
.monitor .moni_form h3 {
    font-size: 14px;
	font-weight:normal;
}

.monitor .moni_form p textarea {
    padding: 5px;
    width: 100%;
    height: 174px;
    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:16px;
}

.monitor .moni_form p.home {
    margin: 0 0 4px 0;
}
.monitor .moni_form .edit {
    position: relative;
    padding: 0 70px 0 20px;
}
.monitor .moni_form p.pd {
    line-height: 20px;
    margin: 0 0 25px 0;
}
.monitor .moni_form .edit .editbtn a {
    display: block;
    width: 54px;
    height: 27px;
    text-indent: -9999px;
    background:url(../images/cart/images.png) no-repeat -60px 0;
    position: absolute;
    top: 2px;
    right: 0;
}
.monitor .moni_form .edit .editbtn a:hover {
	background:url(../images/cart/images.png) no-repeat -60px -27px;
}


/* Item Select */
.monitor .moni_form .kiboitem {
    margin-top: 27px;
    display: table;
    width: 100%;
}
.monitor .moni_form .kiboitem.end {
    margin-bottom: 39px;
}

.monitor .moni_form .kiboitem p.moni_btn {
    display: table-cell;
    vertical-align: middle;
}

.monitor .moni_form .kiboitem .itemdis {
    display: table;
    width: 100%;
}
.monitor .moni_form .kiboitem .itemdis p.ph {
    width: 60px;
    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 13px 26px;
}
.monitor dl.mcheck_end {
	margin-bottom:39px;
}
.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 {
    width: 500px;
    margin: 0 auto;
}

.monitor .point_now .point_naiyo {
    position: relative;
    padding: 24px 0 9px;
	border: #ecd5bb 1px solid;
	margin:0 0 5px;
	border-radius:3px;
}
.monitor .point_now .point_naiyo p {
    color: #262626;
    padding-bottom:13px;
    width: 294px;
    margin: 0 auto;
    font-size: 14px;
}
.monitor .point_now .point_naiyo p span {
    float: right;
    color: #db0909;
    font-size: 18px;
    font-weight: bold;
}

.monitor .point_now ul {
	margin-bottom:38px;
}
.monitor .point_now ul li {
    font-size: 14px;
	margin-left: 1em;
    text-indent: -1em;
}


.monitor .point_now table {
    background: #c8bdb2;
    border-collapse: separate;
    border-spacing: 1px;
    width: 100%;
	margin-bottom: 8px;
}
.monitor .point_now table tr th {
    background: #f9f5f1;
    border: solid 1px #ffffff;
    padding: 10px 0;
    font-size: 14px;
    font-weight: normal;
}
.monitor .point_now table tr td {
    background: #ffffff;
    padding:10px 0;
    text-align: center;
    font-size: 14px;
    width: 73px;
}
.monitor .point_now table tr td.day {
    letter-spacing:-0.05em;
    width: 121px;
}
.monitor .point_now table tr td.reason {
    text-align:left;
    padding:0 20px;
    width: 262px;
}
.monitor .point_now table tr td.plus {
    color: #db0909;
}
.monitor .point_now table tr td.minus {
    color: #0f59be;
}



/* Pager */
.pager {
        padding:22px 0 30px 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;
    }
    
    .pager li a {
        display: block;
        font-weight: bold;
        text-decoration: none;
        font-size:16px;
        line-height: 18px;
        padding: 11px 14px;
    }
    .pager li a:hover {
        color: #454545;
        background:#efe5de;
        text-decoration:none !important;
    }
    .pager li a.back {
        padding:2px 25px;
    }
    
    .pager li span {
        display: block;
        background:#efe5de;
        font-weight: bold;
        font-size:16px;
        line-height: 18px;
        padding: 11px 14px;
    }
    
    .pager li.five {
        border-right: #c6b19a 1px solid;
    }
    .pager li.prev {
        margin-right: 19px;
        border-right: #c6b19a 1px solid;
    }
    .pager li.next {
        border-right: #c6b19a 1px solid;
        margin-left: 19px;
    }
    .pager li.prev a ,
    .pager li.prev span ,
    .pager li.next a ,
    .pager li.next span {
        padding:11px 9px;
    }
    
    .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;
	flex-wrap: wrap;
}

.order_box_2 .tabbox { display: none;}
.order_box_2 .tabbox.active { display: block;}

.order_box_2 .wrapper .box {
	width: 150px;
	position: relative;
}

.order_box_2 .wrapper .box img {
	width: 150px;
}

.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: 87px;
}

.order_box_2 .wrapper .box p.rank span.star01 {
	background:url(../images/common/img_main_a.png) no-repeat -664px -351px;
}

.order_box_2 .wrapper .box p.rank span.star02 {
	background:url(../images/common/img_main_a.png) no-repeat -869px -351px;
}

.order_box_2 .wrapper .box p.rank span.star03 {
	background:url(../images/common/img_main_a.png) no-repeat -664px -373px;
}

.order_box_2 .wrapper .box p.rank span.star04 {
	background:url(../images/common/img_main_a.png) no-repeat -869px -373px;
}

.order_box_2 .wrapper .box p.rank span.star05 {
	background:url(../images/common/img_main_a.png) no-repeat -664px -396px;
}

.order_box_2 .wrapper .box p.rank span.star06 {
	background:url(../images/common/img_main_a.png) no-repeat -869px -396px;
}

.order_box_2 .wrapper .box p.rank span.star07 {
	background:url(../images/common/img_main_a.png) no-repeat -664px -419px;
}

.order_box_2 .wrapper .box p.rank span.star08 {
	background:url(../images/common/img_main_a.png) no-repeat -869px -419px;
}

.order_box_2 .wrapper .box p.rank span.star09 {
	background:url(../images/common/img_main_a.png) no-repeat -664px -442px;
}

.order_box_2 .wrapper2 .box p.item_tit a {
	font-size: 14px;
    color: #004f9f;
    line-height: 1.3;
	margin-bottom: 5px;
	text-decoration: none;
}
.order_box_2 .wrapper2 .box p.item_tit a:hover {
	color: #ff9900;
}

    .order_box_2 {
/*        min-height: 90px;
       position: relative;
        padding: 20px 15px 20px 118px;
*/
        padding: 0px 0px 20px 0px;
        border-bottom: #c2b8a7 1px solid;
    }
}
