@charset "utf-8";



#sitemap{
	margin-top: 80px;
}

.title{
	height:auto;
	margin: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}

hr {
    border: none;
    background: #f3555c;
    width: 2rem;
    height: 0.25rem;
    margin: 0 auto 20px;
    display: block;
}

.box{
	width: 980px;
    margin: 80px auto;
}

.box table{
	width:100%;
}

.box table tr{
	border-bottom: #ccc solid 1px;
}

.box table tr th{
	width: 15%;
	font-weight: bold;
	padding: 20px;
	font-size: 16px;
	border-right: #ccc solid 1px;
}

.box table tr td{
	padding: 20px;
	width: 80%;
}

@media screen and (max-width: 768px) {

.box{
	width: 100%;
    margin: 50px auto 0;
}
.box table tr{
	border-bottom: none;
}
.box table tr th{
	width: 100%;
	font-weight: bold;
	padding: 0px;
	font-size: 16px;
	border-right: none;
	display: block;
	margin-top: 20px;
}
.box table tr td{
	padding: 0px;
	margin-top: 10px;
	width: 100%;
	display: block;
}

}