@charset "UTF-8";

#header {
	border-color:#f09767;
}
#title,.table1 th {
	background-color:#fadec9;
}

.tw {
	width:1060px;
	margin:0 auto;
}
.tw li {
	float:left;
	width:calc(100% / 2);
}
.tw li span {
	display:block;
	border:5px solid #fadec9;
	background-color:#fff;
	text-align:center;
	margin:0 1px;
	line-height:50px;
	color:#785142;
	font-weight:bold;
	border-radius:20px 20px 0 0;
    cursor: pointer;
}
.tw li span:hover {
	background-color:#fadec9;
}
.tw li.current span {
	background-color:#f09767;
	color:#fff;
}

@media screen and (max-width: 499px) {
.tw {
	width:auto;
	margin:0 0 19px;
}
.tw li {
	width:calc(100% / 2);
}
.tw li span {
	margin:0 1px 1px;
	line-height:40px;
	border-radius:10px;
	font-size:0.84em;
}

}

@media screen and (min-width: 500px) {
.table1 th {
    width: 200px;
}
}

