@charset "utf-8";

/* new clearfix */
.clr {zoom:1;}
.clr:after {
  content: ""; 
  display: block; 
  clear: both;
}
* html .clr             { zoom: 1; } /* IE6 */
*:first-child+html .clr { zoom: 1; } /* IE7 */

.w40{
	width: 40px;
}

.w50{
	width: 50px;
}

.w60{
	width: 60px;
}

.w80{
	width: 80px;
}

.w100{
	width: 100px;
}

.w150{
	width: 150px;
}

.w200{
	width: 200px;
}

.w300{
	width: 300px;
}

.w400{
	width: 400px;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.news-nav{
	margin: 0 0 30px 0;
}

.news-nav li{
	list-style-type: none;
	text-align: center;
	width: 100%;
}

.news-nav a{
	float: left;
	margin-left: 45px;
	width: 30%;
	border: solid 1px #afafaf;
}

.news-nav a:hover{
	color: #fff;
	background-color: #369b21;
}

.news-nav a:first-child:hover{
	background-color: #bd0f0f;
}

.news-nav a:last-child:hover{
	background-color: #0f7cbd;
}

.news-nav a:first-child{
	margin: 0;
}

.news-type{
	padding: 1px 5px !important;
	width: 92px !important;
	text-align: center;
	margin: 5px 0;
	color: #fff;
}

.type-4{
	background-color: #bd0f0f;
}

.type-5{
	background-color: #369b21;
}

.type-6{
	background-color: #0f7cbd;
}

#admin-mode{
	width: 100%;
	padding: 5px;
	color: #fff;
	text-align: center;
	background-color: #ff0000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	position: fixed;
	top: 0;
	left: 0;
}

#mypage-ssl{
	width: 970px;
	border: solid 1px #e6e6e6;
	margin: 10px auto 30px auto;
}

#mypage-ssl-left{
	float: left;
	padding: 10px;
	width: 20%;
}

#mypage-ssl-right{
	float: left;
	padding: 10px;
	width: 70%;
}

.my-okdepot{
	border: solid 1px #CCCCCC;
	padding: 5px;
	width: 198px;
	margin-bottom: 20px;
}

.my-okdepot p{
	margin-left: 80px;
}

.my-okdepot-login-left{
	float: left;
	width: 500px;
}

.my-okdepot-login-left form{
	border: solid 1px #afafaf;
	margin: 50px auto 50px auto;
	width: 400px;
}

.my-okdepot-login-left table{
	margin: 50px auto 30px auto;
	width: 350px;
}

.my-okdepot-login-left table td{
	text-align: center;
}

.my-okdepot-login-right{
	margin-left: 20px;
	float: left;
	width: 500px;
	text-align: center;
}

.my-okdepot-login-right h4{
	margin-top: 50px;
}

.my-okdepot-login-right p{
	margin-top: 20px;
}

.my-okdepot-logout{
	width: 500px;
	margin: 0px auto 50px auto;
}

.my-okdepot-logout h4{
	margin: 50px 0px 30px 0px;
	font-weight: normal;
	font-size: 30px;
}

.mypage-menu-top{
	width: 100%;
}

.mypage-main{
	margin: auto;
	width: 1020px;
	margin-bottom: 50px;
}

.mypage-banner a{
	float: left;
	display: block;
	margin-bottom: 10px;
	margin-right: 10px;
}

.mypage-profile{
	width: 1030px;
	border: solid 1px #771024;
	background-color: #FFFAFA;
	padding: 0;
	margin: 0 auto 20px auto;
	border-collapse: collapse;
}

.mypage-profile tr:first-child{
	border-bottom: solid 1px #771024;
}

.mypage-profile th{
	background-color: #98152F;
	color: #fff;
	font-weight: normal;
	width: 80px;
}

.mypage-profile td p{
	padding: 5px;
}

.mypage-profile td a{
	color: #0066c0;
}

