/************************************************************
 *   オプショナル一覧
 ************************************************************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	overflow: hidden; /*デザイン時のみ使用 */
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
img {
	vertical-align: text-bottom;
}
li {
	list-style-type: none;
}
h1,h2,h3,h4,h5 {
	font-size:100%;
}
body {
    background: #fff none repeat scroll 0 0;
    padding: 0;
}
.panlist{
    background: #6c5c0c;
}
#panlist_bali {
    width: 960px;
    margin: 0 auto;
    color: #fff;
    overflow: hidden;
    padding: 7px;
	list-style:none;
	font-size:14px;
}
#panlist_bali li {
    float: left;
}
#panlist_bali li a {
    color: #ffcc00;
}
#panlist_bali li a:hover {
    color: #fff;
}
#container {
    overflow: hidden;
    width: 980px;
    margin: 0 auto;
}
.sp-open-menu-wrap {
    display: block !important;
}
.sp-design{
	display: none;
}
.bn_private{
	text-align: center;
	margin: 20px 0;
}
.left_contents{
	width: 230px;
	float: left;
	overflow: hidden;
	margin-left: 15px;
}
.left_contents #cart{
	background: #fac1b5;
	border: #ba221b solid 4px;
	border-radius: 10px;
	padding: 10px;
}
.left_contents #cart .text{
	display: inline-block;
	vertical-align: middle;
}
.left_contents #cart .kart_no{
	background: #FFF;
	padding:6px;
	border-radius: 10px;
	width: 56px;
	display:  inline-block;
	text-align: center;
	font-weight: bold;
}
.left_contents #cart .kart_no a{
	display: block;
}
.left_contents .top_fixed{
	position: fixed;
	border-radius: 0 0 10px 10px !important;
	top: 0 !important;
	right: inherit !important;
	z-index: 1;
}
.left_contents .search_titel{
	font-weight: bold;
	font-size: 20px;
	background: url(../listimg/search-icon.jpg) no-repeat ;
	margin: 25px 0 0;
}
.left_contents .search_titel span{
	padding-left: 30px;
}
.left_contents .search_box{
	margin: 10px 0  20px;
	font-size: 17px;
	padding: 10px 0 25px 0;
	border-bottom: #ccc solid 1px;
}
.left_contents .search_box.fast{
	border-bottom: none;
	padding-bottom: 0;
}
.left_contents .search_box:last-child{
	border-bottom: none;
}
.left_contents .search_box .item{
	font-weight: bold;
}
.left_contents .search_box form.search{
	width: 95%;
	height: 36px;
	border: 1px solid #CCC;
	padding-left: 5px;
	position: relative;
}
.left_contents .search_box input[type="text"]{
	width: 183px;
height: 34px;
    border: none;
}
.left_contents .search_box input[type="image"]{
	position: absolute;
	top: 5px;
}
.left_contents .search_box input[type="image"]:hover{
	opacity: 0.8;
}
.left_contents .search_box .left{
	display: inline-block;
	width: 100px;
	padding-bottom: 5px;
}
.left_contents .search_box .right{
	display: inline-block;
	width: 150px;
	padding-bottom: 10px;
}
.left_contents .search_box .right .allbt{
	background: #6890b9;
	text-align: center;
	width: 55px;
	display: inline-block;
	font-size: 12px;
	border-radius: 5px;
}
.left_contents .search_box .right .allbt a{
	color: #FFF;
	text-decoration: none;
}
.left_contents .search_box .right .allbt a:hover{
	opacity: 0.8;
}
.left_contents .search_box label{
	display: block;
	margin: 5px 0;
	font-size: 15px;
}
.left_contents .search_box label span{
	font-size: 13px;
	padding-left: 5px;
}
.left_contents .search_box input[type="checkbox"]{
	margin-right :5px;
}
.left_contents .search_box select{
	height: 36px;
	line-height: 36px;
	border: 1px solid #CCC;
	background: #FFF;
	padding-left: 8px;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: .01px;
	text-overflow: "";
	appearance: none;
	background: url(../listimg/kensaku_select.gif) no-repeat 98% 5px;
	padding-right: 33px;
	width: 100px;
}
.left_contents .search_box .btn-toggle {
	background: url("../listimg/open_mark.png") no-repeat scroll left 0px;
	cursor:pointer;
	padding-left: 20px;
	font-size: 15px;
	margin: 5px 0;
}
.left_contents .search_box .btn-toggle span{
	font-size: 13px;
padding-left: 5px;
}
.left_contents .search_box .btn-toggle.active {
    background:url("../listimg/close_mark.png") no-repeat scroll left 0px;
    cursor: pointer;
}
.left_contents .search_box .open-menu{
	display: none;
}
.right_contents{
	width:703px ;
	float: right;
	overflow: hidden;
}
.right_contents .top_area .select_text{
	font-weight: bold;
	display: inline-block;
	width: 310px;
}
.right_contents .top_area .select_text p{
	display: inline-block;
	vertical-align: middle;
}
.right_contents .top_area .select_text span{
	padding-left: 10px;
}
.right_contents .top_area .select_text img{
	vertical-align: middle;
}
.right_contents .top_area .select_text .allbt{
	background: #6890b9;
	text-align: center;
	width: 127px;
	display: inline-block;
	font-size: 12px;
	border-radius: 5px;
	margin-left: 10px;
}
.right_contents .top_area .select_text .allbt a{
	color: #FFF;
	text-decoration: none;
}
.right_contents .top_area .select_text .allbt a:hover{
	opacity: 0.8;
}
.right_contents .top_area {
    text-align: right;
}
.right_contents .top_area .sorting{
	display: inline-block;
	width: 230px;
	font-weight: bold;
	margin-left: 130px;
}
.right_contents .top_area .sorting p{
	display: inline-block;
}
.right_contents .top_area .sorting select {
    height: 36px;
    line-height: 36px;
    border: 1px solid #CCC;
    background: #FFF;
    padding-left: 8px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: "";
    appearance: none;
    background: url(../listimg/kensaku_select.gif) no-repeat 98% 5px;
    padding-right: 33px;
	display: inline-block;
	width: 158px;
}
select::-ms-expand {
    display: none;
}
.right_contents .pager{
	font-weight: bold;
	margin-top: 15px;
    overflow: hidden;
    width: 100%;
}
.right_contents .pager .hit{
	display: inline-block;
	width: 210px;
	vertical-align: top;
        float: left;
	margin-top: 2px;
}
.right_contents .pager ul{
	display: inline-block;
	width: auto;
        float: right;
/*	width: 444px;*/
	font-size: 14px;
	margin-left: 23px;
}
.right_contents .pager ul li {
    float: left;
    margin-left: 3px;
}
.right_contents .pager li.box {
    border: 1px solid #D9D9D9;
}
.right_contents .pager ul li.active_box {
    border: 1px solid #D9D9D9;
    background-color: #e1e1e1;
    text-align: center;
    padding: 3px 8px;
}
.right_contents .pager ul li.box a {
    display: block;
    text-align: center;
    padding: 3px 8px;
}
.right_contents .pager ul li a {
    text-decoration: none;
	color: #333;
}
.right_contents .pager ul li.box a:hover {
    background-color: #e1e1e1;
}
.right_contents .op_list li{
	border: #cccccc solid 2px;
	padding: 15px;
	margin: 15px 10px 15px 0px;
	border-radius: 5px;
	position: relative;
}
.right_contents .op_list li.cart_on{
	border: #e99c22 solid 6px;
}
.right_contents .op_list li.cart_on .title a{
}
.right_contents .op_list li .checkarea{
	display: table-cell;
	position: relative;
	width: 24px;
	vertical-align: top;
}
.right_contents .op_list li input {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 24px;  
    height: 24px;
	z-index:100;
}
.right_contents .op_list li input[type="checkbox"] + label {
    background-image: url(../listimg/cart-check-off.png);
    background-size: 24px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 4px 0 0 28px;
	position:absolute;
	width:24px;
	height:24px;
	top:0;
}
 
