@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: 998;
}

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

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

header .open {
	padding: 8px 10px;
	background: #888888;
	display: inline-block;
	color: #FFF;
	border-radius: 2px;
	text-decoration: none;
	cursor: pointer;
	font-size:14px;
	-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
}

/*===========================================
global
===========================================*/
#global {
	width: 210px;
	height: 100%;
	line-height: 1.2;
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 999;
	background: #000;
	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: #333;
	text-decoration: none;
}

#global .headline {
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	display: table;
	padding: 15px 15px;
	display: block;
	background: #888888;
	color: #FFF;
	margin-top:2px;
}

#global-menu {
border-top: 1px solid #444444;
}

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

#global-menu .en {
  font-family: 'Roboto', sans-serif;
  font-size:12px;
  font-weight:400;
  text-transform: uppercase;
}

#global-menu li a {
	padding: 15px 15px;
	display: block;
	position: relative;
	color:#FFF;
}

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

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

#global-buttons {
	padding: 10px;
}

#global-buttons a {
	color: #FFF;
}

#global-buttons .btn-tel {
	width: 98%;
	margin:0 auto 0;
}

#global-buttons .btn-mail {
	width: 98%;
	margin:10px auto 0;
}

#global-buttons .btn-mail .en {
  font-family: 'Roboto', sans-serif;
  font-size:12px;
  font-weight:400;
  text-transform: uppercase;
}

#global-buttons .btn-mail a {
	padding: 10px 10px 9px;
	background: #888888;
	border-radius: 7px;
	display: block;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}

#global-buttons .btn-tel a {
	padding: 10px 10px 9px;
	background: #FFED2B;
	border-radius: 7px;
	display: block;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #000;
	text-decoration: none;
	font-size: 14px;
}

#global-buttons .btn-mail a:hover {
	background: #0D62B1;
}


#global-buttons .btn-tel a:hover {
	background: #0D62B1;
	color: #FFF;
}

#global-closes {
	padding: 10px 10px 8px;
	margin-top:3px;
	margin-bottom:5px;
}

#global-closes .closes {
	width: 100px;
	margin: auto;
	padding: 10px 5px;
	background: #f5f5f5;
	display: block;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	color:#333;
	font-size:90%;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}

#global-closes .closes:hover {
	background: #B0B0B0;
	color:#FFF;
}

/*===========================================
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;
}