/* button */
.btn {border:0; cursor:pointer; font-family: 'NotoSans';}
.top_anchor {transition:.3s; position:fixed; z-index:1; right:0; top:47%;}
.top_anchor:hover {opacity:.6;}
.btn_main {color:#fff; background:#222; font-weight:bold;}
.btn_login {width:100%; height:61px; background:#63c652; color:#fff; font-size:16px; margin-top:10px;}
.btn_table {padding:0px 15px; min-width:90px; height:30px; vertical-align:top; margin-left:5px; letter-spacing:0; font-size:12px; font-weight:bold; color:#fff; background:#999;}

/* text */
.text_form {transition:.3s; border:0; position:relative; font-family: 'NotoSans';}
.text_form:focus {border:1px solid #999;}
.text_search {width:100%; height:40px; line-height:40px; padding-right:30px; font-weight:bold; border-bottom:3px solid #231f20;}
.text_login {font-size:14px; width:100%; height:46px; border:1px solid #e1e1e1; padding:0 19px; line-height:46px; margin-bottom:10px;}
.text_data {border:1px solid #ddd; width:180px; height:35px; line-height:35px; font-size:12px; padding:0 10px;}

/* selectform */
.select_form {vertical-align:top; font-size:14px; color:#666; font-family: 'NotoSans'; height:35px; border:1px solid #ddd; padding:0 40px 0 10px; background:url("../images/common/icon_select_arrow.png") 90% center no-repeat;}
.select_form::-ms-expand { display: none;}