@charset "utf-8";

/* ------------------------------------------

	DEFINITIONS: header_footer.css
	VERSION:     2014-07-09

	CONTENTS:
	1. GLOBAL HEADER
		1.1 FUNCTION NAVIGATION
		1.2 GLOBAL NAVIGATION
		1.3 SEARCH FORM

	2. GLOBAL FOOTER
		2.1 VIEW MODE
		2.2 LINK BUTTON
		2.3 FUNCTION NAVIGATION
		2.4 COPYRIGHT
		2.5 CLOSE BUTTON

------------------------------------------ */


/* 1 GLOBAL HEADER
--------------------------------------------------------- */
.global_header {
	border-top:2px solid #e60000;
	border-bottom: 1px solid #bbb;
	overflow:hidden;
	background-color:#fff;
}
.global_header .site_id {
	float:left;
	width:103px;
	margin:6px 0 8px 10px;
}
.global_header .site_id a {
	display: block;
	height:43px;
}
.global_header .site_id a,
.global_header .sp_nav li a,
.global_header .close a {
	background: url(../img/header.png) no-repeat 0 0;
	background-size: 300px;
	text-indent: -9999px;
	outline:0;
}

/* 1.1 FUNCTION NAVIGATION
--------------------------------------------------------- */
.global_header .sp_nav {
	float: right;
	margin: 5px 0 0;
	padding-right:5px;
}
.global_header .sp_nav li {
	float: left;
	width:40px;
}
/*.global_header .sp_nav .pc {
	background-position:-155px 0;
}*/
.global_header .sp_nav li a {
	display: block;
	height:44px;
}
.global_header .sp_nav .nav a {
	background-position:-265px 11px;
}
.global_header .sp_nav .search {
	width: 41px;
}
.global_header .sp_nav .search a {
	background-position:-224px 11px;
}

/* CLOSE BUTTON */
.global_header .close {
	float: right;
	width: 40px;
	margin-top: 5px;
	padding-right: 5px;
}
.global_header .close a {
	display: block;
	height: 44px;
	background-position: -265px -31px;
}

