@charset "UTF-8";
.contents ul, .gubnbar {width:600px;border-bottom:1px solid #dcdcdc;display:table;margin:0 auto;}
.contents ul li {list-style: none;float:left;box-sizing: border-box;display: table; color:#8f8f91;float:left;text-align:left;height:37px;line-height:37px;}
.contents ul li input {height:33px;vertical-align: bottom;margin-bottom:2px;width:190px;padding:5px 10px 2px 10px;line-height:33px;font-size:10pt;font-family: Arial, Helvetica, sans-serif;}
.contents ul li input[type=radio] {height:30px;width: 15px;}
.contents ul li:nth-child(1){width:20%;padding-left:20px;font-size:13px;font-weight: bold;}
.contents ul li:nth-child(2){width:80%;font-size:12px;}
.searchbtn {width: 600px;background-color: #dc3545;color:#fff;font-weight: bold;}
.contents .pageTitle span {font-size: 20pt;}




@media ( max-width: 800px ) {
.contents ul, .gubnbar {width:100%;}
.contents ul li:nth-child(1){width:35%;padding-left:10px;}
.contents ul li:nth-child(2){width:65%;}
.searchbtn {width: 100%;}
.contents .pageTitle span {font-size: 17pt;}

}
