@charset "utf-8";

/* ===================================================================
	00 アイテムがない場合
	01 アイテムリスト
	02 ページャー
=================================================================== */

/* 00 アイテムがない場合
--------------------------------------------------------------------*/
#loading {
	text-align: center;
}
#caption {
	padding: 20px 10px;
}
#favorite-no-items {
	margin: 50px 0;
}
#favorite-logindialog,
#favorite-successdialog,
#favorite-releasedialog {
	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,
#favorite-releasedialog {
	height: 148px;
}
#favorite-logindialog p,
#favorite-releasedialog p {
	font-size: 10px;
	margin: 15px 0px 0px 8px;
	padding: 0px 0px 0px 8px;
}
#favorite-successdialog p a,
#favorite-releasedialog p a {
	color: #ff436f;
	font-weight: bold;
	text-decoration: underline;
}
#favorite-logindialog h5,
#favorite-successdialog h5,
#favorite-successdialog h3,
#favorite-releasedialog h5,
#favorite-releasedialog 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,
#favorite-releasedialog #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,
#favorite-releasedialog 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;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#favorite-logindialog .alpha input {
	border: none;
	padding: 0;
	width: auto;
	margin-bottom: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#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(../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: 5px 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;
}
.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;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#favorite-logindialog input:focus {
	background: #FFF;
	color: #000;
}
#favorite-logindialog .inputArea {
	text-align: center;
}


/* 02 アイテムリスト
--------------------------------------------------------------------*/

.favorite_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.favorite_item {
	flex: 0 0 50%;
	width: 100%;
	max-width: 50%;
	margin-bottom: 15px;
	padding: 0 10px;
	position: relative;
}
.favorite_item_top {
	padding: 10px;
	border: 1px solid #b4b5b5;
}
.favorite_item_bottom {
	border: 1px solid #b4b5b5;
	border-top-width: 0;
}
.favorite_info {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.favorite_photo {
	max-width: 120px;
	-webkit-flex-basis: 120px;
	flex-basis: 120px;
}
.favorite_link {
	display: block;
	position: relative;
}
.favorite_image {
	width: 100%;
	height: auto;
}
.favorite_stock {
	display: block;
	color: #ff0000;
	font-size: 11px;
	margin-top: 5px;
}
.favorite_detail {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 0 0 10px;
	position: relative;
}
.favorite_detail_top {
	margin-bottom: 10px;
}
.favorite_detail_bottom {}
.favorite_icon_list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	margin-left: -2px;
	margin-right: -2px;
}
.favorite_icon_item {
	padding: 0 2px;
	margin-bottom: 5px;
}
.favorite_icon {
	display: block;
	min-width: 52px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	line-height: 1;
	padding: 5px;
}
.favorite_icon.icon_list_new {
	background-color: #999;
}
.favorite_icon.icon_list_rearrival {
	background-color:#999;
}
.favorite_icon.icon_list_reserve {
	background-color:#999;
}
.favorite_icon.icon_list_sale {
	background-color:#e12623;
}
.favorite_icon.icon_list_comigsoon {
	background-color:#999;
}
.favorite_icon.icon_list_magazine {
	background-color:#999;
}
.favorite_brandname {
	font-size: 13px;
	margin-bottom: 5px;
}
.favorite_name {
	margin-bottom: 5px;
}
.favorite_name_link {
	font-size: 13px;
}
.favorite_color {
	font-size: 12px;
	padding: 2px 0;
}
.favorite_size {
	font-size: 12px;
	padding: 2px 0;
}
.favorite_price {
	padding: 5px 0 0 0;
}
.favorite_proper {}
.favorite_sale {}
.favorite_price_proper {
	color: #000;
	font-size: 13px;
}
.favorite_sale .favorite_price_proper {
	font-size: 12px;
	text-decoration: line-through;
}
.favorite_price_sale {
	display: inline-block;
	color: #ff0000;
	font-size: 13px;
}
.favorite_price_off {
	color: #ff0000;
	font-size: 13px;
	padding-right: 5px;
}
.favorite_notice {}
.favorite_notice_list {
	margin-bottom: 10px;
}
.favorite_notice_item {
	position: relative;
}
.favorite_notice_item + .favorite_notice_item {}

.checkbox_favorite {}
.favorite_readonly {
	color: #ccc;
}
.favorite_form_checkbox + .favorite_form_label {
	display: inline-block;
	min-height: 14px;
	font-size: 13px;
	line-height: 1;
	cursor: pointer;
	padding-left: 20px;
	position: relative;
}
.favorite_form_checkbox + .favorite_form_label:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-color: #ccc;
	border: 1px solid #ccc;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .25s ease;
}
.favorite_form_checkbox + .favorite_form_label:after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 5px;
	width: 5px;
	height: 8px;
	transform: rotate(40deg);
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transition: all .25s ease;
}
.favorite_form_checkbox:checked + .favorite_form_label:before {
	background-color: #57bceb;
	border: 1px solid #57bceb;
}
.favorite_form_checkbox:checked + .favorite_form_label:after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
.favorite_form_checkbox:disabled + .favorite_form_label {
	color: #bbb;
	min-height: 14px;
	cursor: default;
	-webkit-user-select: none;
	user-select: none;
}
.favorite_form_checkbox:disabled + .favorite_form_label:before {
	opacity: .4;
}
.favorite_form_checkbox:disabled:checked + .favorite_form_label:before {
	background-color: #57bceb;
	border: 1px solid #57bceb;
}

