@charset "utf-8";
/* CSS Document */

section.company h1,section.privacy h1,section.sitemap h1{
	color: #214770;
}

section.company,section.privacy,section.sitemap{
	border-top: 5px solid #214770;
	padding: 1rem;
	margin-bottom: 20px;}

section.company h1,section.privacy h1,section.sitemap h1{
	font-weight: bold;
	font-size: 1.75rem;
	margin-bottom: 2rem;
}

h3{
font-weight:bold;
font-size:1.5em;
text-align: center;
margin-bottom: 3em;
}

div.date{
	text-align:right;
	margin-bottom: 1em;
}

div.name{
	text-align:right;
	margin-bottom: 3em;
}

div.yearlist{
text-align: right;
margin-bottom: 3em;
}

div.yearlist select{
padding: 0.5em;
color: #666666;
}


/*--TOPICS--*/
div.topics{
margin:0 0 4em 0;
}

div.topics a{
text-decoration: underline;
}


div.topics ul li{
margin-bottom: 1.5em;
}


div.topics ul dt{
margin: 0 2em 1em 0;
display: inline;
float: left;
}

div.topics ul dd{
margin-bottom: 10px;
padding-bottom: 10px;
display: block;
}

div.topics ul li:last-child{
margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
	div.topics ul dt{
	margin: 0 0 0.5em 0;
	display: block;
	float: none;
	}

	div.topics ul dd{
	margin-bottom: 0;
	padding-bottom: 0;
	}

	div.topics ul li{
	padding: 0.5em 0;
	display: block;
	border-bottom: 1px dotted #ccc;
	}

	div.topics ul li:last-child{
	border-bottom: none;
	}

	
}


div.topics ul span.cate{
	display: inline-block;
	border: 1px solid #666;
	color: #666;
	padding: 0.05rem 1rem;
	font-size: 0.75rem;
	margin-right: 1rem;
	width: 5em;
	text-align: center;
}




div.news_inquiry{
	border:1px solid #CCC;
	margin:3em 0;
}

div.about_inquiry{
	font-weight:bold;
	margin-bottom:5px;
	background:#efefef;
	padding:0.5em;
}
div.news_inquiry p{
padding: 0.5em;
}








@media screen and (max-width: 1000px) {



}

