@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
--------------------------------------------------------------*/
#dryMeshTshirts{
	width: 755px;
	margin: 0px;
	padding: 0px;
}

#dryMeshTshirts h1{
	width: 755px;
	margin: 0px;
	padding: 0px;
}

html>/**/body #dryMeshTshirts a:hover img {
    filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
}

#dryMeshTshirts ul {
	width: 755px;
	overflow: hidden;
}

#dryMeshTshirts ul li img {
	width: 100%;
}

#dryMeshTshirts ul li.w50 {
	width: 50%;
	float: left;
	margin-bottom: 0;
}

/*--clearfix
--------------------------------------------------------------*/
clearB{
	clear:both;
}

.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 */
