@charset "utf-8";
/* CSS Document */


/* ----------------------------------------------------
   Basic setting:
------------------------------------------------------- */

/* Basic
--------------------------------------------*/

body {
	font-size: 100%;
}

* {
	-webkit-text-size-adjust: 100%;
}

/*---- outline ----*/

#left_col,
#right_col {
	float:  none;
	border-left: none;
}

#left_col {
	position: absolute;
	background: #fff;
	z-index: 5;
	width: 85%;
	left: -85%;
	min-height: 100%;
	border-right: 5px solid #C6440A;
}

#right_col {
	width:  100%;
}

#right_col .outline {
	padding: 0 2% 20px;
	width:  100%;
}


/*---- header setting ----*/

#header {
	padding: 10px;
}

#header .logo {display: none;}

#right_col .logo {
	display: block;
	padding: 20px;
	text-align: center;
}

#right_col .logo img {
	width: 220px;
}


/*---- footer setting ----*/

#footer {
	padding: 1em 0 0;
}

#footer address {
    margin: 20px 3%;
}

#right_col #footer .logo {
    padding: 0 20px;
}

#right_col .logo {
    padding: 15px; 
}

#right_col .logo img {
    width: 160px; 
}

#footer #copy {
    margin-top: 20px;
}

/*----  glnav setting ----*/

/*-- menu --*/

#menuBtn {
	display: block;
	position: absolute;
	right: -50px;
	top: 12px;
}

#menuBtn button {
	display: inline-block;
	width: 50px;
	height: 40px;
	background: #C6440A;
	border-radius: 0 2px 2px 0;
	border: 0;
}

#menuBtn button img {max-width: 100%;}

#menuBtn button.close {display: none;}


/*-- glnav --*/


#glnav > ul > li > a:hover,
#glnav > ul > li.on > a {
	background: #C6440A;
	color: #fff;
	border-bottom: 1px solid #C6440A;
}

#glnav > ul > li:first-child > a:hover,
#glnav > ul > li:first-child.on > a {
	border-top: 1px solid #d6cbb9;
}

#glnav > ul > li.on > a {
	background-color: #C6440A;
}

#glnav ul ul,
#glnav ul ul ul {
	position: relative;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	padding: 0px;
	box-sizing: border-box;
}

#glnav > ul > li > ul {
	border-top: 1px solid #3072A6;
}

#glnav ul ul li a {
	background: url(../img/arrow01.png) no-repeat 15px 18px;
	padding-left: 35px!important;
	background-size: 8px;
}

#glnav ul ul li.on > a {
	background-color: #336793;
}

#glnav ul ul li.on {
	border-right: 5px solid #336793;
}

#glnav ul ul ul {
	border-top: 1px solid #315E7D;
	display: none;
	padding: 10px 0 10px 10px;
}


#glnav ul ul ul a {
	background-image: none;
	text-decoration: underline;
}


/* element setting:
--------------------------------------------*/

/*---- list ----*/

ul.list1 {
	margin: 20px 2%;
}

ul.list1 li {
	background: url("../img/arrow01.png") no-repeat 0 5px;
	padding: 0 8px 1em 20px;
}


/*-- btn --*/

.btn1 a {
    margin: 40px auto 10px;
	width: 100%;
    padding: 1em;
}



