@charset "utf-8";
/* CSS Document */
html {
	overflow: auto;
}

body {
	margin: 0;
	padding:0;
	height:100%;
	width:100%;
	overflow: hidden;
}

#headerbg {
	background-image: url(../image/main.jpg);
	width: 100%;
	min-width: 1000px;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}

#header_txt {
	width: 100%;
	position:absolute;
	text-align: center;
	padding-top: 250px;
	line-height: 30px;
	z-index:10;
}

#container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.clear{
	clear:both;
}

#footerbg {
	height:140px;
	width: 100%;
	min-width: 1000px;
	bottom: 0;
}

footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

footer .logo {
	margin: 0 auto 15px;
	width: 250px;
}
footer .sns {
	margin: 0 auto 35px;
	padding-left: 0;
	width: 400px;
}
footer .sns_btn {
	float: left;
	margin: 0;
	list-style-type: none;
}
footer .sns_btn + .sns_btn {
	margin-left: 20px;
}

.bottom {
	margin-bottom: 10px;
	width: 98%;
	font-size:10px;
	text-align: right;
/*	position: absolute; */
}

div#navi {
	width:100%;
	height:40px;
	background:#C9C9CA;
}

div#menu {
	/*width: 400px;*/
	width: 500px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	height: 40px;
	display: inline;
	margin:0;
	float: left;
}

.over {
	height: 40px;
	width: 100px;
	background-color: #9F9FA0;
	color: #fff;
	font-weight: bold;
}

#menu li a {
	height: 40px;
	display: block;
	text-decoration: none;
	width: 100px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	transition-property: all;
	transition: 0.4s linear;
}

#menu li a:hover {
	height: 40px;
	background-color: #9F9FA0;
	color: #fff;
	font-weight: bold;
}
#headerbg .bxslider {
	margin: 0px;
	padding: 0px;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}


.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