.mypage-profile td:first-child{
	width: 200px;
}

.mypage-profile td:last-child{
	width: 300px;
}

.mypage-tokuyaku{
	border: solid 1px #399bcc;
	border-top: solid 6px #399bcc;
	background-color: #edf9ff;
	padding: 5px;
	margin-bottom: 20px;
}

.mypage-news th{
	text-align: left;
}

.mypage-news{
	width: 100%;
	border: solid 1px #afafaf;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.mypage-news hr{
	width: 100%;
	color: #e6e6e6;
}

.mypage-news th{
	background-color: #f0f0f0;
}

.mypage-news td{
	padding: 5px;
}

.mypage-news td div{
	font-size: 11px;
	padding: 5px;
}

.mypage-news td p{
	line-height: 150%;
}

.mypage-news-line{
	background: rgba(0, 0, 0, 0) url("./line_leftcol.gif") repeat-x scroll left bottom;
}

.mypage-news .mypage-news-line:last-child{
	background: none;
}

.mypage-news th{
	padding: 8px;
}

.mypage-news td a{
	color: #0066c0;
}

.mypage-news td a:hover{
	color: #c45500;
	text-decoration: underline;
}

.mypage-news .red{
	color: #A40C19;
}

.mypage-news .red a{
	color: #A40C19;
}

.news-border{
	border-top: solid 1px #afafaf;
}

.my-cart{
	margin: 10px auto 0px;
	width: 195px;
	height: 42px;
	background: #fff url(../../../../cart-img/side_cart.png) no-repeat left top; 
}
.my-login{
	margin: 10px auto 0px;
	width: 195px;
	height: 42px;
	background: #fff url(../../../../cart-img/login.png) no-repeat left top; 
}
.my-kojin{
	margin: 5px auto 0px;
	width: 134px;
	height: 31px;
	background: #fff url(../../../../cart-img/kojin.png) no-repeat left top; 
	display: block;
	text-align: center;
}
.my-houjin{
	margin: 5px auto 0px;
	width: 134px;
	height: 31px;
	background: #fff url(../../../../cart-img/houjin.png) no-repeat left top; 
	display: block;
	text-align: center;
}
.my-bookmark{
	margin: 10px auto 0px;
	width: 195px;
	height: 30px;
	background: #fff url(../../../../cart-img/bookmark_menu.png) no-repeat left top; 
}
.my-bookmark-detail{
	text-align: center;
	margin-bottom: 5px;
}
.my-bookmark-detail img{
	cursor:pointer;
}
.my-cart:hover,
.my-bookmark:hover,
.my-bookmark-detail img:hover{
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity:0.65;
	opacity:0.65;
-moz-transition: 0.3s linear;
-webkit-transition: 0.3s linear;
transition: 0.3s linear;
}
.my-login:hover{
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity:0.65;
	opacity:0.65;
-moz-transition: 0.3s linear;
-webkit-transition: 0.3s linear;
transition: 0.3s linear;
}
.my-kojin:hover{
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity:0.65;
	opacity:0.65;
-moz-transition: 0.3s linear;
-webkit-transition: 0.3s linear;
transition: 0.3s linear;
}.my-houjin:hover{
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity:0.65;
	opacity:0.65;
-moz-transition: 0.3s linear;
-webkit-transition: 0.3s linear;
transition: 0.3s linear;
}
.my-cart p{
	color: #fff;
	font-size: 11px;
	margin: 0px;
	padding: 8px 0px 0px 50px;
}
.my-bookmark p{
	color: #333;
	font-size: 12px;
	margin: 0px;
	padding: 2px 0px 0px 50px;
}

.detail-cart table{
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-collapse: collapse;
	width:90%;
	margin:0 auto 15px;
}

.detail-cart th{
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width: 50%;
}

.detail-cart td{
	padding: 0px 5px 0 10px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width: 50%;
}

.detail-cart div{
	margin-bottom:10px;
	text-align:center;
}

