@charset "utf-8";
/* SUB CSS */
 
/* GALLERY */
#OTC41_gallery {width:100% ; overflow:hidden ; text-align:center}
.OTC41_gl_li {width:200px ; margin:40px 10px ; margin-top:0px ; display:inline-block ; vertical-align:top} 

.OTC41_gl_img ,  .OTC42_gl_noImg {
	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_noImg { 
    width:188px ; padding:0px 5px ; word-wrap:break-word ; white-space:nowrap ; overflow:hidden ; text-overflow:ellipsis ;
    background:none ; text-indent:0px ; text-align:center ; line-height:88px ; background-color:#d7d7d7 ; font-weight:bold}
	

.OTC41_gl_img:hover { border:solid 1px #007eef }


/* PC **********************************************************************/
@media all and (min-width:1100px){ 

/* GALLERY */
#OTC41_gallery {max-width:1100px ; margin:auto} 
.OTC41_gl_li {float:left ; margin:40px 10px ; margin-top:0px}
}