body {
	overflow-x: hidden;
	position: relative;
}

body.gNav-isOpen {
	overflow-y: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

/*  gHeader
----------------------------------------------------------------------*/
.gHeaderOuter {
	height: auto;
}

.gHeader_inner {
	width: auto;
	padding: 10px;
}

.gHeader_leftBox {
	float: none;
	width: auto;
}

.gHeader_txt {
	padding-right: 50px;
	line-height: 1.4;
}

.gHeader_logo {
	padding: 0;
}

.gHeader_en {
	margin: 10px 0 0;
	text-align: center;
	display: block;
	padding-left: 0;
}

.gHeader_rightBox {
	display: none;
}

.fontSize {
	display: none;
}

/*  gNav
----------------------------------------------------------------------*/
.gHeaderOuter nav {
	height: auto;
}

.gNavBtn {
	position: fixed;
	top: 10px;
	right: 10px;
	margin: 0;
	z-index: 100;
}

.gNavBtn a {
	display: block;
}

.gNavBtn a:before {
	background: #e1301d;
	border-radius: 4px;
	font-family: 'Genericons';
	display: block;
	content: '\f419';
	color: #fff;
	padding: 8px;
	font-size: 170%;
	line-height: 1;
}

.gNavCloseBtn a {
	display: block;
	background: #e1301d;
	border-radius: 4px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 116%;
	text-align: center;
	vertical-align: middle;
	text-indent: -10px;
}

.gNavCloseBtn a:before {
	font-family: 'Genericons';
	display: inline-block;
	content: '\f405';
	font-size: 139%;
	line-height: 35px;
	vertical-align: middle;
}

.gNavOverlay {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 200%;
	z-index: 101;
	opacity: 0;
	display: none;
	overflow: hidden;
	cursor: pointer;
	transition: opacity 0.4s;
}

.gNavOverlay.gNav-isOpen {
	opacity: .8;
	display: block;
}

.gNav {
	position: fixed;
	top: 0;
	left: -60%;
	width: 60%;
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background: #fff;
	transition: left 0.4s;
}

.gNav.gNav-isOpen {
	left: 0;
	box-shadow: 0 0 8px #222;
}

.gNav_inner {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	padding: 10px;
}

.gNav .siteSearch {
	margin: 0;
	float: none;
}

.gNav .siteSearch form {
	display: table;
	width: 100%;
}

.gNav .siteSearch input {
	width: 100%;
}

.gNav .siteSearch_elem {
	margin: 0;
	display: table-cell;
}

.gNav_list {
	margin: 20px 0 0;
}

.gNav_item {
	float: none;
	border-top: 1px solid #ddd;
}

.gNav_item a {
	text-indent: 0;
	font-size: 100%;
	width: auto;
	height: auto;
	background: none;
	padding: 8px 5px 8px 15px;
	text-indent: -10px;
}

.gNav_item a:before {
	display: inline;
	margin-right: 4px;
	content: url(../../images/bullets/arrow_red_right.png);
	vertical-align: baseline;
}

.gNav_item:first-child {
	border-top: none;
}

/*  .localNav
----------------------------------------------------------------------*/
.localNavBtn {
	position: fixed;
	top: 58px;
	right: 10px;
	margin: 0;
	z-index: 100;
}

.localNavBtn a {
	display: block;
}

.localNavBtn a:before {
	background: #e1301d;
	border-radius: 4px;
	font-family: 'Genericons';
	display: block;
	content: '\f507';
	color: #fff;
	padding: 8px;
	font-size: 170%;
	line-height: 1;
}

.localNavCloseBtn a {
	display: block;
	background: #e1301d;
	border-radius: 4px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 116%;
	text-align: center;
	vertical-align: middle;
	text-indent: -10px;
}

.localNavCloseBtn a:before {
	font-family: 'Genericons';
	display: inline-block;
	content: '\f405';
	font-size: 139%;
	line-height: 35px;
	vertical-align: middle;
}

.localNav {
	position: fixed;
	top: 0;
	left: -60%;
	width: 60%;
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background: #fff;
	z-index: 102;
	transition: left 0.4s;
}

.localNav.localNav-isOpen {
	left: 0;
	box-shadow: 0 0 8px #222;
}

.localNav_inner {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	padding: 10px;
}

.localNav_list {
	margin: 0;
	width: auto;
}

.localNav_item {
	float: none;
	border-top: 1px solid #ddd;
	text-align: left;
	background: none;
	min-width: 0;
	margin: 0;
}

.localNav_item a {
	text-indent: 0;
	font-size: 100%;
	width: auto;
	height: auto;
	background: none;
	padding: 8px 5px 8px 15px;
	text-indent: -10px;
	line-height: 1.6;
}

.localNav_item a:before {
	display: inline;
	margin-right: 4px;
	content: url(../../images/bullets/arrow_red_right.png);
	vertical-align: baseline;
}

.localNav_item a.active {
	color: #e1301d;
	opacity: 1;
}

.localNav_item:first-child {
	border-top: none;
}

/*  localSubNav
----------------------------------------------------------------------*/
.localSubNav_list {
	width: auto;
	text-align: left;
	padding: 0;
}

.localSubNav_item {
	width: 50%;
	margin: 0;
	padding-left: 10px;
	text-indent: 0;
}

.localSubNav_item:before {
	content: '';
	display: none;
}

.localSubNav_item a {
	padding: 8px 0 8px 10px;
	text-indent: -10px;
	display: block;
}

.localSubNav_item a:before {
	display: inline;
	margin-right: 4px;
	content: url(../../images/bullets/arrow_red_right.png);
	vertical-align: baseline;
}

/*  pageHeader
----------------------------------------------------------------------*/
.pageHeader_title {
	width: auto;
	padding: 15px 0;
	font-size: 193%;
}

/*  main
----------------------------------------------------------------------*/
.main {
	width: auto;
	padding: 10px 10px 30px;
}

/*  gFooter
----------------------------------------------------------------------*/
.gFooter {
	width: auto;
	padding: 20px 10px;
}

.gFooterLink {
	text-align: center;
	letter-spacing: -.4em;
}

.gFooterLink_item {
	float: none;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}

.gFooter_copyright {
	text-align: center;
}

/*  .toTop
----------------------------------------------------------------------*/
.toTop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	top: auto;
}
