@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);



/*===========================================
all
===========================================*/
@media screen and (max-width: 800px) {
* {
	box-sizing: border-box;
}
}

/*===========================================
sp_navi
===========================================*/
#sp_navi {
	position: relative;
	transition: all 0.5s ease;
}

#disable-layer {
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 990;
}

/*===========================================
header
===========================================*/
header .sp_menu {
	display: none;
}

@media screen and (max-width: 800px) {
header .sp_menu {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 2000;
	display: block;
}
}

header .open {
	padding: 8px 11px 11px;
	background:#000;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

header .open p {
	font-size: 10px;
	line-height: 1;
	clear:both;
	color: #FFF;
	text-align: center;
}

header .open i.fa-bars {
	color: #FFF;
	font-size:1.6em;
	line-height: 1;
}


/*===========================================
global
===========================================*/
#global {
	width: 225px;
	height: 100%;
	line-height: 1.2;
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 999;
	background: #FFF;
	overflow-y: auto;
	transition: all 0.5s ease;
	font-size: 14px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",MS P Gothic,Osaka,Arial,Verdana,sans-serif;
}

#global a {
	color: #28C5AE;
	text-decoration: none;
}

#global .headline {
	width: 100%;
	font-size: 13px;
	display: table;
	padding: 15px 5px;
	display: block;
	background: #FFF;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}

#global .headline img{
	width: 150px;
	height:auto;
	margin:0 auto 6px;
}

@media screen and (max-width: 568px) {
#global .headline {
	padding: 7px 5px;
}
#global .headline img{
	width: 120px;
	height:auto;
	margin:0 auto 3px;
}
}

#global-menu {
border-top: 1px solid #000;
margin-top:0;
}

#global-menu li.mst {
	border-bottom: 1px solid #EAEAE9;
}

#global-menu li a {
	font-family: 'Roboto Condensed', sans-serif!important;
	font-weight:300;
	padding: 15px 15px 13px;
	display: block;
	position: relative;
	color: #000;
}

#global-menu li a:hover {
	background: #000;
	color: #FFF;
}

#global-menu > li > a:after {
	content: '\f054';
	margin-top: -7px;
	position: absolute;
	top: 50%;
	right: 10px;
}

#global-menu ul li:first-child {
	border-top: none;
}

#global-menu .children {
	background: #434343;
}

#global-menu .children li {}

#global-menu .children li .trigger {
	padding: 15px 15px 13px;
	display: block;
	position: relative;
	cursor: pointer;
	background: #FFF;
	color: #6B501A;
	border-bottom: 1px solid #EAEAE9;
}

#global-menu .children li .trigger:after {
	content: '\f078';
	margin-top: -7px;
	position: absolute;
	top: 50%;
	right: 10px;
}

#global-menu .children li .trigger.active {
	background: #F8F3DD;
	color: #9C7D1D;
}

#global-menu .children li .trigger.active:after {
	content: '\f077';
	margin-top: -7px;
	position: absolute;
	top: 50%;
	right: 10px;
}

#global-menu .children li .target {
	background:#C69F67;
	display: none;
}

#global-menu .children li .target a {
	color:#FFF;
}

#global-menu .children li .target a:hover {
	color: #6B501A;
}


#global-menu .children li .target.active {
	display: block;
}
}

#global-menu .children li .target li a:after {
	content: '\f054';
	margin-top: -7px;
	position: absolute;
	top: 50%;
	right: 10px;
}


#global-closes {
	padding: 10px 10px 8px;
}

#global-closes .closes {
	width: 100px;
	margin: auto;
	padding: 10px 5px;
	background: #DADBDD;
	display: block;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}

#global-closes .closes i.fa-times {
	color: #000;
}

#global-closes span {
	color:#000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
}

/*===========================================
Font Awesome
===========================================*/

#global-menu > li > a:after,
#global-menu .children li a:after,
#global-menu .children li .trigger:after,
#global-menu .children li .target li a:after,
#global-pages li a:after {
	font-family: 'FontAwesome';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: left;
	font-weight: normal;
	font-style: normal;
}