/*.favorite_form_checkbox + .favorite_form_label:before {
	content: "";
	width: 16px;
	height: 16px;
	background: url(../../lite/images/default/check.jpg) no-repeat;
	background-color: rgba(0, 0, 0, 0);
	background-position: 0;
	background-size: 16px auto;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.favorite_form_checkbox:checked + .favorite_form_label:after {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	background: url(../../lite/images/default/checked.jpg) no-repeat;
	background-color: rgba(0, 0, 0, 0);
	background-position: 0;
	background-size: 16px auto;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.favorite_form_checkbox:disabled + .favorite_form_label:after {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	background: url(../../lite/images/default/discheck.png) no-repeat;
	background-color: rgba(0, 0, 0, 0);
	background-position: 0;
	background-size: 16px auto;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}*/

.favorite_notice_box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 5px 0 0;
}
.favorite_mail {}
.btn_favorite_mail {
	display: inline-block;
	width: 110px;
	line-height: 20px;
	background: #1c1a1b;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 5px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.btn_favorite_mail:hover {
	opacity: 0.7;
}
.btn_favorite_mail.is_disabled,
.btn_favorite_mail:disabled,
.btn_favorite_mail:disabled:hover {
	color: #aaa;
	background-color: #eee;
	cursor: default;
	opacity: 1;
}
.favorite_delete {}
.favorite_delete_link {
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url(../../lite/images/mypage/del.jpg) no-repeat;
	background-size: 20px 16px;
	opacity: 1;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.favorite_mail_start,
.favorite_mail_stop {
	display: inline-block;
	width: 140px;
	color: #fff;
	font-size: 11px;
	border-radius: 12px;
	padding: 3px 10px;
}
.favorite_mail_start {
	background-color: #57bceb;
}
.favorite_mail_start.is_disabled {
	color: #ccc;
	opacity: .4;
}
.favorite_mail_stop {
	background-color: #999;
}
.favorite_mail_stop.is_disabled {
	color: #ccc;
	opacity: .4;
}
.favorite_cart {
	display: block;
	width: 100%;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.favorite_cart .form_checkbox_left,
.favorite_cart .form_checkbox_right {
	display: block;
	height: 30px;
	line-height: 30px;
}
.favorite_cart_text {
	color: #6f6f6f;
	font-size: 16px;
}
.favorite_cart_add {
	display: inline-block;
	position: relative;
}
.favorite_cart_checkbox + .favorite_cart_label {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}
.favorite_cart_checkbox + .favorite_cart_label:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background-color: #cbcbcb;
	border: 1px solid #cbcbcb;
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .25s ease;
}
.favorite_cart_checkbox + .favorite_cart_label:after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 8px;
	width: 8px;
	height: 12px;
	transform: rotate(40deg);
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transition: all .25s ease;
}
.favorite_cart_checkbox:checked + .favorite_cart_label:before {
	background-color: #00b2ee;
	border: 1px solid #00b2ee;
}
.favorite_cart_checkbox:checked + .favorite_cart_label:after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
.favorite_coming_soon {
	display: block;
	color: #6f6f6f;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.favorite_sold_out {
	display: block;
	font-weight: bold;
	font-size: 14px;
	color: #ff3300;
	text-align: center;
}
.favorite_check {
	display: none;
	padding: 30px 0 0 0;
}
.favorite_check_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 20px;
}
.favorite_check_item {
	padding: 0 10px;
}
.favorite_check_all {
	display: inline-block;
	font-size: 12px;
	text-align: center;
	background-color: #e6e6e6;
	padding: 10px;
	border-radius: 4px;
}
.favorite_check_release {
	display: inline-block;
	font-size: 12px;
	text-align: center;
	background-color: #e6e6e6;
	padding: 10px;
	border-radius: 4px;
}
.favorite_add_btn {
	text-align: center;
}
.favorite_add_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: -10px;
	margin-right: -10px;
}
.favorite_add_item {
	padding: 0 10px;
}
.btn_favoite {
	display: inline-block;
	width: 300px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	background-color: #57bceb;
	border-radius: 30px;
	padding: 12px 6px;
}
.btn_favoite_cart {
	color: #fff;
	background-color: #57bceb;
}
.btn_favoite_remove {
	color: #fff;
	background-color: #999;
}
.reserve_text {
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px dotted #cecccd;
}
.favorite_reserve_text {
	font-size: 12px;
	text-align: center;
	line-height: 1.4;
	padding: 10px 0;
}
#start_mail_modal,
#stop_mail_modal {
	display:none;
	width: 420px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 5% auto auto;
	z-index: 20000;
}
.favorite_mail_modal {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20000;
	background-color: #fff;
}
.favorite_mail_box {
	padding: 20px;
}
.favorite_mail_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.mail_modal_close {
	text-align: center;
	background-color: #fff;
	padding: 12px 0;
	border-top: 1px solid #b0b0b0;
	position: relative;
}
.mail_modal_close_text {
	display: inline-block;
	color: #707070;
	font-size: 12px;
	font-weight: bold;
	position: relative;
}
.icon_mail_modal_close {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-left: 10px;
	position: relative;
}
.icon_mail_modal_close:before,
.icon_mail_modal_close:after{
	content: "";
	display: inline-block;
	height: 1px;
	background-color: #707070;
	position: absolute;
	overflow: hidden;
	margin-top: -1px;
}
.icon_mail_modal_close:before {
	width: 14px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(0px) rotate(-315deg);
	transform: translateY(0px) rotate(-315deg);
}
.icon_mail_modal_close:after {
	width: 14px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-0px) rotate(315deg);
	transform: translateY(-0px) rotate(315deg);
}

