@charset "utf-8";

.agc_model_select{ text-align:right; margin-bottom:40px; position:relative;}
.agc_model_select > p{ display:inline-block; text-align:left; line-height:20px; width:160px; box-sizing:border-box; font-size:18px; color:#000; font-family: 'nsr_r'; font-weight:bold; padding:5px 70px 5px 10px; background:url('../img/model_down.png') 90% 50% no-repeat; border:1px solid #ddd; cursor:pointer;}
.agc_model_select.agc_active p{ background-image:url('../img/model_up.png');}
.agc_model_select > ul{ position:absolute; top:31px; right:0; width:160px; background-color:#fff; border:1px solid #ddd; z-index:10; display:none;}
.agc_model_select.agc_active > ul{ display:block;}
.agc_model_select > ul li{ }
.agc_model_select > ul li a{ font-size:18px; color:#555; font-family: 'nsr_r'; font-weight:bold; display:block; text-align:left; padding:5px 10px;}
.agc_model_select > ul li a:hover{ background-color:#f1f1f1;}

.agc_model_table table{ width:100%;}
.agc_model_table table tr th,
.agc_model_table table tr td{ padding:8px 8px; font-size:18px; text-align:center; vertical-align:middle; border:1px solid #E0E6EF; height:50px; min-height:50px; box-sizing:border-box; font-family:'nsr_b';}
.agc_model_table table tr th{ border-bottom:2px solid #000; border-top:3px solid #000; padding:0 8px;}
.agc_model_table table tr th:first-child,
.agc_model_table table tr td:first-child{ border-left:0;}
.agc_model_table table tr th:last-child,
.agc_model_table table tr td:last-child{ border-right:0;}

.agc_model_table table tr.agc_table_bg td{ background-color:#ffffcc;}

.agc_model_table h3{ color:#000; font-family:'nsr_b'; font-size:20px; margin:80px 0 20px !important;}
.agc_model_table h3:first-child{ margin-top:0 !important;}

@media (max-width:959px){
	.agc_model_select{ margin:40px 20px 20px;}
	.agc_model_table{ overflow-x:scroll; margin:0 20px;}
	.agc_model_table table{ min-width:850px;}
	.agc_model_table table tr th,
	.agc_model_table table tr td{ font-size:14px; height:auto;}
}