/* 1.2 GLOBAL NAVIGATION
--------------------------------------------------------- */
.global_header .global_nav{
	display:none;
	clear:both;
	height:0;
	overflow:hidden;

	-webkit-transition: height 0.4s ease-out;
	-moz-transition: height 0.4s ease-out;
	-ms-transition: height 0.4s ease-out;
	-o-transition: height 0.4s ease-out;
	transition: height 0.4s ease-out;
}
.global_nav{
	position: relative;
}
.global_nav ul {
	padding:2.25em 20px 1.167em;
	-pie-background: linear-gradient(bottom, #3d3d3d 0%,#4c4c4c 2%,#4c4c4c 100%);
	background-image: url(data:image/svg+xml,%3c%3fxml%20version%3d%221%2e0%22%3f%3e%3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20width%3d%22100%25%22%20height%3d%22100%25%22%3e%3cdefs%3e%3clinearGradient%20id%3d%22G%22%20x2%3d%220%22%20y1%3d%22100%25%22%3e%3cstop%20style%3d%22stop%2dcolor%3a%233d3d3d%22%20offset%3d%220%25%22%2f%3e%3cstop%20style%3d%22stop%2dcolor%3a%234c4c4c%22%20offset%3d%222%25%22%2f%3e%3cstop%20style%3d%22stop%2dcolor%3a%234c4c4c%22%20offset%3d%22100%25%22%2f%3e%3c%2flinearGradient%3e%3c%2fdefs%3e%3crect%20width%3d%22100%25%22%20height%3d%22100%25%22%20fill%3d%22url%28%23G%29%22%2f%3e%3c%2fsvg%3e);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #3d3d3d),color-stop(2%, #4c4c4c),color-stop(100%, #4c4c4c));
	background-image: -webkit-linear-gradient(bottom, #3d3d3d 0%,#4c4c4c 2%,#4c4c4c 100%);
	background-image: -moz-linear-gradient(bottom, #3d3d3d 0%,#4c4c4c 2%,#4c4c4c 100%);
	background-image: -ms-linear-gradient(bottom, #3d3d3d 0%,#4c4c4c 2%,#4c4c4c 100%);
	background-image: -o-linear-gradient(bottom, #3d3d3d 0%,#4c4c4c 2%,#4c4c4c 100%);
	background-image: linear-gradient(to top, #3d3d3d 0%,#4c4c4c 2%,#4c4c4c 100%);
}
.global_nav li {
	position:relative;
	border-bottom: 1px solid #747474;
}
.global_nav li:last-child {
	border-bottom:none;
}
.global_nav a {
	display:block;
	color: #fff;
	padding:12px 30px 13px 5px;
}
.global_nav li .inner {
	display:inline-block;
	padding:2px 0 2px 6px;
	line-height:1;
	border-left:5px solid #c00;
}

.global_nav a:after {
	content : "";
	display:inline-block;
	position:absolute;
	top:50%;
	right:10px;
	width:9px;
	height:15px;
	margin-top:-7px;
	background: url(../img/bg_black/arr_right.png) no-repeat;
	background-size:9px auto;
	vertical-align:baseline;
}
.global_nav li:nth-child(1) a:after,
.global_nav li:nth-child(2) a:after {
	width:15px;
	height:12px;
	margin-top:-6px;
	background: url(../img/bg_black/icon_pc.png) no-repeat;
	background-size:15px auto;
}

.global_nav .btn_close,
.seek .btn_close {
	position:absolute;
	top:10px;
	right:10px;
	width:19px;
	height:19px;
	cursor:pointer;
	background: url(../img/header.png) no-repeat 0 -43px;
	background-size: 300px;
	text-indent: -9999px;
}


/* 1.2 SEARCH FORM
--------------------------------------------------------- */
.seek{
	display:none;
	clear:both;
	position:relative;
	text-align:center;
	-pie-background: linear-gradient(bottom, #3d3d3d 0%,#4c4c4c 2%,#4c4c4c 100%);
	background-image: url(data:image/svg+xml,%3c%3fxml%20version%3d%221%2e0%22%3f%3e%3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20width%3d%22100%25%22%20height%3d%22100%25%22%3e%3cdefs%3e%3clinearGradient%20id%3d%22G%22%20x2%3d%220%22%20y1%3d%22100%25%22%3e%3cstop%20style%3d%22stop%2dcolor%3a%233d3d3d%22%20offset%3d%220%25%22%2f%3e%3cstop%20style%3d%22stop%2dcolor%3a%234c4c4c%22%20offset%3d%222%25%22%2f%3e%3cstop%20style%3d%22stop%2dcolor%3a%234c4c4c%22%20offset%3d%22100%25%22%2f%3e%3c%2flinearGradient%3e%3c%2fdefs%3e%3crect%20width%3d%22100%25%22%20height%3d%22100%25%22%20fill%3d%22url%28%23G%29%22%2f%3e%3c%2fsvg%3e);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #3d3d3d),color-stop(2%, #4c4c4c),color-stop(100%, #4c4c4c));
	background-image: -webkit-linear-gradient(bottom, #3d3d3d 0%,#4c4c4c 2%,#4c4c4c 100%);
	background-image: -moz-linear-gradient(bottom, #3d3d3d 0%,#4c4c4c 2%,#4c4c4c 100%);
	background-image: -ms-linear-gradient(bottom, #3d3d3d 0%,#4c4c4c 2%,#4c4c4c 100%);
	background-image: -o-linear-gradient(bottom, #3d3d3d 0%,#4c4c4c 2%,#4c4c4c 100%);
	background-image: linear-gradient(to top, #3d3d3d 0%,#4c4c4c 2%,#4c4c4c 100%);
	height:0;
	overflow:hidden;
	-webkit-transition: height 0.3s ease-out;
    -moz-transition: height 0.3s ease-out;
	-ms-transition: height 0.3s ease-out;
	-o-transition: height 0.3s ease-out;
	transition: height 0.3s ease-out;
}
.seek fieldset {
	padding:3em 10px 1.5em;
}
.seek legend {
	display:none;
}
.seek .phrase{
	width: 86%;
	padding:.75em 2%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:none;
	font-size:16px;
	line-height:1.25;
	background-color:#ededed;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: none;
}
.seek .btn_search {
	width: 90%;
	margin-top:7px;
	padding: .75em 0;
	color: #333;
	text-align: center;
	font-weight: bold;
	border:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-pie-background: linear-gradient(bottom, #d9d9d9 0%,#ffffff 100%);
  background-image: url(data:image/svg+xml,%3c%3fxml%20version%3d%221%2e0%22%3f%3e%3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20width%3d%22100%25%22%20height%3d%22100%25%22%3e%3cdefs%3e%3clinearGradient%20id%3d%22G%22%20x2%3d%220%22%20y1%3d%22100%25%22%3e%3cstop%20style%3d%22stop%2dcolor%3a%23d9d9d9%22%20offset%3d%220%25%22%2f%3e%3cstop%20style%3d%22stop%2dcolor%3a%23ffffff%22%20offset%3d%22100%25%22%2f%3e%3c%2flinearGradient%3e%3c%2fdefs%3e%3crect%20width%3d%22100%25%22%20height%3d%22100%25%22%20fill%3d%22url%28%23G%29%22%2f%3e%3c%2fsvg%3e);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #d9d9d9),color-stop(100%, #ffffff));
	background-image: -webkit-linear-gradient(bottom, #d9d9d9 0%,#ffffff 100%);
	background-image: -moz-linear-gradient(bottom, #d9d9d9 0%,#ffffff 100%);
	background-image: -ms-linear-gradient(bottom, #d9d9d9 0%,#ffffff 100%);
	background-image: -o-linear-gradient(bottom, #d9d9d9 0%,#ffffff 100%);
	background-image: linear-gradient(to top, #d9d9d9 0%,#ffffff 100%);
	font-size:16px;
	text-indent:1em !important;
	letter-spacing:1em;
	line-height:normal;
}


/* 2 GLOBAL FOOTER
--------------------------------------------------------- */
.global_footer {
	margin-top: 15px;
	padding: 0 10px 12px;
	overflow: hidden;
	background-color:#e3e3e3;
}

/* 2.1 VIEW MODE
 -------------------------------------------------- */
.global_footer .view_mode {
	border-top: 1px solid #bbb;
	margin: 0 -10px;
	padding: 15px 0;
	font-size:12px;
	text-align: center;
	background-color:#fff;
}
.global_footer .view_mode dt {
	display: inline-block;
}
.global_footer .view_mode dd{
	display: inline-block;
}
.global_footer .view_mode dd:nth-of-type(1){
	margin-right:8px;
	padding-right:8px;
	border-right:1px solid #b5b5b5;
	font-weight: bold;
}

/* 2.2 LINK BUTTON
 -------------------------------------------------- */
.global_footer .button_pc_top a {
	display: block;
	border-top: 1px solid #e0e0e0;
	margin: 0 -10px;
	padding: 15px 0;
	font-size:12px;
	text-align: center;
	background-color:#fff;
}


/* 2.3 FUNCTION NAVIGATION
 -------------------------------------------------- */
.global_footer .function_nav {
	margin-top: 16px;
	font-size: 13px;
}
.global_footer .function_nav a{
	display:inline-block;
	padding:4px 0;
	color:#333;
}
.global_footer .function_nav .region {
	margin-bottom: 11px;
	font-size: 13px;
}
.global_footer .function_nav .region:before,
.global_footer .function_nav .region:after {
    content: " ";
    display: table;
}
.global_footer .function_nav .region:after {
    clear: both;
}
.global_footer .function_nav .region .name {
	float: left;
	display: block;
	margin-right: 11px;
	padding:4px 0;
}
.global_footer .function_nav .region .other_regions {
	display: block;
}
.global_footer .function_nav .region .other_regions a{
	display:inline-block;
	padding:4px 0 4px 10px;
	color:#333;
	background:url(../img/arr.png) no-repeat 0 8px;
	-webkit-background-size: 7px auto;
	background-size: 7px auto;
}
.global_footer .function_nav .region .blank:after{
	background-image:url(../img/icon_blank.png);
	background-size:15px auto;
}
.global_footer .function_nav .contact:after{
	content : "";
	display:inline-block;
	position:relative;
	top:2px;
	width:15px;
	height:12px;
	margin:0 3px 0 2px;
	background: url(../img/icon_pc.png) no-repeat;
	background-size:15px auto;
	vertical-align:baseline;
}

.global_footer .textweb {
	font-size: 12px;
	margin:0 10px;
	padding:1.42em 0 1em;
	border-top:1px solid #e0e0e0;
}
.global_footer .textweb a{
	color:#333;
}

/* 2.4 COPYRIGHT
 -------------------------------------------------- */
.global_footer .corporate_name {
	margin: 15px 0 4px;
	font-size: 15px;
}
.global_footer .copyright {
	font-size: 12px;
	font-family: Arial, Helvetica, clean, sans-serif;
}

/* 2.5 CLOSE BUTTON
 -------------------------------------------------- */
.popup_close,
.button_close {
	margin:25px;
}

.popup_close a,
.button_close a {
	display:block;
	padding: 15px 10px;
	background-color:#ededed;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #dedede;
	text-align:center;
	color: #333;
	font-weight:bold;
}