@charset "utf-8";
#loading {
	text-align: center;
}
#caption {
	padding: 20px 10px;
}
#favorite-no-items {
	margin: 50px 0;
}

/* ページャー部分 */

.container-pagination-top,
.container-pagination-bottom {
	line-height: 24px;
	margin: 10px 0;
}
.container-pagination-top:after,
.container-pagination-bottom:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.paging-base {
	text-align: left;
	float: left;
	padding-left: 10px;
}
.paging-subpage {
	padding-left: 15px;
	text-align: left;
	float: right;
}
.favorite-pager:before, .favorite-pager:after {
	content: "";
	display: block;
}
.favorite-pager:after {
	clear: both;
}
.favorite-pager {}
.favorite-pager li {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 8px;
	position: relative;
}
.favorite-pager li:last-child {
	margin-right: 0;
}
.favorite-pager li.current {
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #a7a6a7;
	border-radius: 2px;
}
/* .favorite-pager li.next {
	background: url("/static/full/images/list/next.gif") center 8px no-repeat;
	text-indent: -9999px;
}
.favorite-pager li.prev {
	background: url("/static/full/images/list/prev.gif") center 8px no-repeat;
	text-indent: -9999px;
} */
.favorite-pager li.prev a {
	text-indent: -9999px;
	background: #a7a6a7;
}
.favorite-pager li.prev a:after {
	content: "";
	display: block;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 12px;
	right: 10px;
	transform: rotate(-135deg);
}
.favorite-pager li.next a {
	text-indent: -9999px;
	background: #a7a6a7;
}
.favorite-pager li.next a:after {
	content: "";
	display: block;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 12px;
	left: 10px;
	transform: rotate(45deg);
}
.favorite-pager li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #a7a6a7;
	text-align: center;
	display: block;
	border-radius: 2px;
	background: #f4f4f4;
}
.fav-title {
	text-align: center;
	margin-bottom: 10px;
}
.item-list {}
.item-list li.items {
	width: 49%;
	float: left;
	border: 1px solid #b4b5b5;
	margin: 0 0 15px 0;
}
.item-list li.items:nth-child(2n) {
	float: right;
}
.items .itemwrap {
	padding: 10px;
}
.items .itemphoto {
	float: left;
	width: 33%;
}
.items .itemphoto a {
	margin-right: 10px;
	display: block;
}
.items .itemphoto img {
	display: block;
	width: 100%;
	height: auto;
}
.items .item_info {
	float: left;
	width: 67%;
	text-align: left;
	padding-left: 5px;
	position: relative;
	box-sizing: border-box;
}
.items .cart-check {
	clear: both;
	display: block;
	width: 100%;
	text-align: center;
	height: 30px;
	border-top: 1px solid #b4b5b5;
	line-height: 30px;
}
.items .cart-check:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.item_info p {
	margin-bottom: 0;
}
.item_info p input {
	vertical-align: middle;
}
.item_info .alert {
	display: block;
	color: #ff0000;
	line-height: 13px;
	font-size: 11px;
}
.mail-btn {
	float: left;
	margin-top: 15px;
}
.mail-btn input {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	width: 110px;
	line-height: 20px;
	background: #1c1a1b;
	border: none;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 5px;
	cursor: pointer;
}
.mail-btn input:hover {
	opacity: 0.7;
}
.mail-btn input[type="button"][disabled],
.mail-btn input[type="button"][disabled]:hover {
	color: #AAAAAA;
	background-color: #EEEEEE;
	cursor: default;
	opacity: 1;
}
.del-img {
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0.5;
}
.del-img a {
	padding: 4px 0;
	display: block;
}
.cart-check .checkBox {
	line-height: inherit;
	height: 30px;
	line-height: 30px;
	display: block;
}
.cart-check span {
	color: #6f6f6f;
	font-size: 16px;
}

/*▼新*/

#addcart.single-btn input {
	font-size: 14px;
	font-weight: 600;
}

/*▼旧*/

.bottom-btn {
	margin: 0 auto 70px auto;
	text-align: center;
}
.bottom-btn input {
	background-color: #f30;
	border: none;
	line-height: 50px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Lato", "Helvetica", "Arial", sans-serif;
	font-size: 14px;
	padding: 0 20px;
	cursor: pointer;
	border-radius: 0;
	height: 50px;
	-webkit-appearance: none;
}
.bottom-btn input:hover {
	opacity: 0.7;
}
#favorite-logindialog,
#favorite-successdialog {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 420px;
	height: 335px;
	box-sizing: border-box;
	background-color: #ffffff;
	padding: 15px 12px;
	border: #d2d2d2 2px solid;
	border-radius: 0;
	z-index: 20000;
}
#favorite-logindialog.large {
	height: 410px;
}


