@charset "utf-8";

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

 File Name  : utility.css
 Author     : Swimsuit Department
 Style Info : Utility Canvas style
=================================================================== */


/****************************************
	title
*****************************************/

.series_title {
    padding-top: 20px;
}

.series_title_r {
    float: right;
    padding-top: 50px;
}

.series_title_ap {
    padding: 150px 0 50px 0;
}

.series_s_title {
    _margin-bottom: 5px;
    margin-bottom: 10px;
}

/****************************************
	thumbnail
*****************************************/
.itemContents01 {  
 	float: left;
    width: 950px;  
    _margin-bottom: 25px;
    margin-bottom: 50px;
	background: url(../images/quilted_throw_bk.jpg) no-repeat;
}  


/* throw */

.thumb01  { 
    width: 684px; 
    margin: 0; 
    overflow: hidden; 
    _zoom: 1; 
} 
 
.thumb01 li   { 
 	float: left;
    _margin-bottom: 15px;
    margin-bottom: 30px;
}  



/* apron */
.thumb02  { 
    width: 950px; 
    margin: 0; 
    overflow: hidden; 
    _zoom: 1; 
} 
 
.thumb02 li   { 
 	float: left;
    _margin-bottom: 15px;
    margin-bottom: 30px;
}  


 

.thumb_text  {
	font-size:85%;
    text-align: center;
    font-family: "Century Gothic", Helvetica ;
    padding-top: 5px;

}

.thumb_text02  {
	font-size:85%;
    text-align: center;
    font-family: "Century Gothic", Helvetica ;
    padding-top: 5px;
    padding-left: 100px;
}