.detail-cart div input:hover{
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity:0.65;
	opacity:0.65;
}

#cart h3, #account h3{
	color: #ffffff;
	background-color: #7F0019;
	padding: 5px 0px 5px 10px;
	width: 1020px;
	margin-top: 10px;
	margin-bottom: 30px;
}

#cart .cart-err li, #account .account-err li, #mypage .mypage-err li{
	display: block;
	line-height: 160%;
	list-style: outside none none;
	padding: 3px;
}

#cart .cart-err, #account .account-err, #mypage .mypage-err{
	width: 1020px;
	padding: 5px;
	background-color: #ffebe8;
	border: 1px solid #cc0000;
	border-radius: 3px;
	margin-bottom: 10px;
}

.account-err, .account-err, .mypage-err{
	font-size: 12px;
	line-height: 1.8em;
}

.cart-main{
	border-collapse: collapse;
	margin: 0;
	width: 1030px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}

.cart-main th{
	background-color: #e6e6e6;
	padding: 5px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.cart-main td{
	padding: 5px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.cart-main .cart-total{
	background-color: #e6e6e6;
	font-weight: bold;
}

.cart-main .cart-postage{
	background-color: #F5F5F5;
	font-weight: bold;
}

.cart-main .cart-coupon-price{
	background-color: #E6ECFE;
	font-weight: bold;
}

.cart-main .msg{
	color: #98152F;
	font-size: 11px;
	font-weight: normal;
}

.cart-main .prc{
	color: #ff0000;
	font-weight: bold;
}

.cart-main .crc{
	color: #4862A3;
	font-weight: bold;
}

.cart-main img{
	width: 50px;
}

.cart-button-sub{
	margin-top: 10px;
}

.cart-button-left{
	width: 515px;
	float: left;
}

.cart-button-right{
	text-align: right;
	width: 515px;
	float: left;
}

.cart-button, .account-button, .mypage-button{
	margin: 20px 0px 50px 0px;
	text-align: center;
}

.cart-login{
	text-align: center;
	width: 500px;
	border: solid 1px #afafaf;
	margin: 50px auto 0px auto;
}

.cart-login h5{
	background-color: #e6e6e6;
	padding: 10px 0px;
	font-size: 15px;
	color: #606060;
}

.cart-login p{
	padding: 5px;
	text-align: left;
}

.cart-login table{
	padding: 10px;
	margin: 10px auto 10px auto;
	width: 400px;
}

.cart-login table th{
	padding: 0px;
	vertical-align: top;
	height: 30px;
	width: 100px;
}

.cart-user, .cart-confirm, .account-user, .mypage-user{
	margin-top: 50px;
}

.cart-user table.input-list, .account-user table, .mypage-user table, .cart-user-regist table{
	margin: 10px auto 10px auto;
	width: 450px;
}

.cart-user h5{
	padding: 10px 0px;
	font-size: 13px;
	color: #606060;
	width: 500px;
	margin: 0px auto 30px auto;
}

.account-user h5{
	color: #606060;
	font-size: 17px;
	padding: 30px 0px 10px 0px;
}

.cart-user a, .cart-user-regist a, .account-user a{
	color: #2379A0;
}

.cart-confirm table{
	margin: 10px auto 10px auto;
	width: 700px;
}

.cart-user table.input-list th, .cart-confirm table th, .account-user table th, .mypage-user table th, .cart-user-regist table.input-list th{
	background-color: #ffffff;
	border: none;
	padding: 0px;
	vertical-align: top;
	text-align: left;
	width: 150px;
}

.cart-user table.input-list td, .cart-confirm table td, .account-user table td, .mypage-user table td, .cart-user-regist table.input-list td{
	border: none;
	padding: 0px;
	vertical-align: top;
	padding-left: 5px;
}

.cart-user table.input-list span, .account-user table span, .mypage-user table span, .cart-user-regist table span{
	color: #ff0000;
}

.cart-confirm textarea{
	width: 530px;
	height: 200px;
}

.cart-user input.short, .account-user input.short, .mypage-user input.short{
	width: 100px;
}

.cart-user input.long, .account-user input.long, .mypage-user input.long, .cart-user-regist input.long{
	width: 230px;
}

.cart-coupon{
	text-align: center;
}

.cart-coupon input.long{
	width: 300px;
}

.cart-user .area, .account-user .area, .mypage-user .area{
	width: 230px;
	height: 100px;
}

.mypage-user a{
	color: #aa1c1c;
}

.cart-message{
	border: solid 1px #afafaf;
	padding: 10px;
	width: 1010px;
	margin: 0px 0px 50px 0px;
}

.cart-user-regist{
	border: solid 1px #afafaf;
}

.cart-user-regist h4{
	width: 100%;
	text-align: center;
	color: #ffffff;
	background-color: #7F0019;
}

.cart-user-regist p{
	margin: 20px auto;
	width: 600px;
}

.cart-payment{
	margin-top: 50px;
}

.cart-payment table, .cart-coupon table{
	border-collapse: collapse;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border: solid 1px #afafaf;
	margin: 10px auto 10px auto;
	width: 450px;
}

.cart-payment table th, .cart-coupon table th{
	background-color: #e6e6e6;
	padding: 5px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align: left;
}

.cart-payment table td, .cart-coupon table td{
	padding: 5px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.cart-payment .pay-radio{
	text-align: center;
	width: 50px;
}

.cart-complete{
	width: 500px;
	margin: auto;
}

.account-complete{
	width: 750px;
	margin: auto;
}

#mypage h4{
	padding: 0px 0px 0px 30px;
}

.mypage-complete{
	width: 420px;
	margin: auto;
}

.cart-complete h4, .account-complete h4, .mypage-complete h4{
	margin: 50px 0px 30px 0px;
	font-weight: normal;
	font-size: 30px;
}

.cart-complete table{
	border-collapse: collapse;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border: solid 1px #afafaf;
	margin: 30px 0px 30px 0px;
	width: 450px;
}

.account-complete table{
	border-collapse: collapse;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border: solid 1px #afafaf;
	margin: 30px 0px 30px 0px;
	width: 750px;
}

.cart-complete table th, .account-complete table th{
	background-color: #e6e6e6;
	padding: 5px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align: center;
}

.cart-complete table td, .account-complete table td{
	padding: 5px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}


.send-list{
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-collapse: collapse;
	width:1000px;
	margin:0 auto 50px;
}

.send-list th{
	padding: 5px;
	background-color: #e6e6e6;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.send-list td{
	padding: 5px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.send-list td.t1{
	width: 70px;
	text-align: center;
}

.send-list td.t2{
	width: 100px;
}

.send-list td.t3{
	width: 150px;
}

.send-list td.t4{
	width: 300px;
}

.send-list td.t5{
	width: 150px;
}

.send-list td.t6{
	width: 150px;
	text-align: center;
}

.send-list td.t7{
	width: 200px;
}

.bookmark-box{
	list-style-type: none;
	border-top:1px solid #DDDDDD;
	width:1000px;
	margin: 20px auto 20px auto;
}

.bookmark-box li{
	padding: 10px 0px;
	border-bottom:1px solid #DDDDDD;
}

.bookmark-box li img{
	float: left;
	margin-top: 3px;
	width: 90px;
}

.bookmark-box li .bookmark-price{
	color: red;
}

.bookmark-box li .bookmark-detail{
	float: left;
	margin-left: 10px;
	width: 800px;
}

.bookmark-box li .bookmark-button{
	float: left;
	margin-left: 10px;
	width: 80px;
}

.bookmark-box li p{
	margin-left: 5px;
	float: left;
	font-size: 12px;
	font-weight: bold;
}

.bookmark-box li p span{
	border: medium none;
	color: #ff8f47;
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}

.bookmark-box li div a{
	color: #0066c0;
	text-decoration: none;
}

.history-box{
	border:1px solid #DDDDDD;
	width:1000px;
	margin: 20px auto 20px auto;
}

.history-detail-box{
	width:1000px;
	margin: 20px auto 20px auto;
}

.history-detail-box h2{
	font-size: 28px;
	font-weight: normal;
}

.history-detail-box p{
	padding: 2px;
	margin-top: 20px;
}

.history-box .history-top{
	background-color: #F6F6F6;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px;
}

.history-box .history-top div, .history-detail-box .history-detail-top div{
	margin: 0 15px 0 15px;
	float: left;
}

.history-box .history-top div span{
	font-size: 11px;
}

.history-detail-box .history-detail-top div span{
	font-weight: bold;
	font-size: 15px;
}

.history-detail-box .history-detail-top table span{
	font-weight: bold;
}

.history-box .history-top .history-id{
	float: right;
	padding-right: 10px;
}

.history-box .history-bottom{
	background-color: #FFFFFF;
	padding: 5px;
}

.history-box .history-bottom .history-item{
	float: left;
	padding: 10px 0px 10px 15px;
	width: 700px;
}

.history-detail-box .history-detail-top{
	border:1px solid #DDDDDD;
	padding: 10px 0px 10px 15px;
	margin-top: 10px;
}

.history-detail-box .history-detail-bottom{
	border:1px solid #DDDDDD;
	margin-top: 50px;
	padding: 10px 0px 10px 15px;
}

.history-detail-box .history-detail-top .t1{
	width: 350px;
}

.history-detail-box .history-detail-top .t2{
	width: 180px;
}

.history-detail-box .history-detail-top table{
	padding: 0;
}

.history-detail-box .history-detail-top table th{
	padding: 0;
	text-align: left;
	width: 100px;
}

.history-detail-box .history-detail-top table td{
	padding: 0;
	text-align: right;
	width: 250px;
}

.history-detail-box .history-detail-top .history-detail-memo{
	margin-top: 20px;
	width: 100%;
}

.history-detail-box .history-detail-top .history-detail-memo p {
	border:1px solid #DDDDDD;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	width: 920px;
}

.history-box .history-bottom .history-item h5, .history-detail-box .history-detail-bottom h5{
	font-size: 15px;
}

.history-box .history-bottom .history-item ul, .history-detail-box .history-detail-bottom ul{
	list-style-type: none;
}

.history-box .history-bottom .history-item ul li, .history-detail-box .history-detail-bottom ul li{
	padding:15px 0 15px 0;
}

.history-box .history-bottom .history-item ul li .btn, .history-detail-box .history-detail-bottom ul li .btn{
	margin-top: 10px;
}

.history-box .history-bottom .history-item ul li img, .history-detail-box .history-detail-bottom ul li img{
	float: left;
	width: 90px;
}

.history-box .history-bottom .history-item ul li div, .history-detail-box .history-detail-bottom ul li div{
	float: left;
	width: 600px;
	margin-left: 10px;
}

.history-box .history-bottom .history-item ul li div span, .history-detail-box .history-detail-bottom ul li div span{
	color: #BF3B00;
}

.history-box a, .history-box a:active, .history-box a:link, .history-box a:visited, .history-detail-box a, .history-detail-box a:active, .history-detail-box a:link, .history-detail-box a:visited {
	color: #0066c0;
	text-decoration: none;
}

.history-box a:hover, .history-detail-box a:hover {
	color: #c45500;
	text-decoration: underline;
}

.history-box .history-bottom .history-button{
	float: left;
	padding: 10px 0px 10px 15px;
	width: 250px;
}

.history-box .history-bottom .history-button a{
	width: 230px;
}

.mypage-message{
	border: solid 1px #afafaf;
	padding: 20px;
	width: 800px;
	margin: 0px auto 50px auto;
}

#cart input[type="text"], #cart input[type="password"], #account input[type="text"], #account input[type="password"], #mypage input[type="text"], #mypage input[type="password"]{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	border-radius: 4px;
	color: #555555;
	display: inline-block;
	/* font-size: 14px; */
	height: 15px;
	line-height: 20px;
	/* margin-bottom: 10px; */
	padding: 4px 6px;
	vertical-align: middle;
}

#cart textarea, #account textarea, #mypage textarea{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	border-radius: 4px;
	color: #555555;
	display: inline-block;
	/* font-size: 14px; */
	line-height: 20px;
	/* margin-bottom: 10px; */
	padding: 4px 6px;
	vertical-align: middle;
}

#cart #breadcrumbs{
	width: 790px;
}

