/*common******************************/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif !important;
	font-size: 15px;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #ffffff;
}
h1 {
	width: 100%;
	font-size: 80%;
	color:#FFFFFF;
	font-weight: normal;
	margin: 2px auto 0 auto ;
	text-align: right;
	float: right;
}
h2 {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 10px 0 ;
	height: 15px;
}
ul, li {
	list-style:none;
}
a {
	text-decoration: none;
}
img {
	border:0px;
}
#header {
	width: 100%;
	background-image: url(../../images/common/headbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	float: left;
}
.logo {
	width: 100%;
	float: left;
}
.logo img {
	width: 100%;
}
.open {
	width: 100%;
	float: left;
}
.open img {
	width: 100%;
}
.open2 {
	width: 100%;
	float: left;
}
.open2 img {
	width: 100%;
}
.headbox {
	width: 100%;
	float: left;
}
.tel {
	width: 100%;
	background:linear-gradient(#4a4a4a, #1c1c1c);
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	float: left;
}
.tel img {
	width: 100%;
}
.headmember {
	width: 80%;
	margin: 10px 10% 20px 10%;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 5px;
	background:linear-gradient(#ffce6c, #cc9933);
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	float: left;
}
.headmember a {
	color: #000000;
}
#gnav {
	font-family: "Sawarabi Mincho";
	width: 100%;
	height: 50px;
	background-image: url(../images/common/navbg.png);
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 120%;
	text-align: center;
	float: left;
}

#wrap {
	width: 100%;
	background-image: url(../../images/common/mainbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	float: left;
}
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.contents {
	width: 100%;
	margin: 0 0 20px 0;
}
.title {
	font-family: "Sawarabi Mincho";
	width: 100%;
	margin: 0 0 5px 0;
	padding: 5px;
	box-sizing: border-box;
	color: #cc9933;
	font-size: 140%;
	text-align: left;
	float: left;
}
.titlesub {
	font-size: 50%;
	padding: 15px 0 0 0;
	box-sizing: border-box;
	float: right;
}

/*sidenav------------------------------*/
.drawer-nav{
}
.drawer-nav li {
	background:linear-gradient(#ffce6c, #cc9933);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


/*unadernav------------------------------*/
.undernav {
	width: 100%;
	max-width: 100%;
	height: 50px;
	text-align: left;
	position: fixed;
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	padding:0;
	margin: 0px auto;
	float:left;
	background-color: rgba( 0, 0, 0, 0.8 );
	z-index:2;
}
.undernav ul {
	width: 100%;
	max-width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.undernav li {
	width: 20%;
	height: 100%;
	text-align: center;
	float:left;
}
.undernavtotop {
	background-color: rgba( 0, 0, 0, 0.55 );
}
.undernav li img {
	max-width: 100%;
	max-height: 50px;
}
.undernav Button {
	width: 100%;
	height: 50px;
	border: none;
	background-color: rgba(0,0,0,0);
}


/*footer******************************/
#footer {
	width: 100%;
	color:#ffffff;
	background-color:#000000;
	padding: 20px 0 100px 0;
	box-sizing: border-box;
	text-align: center;
	border-top: solid 2px #666633;
	float: left;
}
#footer a {
	color:#000000;
}
.flogo {
	width: 100%;
	margin: 0 0 30px 0;
	float: left;
}
.flogo img {
	width: 50%;
}
.fnav {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 90%;
	float: left;
}
.fnav ul {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.fnav li {
	width: 48%;
	margin: 0 1% 5px 1%;
	padding: 3px;
	box-sizing: border-box;
	text-align: center;
	background:linear-gradient(#ffce6c, #cc9933);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	float: left;
}
.fopen {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 120%;
	float: left;
}
.fadd {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 90%;
	float: left;
}
.copy {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 90%;
	float: left;
}


/*main******************************/
.bt {
	width: 100%;
	margin: 20px 0;
	padding: 0;
	text-align: center;
	float: left;
}