@charset "utf-8";

/* coretech
------------------------------------------------------------ */

#model h3 {
	padding: 0 0 10px 10px;
	border-bottom: 1px solid #eee;
	background: url(../img/common/ttl_icn.png) no-repeat 0 0;
	font-size: 20px;
}


.table1{
	width:1060px;
	margin:0 auto 30px auto;
	border:#fff 1px solid;
	border-collapse:collapse;
	color:#333;
}
.table1 th{
	padding:10px 5px;
	font-size:13px;
	background-color:#ddd;
	border:#fff 1px solid;
}
.table1 td{
	padding:10px 5px;
	font-size:12px;
	background-color:#ddd;
	border:#fff 1px solid;
	text-align:center;
}
.table1 thead tr td{
	font-size:14px;
	color:#fff;
}
.table1 tr:nth-child(odd) td{  
  background-color: #eee;  
}
.table1 thead tr td.n1{
	width:260px;
  background-color: #666;  
}
.table1 thead tr td.n2{
	width:160px;
  background-color: #e11f2d;  
}
.table1 thead tr td.n3{
	width:160px;
 background-color: #63b257;  
}
.table1 thead tr td.n4{
	width:160px;
  background-color: #3e61a8;  
}
.table1 thead tr td.n5{
	width:160px;
  background-color: #ec9016;  
}
.table1 thead tr td.n6{
	width:160px;
  background-color: #522886;  
}

.table2{
	width:1060px;
	margin:0 auto 20px auto;
	border:#fff 1px solid;
	border-collapse:collapse;
	font-size:13px;
	color:#333;
}
.table2 th{
	padding:10px;
	background-color:#666;
	color:#fff;
	font-size:14px;
	text-align:left;
	border:#fff 1px solid;
}
.table2 td{
	padding:10px;
	background-color:#ddd;
	border:#fff 1px solid;
}
.table2 tr td:first-child{
	width:30%;
}
.table2 tr:nth-child(odd) td{  
  background-color: #eee;  
}

	