@charset "utf-8";
/* CSS Document */

html {
	color: #000;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 20px;
	background: #fff;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix::after {
	content: "";
	clear: both;
	display: block;
}
.wrap {
	overflow-x: hidden;
}

header {
	position: relative;
	width: 100%;
	height: 127px;
	border-bottom: 3px solid #ff8ff6;
}
header::before {
	content: "";
	position: absolute;
	width: 1000px;
	height: 130px;
	background: #fff;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

header .title_log {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
	width: 1000px;
	padding-top: 12px;
}
header .title_log #login p {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	background: #9e9d9d;
	width: 216px;
	height: 18px;
	margin: 0;
	text-align: center;
}
header .title_log #login form {
	width: auto;
	height: auto;
	border: 1px solid #9e9d9d;
	padding: 9px;
	padding-left: 15px;
	background: #eaeaea;
}
header .title_log #login form label {
	color: #3e3d3d;
	font-size: 14px;
	letter-spacing: 0.5px;
	margin-right: 7px;
}
header .title_log #login form input[type="text"],
header .title_log #login form input[type="password"] {
	color: #3e3d3d;
	font-size: 14px;
	font-family: "A-OTF UD新ゴ Pr6N L";
	letter-spacing: 0.5px;
	width: 158px;
	height: 18px;
	border: 1px solid #3e3d3d;
	background: #fff;
	margin-right: 11px;
}
header .title_log #login form input[type="submit"] {
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.5px;
	width: auto;
	height: 20px;
	background: #3e3d3d;
	padding: 0 8px;
}
#header_menu {
	position: absolute;
	top: 74px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	width: 1000px;
	height: 56px;
}
#header_menu .wall {
	width: 100%;
	height: auto;
	border-bottom: 3px solid #ff8ff6;
}
#header_menu .header_nav {
	display: flex;
	height: 100%;
}
#header_menu .header_nav li {
	width: 164px;
	margin: 12px 1px 0;
}
#header_menu .header_nav li:first-child {
	margin-left: 3px;
}
#header_menu .header_nav li:last-child {
	margin-right: 3px;
}
#header_menu .header_nav .btn_on .menu_btn {
	width: 100%;
	height: 33px;
	padding-top: 8px;
	border-bottom: 3px solid #ff8ff6;
}
#header_menu .header_nav .btn_on:hover > .menu_btn {
	background: #eeeeee;
	height: 32px;
	border-bottom: 4px solid #ff8ff6;
}
#header_menu .header_nav .btn_on .menu_btn a {
	display: block;
	width: 100%;
	height: 100%;
	color: #3e3d3d;
	font-size: 12px;
	font-family: "A-OTF UD新ゴ Pr6N L";
	font-weight: bold;
	line-height: 12px;
	text-align: center;
	text-decoration: none;
}
#header_menu .header_nav .btn_on .menu_btn a span {
	display: block;
	color: #959595;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	text-align: center;
	padding: 6px 0 5px;
}
#header_menu .header_nav .btn_on:hover > .menu_btn span {
	padding: 6px 0 4px;
}
#header_menu .header_nav .btn_off .menu_btn {
	width: 100%;
	height: 36px;
	padding-top: 8px;
}
#header_menu .header_nav .btn_off .menu_btn a {
	display: block;
	width: 100%;
	height: 100%;
	color: #959595;
	font-size: 12px;
	font-family: "A-OTF UD新ゴ Pr6N L";
	font-weight: bold;
	line-height: 12px;
	text-align: center;
	text-decoration: none;
}
#header_menu .header_nav .btn_off .menu_btn a span {
	display: block;
	color: #959595;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	text-align: center;
	padding: 6px 0 5px;
}


footer {
	background: #e2e2e2;
	width: 100%;
	height: auto;
}
footer .footer_log {
	width: 1000px;
	padding: 17px 0 12px;
	margin: 0 auto;
	display: flex;
}
footer .footer_log a {
	margin-right: 10px;
}
footer .footer_log a img {
	display: inline-block;
}
footer .footer_log span {
	display: block;
	font-size: 16px;
	line-height: 16px;
	padding-top: 12px;	
}
footer #footer_nav {
	width: 100%;
	height: auto;
	background: #999999;
}
footer #footer_nav ul {
	display: flex;
	width: 1000px;
	padding: 6px 0;
	margin: 0 auto;
}
footer #footer_nav ul li {
	display: flex;
	align-items: center;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #fff;
	height: 14px;
}
footer #footer_nav ul li:last-child {
	border: none;
}
footer #footer_nav ul li a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
footer small {
	display: block;
	width: 1000px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 14px;
	padding: 40px 0 20px
}

.main_area {
	width: 100%;
	height: auto;
}
.main_area .main_title {
	width: 100%;
	background: #f695ea;
	margin-top: 3px;
}
.main_area .main_title img {
	width: 1000px;
	height: 70px;
	margin: 0 auto;
}

.entry {
	position: relative;
	width: 1000px;
	height: 160px;
	margin: 0 auto 82px;
}
.entry img {
	position: absolute;
	top: 0;
	left: 0;
}
.entry a {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 92px;
	margin-left: 172px;
}