@charset "utf-8";
/* SUB CSS */
 
/* BTNS */
#OTC_50B_btns {display:block ; overflow:hidden ; text-align:center ; padding-top:30px}
.OTC_50B_btn_B , .OTC_50B_btn_G { 
  display:inline-block ; line-height:40px ; vertical-align:top ; 
  padding:0px 30px ; margin:0px 10px ;
  color:#ffffff ; font-size:16px ; font-weight:bold ; overflow:hidden ; border-radius:3px}
.OTC_50B_btn_B { background-color:#007eef }
.OTC_50B_btn_G { background-color:#999999 }
.OTC_50B_btn_B:hover { background-color:#003f77} 
.OTC_50B_btn_G:hover { background-color:#444444}



/* SEND BOX */  
#OTC53_send_box , #OTC53_send_box > form {display:block ; overflow:hidden} 
#OTC53_send_box table {width:100% ; border:0px ; border-spacing:0px ; border-collapse:collapse ; border-top:solid 1px #007eef }
#OTC53_send_box caption , #OTC53_send_box thead tr , #OTC53_send_box thead th {line-height:0px ; height:0px ; font-size:0px ; overflow:hidden}

#OTC53_send_box tbody th , #OTC53_send_box tbody td {
	border:solid 1px #d7d7d7 ; border:solid 1px rgba(0,0,0,0.15) ; border-top:0px ; border-left:0px ;
	line-height:26px ; padding:7px 10px}
#OTC53_send_box tbody td {border-right:0px}
#OTC53_send_box tbody th {width:110px ; padding-left:0px ; background-color:#f2f2f2}
#OTC53_send_box tbody th , #OTC53_send_box tbody th label {font-size:14px ; text-align:right ; color:#000000 ; font-weight:bold}

.ss_input {border:solid 1px #d7d7d7 ; padding:3px ; line-height:26px ; height:26px}
select.ss_input {padding:7px 3px ; height:auto}
input.ss_input , textarea.ss_input {width:98%}
textarea.ss_input {height:auto}

#copyno {width:70px}





/* PC **********************************************************************/
@media all and (min-width:1100px){ 

/* SEND BOX */
#OTC53_send_box {width:900px ; margin:auto}
#OTC53_send_box tbody th {width:150px}

#ss_email ,
#ss_company ,
#ss_tel ,     
#ss_name {max-width:300px}




 
}