@charset "UTF-8";
/*================================================
商品一覧ページ専用CSS
================================================*/

/* search_result
--------------------------------------------------------------------*/

#search_result {
	width: 766px;
	float: right;
	text-align: left;
}
#cannot_find {
	margin-bottom: 50px;
}


/* cetegory_info
--------------------------------------------------------------------*/

.category_name {
	font-size:24px;
	margin-bottom:10px;
}
.search_result_details {
	margin-bottom:27px;
}
.category_text {
	margin-bottom:35px;
	color:#707070;
	font-size:13px;
	line-height:1.8;
}
.cetegory_info .btn a {
/*
	display:block;
	width:280px;
	padding:14px 0 14px 12px;
*/
	display:inline-block;
	width:auto;
	padding:14px 28px 14px 12px;
	margin-bottom:40px;
	text-align:left;
	background:url(../../images/top/top_allow_03.jpg) no-repeat right center;
	border:1px solid #000;
	border-radius:5px;
	text-decoration:none;
}
.cetegory_info .btn a:hover {
	background:url(../../images/common/btn_allow_01.png) no-repeat right center #f2f2f2;
}


/* section_switch
--------------------------------------------------------------------*/

.section_switch {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin-bottom:40px;
	position:relative;
}
.section_switch_bottom {
	border-top:1px solid #000;
	margin-bottom:67px;
}


/* switching
--------------------------------------------------------------------*/

.switching {
	/* display:inline-block; */
}
.switching > ul {
	padding:16px 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.switching > ul > li {
	display:inline-block;
	/* margin-right:10px; */
	padding-right:5px;
	overflow:hidden;
	height:18px;
	line-height:18px;
}

.switching > ul > li:nth-child(n+3) {
	border-right:1px solid #9F9E9E;
	padding-right: 42px;
	/* padding-left:30px; */
	margin-left: 30px;
}

.switching .select select {
	font-size:12px;
	padding:0 0 0 0;
	padding-right:10px;
	margin-right:10px;
	width: calc(100% + 12px);
	height:18px;
	line-height:18px;
	outline: none;
}

/*----------	IE10,11 hack	----------*/
@media all and (-ms-high-contrast:none){
	.switching .select select { /*width: 100%;*/ margin-right:0; padding:0; }
	.switching > ul > li:nth-child(4) span { top: 0px !important;}
}
/*---------------------------------------*/
@supports (-ms-ime-align:auto) {
	.switching > ul > li:nth-child(4) span { top: -1px !important;}
}


.switching > ul > li:nth-child(1) select {
	background:url(../../images/list/list_switch_allow.jpg) no-repeat 69% center;
}
.switching > ul > li:nth-child(2) select {
	background:url(../../images/list/list_switch_allow.jpg) no-repeat 69% center;
}
.switching > ul > li:nth-child(3) select {
	background: url(../../images/list/list_switch_allow.jpg) no-repeat 100% center;
}
.switching > ul > li:nth-child(4) {
	position:relative;
	padding-left:95px;
}
.switching > ul > li:nth-child(5) {
	border-right:none;
	margin-right:0px;
}
.switching > ul > li:nth-child(4) span {
	font-size:12px;
	position:absolute;
	top:0;
	left:0;
	height:18px;
	line-height:18px;
}

.switching > ul > li:nth-child(4) select {
	background: url(../../images/list/list_switch_allow.jpg) no-repeat 100% center;
	margin-right:10px;
}
/*
/*
.switching > ul > li:nth-child(4) select {
    background: url(../../images/list/list_switch_allow.jpg) no-repeat 65% center;
    margin-right: 9px;
    padding-right: 0px;
}
*/


.switching > ul > li:nth-child(5) select {
	background: url(../../images/list/list_switch_allow.jpg) no-repeat 100% center;
}


/* about_page
--------------------------------------------------------------------*/



/*----------	IE10,11 hack	----------*/
@media all and (-ms-high-contrast:none){
	.about_page { padding-top: 12px !important;}
}
/*---------------------------------------*/



.about_page {
	float:right;
	padding-top:12px;
}
.section_switch .about_page {
	position:absolute;
	top:-33px;
	right:0;
	padding:0;
}

.about_page:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.about_page .about_page_results {
	float: left;
}
.about_page .pager {
	float: right;
	color: #131313;
}
.pager li {
	float: left;
	margin-right: 3px;
	line-height: 20px;
	height: 20px;
	min-width: 20px;
	box-sizing:border-box;
	text-align: center;
}


/*----------	IE10,11 hack	----------*/
@media all and (-ms-high-contrast:none){
	.pager li { margin-right: 0px;	}
}
/*---------------------------------------*/



.pager li:last-child {
	margin-right:0;
}
.pager li.pager_first a {
	width:20px;
	height:20px;
	background:url(../../images/list/list_allow_first.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
}

.pager li.pager_prev a {
	width:20px;
	height:20px;
	background:url(../../images/list/list_allow_prev.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
}
.pager li.pager_next a {
	width:20px;
	height:20px;
	background:url(../../images/list/list_allow_next.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
}

.pager li.pager_last a {
	width:20px;
	height:20px;
	background:url(../../images/list/list_allow_last.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
}

.pager li.active {
	background-color: #f0efef;
	padding:0 6px;
}
.pager li.next a {
}
.pager li a {
	display: block;
	padding:0 6px;
}


/* section_shoplist
--------------------------------------------------------------------*/
.section_shoplist {margin-bottom: 60px;}
.section_shoplist_left {
	width: 372px;
	float: left;
}
.section_shoplist_right {
	width: 372px;
	float: right;
}
.section_shoplist .shoplist {
	position: relative;
}
.section_shoplist .shoplist h5 {
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	font-size: 18px;
	font-weight: bold;
	background: #dedede;
	position: absolute;
	top: 0;
	left: 0;
}
.section_shoplist ul {
	padding: 0 0 10px 48px;
	margin-bottom: 12px;
}
.section_shoplist .none ul {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.section_shoplist ul li a {
	padding: 6px 0;
	display: block;
	font-size: 14px;
}
.section_shoplist ul li a span {
	color: #707070;
}

/* XXXXXXXXXXXXXXXXXXXX
--------------------------------------------------------------------*/
#item_container .soldout a {
	color: #fff;
	font-size: 22px;
	line-height: 25px;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	top: 0;
	display: block;
}
#item_container .soldout a span {
	width:100%;
	margin-top:-10px;
	position: absolute;
	display: block;
	top: 50%;
	left:0;
	text-align:center;
	font-size:20px;
}
#item_container .restockmail {
	height: 42px;
	line-height: 42px;
	text-align: center;
	width: 151px;
	background: url(../../images/detail/detail_icon_02.png) no-repeat 16px center #000000;
	letter-spacing: 1px;
	border-radius:3px;
	position: absolute;
	bottom: 10px;
	left: 12px;
}
.outlet #item_container .restockmail {
	bottom: 35px;
}
#item_container .restockmail a {
	color:#fff;
	display: block;
	/*---- add ----*/
	padding-left: 18px;
	/*---- add ----*/
}

#pi {
	width: 960px;
	margin: 0 auto 50px auto;
}