#account #breadcrumbs{
	width: 730px;
}

#mypage #breadcrumbs{
	width: 440px;
}

#breadcrumbs{
	line-height: normal;
	margin: 30px auto;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#breadcrumbs li{
	float: left;
	margin: 0 2em 0 0;
}

#breadcrumbs p{
	padding: .7em 1em .7em 2em;
	float: left;
	text-decoration: none;
	color: #444;
	background: #ddd;  
	position: relative;
	z-index: 1;
	border-radius: .4em 0 0 .4em;  
}

#breadcrumbs p::after{
	background: #ddd;
	content: "";
	height: 2.5em;
	margin-top: -1.25em;
	position: absolute;
	right: -1em;
	top: 50%;
	width: 2.5em;
	z-index: -1; 
	transform: rotate(45deg);
	border-radius: .4em;
}

#breadcrumbs li:last-child{
	margin: 0;
}

#breadcrumbs li:last-child p{
	padding: .7em 2em .7em 2em;
	border-radius: .4em;
}

#breadcrumbs li:last-child p::after{
	content: normal;
}

#breadcrumbs .current{
	color: #fff;
	font-weight: bold;
	background: #0084BB;
}

#breadcrumbs .current::after{
	background: #0084BB;
}

#cart .btn, #account .btn, #mypage .btn{
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #f5f5f5;
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #b3b3b3;
	border-image: none;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	padding: 4px 12px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
}

