@charset "UTF-8";

/* sms_history */
table.type_normal.sms_history thead th.checkbox {width:3%;}
table.type_normal.sms_history thead th.date {width:8%;}
table.type_normal.sms_history thead th.type {width:5%;}
table.type_normal.sms_history thead th.contents {width:45%;}
table.type_normal.sms_history thead th.target {width:35%;}

/* sms_send */
/* table.form_type.sms_form tbody td span.btn_minor_s {line-height:14px; vertical-align:top; padding:5px 8px; margin-top:1px;} */

.btn_s {display:inline-block; padding:5px 10px; background:#efefef; color:#666; border:1px solid #d1d1d1; border-radius:2px; font-weight:bold; cursor:pointer; letter-spacing:-1px}
.btn_s:hover {border-color:#999; color:#333; box-shadow:1px 1px 1px rgba(0,0,0,0.1)}
.btn_s span.txt_caution {color:red}

.btn_ic {background:#efefef; border:1px solid #d1d1d1; border-radius:2px; padding:2px 6px 2px; font: bold 12px dotum; color:#666}
.btn_ic:hover {border-color:#999; color:#333; box-shadow:1px 1px 1px rgba(0,0,0,0.1)}
div.sign_type_new table.tb_sign_type1 tbody tr td table.sign_member tbody tr td span {display: block;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 80px;font-size:12px;padding: 2px 4px;}