.pi_button {
	padding: 10px 0 20px 0;
}

.pi_button li {
	display: inline-block;
}

.pi_button li a {
	background-color: #000;
	color: #FFF;
	text-align: center;
	display: block;
	padding: 20px;
}

.pi_button li a:hover {
	opacity: 0.7;
}

.pi_button_double li {
	width: 478px;
	float:left;
}
.pi_button_double li:last-child {
	float:right;
}

.pi_button_triple li {
	width: 317px;
}

span.freeshipping {
    position: absolute;
    background: #de0730;
    background-image: none;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    height: 50px;
    padding: 0 3px;
    line-height: 50px;
    color: #FFFFFF;
    margin: 0 0 0 20px;
	top: 20px;
    right: 20px;
    z-index: 100;
}


/**
-------------------------------------------*/
.section_switch_entertainment .switching {
    width: 700px;
    margin: 0 auto;
    display: block;
}

.section_switch_entertainment .switching > ul > li {
    /* min-width: 0px; */
    padding-left: 0!important;
    padding-right: 0!important;
    margin-right: 0!important;
    height: 25px;
    line-height: 25px;
}

.section_switch_entertainment .switching > ul > li:nth-child(n + 3) {
    border-left: 1px solid #ccc;
}

.section_switch_entertainment .switch_link {
    display: block;
    text-align: center;
    background-color: #fff;
    color: #000;
    margin: 0 10px;
    padding: 0 20px;
    border-radius: 20px;
}

.section_switch_entertainment .switch_link.selected {
    background-color: #000;
    color: #fff;
}

.section_switch_entertainment .switch_link:hover {
    text-decoration:none;
}

.section_switch_entertainment .switching > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;    
}

.section_switch_entertainment select {
    /* margin: 0 10px; */
    padding: 0 30px!important;
    height: 25px!important;
    background: url(../../images/list/list_switch_allow.jpg) no-repeat 69% center;
}