@charset "utf-8";
/* SUB CSS */
 
/* GALLERY */
#OTC13_gallery {width:100% ; overflow:hidden ; text-align:center}
.OTC13_gl_li { margin:40px 10px ; margin-top:0px ; display:inline-block ; vertical-align:top} 

.OTC13_gl_li , .OTC13_gl_box {width:250px} 
.OTC13_gl_box {display:block}
.OTC13_gl_img {
	display:block ; overflow:hidden ; text-indent:-9999px ;
	width:248px ; height:348px ; padding:1px ; background-repeat:no-repeat ; background-position:center center }
.OTC13_gl_txt  { 
    text-align:center ; display:block ; line-height:24px ; padding:7px 0px ; word-break:keep-all ; border-bottom:solid 1px #d7d7d7 ;
	height:48px }
.OTC13_gl_date { display:none }	

.OTC13_gl_li:hover .OTC13_gl_img { border:solid 1px #007eef ; padding:0px }
.OTC13_gl_li:hover .OTC13_gl_txt { border-bottom:solid 1px #007eef }




/* PC **********************************************************************/
@media all and (min-width:1100px){ 

/* GALLERY */
#OTC13_gallery {max-width:1100px ; margin:auto} 
.OTC13_gl_li {float:left ; margin:40px 12.5px ; margin-top:0px}
}