@charset "UTF-8";

/* +----------------------+ */
/* global navigation        */
/* +----------------------+ */
#header {
	width: 100%;
}
#header .headerInner {
	overflow: visible !important;
}

/* ------- .headerTop ------- */
.headerTop {
	overflow: hidden;
	padding: 10px 0 12px;
}
.site_logo {
	float: left;
}
.site_logo > a {
	vertical-align: bottom;
}
.site_logo img {
	vertical-align: middle;
}
.headerControls {
	float: right;
}
.headerControls dl{
	overflow:hidden;
	float:left;
	width:120px;
	height:18px;
	margin-top:6px;
}
.headerControls dt{
	float:left;
	padding-right:3px;
	line-height:19px;
}
.headerControls dd{
	float:left;
	width:25px;
	margin-left:4px;
}
.headerControls .btnJicaSite{
	float:left;
	width:81px;
	margin:6px 10px 0 10px;
}

.headerControls .googleSearch{
	float:left;
	width:240px;
	margin-left:10px;
}

.headerControls .googleSearch .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 3px;
}

/*.headerControls .googleSearch input.gsc-search-button,
input.gsc-search-button:hover, input.gsc-search-button:focus {
	padding: 7px 11px;
	border:none;
}*/

/* ------- .headerBottom ------- */
.headerBottom {
	text-align: left;
	height: 58px;
	letter-spacing: -0.4em;
	
}
.header-gnavi {
	position: relative;
	width: 772px;
	display: inline-block;
	padding: 12px 0 0;
	margin: 0;
}
.btnBriefing {
	width: 228px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}
.btnBriefing a:hover img {
	opacity: 0.7;
}
.header-gnavi > li {
	display: inline-block;
	letter-spacing: normal;
	height: 50px;
	vertical-align: middle;
}
.header-gnavi > li > a {
	height: 0;
	width: 0;
	padding-top: 20px;
	overflow: hidden;
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	border-left: 1px solid #cccccc;
	vertical-align: middle;
}
.header-gnavi > li:first-child > a {
	border: none;
}
.header-gnavi > li > a:hover {
	background-position: left bottom;
}
.gnavi-submenu {
	position: absolute;
	top: 58px;
	left: 0;
	width: 1000px;
	height: auto;
	z-index: 10000;
	padding: 10px 50px;
	background-color: #fff;
	border: 2px solid #cccccc;
	box-sizing: border-box;
	display: none;
}
.header-gnavi > li.dropmenu:after {
	content: "";
	background: url("../images/icon_gnavi_arrow_down.png") center top no-repeat;
	width: 8px;
	height: 12px;
	position: absolute;
	bottom: 14px;
	display: block;
}
.header-gnavi > li.dropmenu:hover:after {
	background-position: center bottom;
}
.header-gnavi > li.dropmenu:hover .gnavi-submenu {
	display: block;
}
/* ボタン毎のCSS */
.header-gnavi > li.application > a {
	background-image: url("../images/gnvai_btn_application.png");
	padding-left: 93px;
}
.header-gnavi > li.application:after {
	left: 40px;
}
.header-gnavi > li.people > a {
	background-image: url("../images/gnavi_btn_spcontents.png");
	padding-left: 187px;
}
.header-gnavi > li.people:after {
	left: 182px;
}
.header-gnavi > li.about > a {
	background-image: url("../images/gnavi_btn_about.png");
	padding-left: 192px;
}
.header-gnavi > li.outline > a {
	background-image: url("../images/gnavi_btn_outline.png");
	padding-left: 112px;
}
.header-gnavi > li.outline:after {
	left: 529px;
}
.header-gnavi > li.contact > a {
	background-image: url("../images/gnavi_btn_contact.png");
	padding-left: 160px;
}

/* .application-subset */
.application-subset {
	border-top: 1px dashed #333333;
	overflow: hidden;
	display: inline-block;
	padding: 24px 0 0;
}
dl.application-subset {
	padding: 24px 0;
}
.application-subset:first-child {
	border: none;
}

.application-subset dt {
	width: 230px;
	float: left;
}
.application-subset dd {
	padding-left: 230px;
	margin: 0;
}
.application-subset ul {
	letter-spacing: -0.4em;
}
.application-subset li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid #cccccc;
	padding: 0 27px;
}
.application-subset > ul li {
	margin: 0 0 30px;
	line-height: 1.2;
}
.application-subset li:first-child,
.application-subset li.front {
	border: none;
	padding-left: 0;
}
.application-subset dd li:last-child {
	padding-right: 0;
}
.application-subset li > a:hover,
.application-subset li > a:hover img{
	opacity: 0.6;
}

.extnl_link2{
	background:url(../images/extnl_link.gif) center right no-repeat;
	margin-right:.3em;
	padding-right:18px;
}

/*
 BREADCRUMB
*/
.pagePath {
	background: #f5f5f5;
	margin: 0;
	padding: 5px 0;
	background: url(../images/pagePath_bg.jpg) repeat-x left top #f5f5f5 !important;
}
.pagePath > ul {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.pagePath > ul li {
	display: inline-block;
	font-size: 11px !important;
	background: none !important;
}
.pagePath > ul li a {
	color: #333333;
	margin-right: 1em;
}
.pagePath > ul li:before {
	content: " > ";
	margin-right: 1em;
}
.pagePath > ul li:first-child:before {
	content: none;
}
.pagePath > ul li:last-child a {
	text-decoration: none;
}
.pagePath > ul li a:hover {
	text-decoration: none;
	color: #8b8b8b;
}
#header .pagePath ul.pagePathInner li {
	margin-right: 0 !important;
}


/*
 FOOTER AREA
*/
.footerContents {
	background: #f5f5f5;
	padding: 28px 0;
}
.footerContents h3 {
	color: #ce2f35;
	text-align: center;
	font-size: 20px;
	margin: 0 0 18px;
}
.footerText {
	text-align: center;
	margin: 0 0 30px;
}
.contactArea {
	text-align: center;
}
.contactPhone,
.contactMail {
	width: 412px;
	display: inline-block;
	padding: 3px 35px 20px;
	box-sizing: border-box;
	vertical-align: top;
}
.contactPhone h4,
.contactMail h4 {
	font-size: 16px;
	margin: 0 0 12px;
	color: #333333;
}
.contactPhone {
	border-right: 1px dashed #333333;
}
.telNumber {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 10px;
}
.contactMail p {
	font-size: 9px;
	text-align: left;
	line-height: 1.5;
}

footer{
	width:100%;
	text-align:left;
	height:50px;
}
.footerInner {
	width: 1000px;
	margin: 0 auto;
	/*
	display:flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	*/
}
.footerNavi {
	padding: 5px 0;
}
.footerNavi li {
	display: inline-block;
	vertical-align: top;
}
.footerNavi li > * {
	vertical-align: middle;
}
.footerNavi li {
	font-size: 10px;
	padding-left:10px;
	margin: 0 20px 0 0;
	background:url(../images/footer_arrow.gif) no-repeat 0 50%;
	text-decoration:none;
}
.footerNavi li a {
	text-decoration:none;
}
.footerNavi li:first-child {
	background: none;
	padding-left: 0;
}
.copyRight {
	font-size: 10px;
}

.btn-Btp{
	width:1000px;
	text-align:right;
	margin:0 auto 15px auto;
}