.right_contents .op_list li.cart_on input[type="checkbox"]:checked + label {
    background-image: url(../listimg/cart-check.png);
}
.right_contents .op_list li .title{
	font-size: 18px;
	font-weight: bold;
	display: table-cell;
	padding-left: 5px;
	width: 620px;
}
.right_contents .op_list li .title span{
	font-size: 15px;
	font-weight: normal;
}
.right_contents .op_list li .title a{
	color: #9f0f0f;
}

.right_contents .op_list li .category_area{
	color: #1a726d;
	font-weight: bold;
	padding: 15px 0;
	font-size: 14px;
}
.right_contents .op_list li .category_area .category{
	display: inline-block
}
.right_contents .op_list li .category_area .category_icon{
	display: inline-block
}
.right_contents .op_list li .category_area .category_icon img{
	margin: 0 10px;
}
.right_contents .op_list li .left_area{
	width: 195px;
	display: inline-block;
	vertical-align: top;
}
.right_contents .op_list li .left_area .op_photo{
	width: 195px;
	text-align: center;
	height: 145px;
	display: table-cell;
	vertical-align: middle;
}
.right_contents .op_list li .left_area .op_photo img{
	max-width: 195px;
	max-height: 145px;
}
.right_contents .op_list li .left_area .icon{
	
}
.right_contents .op_list li .left_area .icon p{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}
.right_contents .op_list li .left_area .icon .family{ 
	background: #2f8710;
	color: #FFF;
	width: 44px;
	border-radius: 5px;
	display: inline-block;
}
.right_contents .op_list li .left_area .icon .couple{ 
	background: #c90638;
	color: #FFF;
	width: 44px;
	border-radius: 5px;
	display: inline-block;
}
.right_contents .op_list li .left_area .icon .ladies{ 
	background: #f953b1;
	color: #FFF;
	width: 44px;
	border-radius: 5px;
	display: inline-block;
}
.right_contents .op_list li .left_area .icon .group{ 
	background: #2563e0;
	color: #FFF;
	width: 44px;
	border-radius: 5px;
	display: inline-block;
}
.right_contents .op_list li .left_area .icon .senior{ 
	background: #8e604b;
	color: #FFF;
	width: 44px;
	border-radius: 5px;
	display: inline-block;
}
.right_contents .op_list li .left_area .icon .report{ 
	background: #dc6719;
	color: #FFF;
	width: 95px;
	border-radius: 5px;
	display: inline-block;
}
.right_contents .op_list li .right_area{
	width: 442px;
	display: inline-block;
	vertical-align: top;
	margin-left: 8px;
}
.right_contents .op_list li .right_area .price{
	color: #e20c0c;
	font-weight: bold;
	font-size: 27px;
}
.right_contents .op_list li .right_area .en{
	color: #111010;
	font-size: 23px;
	font-weight: bold;
}
.right_contents .op_list li .right_area .code{
	font-size: 13px;
	padding-left: 15px;
}
.right_contents .op_list li .right_area .text{
	font-size: 13px;
}
.right_contents .op_list li .right_area th span{
	background: #e1e1e1;
	border: #cccccc solid 1px;
	text-align: center;
	color: #3e3e3d;
	border-radius: 5px;
	display: block;
	padding: 3px;
}
.right_contents .op_list li .right_area th,td{
	padding: 5px;
	font-size: 13px;
}
.right_contents .op_list li .right_area td a{
	font-weight: bold;
	font-size: 15px;
	color: #232d68;
}.right_contents .op_list li .right_area td img{
	vertical-align: middle;
	margin-right: 3px;
}
.right_contents .op_list li .right_area .syousai_bt{
	text-align: right;
	margin-top: 15px;
}
.right_contents .op_list li .right_area .syousai_bt a:hover{
	opacity: 0.8;
}
.pager.bottom{
	padding: 20px 0;
}

.bt_matomete{
	margin-bottom:30px;
	text-align:center;
}
.bt_matomete a:hover{
	opacity:0.8;
}
.noitem{
	border: #cccccc solid 2px;
	padding: 15px;
	margin: 15px 10px 15px 0px;
	border-radius: 5px;
	text-align: center;
}