#cart .btn:hover, #cart .btn:focus, #account .btn:hover, #account .btn:focus, #mypage .btn:hover, #mypage .btn:focus {
	background-position: 0 -15px;
	text-decoration: none;
	transition: background-position 0.1s linear 0s;
}

#cart .btn-del, #account .btn-del, #mypage .btn-del {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	*background-color: #bd362f;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

#cart .btn-login, #account .btn-login, #mypage .btn-login {
	background-color: #21759b;
	background-image: linear-gradient(to bottom, #2a95c5, #21759b);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

#cart .btn-next, #account .btn-next, #mypage .btn-next {
	background-color: #b9354f;
	background-image: linear-gradient(to bottom, #7f0019, #9c1832);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

#cart .btn-review, #account .btn-review, #mypage .btn-review {
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

#cart .btn-contact, #account .btn-contact, #mypage .btn-contact {
	background-color: #189451;
	background-image: linear-gradient(to bottom, #2aaa0a, #1c6d07);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}


#account a.btn{
	width: 300px;
}

.mypage-alert-msg{
	font-weight: bold;
	padding: 10px 0;
	margin-bottom: 20px;
	border: solid 2px #DF013A;
	background-color: #F6CECE;
	width: 100%;
	text-align: center;
}

.coupon-box, .review-box{
	width:1000px;
	margin: 20px auto 20px auto;
}

.coupon-box h2, .review-box h2{
	margin-bottom: 50px;
	font-size: 28px;
	font-weight: normal;
}

.coupon-box table, .review-box table{
	border-collapse: collapse;
	margin: 0px auto 20px auto;
	border-top: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
}

.coupon-box table th, .review-box table th{
	padding: 5px;
	background-color: #f6f6f6;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}
.coupon-box table td, .review-box table td{
	padding: 5px;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}

.coupon-message{
	margin-top: 20px;
}

.coupon-message p{
	font-weight: bold;
}

.review-box table td .recomment{
	margin: 10px 0px 0px 20px;
	padding: 10px;
	background-color: #EEEEEE;
}

.account-user-from{
	text-align: center;
	width: 600px;
	border: solid 1px #afafaf;
	margin: 50px auto 0px auto;
}

.account-user-from h5{
	background-color: #e6e6e6;
	padding: 10px 0px;
	font-size: 15px;
	color: #606060;
}

.account-user-from p{
	padding: 5px;
	text-align: left;
}

.account-user-from table{
	padding: 10px;
	margin: 10px auto 10px auto;
	width: 600px;
}

.account-user-from table th{
	padding: 0px;
	vertical-align: top;
	height: 30px;
	width: 200px;
}

/** REVIEW **/
.review-href{
	margin: 20px auto;
	border: solid 3px #BD828D;
	padding: 10px;
	width: 500px;
	display: block;
	text-align: center;
	color: #fff;
	background-color: #9C2138;
	font-weight: bold;
	font-size: 15px;
	box-shadow: 5px 5px 5px 0 rgb(0 0 0 / 30%);
    border-radius: 40px;
}

.review-href:hover{
	color: #fff;
}

.list .list-price p{
	padding: 5px;
	color: #606060;
	font-weight: normal;
}
#post .post-title div{
	padding: 2px 12px;
	font-size: 12px;
}

#post .post-title div img{
	float: left;
	margin: 5px 5px 0px 0px;
}

#post .post-title div p{
	float: left;
}

