@charset "UTF-8";
/* CSS Document */

#contents{
	width:970px;
	float:none;
}


/* senko */
.senko_title{width:950px; margin:0px auto 0px}
a{color:#333; text-decoration:none;}

#container_senko a{
	filter: alpha(opacity=100);
  -moz-opacity:1.0;
  opacity:1.0;
}
#container_senko a:hover{
	filter: alpha(opacity=50);
  -moz-opacity:0.50;
  opacity:0.50;
}
.flt_L{float:left;}
.clr{clear:both;}

.senkobox{
	width:216px;
	margin:0 10px 40px;
	border:solid 1px #eee;
}
.senkobox a{
    color: black;
    display: block;
    text-decoration: none;
    width: 216px;
}
.senkottl{
	background-color: #eee;
    display: block;
    overflow: hidden;
    padding: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
	}
.senkotxt{
	background-color: #fff;
	color: #333;
    float: left;
    font-size: 10px;
    overflow: hidden;
    padding: 6px 0 0;
    width: 216px;
}
.senkotxt span{
	display: block;
    margin: 15px 10px;
    overflow: hidden;
    text-align: right;
}
.logo_s{margin: 8px 5px;}
.img_main{
	width:216px;
}

.tax_txt{font-size:12px; line-height:0.8 !important; /*border:solid 1px #555;*/ background:#f9f9f9; padding:20px 20px; color:#555;}
#tax_title{ font-weight:bold;}



/* list_search */

#list_search{
	overflow:hidden;
	padding-bottom:10px;
	margin-bottom: 20px;
  	border-bottom: 1px solid #DAD7B9;
}
#list_search .title_box{
	border:none;
	float:left;
	width:auto;
	margin:0px;
	padding:0px;
}
#list_search h2{
	line-height:1.2em;
	color:#000;
	font-weight:normal;
	font-size:138.5%;
	width:auto;
	padding-right: 46px;
}
#list_search h2#h2_sp{
	display:none;
}
#list_search span{
	font-size: 14px;
	color: #999;
	margin-left: 25px;
	font-family:Calibri;
}
#list_search p{
	padding-top:6px;
	float:right;
	text-align:right;
	line-height:1.2em;
	color:#666;
	font-size:93%;
}

#list_search ul {
	display: block;
	float: left;
	width: auto;
	padding-left: 40px;
}

#list_search ul li {
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	overflow: hidden;
	height: 17px;
	margin-right: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#list_search ul li.all {
	background-image: url(/mall/images/common/btn_top_all.gif);
	width: 57px;
}
#list_search ul li.women {
	background-image: url(/mall/images/common/btn_top_w.gif);
	width: 73px;
}
#list_search ul li.men {
	background-image: url(/mall/images/common/btn_top_m.gif);
	width: 57px;
}
#list_search ul li.kids {
	background-image: url(/mall/images/common/btn_top_k.gif);
	width: 57px;
}

#list_search ul li a {
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
/*	height: 0px;*/
	width: 57px;
	overflow: hidden;
	font-size: 1em;
	line-height: 2em;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	cursor:pointer;
}
#list_search ul li.all a {
	background-image: url(/mall/images/common/btn_top_all.gif);
	width: 57px;
}
#list_search ul li.women a {
	background-image: url(/mall/images/common/btn_top_w.gif);
	width: 73px;
}
#list_search ul li.men a {
	background-image: url(/mall/images/common/btn_top_m.gif);
	width: 57px;
}
#list_search ul li.kids a {
	background-image: url(/mall/images/common/btn_top_k.gif);
	width: 57px;
}

#list_search ul li a:hover,#list_search ul li a.select {
	background-position: 0px -17px;
}


@media screen and (max-width: 640px) {
/* 表示領域が640px未満の場合に適用するスタイル */
#sp_header_cp{
	margin-bottom:15px;
}
#path{
	display:none;
}
#contents{
	width:auto;
}
#list_search{
	border:none;
	padding:0px;
	margin-bottom:15px;
}
#list_search h2{
	display:none;
}
#list_search h2#h2_sp{
	display:block;
}
/* title box */
#list_search .title_box{
	width:auto;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	background-color:#222;
	margin-bottom:15px;
	float:none;
}
.title_box h2#h2_sp{
	font-size:108%;
	line-height:1.2em;
	color:#FFF;
	font-weight:normal;
	float:none;
}
.title_box span{
	font-size: 93%;
	color: #999;
	margin-left: 15px;
}

#list_search ul {
	overflow:hidden;
	float: none;
	width: 100%;
	text-align:center;
	overflow:hidden;
	padding-left:0px;
	padding:0px;
	margin:0px;
}
#list_search ul li {
	float:none;
	display:inline-block;
	*display: inline; 
	*zoom: 1;
}

/* senko */
.senkottl{
	font-size: 11px;
	}
.senkobox{
	width:45%;
	margin: 0 0 40px 10px;
}
.senkobox a{ width: 100%;
    	}
.senkotxt {
	width: 100%;
	}
.senkotxt span{
	margin: 10px 10px;
}
.logo_s {
	width: 50%;
	}
.img_main{
	width:100%;
	height: auto;
}


/* iOS8.4.1 */
#container_senko a:hover{
	filter: alpha(opacity=100)!important;
  -moz-opacity:1!important;
  opacity:1!important;
}

}
