@charset "utf-8";

/* ===================================================================
CSS information

 File Name  : claudia.css
 Author     : Swimsuit Department
 Style Info : Claudia Pearson style
=================================================================== */


/****************************************
	Thumbnail
*****************************************/

#sectionThumb {
	width:950px;
    float: left;
	_margin-top:10px;
	margin-top:20px;
}



#sectionThumb .item .box{
	float:left;
	width:195px;
	_margin-right:11px;
	margin-right:22px;
	_margin-bottom:25px;
	margin-bottom:50px;
	padding:10px;
	background: #fcfbfb;
	-webkit-border-radius: 2px;
	 -moz-border-radius: 2px;
	      border-radius: 2px;
	box-shadow:3px 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 7px #a4a4a4;
	-webkit-box-shadow: 3px 3px 7px #a4a4a4;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#a4a4a4', Direction=145, Strength=6);
}

#sectionThumb .item .box a{
	display:block;
}




#sectionThumb .item .box p.thumb_img{
	_margin-bottom:3px;
	margin-bottom:6px;
	border:1px solid #eee;
}

#sectionThumb .item .box p.new{
	margin-bottom:2px;
    width: 37px;
    height: 11px;
}

#sectionThumb .item .box p.text{
	font-size: 120%;
    font-family: "Century Gothic", Futura, Helvetica ;
    text-align: center;
}


#sectionThumb .item .box p.text{
	height: 1%;
    text-align: center
}



#sectionThumb .item .box a:hover{
    color: #000;
    text-decoration: underline;
}


/* 最右側 */
#sectionThumb .item .box.lastChild{
	margin-right:0;
}

#sectionThumb .item .box_last{
	float:left;
	width:195px;
	margin-right:0;
	_margin-bottom:25px;
	margin-bottom:50px;
	padding:10px;
	background: #fcfbfb;
	-webkit-border-radius: 2px;
	 -moz-border-radius: 2px;
	      border-radius: 2px;
	box-shadow:3px 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 7px #a4a4a4;
	-webkit-box-shadow: 3px 3px 7px #a4a4a4;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#a4a4a4', Direction=145, Strength=6);
}

#sectionThumb .item .box_last a{
	display:block;
}


#sectionThumb .item .box_last p.thumb_img{
	_margin-bottom:3px;
	margin-bottom:6px;
	border:1px solid #eee;
}

#sectionThumb .item .box_last p.new{
	margin-bottom:2px;
    width: 37px;
    height: 11px;
}

#sectionThumb .item .box_last p.text{
	font-size: 120%;
    font-family: "Century Gothic", Futura, Helvetica ;
    text-align: center;
}


#sectionThumb .item .box_last p.text{
	height: 1%;
    text-align: center
}



#sectionThumb .item .box_last a:hover{
    color: #000;
    text-decoration: underline;
}

#shoes:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}



/* text */
#sectionThumb p.text{
    padding-bottom: 5px;
	font-size: 130%;
}



