@charset "UTF-8";

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  /* またはabsolute; */
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px){
  img.bg {
  left: 50%;
  margin-left: -512px; }
}

body{
	background: #000;
	background: url(../img/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% 100%;
	background-attachment:fixed; 
	}

div#allWrap { position: relative;}

.text_yellow { color:#ffe19f;}
.text_red { color:#dd0000;}

.fl {float:left;}
.fr {float: right;}

.wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	width:990px;
	position:relative;
	margin:50px auto 40px;
}
#container_campany {
	width:990px;
	position:relative;
	margin:20px auto 40px;
}


#content{
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	/*overflow-x: hidden; */
}

/* HEADER*/

#header {
	margin:auto;
	width:100%;
	height:85px;
}

#header .header_logo {
	background:url(../img/header_bg.png) repeat-x;
	width: 100%;
	height:85px;
	text-align:center;
}


/* gloval_menu */

#gloval_menu {
	background: url(../img/gloval_menu_bg.png) repeat-y right top;
	width:303px;
	height:600px;
	position:fixed;
	text-align: center;
	right:0;
	top:0;
	z-index:1000;
	display: none;
}

#gloval_menu .gloval_menu_btn{
	position: absolute;
	bottom:40px;
	left:-26px;
}
#gloval_menu .gloval_menu_list{
	position: relative;
	top:50px;
	left:35px;
	}
#gloval_menu .gloval_menu_list>li.sub{
	display: none;
}
#gloval_menu .gloval_menu_list>li{
	overflow: hidden;
}
#gloval_menu .gloval_menu_list>li:last-child{
	padding: 10px 15px 7px;
	background-color: #000;
	border: 2px solid #c8a55a;
	width: 170px;
	margin: 5px auto 0;
	border-radius: 6px;
    -webkit-border-radius: 6px;  
    -moz-border-radius: 6px; 
}
#gloval_menu .gloval_menu_list>li:last-child li{
	margin-left: 10px;
	float: left;
}
#gloval_menu .gloval_menu_list>li li:first-child{
	margin-left: 15px;
}

/* section */

.section {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.section_main{
	float:left;
	width:735px;
	}


.section_article{
	clear:both;
	padding:50px;
	width:635px;
	background:#FFF;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	color:#000;
	}
	
.section_title {
	font-size:30px;
	font-weight: bold;
	color:#C8A55A;
	text-align:center;
	padding-top:-10px;
	margin-bottom:10px;
}
.section_title_nosub {
	font-size:30px;
	font-weight: bold;
	color:#C8A55A;
	text-align:center;
	margin-bottom:64px;
}
.section_subtitle {
	font-size:18px;
	font-weight: bold;
	color:white;
	text-align:center;
	margin-bottom:30px;
}

.font_gosick{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

.underline{
	clear:both;
	border:0;
	padding-bottom:50px;
	margin-bottom:50px;
	border-bottom:1px solid #000;
	}


.image_list {
	margin-left:-25px;
	}
.image_list li{
	float:left;
	width:140px;
	height:170px;
	margin-left:25px;
	margin-bottom:15px;
	font-size:12px;
	line-height:1.2;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

.image_list li img{
	margin-bottom:3px;
	}

.section_link{
	padding:10px 0 30px;
	}

.section_navi{
	float:right;
	padding:20px 30px;
	width:175px;
	background:#000;
	border:1px solid #C8A55A;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}

.navi_title{
	text-align:center;
	border-bottom:1px solid #FFF;
	margin-bottom:20px;
	padding-bottom:10px;
	}

.navi_menu li{
	margin-bottom:10px;
	color:#646464;
	}





/* HEADER MIN*/

#header_min {
	padding-top:35px;
}

#header_min #header_min_logo {
	background:url(../img/header_min_logo.png) no-repeat;
	text-indent:-9999px;
	width:156px;
	height:48px;
	margin:auto;
	margin-bottom:27px;
}

#header_min #header_min_title {
	background:url(../img/header_min_title.png) no-repeat;
	text-indent:-9999px;
	width:563px;
	height:41px;
	margin:auto;
	margin-bottom:30px;
}


/* FOOTER*/

#footer {
	margin:auto;
	width:990px;
	height: 50px;
	clear:both;
	border-top:1px dotted #858A8D;
}

#footer #copyright {
	padding-top:20px;
	line-height:1;
	color:#858A8D;
	font-size:10px;
	text-align:center;
}

