@charset "utf-8";
/* SUB CSS */

.OTC42_gl_product , .OTC42_gl_li , .OTC42_gl_img , .OTC42_gl_img > img  {
	transition: all 0.2s ease-in ;
    -webkit-transition: all 0.2s ease-in ;
    -moz-transition: all 0.2s ease-in ;
    -ms-transition: all 0.2s ease-in ;
    -o-transition: all 0.2s ease-in }
	
 
/* GALLERY */
#OTC42_gallery {width:100% ; overflow:hidden ; text-align:center}
.OTC42_gl_li   {width:200px ; margin:0px 10px ; margin-bottom:40px ; display:inline-block ; vertical-align:top} 
.OTC42_gl_img , .OTC42_gl_img2 {
	display:block ; background-repeat:no-repeat ; background-position:center center ; overflow:hidden ; text-indent:-9999px ;
	width:198px ; height:88px ; border:solid 1px #d7d7d7}
.OTC42_gl_img2 {
	word-wrap:break-word ; white-space:nowrap ; overflow:hidden ; text-overflow:ellipsis ;
	padding:0px 5px ; width:188px ; text-indent:0px ; text-align:center ; font-weight:bold ; line-height:88px}	
	
.OTC42_gl_txt {font-size:14px ; text-align:center ; line-height:20px ; height:40px ; overflow:hidden ; display:block ; padding:5px 0px ; border-bottom:solid 1px #d7d7d7}	
	
.OTC42_gl_li:hover .OTC42_gl_img , .OTC42_gl_li:hover .OTC42_gl_img2 { border:solid 1px #007eef }
.OTC42_gl_li:hover .OTC42_gl_txt { border-bottom:solid 1px #007eef }

 

/* PC **********************************************************************/
@media all and (min-width:1100px){ 

/* GALLERY */
#OTC42_gallery {max-width:1100px ; margin:auto} 
.OTC42_gl_li {float:left ; display:block}
 
}