/*お気に入りカートモーダル*/
.favorite_cartin {
	display: none;
	position: fixed;
	top: -10px;
	left: 0;
	right: 0;
	bottom: -10px;
	background-color: rgba(0, 0, 0, .6);
	overflow: hidden;
	z-index: 2000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.favorite_cartin_wrap {
	width: 100%;
	height: 100%;
	padding: 10px 0;
}
.favorite_cartin_content {
	width: 100%;
	height: 100%;
	padding: 50px;
}
.favorite_cartin_box {
	width: 420px;
	height: 430px;
	padding: 80px 20px 92px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}
.favorite_cartin_box.is_hidden {
	height: 500px;
	padding: 80px 20px 20px;
}
.favorite_cartin_title {
	width: 100%;
	height: 60px;
	color: #fff;
	font-size: 15px;
	line-height: 60px;
	text-align: center;
	background-color: #000;
	padding: 0 50px;
	position: absolute;
	top: 0;
	left: 0;
}
.favorite_cartin_close {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 16px;
	right: 10px;
	cursor: pointer;
}
.favorite_cartin_close span {
	display: inline-block;
	height: 2px;
	background-color: #fff;
	position: absolute;
}
.favorite_cartin_close span:nth-of-type(1) {
	width:26px;
	top: 14px;
	left:2px;
	-webkit-transform: translateY(0px) rotate(-315deg);
	transform: translateY(0px) rotate(-315deg);
}
.favorite_cartin_close span:nth-of-type(2) {
	width:26px;
	top: 14px;
	left:2px;
	-webkit-transform: translateY(-0px) rotate(315deg);
	transform: translateY(-0px) rotate(315deg);
}
.favorite_cartin_scroll {
	height: 100%;
	padding-right: 10px;
	overflow-y: auto;
}
.favorite_cartin_list {
	padding-bottom: 10px;
}
.favorite_cartin_item {
	margin-bottom: 15px;
}
.cartin_data {
	display: table;
	width: 100%;
}
.cartin_thumb {
	display: table-cell;
	width: 80px;
}
.cartin_thumb_image {
	width: 100%;
	height: auto;
}
.cartin_detail {
	padding-left: 20px;
	display: table-cell;
	vertical-align: middle;
}
.cartin_name {
	display: block;
	font-size: 13px;
	line-height: 1.5em;
}
.cartin_color {
	display: block;
	font-size: 13px;
	line-height: 1.5em;
}
.cartin_size {
	font-size: 13px;
	line-height: 1.5em;
}
.cartin_btn {
	width: 100%;
	height: 82px;
	text-align: center;
	padding: 20px 0;
	background: #f5f5f5;
	position: absolute;
	bottom: 0;
	left: 0;
}
.favorite_cartin_box.is_hidden .cartin_btn {
	display: none;
}
.btn_gocart {
	display: inline-block;
	width: 220px;
	color: #fff;
	line-height: 42px;
	text-align: center;
	background-color: #000;
	border-radius: 3px;
	transition: 0.5s opacity;
}
.btn_gocart_text {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	background: url(../images/detail/detail_icon_01.jpg) no-repeat left center;
	padding-left: 30px;
}
.btn_gocart:hover {
	color: #fff;
	opacity: 0.7;
}

/* 02 ページャー
--------------------------------------------------------------------*/
.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("https://rookieusa.jp/static/full/images/list/next.gif") center 8px no-repeat;
	text-indent: -9999px;
}
.favorite-pager li.prev {
	background: url("https://rookieusa.jp/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;
}

/*▼新*/
#addcart_favorite.btn_area {
	margin: 30px 0 0 0;
}
#addcart_favorite .default-btn {
	font-size: 14px;
	font-weight: bold;
}

/*▼旧*/

.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;
	-moz-appearance: none;
	appearance: none;
}
.bottom-btn input:hover {
	opacity: 0.7;
}