@charset "utf-8";

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

 File Name  : oot.css
 Author     : Swimsuit Department
 Style Info : OnOurTable style
=================================================================== */
/* container */

#contents_oot {
    position: relative;
	margin: 0 auto;
	width: 100%;
    min-height: 100%;             /* point02 */  
    height: auto !important;      /* point03 */  
    height: 100%;                 /* point04 */
}


body > #contents_oot {
    height: auto;
}



/****************************************
		Contents
*****************************************/
#contents_oot { 
	padding-bottom:250px;           /* point　footerとコンテンツの間の空白の為250pxではなく300px */ 
}




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

#contents_oot .wrap_c {
	width:950px;
	margin:0 auto;
    background: url(../images/alp_white.png) repeat-y;
}


/****************************************
	thumbnail
*****************************************/
/* thumbnail */
.itemContents {  
 	float: left;
    width: 950px;  
    _margin-bottom: 25px;
    margin-bottom: 50px;
}  

.thumb  { 
    width: 900px; 
    padding: 0 25px;
    margin: 0; 
    overflow: hidden; 
    _zoom: 1; 
} 
 
.thumb li   { 
 	float: left;
    _margin-bottom: 40px;
    margin-bottom: 80px;
}  

 

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

}