#post .post-title div p span{
	color: #FF8F47;
	font-size: 15px;
	font-weight: bold;
	border: none;
	padding: 0;
}

#post .post-title div p a{
	color: #0d6295;
	text-decoration: underline;
}

#post .review-text {
	border: 1px solid #ccc;
	margin: 10px auto;
	padding: 5px;
}

#post .review-insert{
	padding: 5px;
	margin: 0px auto 10px;
}

#post .review-title {
	font-size: 110%;
	font-weight: bold;
	margin: -2px 5px 5px;
	padding: 5px;
}

#post .review-title span{
	border-left: 5px solid brown;
	padding-left: 10px;
	padding-right: 10px;
}

#post .review-text .text-box,
#post .review-insert .text-box{
	margin: 5px auto;
	padding: 5px 20px;
}

#post .review-text .text-box p,
#post .review-insert .text-box p{
	margin-bottom: 10px;
}

#post .text-box .review-err{
	margin: 20px 0px;
}

#post .review-err li{
	display: block;
	line-height: 160%;
	list-style: outside none none;
	padding: 3px 0px;
}

#post .review-text .review-star{
	border-bottom: 1px solid #999;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#post .review-text .review-star-left{
	padding-top: 8px;
	text-align: center;
	width: 200px;
	float: left;
}

