@charset "utf-8";


h3 {
	margin-top: 20px;
}

.left_box .list {
	color: #000CA5;
	font-size: 14px;
}
.left_box .list a {
	color: #000CA5;
	text-decoration: underline;
	font-size:14px;
}

.densicat{
	display: none;
}

.densicat_mobile{
	width: 100%;
}


@media screen and (min-width: 700px){

.densicat{
	display: block;
}
.densicat_mobile{
	display:none;
}

.densicat th a{
	margin-right: 40px;
	margin-bottom: 10px;
	display: block;
	margin-top: 40px;
}


.densicat td a{
	margin-bottom: 20px;
	overflow-x: hidden;
}

#content .border {
	border-bottom: 1px solid #333333;
}
}