@charset "UTF-8";
/**
 * reset
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
	margin: 0;
}

body {
	color: #000;
	font: 15px/1.7 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
#	background-color: #f5f5f5;
	text-align: left;
}

ol, ul {
	list-style: none;
}

a {
  text-decoration: none;
}

strong{
	font-weight:bold;
	color:#000;
}

/**
 * base
 */
.wrapper {
	width: 100%;
	height: 100vh;
#	text-align: center;
	font-size: 13px;
#	background: #BED6E6;
}

.contents {
	width: 100%;
	height: 100%;
}

.contents__inner {
	box-sizing: border-box;
	width: 100%;
#	margin: 0 auto;
#	padding: 50px 24px;
	padding: 10px 10px;
	color: #fff;
}

/*
.contents__inner h1 {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
}

*/

/**
 * btn
 */
.btn__box {
	width: 250px;
	height: 50px;
	line-height: 50px;
	margin: 100px auto 0;
	font-size: 13px;
}

.btn__box a {
	position: relative;
	display: block;
	color: #666;
	background: #fff;
}

.btn__box a:before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	box-sizing: border-box;
	width: 250px;
	height: 50px;
	border: 1px solid #666;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.btn__box a:hover:before {
	-webkit-transform: translate(10px, 10px);
	transform: translate(10px, 10px);
}



/**
 * menu
 */
.menu {
	margin-right:auto;
	position: relative;
	width: 100%;
	height: 50px;
	max-width: 800px;
#	margin: 0 auto;
	z-index: 2;
}

.menu > li {
	float: left;
	width: 20%;
	height: 40px;
	line-height: 40px;
#	background: rgb(29, 33, 19);
	background: rgb(83, 83, 83);
text-align: center;
}

.menu > li a {
	display: block;
	color: #fff;
}

.menu > li a:hover {
	color: #999;
}

.menu__none:hover,
.menu__multi:hover,
.menu__mega:hover,
.menu__single:hover {
#  background: #072A24;
  background: #003466;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.menu__second-level li {
  border-top: 1px solid #111;
}

.menu__third-level li {
  border-top: 1px solid #111;
}

.menu__second-level li a:hover {
  background: #111;
}

.menu__third-level li a:hover {
  background: #2a1f1f;
}

.menu__fourth-level li a:hover {
  background: #1d0f0f;
}

.init-bottom:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu:before,
.menu:after {
  content: "";
  display: table;
}

.menu:after {
  clear: both;
}

.menu {
  *zoom: 1;
}


/**
 * single menu
 */
.menu > .menu__single {
  position: relative;
}

.menu__single .menu__second-level {
  position: absolute;
  top: 40px;
  width: 100%;
#  background: #072A24;
  background: #535353;

  -webkit-transition: .2s ease;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;
}

.menu__single:hover > .menu__second-level {
  top: 40px;
  visibility: visible;
  opacity: 1;
}


#logo{
	margin-right: auto;
	display:block;
	position:relative;
	float: left;
	width:100%;
	margin: 0 auto;
}


#htitle{
	display:block;
	position:relative;
	width:100%;
	margin: 0 auto;
	z-index: 1;
}

#htitle img{
	width:100%;
}

#privacy{
	margin-right: auto;
	box-sizing: border-box;
	float:left;
	display:block;
	position:relative;
	padding:20px;
	width:auto;;
	color: #000;
}
#privacy p{
	text-align:left;
}
.tophead {
#	float:left;
#	text-align:left;
#	display:block;
#	position:relative;
#	height:24px;
#	margin:0px 0px 5px 0px;
#	padding:6px 0px 0px 10px;
	font-size:16px;
	font-weight:bold;
	color:#333333;

	border-left: inset 8px #535353;
	border-bottom: medium solid #535353;
}

#footer_navi{
	clear:both;
	max-width:800px;
	background:#faffba;
#	padding:20px;
	text-align:right;

}

.copy{
	font-weight:bold;
	font-style: italic;
	color:#333333;
}


#header_title h1{
	position:relative;
	max-width:800px;

	font-size:16px;
	line-height:25px;
	height:25px;
	background:#023F1F;
	letter-spacing:1px;
	text-indent:10px;
	color:#ffffff;
	font-weight:normal;
	text-shadow:#252525 1px 1px 2px;
	border-radius: 0 3px 3px 3px;
	 -moz-border-radius: 0 3px 3px 3px;
	 -webkit-border-radius: 0 3px 3px 3px;
	 -o-border-radius: 0 3px 3px 3px;
	 overflow:hidden;
}


#brlist ol{
  float: left;

}
#brlist li{
  display: block;
  float: left;
	color:#000;
}
#brlist li a {
  display: block;
  float: left;
  text-decoration: none;
}

