@charset "UTF-8";

* {
	color: #111111;
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	font-size: 16px;
}

img {
	border-style: none;
}

.mar-10 {
	margin-right: 10px !important;
}

.header {
	margin: 40px 48px 0px 48px;
}

.header:after {
	clear: both;
	content: "";
	display: block;
}

.logo_top {
	float: left;
}

.logo_top img {
	height: 66.67px;
	padding: 0px 0px 40px 0px;
	width: 200px;
}

.logo_top a:hover {
	border-bottom: solid 1px #ffd700;
}

.men {
	float: left;
	margin: 7px 0px 0px 40px;
}

.men ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.men ul:after {
	clear: both;
	content: "";
	display: block;
}

.men li {
	float: left;
	padding: 0px 10px 0px 10px;
	width: auto;
}

.men li a {
	display: block;
	padding: 0px 0px 75px 0px;
	text-decoration: none;
}

.men li a:hover {
	border-bottom: solid 2px #ffd700;
	color: #888888;
}

.top_position {
	position: relative;
}

.top_img {
	background-image: url("../img/header.jpg");
	background-position: center 100%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 692px;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	width: 100%;
}

.top_name {
	background-color: rgba(181,0,0,0.7);
	bottom: -16%;
	color: #ffffff;
	font-size: 30px;
	padding: 20px 20px 20px 20px;
	position: absolute;
	right: 5%;
}

.top_name_small {
	color: #ffffff;
	font-size: 20px;
}

.topics {
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px #e9e9e9;
	margin: 87px 0px 128px 0px;
	padding: 0px 0px 0px 48px;
}

.topics_title {
	border-left: solid 1px #e9e9e9;
	border-right: solid 1px #e9e9e9;
	font-size: 11px;
	padding: 1px 17px 0px 29px;
}

.topics_main {
	font-size: 13px;
	padding: 0px 0px 0px 17px;
}