#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;
}
	.paging-subpage ul {
	}
	.paging-subpage ul li {
		float: left;
		margin-right: 5px;
	}
	.paging-subpage ul li.current {
		background-color: #000;
		color: #fff;
		text-decoration: underline;
		width: 21px;
		height: 21px;
		line-height: 21px;
		text-align: center;
		display: block;
	}
	/* .paging-subpage ul li.next {
		background: url("/static/full/images/list/next.gif") center 8px no-repeat;
		text-indent: -9999px;
	}
	.paging-subpage ul li.prev {
		background: url("/static/full/images/list/prev.gif") center 8px no-repeat;
		text-indent: -9999px;
	} */
		.paging-subpage ul li a {
			border: 1px #dedede solid;
			display: block;
			width: 20px;
			height: 20px;
			line-height: 21px;
			text-align: center;
		}
.fav-title {
	text-align:center;
	margin-bottom: 10px;
}

.item-list {}
.item-list li.items {
	width: 49%;
	float: left;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border: 1px solid #b4b5b5;
}
.item-list li.items:nth-child(2n) {
	float: right;
}
.item-list .item_status{
	margin-bottom:5px;
}
.items .itemwrap *,
.items .itemwrap *:before,
.items .itemwrap *:after {
	box-sizing: border-box;
}
.items .itemwrap:before,
.items .itemwrap:after {
	content: "";
	display: block;
}
.items .itemwrap:after {
	clear: both;
}
.items .itemwrap {
	padding: 10px;
}
.items .itemphoto {
	float: left;
	width: 33%;
}
.item_favorite_photo {
	position: relative;
}
.item_favorite_photo:before {
	content:"";
	display: block;
	padding-top: 120%;
}
.item_favorite_image {
	position: absolute;
	top: 0;
	left: -100%;
	bottom: 0;
	right: -100%;
	width: auto;
	height: 100%;
	margin: 0 auto;
}
.items .item_info {
	float: left;
	width: 67%;
	text-align: left;
	padding-left: 5px;
	position: relative;
}
.items .cart-check {
	clear: both;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-top: 1px solid #b4b5b5;
}
.item_info p {
	line-height: 20px;
}
.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: 5px;
}
.mail-btn input {
	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 {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	opacity: 0.5;
}
.del-img a {
	padding: 4px 0;
	display: block;
}
.cart-check span {
	color: #b4b5b5;
	font-size: 16px;
	font-weight: bold;
	font-family: "Lato","Helvetica","Arial", sans-serif;
}
.cart-check .checkBox label {
	background: url("/static/full/images/common/check.gif") left center no-repeat;
	cursor: pointer;
	display: block;
	line-height: 20px;
	padding-left: 35px;
}
.cart-check .checkBox label.checked {
	background: url("/static/full/images/common/checked.gif") left center no-repeat;
}

.cart-check .checkBox label input[type="checkbox"] {
	display: none;
}
.cart-check .checkBox {
	margin-top:0 !important;
}
.cart-check .checkBox label {
	background-position-y: center !important;
	width: 145px;
	margin: 0 auto;
	line-height: 30px !important;
	padding-left: 20px !important;
	font-size: 16px;
	font-weight: bold;
	font-family: "Lato","Helvetica","Arial", sans-serif;
	}
.bottom-btn {
	margin: 0 auto 70px auto;
	text-align: center;
}
.bottom-btn input {
	background-color: #cc0033;
    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 {
    display:none;
    position : absolute;
    left: 0px;
    top : 0px;
    width : 350px;
    height : 160px;
    z-index :1001;
}
#favorite-logindialog p {
    font-size: 10px;
    margin: 15px 0px 0px 8px;
    padding: 0px 0px 0px 8px;
}
#favorite-logindialog,
#favorite-successdialog {
    position : absolute;
    left: 0px;
    top : 0px;
    background-color : #fff;
    width : 340px;
    height: auto;
    padding : 0;
    border : 1px solid #000;
    z-index:1000;
	text-align:center;
    border: 8px solid #333;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	display: none;
}
#favorite-logindialog h5,
#favorite-successdialog h5 {
	margin-bottom: 10px;
	font-weight: bold;
	background-color: #ccc;
	line-height: 30px;
	border-bottom: 1px #777777 dotted;
}
#favorite-successdialog #popup_ok {
	background-color: #000;
	border: none;
	border-radius: 10px;
	color: #fff;
	padding: 0px 15px;
	margin: 10px 0 15px 0;
	cursor: pointer;
}
#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 0 15px 0;
	padding:0;
}
#favorite-logindialog .remind a{
	padding-left: 10px;
	padding: 0 0 0 10px;
	background: url(/static/full/images/common/icon_linkarrow.gif) left center no-repeat;
	text-decoration: underline;
	margin:0;
}


.icon {
	margin: 2px 0 0 0;
}
.icon img {
	margin-right:3px;
}
.icon img:nth-child(5),
.icon img:nth-child(6),
.icon img:nth-child(7) {
	display: none;
}
.item-tx{
	width:200px;
}
.item-tx dt {
	font-family: 'Khula', sans-serif,HiraKakuProN-W3,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ";
	font-weight: bold;
    font-size: 13px;
}
.item-tx dd {
	font-size: 11px;
}
.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;
}
#container-favorite .main_box:before,
#container-favorite .main_box:after {
	content: "";
	display: block;
}
#container-favorite .main_box:after {
	clear: both;
}
