/* mainのidに重ねて */
#main{
	background-repeat: no-repeat;
	background-image: url("../img/back2.png");
}

#inner{
	width: 930px;
	margin: 0px 25px;
}

#tbl_ksn{
	width: 820px;
	padding: 10px;
	text-align:  center;
	background-color: #fff;
	height: 150px;              /* 高さ指定 */
	white-space: nowrap;
	border-spacing: 10px;
	padding: 100px;
}

#tbl_ksn td{
	padding: 4px;
}

/* #tbl_ksn td:nth-of-type(1){ */
/*     background: #c0e0fc; */
/* } */

.box {
	text-align: left;
}

.col-1 {
	display: inline-block;
	width: 300px;
	/* border: solid 1px; */
}
.col-2 {
	display: inline-block;
	width: 170px;
	/* border: solid 1px; */
}

#area2{
    height: 30px;
}	
    