#post .review-text .review-star-left p{
	margin-top: 5px;
}

#post .review-text .review-star-left span{
	font-size: 30px;
	color: #CC0000;
	font-weight: bold;
}

#post .review-text .review-star-left .review-star-view{
	padding: 25px 0px;
}

#post .review-text .review-star-right{
	width: 400px;
	margin-left: 20px;
	float: left;
}

#post .review-text .review-star-right td{
	padding: 0px 5px;
}

#post .review-text .review-star-right .review-bar{
	width: 200px;
	height: 20px;
	padding: 0px;
	background-color: #EEEEEE;
}

#post .review-text .review-star-right .review-bar-child{
	height: 20px;
	margin: 0px;
	padding: 0px;
	background-color: #FED574;
}

#post .review-text .review-pager-top{
	padding: 10px;
	text-align: center;
	font-weight: bold;
}

#post .review-text .review-all{
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	background-color: #EEEEEE;
}

#post .review-text .pager{
	margin-top: 10px;
	text-align:center;
}

#post .review-text a.page-numbers,
#post .review-text .pager .current{
	background:rgba(254,213,146,0.02);
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:5px;
	padding:5px 8px;
	margin:0 2px;
	color:#606060;
}

#post .review-text .pager .current{
	background-color:rgba(254,213,146,1);
	border:solid 1px rgba(0,0,0,0.1);
	color:#606060;
}

