@charset "utf-8";
#op_container {
	width: 100%;
	min-width: 980px;
	border-top: solid 3px #b28000;
	line-height: normal;
}
#op_container a {
	color: #005eaa;
	text-decoration: none;
	outline: none;
}
#op_container a:hover {
	text-decoration: underline;
}
#op_container .rollover {
	transition: 0.3s;
}
#op_container .rollover:hover {
	opacity: 0.7;
}
#op_header {
	background: #052442;
}
#op_header .inner {
	display: flex;
	position: relative;
	box-sizing: border-box;
	width: 980px;
	height: 70px;
	margin: 0 auto;
	background: url(../img/common/bg_header.png) repeat-y;
}
#op_header .inner .pankuzu {
	display: flex;
	position: absolute;
	top: 5px;
	left: 0;
}
#op_header .inner .pankuzu li {
	color: #fff;
}
#op_header .inner .pankuzu li::after {
	content: "＞";
	padding: 0 10px;
}
#op_header .inner .pankuzu li:last-child::after {
	content: "";
	padding: 0;
}
#op_header .inner .pankuzu li a {
	color: #fff;
}
#op_header .inner .pankuzu li a:hover {
	text-decoration: underline;
}
#op_header .inner h1 {
	width: 780px;
	padding-top: 15px;
	color: #fff;
	font-weight: bold;
}
#op_header .inner h1 .ttl {
	font-size: 30px;
}
#op_header .inner h1 .new {
	position: relative;
	top: 5px;
}
#op_header .inner h1 .mk {
	font-size: 30px;
}
#op_header .inner h1 .name {
	padding-left: 10px;
	font-size: 30px;
}
#op_header .inner h2 {
	position: absolute;
}
#op_header .inner h2.logo {
	top: 12px;
	right: 10px;
}
#op_header .inner h2.ct {
	top: 10px;
	right: 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: none;
}
#op_header .inner .user-func {
	display: flex;
	position: absolute;
	top: 40px;
	right: 0;
}
#op_header .inner .user-func li {
	height: 20px;
	margin-left: 6px;
}
#op_header .inner .user-func li a {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0 8px 0 28px;
	border-radius: 10px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 8px center;
	color: #333;
	text-decoration: none;
}
#op_header .inner .user-func .favorite a {
	background-image: url(../img/common/icon_heart.png);
}
#op_header .inner .user-func .history a {
	background-image: url(../img/common/icon_history.png);
}
/*------------- side banner left -------------*/
#side_ban_l {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -630px;
	z-index: 100;
}
#side_ban_l li {
	margin-top: 10px;
}
#side_ban_l .ttl_houjin {
	margin-top: 40px;
}
/*------------- side banner -------------*/
#side_ban {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: 500px;
}
#side_ban .used {
	width: 128px;
	border: solid 1px #d6d6d6;
	background: #fff;
}
#side_ban .used ul {
	margin: 0 4px 10px;
}
#side_ban .used li {
	margin-top: 10px;
}
#side_ban .etc {
	width: 128px;
	margin-left: 1px;
}
#side_ban .etc ul {
	margin-bottom: 10px;
}
#side_ban .etc li {
	margin-top: 10px;
}