@charset "utf-8";
/* SUB CSS */
#OTC_summary {display:none}
 



/* HISTORY LIST */
.OTC_12_history {display:block ; padding:20px 0px ; border-bottom:solid 1px #d7d7d7 ; overflow:hidden}
.OTC_12_history:first-child {padding-top:0px}
.OTC_12_history:last-child {border:0px ; padding-bottom:0px}

.OTC_12_his_YY {font-size:22px ; line-height:30px ; color:#007eef ; letter-spacing:-1px ; font-weight:bold ; margin-bottom:5px}
.OTC_12_his_list {display:block ; margin-left:10px ; overflow:hidden} 
.OTC_12_his_list li {margin-bottom:10px ; float:left ; width:50% ; min-width:380px}
.OTC_12_his_MM , .OTC_12_his_MM_tag , .OTC_12_his_txt {line-height:22px ; display:inline}
.OTC_12_his_MM , .OTC_12_his_MM_tag {font-weight:bold}
.OTC_12_his_MM {text-align:left} 
 
.OTC_12_his_txt {  }





/* PC **********************************************************************/
@media all and (min-width:1100px){ 

#OTC_summary { display:block }



/* HISTORY LIST */
.OTC_12_history , .OTC_12_history:first-child , .OTC_12_history:last-child  {border:0px ; padding:0px} 
.OTC_12_history { width:1100px ; margin:auto ; background:url(../OT_img/OTC_12_history_line.png) repeat-y 50px 0px}
.OTC_12_his_YY {
	display:block ; float:left ; width:110px ;
	font-size:30px ; line-height:40px ; vertical-align:top ; text-align:right ; 
	padding:30px 0px ; padding-left:90px ;
	background:url(../OT_img/OTC_12_history_point.png) no-repeat 36px 0px }
.OTC_12_his_list {float:right ; width:900px ; margin:0px ; overflow:hidden ; padding:30px 0px ; padding-top:40px ; border-bottom:solid 1px #d7d7d7}
.OTC_12_his_list li {width:100% ; display:block ; overflow:hidden}
.OTC_12_his_MM , .OTC_12_his_txt  {display:block ; float:left ; overflow:hidden ; margin:0px}
.OTC_12_his_MM  {width:100px ; text-align:center }
.OTC_12_his_txt {width:730px ; margin-left:10px ; padding-left:7px ; background:url(../OT_img/OTC_12_txt_point.png) no-repeat 0px 9px} 
.OTC_12_his_MM_tag {width:0px ; height:0px ; text-indent:-9999px ; overflow:hidden ; font-size:0px}

}