#post .review-text .review-back{
	margin: 30px 0px 10px;
	text-align: center;
}

#post .review-text .review-back a{
	padding: 10px;
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:5px;
}

#coupon-contents{
	background-color: #FFF7D9;
	border: 1px solid #FFCC00;
	border-radius: 3px;
	margin-bottom: 10px;
	padding: 5px 20px;
	width: 990px;
}
#coupon-contents h4{
	font-size: 15px;
	color: #FF6803;
}
#coupon-contents span{
	font-weight: bold;
	font-size: 11px;
	color: #FF0000;
}
#coupon-contents p{
	font-weight: bold;
	margin: 20px 0px;
	font-size: 22px;
	color: #FE4C02;
}

#coupon-contents ul{
	margin-left: 10px;
}

#coupon-contents ul li{
	color: #606060;
	font-size: 11px;
	line-height: 150%;
}

.mypage-sitemap{
	border: 1px solid #cccccc;
	margin: 10px;
	padding: 10px;
}

.mypage-sitemap ul{
	margin-top: 10px;
}

.mypage-sitemap ul li{
	list-style: outside none none;
	padding: 5px;
	float: left;
}

#post .text-box .thumb{
	float: left;
	text-align: center;
}

#post .text-box .thumb img{
	margin: auto 10px;
}

#post .text-box .thumb p{
	margin-top: 10px;
}

#post .text-box .thumb a{
	color: #606060;
	border: solid 2px #afafaf;
	padding: 5px 10px;
}

.tokutaku-box{
	margin: 0;
	width: 400px;
}

.tokutaku-box table{
	width: 400px;
}

.tokutaku-box-2 ul{
	float: left;
}

.tokutaku-box-2 li{
	float: left;
	list-style: outside none none;
	border: solid 1px #afafaf;
	padding: 5px;
	width: 150px;
	text-align: center;
	margin-right: 10px;
}

.tokutaku-box-2 li.active{
	background-color: #606060;
	color: #fff;
}

.tokutaku-box-2 li.active a{
	color: #fff;
}

.tokutaku-box-2 table{
	float: right;
	border: solid 1px #7F0019;
}

.tokutaku-box-2 table th{
	width: 100px;
	background-color: #7F0019;
	color: #fff;
	border: solid 1px #7F0019;
}

.tokutaku-box-2 table td{
	width: 150px;
	background-color: #FFEBE8;
	font-weight: bold;
	text-align: right;
	border: solid 1px #7F0019;
	font-size: 15px;
}

.mypage-tokka{
	line-height: 130%;
}

.mypage-tokka li{
	float: left;
	width: 170px;
	list-style: outside none none;
	border: solid 1px #afafaf;
	margin: 0px 10px 20px 10px;
	text-align: center;
	padding: 5px;
	height: 275px;
	position: relative;
}

.mypage-tokka li img{
	width: 140px;
}

.mypage-tokka li .tokka-per{
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
	color: red;
}

.mypage-tokka li .tokka-per span{
	font-size: 17px;
	font-weight: bold;
}

.mypage-tokka li .tokka-title{
	text-align: left;
	font-size: 10px;
}

.mypage-tokka li .tokka-price{
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: red;
}

.mypage-tokka li .tokka-price span{
	font-size: 17px;
	font-weight: bold;
}

@media (max-width: 750px) {
	.modal {
		left: 0 !important;
		width: 100% !important;
		margin-left: 0 !important;
	}
}

