
/*	common 
________________________________________________*/

.bg-picture{}
.content-inner{
	padding: 10px;
	background-color: rgba(0,0,0,.6);
	color: #DDDDD;
	border-radius: 8px;
	width:95%;
	margin-right:auto;
	margin-left:auto;
	color:#D8D8D8;
}

body::before {
  background:url('../../parts/img/background/bg2_1.jpg') no-repeat left top;
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
} 


/*	navi
________________________________________________*/

#menu-wrap {
	position: fixed; 
	z-index: 9999; 
	top: 0; 
	left: 0; 
	width: 100%; 
	background: rgba(35,17,0,.8);  
	transition: .3s;
	border-bottom:1px solid #888;
}
#menu { 
	list-style-type: none; 
	width: 95%; 
	margin: 0px auto 0px; 
	padding: 0; 
}
#menu li { 
	width: 14.2%; 
	float: left; 
	margin: 0; 
	padding: 0 10px; 
	text-align: center; 
}
#menu li a { 
	display: block; 
	width : 100%; 
	padding: 20px 0; 
	color: #fff; 
	font-size: 80%; 
	line-height: 1; 
	text-decoration: none; 
	transition: .3s; 
}
#menu li a:hover,
#menu li .stay { 
	background: rgba(217,163,0,.5); 
}

/*	h - titles
________________________________________________*/

.content-inner h2{
	font-size:180%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;	
}

hr {
	height:0;
	border:0;
	border-top:1px solid #444;
	border-bottom:1px solid #222;
}

/*	table set
________________________________________________*/

.table-set1{
	margin:10px 0;
}
.table-set1 th,
.table-set1 td{
	padding:15px;
	border:1px solid #888;
}

/*	ul and dl set
________________________________________________*/

.ul-set1{
	margin:10px 0;
}
.ul-set1 ul{
	border:1px solid #777777;
	border-radius:8px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:20px;
}
.ul-set1 li{
	padding:10px 0;
}

.dl-set1{
	margin:10px 0;
	padding:10px;
	border:1px solid #777;
	border-radius:8px;
}

/*	link adjustment
________________________________________________*/

#section2,
#section3,
#section4,
#section5,
#section6{
	margin-top:50px;
	padding-top:50px;
}





























