@charset "utf-8";

/* CSS Document */


/*--reset
--------------------------------------------------------------*/
div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,
form,fieldset,input,textarea,
p,blockquote,th,td{
margin:0;
padding:0;
}

ul,ol,li{list-style:none;}
fieldset, img{border:0;}
img{vertical-align:top;}

body{
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size:12px;
position: relative;
}
table,th,td{
font-family:inherit;
font-size:inherit;
font-weight:normal;
}
td{
vertical-align:top;
}


/*--contents
--------------------------------------------------------------*/

#trendKeyWord{
	width:750px;
	text-align:center;
	position: relative;
	}
	
html>/**/body #trendKeyWord a:hover img {
    filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
}

#trendKeyWord h1 {
	margin-bottom: 20px;
}

#trendKeyWord #dadSneaker, 
#trendKeyWord #manishShoes,  
#trendKeyWord #lepardItem,  
#trendKeyWord #ecoFurItem,  
#trendKeyWord #checkItem {  
margin-top: 35px;
}

#trendKeyWord ul.menuList {
	width: 750px;
	overflow: hidden;
	text-align: center;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
}

#trendKeyWord ul.menuList li {
	width: 33.33333%;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	margin: 0;
	padding: 3px;
	box-sizing:border-box;
	display: table-cell;
	-webkit-box-sizing:border-box; /*Google Chrome、Safari*/
	-moz-box-sizing:border-box; /*Firefox*/
	-ms-box-sizing:border-box; /*IE*/
	-o-box-sizing:border-box; /*Opera*/
}

#trendKeyWord ul.menuList {
	display: flex;
	justify-content: center;
}

#trendKeyWord ul.itemList {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	display:inline-block;
}

#trendKeyWord ul.itemList li {
	float: left;
	margin: 0;
	padding: 0;
	display:block;
}

#trendKeyWord ul.itemList li.w100 {
	width: 100%;
}

#trendKeyWord ul.itemList li.w30 {
	width: 33.33333%;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}
	
/*--clearfix
--------------------------------------------------------------*/
.clearfix:after{
content:" ";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix{display:inline-block;}

/* Hides from IE-Mac \*/
* html .clearfix{height:1%;}

.clearfix{display:block;}
/* End hide from IE-Mac */