#favorite-successdialog {
	height: 148px;
}
#favorite-logindialog p {
	font-size: 10px;
	margin: 15px 0px 0px 8px;
	padding: 0px 0px 0px 8px;
}
#favorite-successdialog p a {
	color: #ff436f;
	font-weight: bold;
	text-decoration: underline;
}
#favorite-logindialog h5,
#favorite-successdialog h5,
#favorite-successdialog h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	text-align: center;
	margin-bottom: 0px;
	letter-spacing: 1px;
	color: #000000;
	padding-bottom: 15px;
	border-bottom: 1px #d2d2d2 solid;
	margin-bottom: 15px;
}
#favorite-successdialog #popup_ok {
	width: 150px !important;
	height: 35px;
	color: #fff;
	line-height: 35px;
	letter-spacing: normal;
	background: #272727 none repeat scroll 0 0;
	border-radius: 5px;
	display: block;
	margin: 0 auto 15px auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'Metrophobic', Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Helvetica;
}
#favorite-successdialog p {
	margin: 0 20px 20px 20px;
	line-height: 1.6x;
}

/*Fav InputBox*/

#favorite-logindialog input {
	border: 1px solid #9fa0a0;
	padding: 4px 2px;
	width: 220px;
	/*margin-bottom: 5px;*/
}
#favorite-logindialog .alpha input {
	border: none;
	padding: 0;
	width: auto;
	margin-bottom: 5px;
}
#favorite-logindialog .remind {
	margin: 0 ;
	padding: 0;
	display: block;
	line-height: 1.4;
}

#favorite-logindialog .remind a {
	font-size: 10px;
	line-height: 10px;
	padding: 0 0 0 12px;
	background: url(/static/full/images/default/cart_ex.gif) left center no-repeat;
	background-size: 10px 10px;
	text-decoration: underline;
	color: #00F;
	margin: 0;
	display: inline-block;
	letter-spacing: 1px;
}

/*FAV BTN*/

#favorite-logindialog .loginArea a:hover {
	text-decoration: none;
}
#favorite-logindialog .loginArea {
	width: 100%;
	text-align: center;
	margin: 15px auto 10px;
}
#favorite-logindialog .loginArea .fav-submitBtn {
	width: 150px !important;
	height: 35px;
	color: #fff;
	line-height: 35px;
	letter-spacing: normal;
	background: #272727 none repeat scroll 0 0;
	border-radius: 2px;
	display: block;
	margin: 0 auto 8px auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'Metrophobic', Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Helvetica;
}
#favorite-logindialog .loginArea #loginBtn{
	background: #F90000;
}
#favorite-logindialog .loginArea .fav-entryBtn {
	width: 150px !important;
	height: 35px;
	color: #fff;
	line-height: 35px;
	letter-spacing: normal;
	background: #272727 none repeat scroll 0 0;
	border-radius: 2px;
	display: block;
	margin: 0 auto 8px auto;
}
#favorite-logindialog .loginArea h5 {
	margin: 15px 0 10px 0 !important;
	padding:15px 0 0 0 !important;
	border-top: #d2d2d2 1px solid;
	border-bottom: none;
	padding: 0;
}
#favorite-logindialog .loginArea a:hover img {
	opacity: 1;
}
.icon {
	margin: 5px 0;
}
.icon img {
	display: inline;
	margin-right: 5px;
}
.icon span {
	min-width: 44px;
	float: left;
	color: #fff;
	font-size: 10px;
	text-align: center;
	line-height: 1em;
	margin-right: 7px;
	padding: 5px;
	border-radius: 2px;
}
.icon_list_sale {
	background-color:#e12623;
}
.icon_list_new {
	background-color:#dc8e98;
}
.icon_list_rearrival {
	background-color:#39393b;
}
.icon_list_comigsoon {
	background-color:#797575;
}
.icon_list_reserve {
	background-color:#797575;
}
.icon_list_magazine {
	background-color:#dc8e98;
}
/* .icon_list_recommend {
	border:1px solid #9e57d5;
	color:#9e57d5;
} */

.item-tx {
	line-height: 1.6;
	margin: 0 0 0.5em 0;
}

/*
.item-tx dt {
	font-family: 'Khula', sans-serif,HiraKakuProN-W3,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ";
	font-weight: bold;
	font-size: 13px;
}*/

.item-tx dt,
.item-tx dd {}
.item-tx dd .price {
	/*display: block;*/
}
.item-tx dd .off {
	color: #c81220;
}
.item-tx dd .sale {
	color: #c81220;
}
#container-favorite .main_box {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.cartattention {
	text-align: center;
	padding: 10px 0 0;
}
#favorite-logindialog input {
	background: #F7CEE0;
	color: #555;
	width: 295px;
	height: 42px;
	box-sizing: border-box;
	line-height: 42px;
	padding: 0 7px;
	border: none;
	/*margin: 0 auto 10px auto;*/
}
#favorite-logindialog input:focus {
	background: #FFF;
	color: #000;
}
#favorite-logindialog .inputArea {
	text-align: center;
}
.favorite_readonly {
	color: #ccc;
}
