@charset "utf-8";

/* ===================================================================
	00 アイテムがない場合
	01 アイテムリスト
	02 ページャー
=================================================================== */

/* 00 アイテムがない場合
--------------------------------------------------------------------*/
#loading {
	text-align: center;
}
#favorite_caption {
	padding: 20px 10px;
}
#favorite_lead {
	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(/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: 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;
}


#footer {
	padding: 116px 0 0;
}
.favorite_content {}
.favorite_total {
	display: none;
	background: #f2f2f2;
	text-align: center;
	margin-bottom: 20px;
	padding: 15px;
}
.favorite_total_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.favorite_total_text {
	font-size: 12px;
}
.favorite_total_count {
	font-size: 12px;
}
.favorite_controll {}
.button_favorite_controll {
	display: inline-block;
	width: 120px;
	color:#000;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	letter-spacing: .05em;
	background-color: #fff;
	border-radius: 6px;
	border:1px solid #000;
	padding: 10px;
}
.button_favorite_controll:hover {
	color: #000;
	text-decoration: none;
}

/* 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_product {
	padding: 10px;
	border: 1px solid #b4b5b5;
}
.favorite_item_bottom {
	border: 1px solid #b4b5b5;
	border-top-width: 0;
}
.favorite_product_data {
	display: -webkit-flex;
	display: flex;
}
.favorite_product_photo {
	max-width: 160px;
	-webkit-flex-basis: 160px;
	flex-basis: 160px;
}
.favorite_photo {
	position: relative
}
.favorite_photo:before {
	content: "";
	display: block;
	padding-top: 133.33%;
}
.favorite_link {
	display: block;
}
.favorite_link.is_disabled {
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none;
}
.favorite_image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.favorite_stock {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	color: #000;
	font-size: 11px;
	text-align: center;
	background-color: #e6e6e6;
	padding: 5px 0;
}
.favorite_stock_soldout {
	height: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,.6);
}
.favorite_stock_comingsoon {
	color: #6f6f6f;
}
.favorite_nostock {
	display: block;
	color: #ff0000;
	font-size: 11px;
	margin-top: 5px;
}
.favorite_cart {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 25px;
	height: 22px;
}
.favorite_content.bals .favorite_cart {
	display: none;
}
.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_checkbox {
	display: inline-block;
	position: relative;
}
.favorite_cart_input + .favorite_cart_label {
	display: block;
	width: 30px;
	height: 27px;
	background: url(/static/full/images/mypage/favorite_cart_off.png) center center no-repeat;
	background-size: 30px 27px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	transition: all .25s ease;
	position: relative;
}
.favorite_cart_input:checked + .favorite_cart_label {
	background: url(/static/full/images/mypage/favorite_cart_on.png) center center no-repeat;
	background-size: 30px 27px;
}
.favorite_cart_input:disabled + .favorite_cart_label {
	opacity: .4;
	cursor: default;
	-webkit-user-select: none;
	user-select: none;
}
.favorite_delete {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10;
	width: 18px;
	height: 18px;
}
.favorite_content.bals .favorite_delete {
	display: block;
}
.favorite_delete_checkbox {
	display: inline-block;
	position: relative;
}
.favorite_delete_input + .favorite_delete_label {
	display: block;
	width: 18px;
	min-height: 18px;
	line-height: 18px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.favorite_delete_input + .favorite_delete_label:before {
	display: block;
	content: "";
	width: 18px;
	height: 18px;
	background-color: #fff;
	border: 1px solid #707070;
	border-radius: 3px;
	position:absolute;
	top:0;
	left:0;
}
.favorite_delete_input:checked + .favorite_delete_label:before {
	background-color: #000;
	border: 1px solid #000;
}
.favorite_delete_input:checked + .favorite_delete_label:after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 6px;
	width: 6px;
	height: 9px;
	transform: rotate(40deg);
	border-bottom: 1px solid #fff;
	border-right: 1px 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_product_detail {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 0 0 15px;
	position: relative;
}
.favorite_detail {}
.favorite_detail_top {
	margin-bottom: 10px;
}
.favorite_detail_bottom {}
.favorite_icon_list:before,
.favorite_icon_list:after {
	content: none;
}
.favorite_icon_list {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	margin-left: -10px;
	margin-right: -10px;
}
.favorite_icon_item {
	max-width: 100%;
	padding: 0 10px;
	margin-top: 15px;
}
.favorite_icon {
	display: block;
	color: #777;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 700;
}
.favorite_icon.icon_list_new {}
.favorite_icon.icon_list_rearrival {}
.favorite_icon.icon_list_reserve {}
.favorite_icon.icon_list_sale {}
.favorite_icon.icon_list_comigsoon {}
.favorite_brandname {
	font-family: "Roboto", sans-serif;
	color: #b1b1b1;
	font-size: 12px;
	margin-bottom: 5px;
}
.favorite_name {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.favorite_name_link {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
}
.favorite_color {
	font-size: 12px;
	margin-bottom: 5px;
}
.favorite_size {
	font-size: 12px;
	margin-bottom: 5px;
}
.favorite_price {
	font-family: "Roboto", sans-serif;
	padding: 5px 0 0 0;
}
.favorite_proper {}
.favorite_sale {}
.favorite_price_basic {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
}
.favorite_sale .favorite_price_basic {
	text-decoration: line-through;
}
.favorite_price_proper {
	font-family: "Roboto", sans-serif;
	color: #000;
	font-size: 12px;
}
.favorite_sale .favorite_price_proper {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	text-decoration: line-through;
}
.favorite_price_sale {
	display: inline-block;
	font-family: "Roboto", sans-serif;
	color: #ff0033;
	font-size: 12px;
}
.favorite_price_off {
	color:#ff3300;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	padding-left:5px;
}
.favorite_notice {}
.favorite_notice_list {
	margin-bottom: 10px;
}
.favorite_notice_item {
	position: relative;
}
.favorite_notice_item + .favorite_notice_item {
	margin-top: 5px;
}

.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_notice_box {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 5px 0 0;
}
.favorite_mail {}
.button_favorite_mail {
	display: inline-block;
	width: 120px;
	color: #fff;
	font-size: 11px;
	vertical-align: middle;
	background-color: #000;
	border-radius: 6px;
	padding: 4px 8px;
}
.button_favorite_mail:hover {
	opacity: 0.7;
}
.button_favorite_mail.is_disabled,
.button_favorite_mail:disabled,
.button_favorite_mail:disabled:hover {
	color: #aaa;
	background-color: #eee;
	cursor: default;
}
.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_check {
	height: 116px;
	position:absolute;
	z-index: 20;
	width: 100%;
	background-color: #f4f4f4;
	padding: 30px 0;
	border-bottom:2px solid #FFF;
}
.favorite_check.hide{
	display:none;
}
.favorite_check.move {
	bottom:0;
	position:fixed;
	left:0;
	border:none;
}
.favorite_check_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	justify-content: center;
	margin-left: -10px;
	margin-right: -10px;
}
.favorite_check_item {
	padding: 0 10px;
}
.button_favoite_delete {
	display: inline-block;
	width: 165px;
	color:#fff;
	font-size: 14px;
	line-height: 1;
	letter-spacing: .05em;
	background-color: #000;
	border-radius: 6px;
	border:1px solid #000;
	padding: 20px 10px;
}
.button_favoite_reset {
	display: inline-block;
	width: 165px;
	color:#000;
	font-size: 14px;
	line-height: 1;
	letter-spacing: .05em;
	background-color: #fff;
	border-radius: 6px;
	border:1px solid #000;
	padding: 20px 10px;
}
.favorite_add {
	display: none;
	padding: 30px 0 0 0;
}
.favorite_add.hide {
	display: none !important;
}
.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;
}
.button_favoite_cart {
	display: inline-block;
	width: 265px;
	color:#fff;
	font-size: 14px;
	line-height: 1;
	letter-spacing: .05em;
	white-space: nowrap;
	background-color: #000;
	border-radius: 6px;
	border:1px solid #000;
	padding: 20px 10px;
}
.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(/static/full/images/detail/detail_icon_01.jpg) no-repeat left center;
	padding-left: 30px;
}
.btn_gocart:hover {
	color: #fff;
	opacity: 0.7;
}

/* 02 ページャー
--------------------------------------------------------------------*/
.favorite_pager {
	padding: 30px 0;
}
.favorite_pager_list:before, .favorite_pager_list:after {
	content: none;
}
.favorite_pager_list {
	display: flex;
	justify-content: center;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}
.favorite_pager_item {
	display:inline-block;
	height: 22px;
	margin: 0 15px;
	position: relative;
}
.favorite_pager_item a {
	display: block;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	line-height: 22px;
}
.favorite_pager_item.pager_number {
	line-height: 22px;
}
.favorite_pager_item.pager_number a {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
}
.pager_number a:hover {
	color: #000;
	font-weight: 700;
	text-decoration: none;
}
.pager_number a:after {
	content: "";
	display: block;
	width: 0%;
	height: 3px;
	background-color: transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .4s;
}
.pager_number a:hover:after {
	width: 100%;
	background-color: #000;
}
.favorite_pager_item.pager_number.active span {
	display: block;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 22px;
	border-bottom: 2px solid #000;
}
.pager_number.brank span {
	color: #000;
}
.favorite_pager_item.pager_prev {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 20px;
}
.favorite_pager_item.pager_prev a:after {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: -2px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 50%;
}
.favorite_pager_item.pager_prev span:after {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: -2px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 50%;
}
.favorite_pager_item.pager_next {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 20px;
}
.favorite_pager_item.pager_next a:after {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-right: -2px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 50%;
}
.favorite_pager_item.pager_next span:after {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-right: -2px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 50%;
}
