/* ============================================================
要素
============================================================ */
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, blockquote, form, label {
	margin: 0;
	padding: 0;
}
img {
	border:0;
	vertical-align:bottom;
}	
/* リンク
============================================================ */
a:link {
	color: #0671cf;
	text-decoration: underline;
}
a:visited {
	color: #0671cf;
	text-decoration: underline;
}
a:hover {
	color: #2832ad;
	text-decoration: none;
}
a:active {
	color: #2832ad;
	text-decoration: none;
}

/* ============================================================
汎用class
============================================================ */
.f_clear {			
	clear:both;
	margin:0;
	padding:0;
	border:0;
	height:0;
	font-size:0;
	line-height:0;
}
.l_clear {			
	clear:left;
	margin:0;
	padding:0;
	border:0;
	height:0;
	font-size:0;
	line-height:0;
}
.r_clear {			
	clear:right;
	margin:0;
	padding:0;
	border:0;
	height:0;
	font-size:0;
	line-height:0;
}
/* 寄せ */
.right {
	text-align:right;
}
.center {
	text-align:center;
}
/* */
.opa_chg:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
.red {
	color: red;
}

/* 全体
============================================================ */
body {
	margin: 0;
	padding: 0;
	color: #030303;
	font-family: "Meiryo", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "MotoyaLCedar", "Droid Sans Japanese", "MS Gothic", "sans-serif";
	-webkit-text-size-adjust: 100%;
}
#wrap_header {
	width: 100%;
	text-align: left;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
    background-color: rgba(255, 255, 255, 0.95);
	background-position: top;
	-webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
}
#wrap_gNavi {
	width: 100%;
	height: 40px;
	text-align: left;
	position: fixed;
	top: 55px;
	left: 0px;
	z-index: 998;
    background-color: rgba(255, 255, 255, 0.95);
	-webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
	/*box-shadow: 0px 1px 8px rgba(0,0,0,0.15);*/
    border-bottom: 1px solid #0E5785;
}
#wrap_pagehead {
	margin-top: 95px;		/* for fixed header */
	width: 100%;
	text-align: left;
	-webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
    background-color: #1f5598;
}
#wrap_content {
	width: 100%;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: transparent;
	-webkit-transform: translate3d(0, 0, 1px);
	transform: translate3d(0, 0, 1px);
}
#wrap_banner {
	width: 100%;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 0px;
	/*background-color: #cccccc;*/
	-webkit-transform: translate3d(0, 0, 1px);
	transform: translate3d(0, 0, 1px);
	background-image: url(../imgs/bg_banner.jpg);
	background-position:center top;
}
@media screen and (max-width:1000px) {
	#wrap_gNavi {
		height: 47px;
		top: 35px;
	}
	#wrap_pagehead {
		margin-top: 83px;		/* for fixed header */
	}
}
@media screen and (max-width:640px) {
	#wrap_gNavi {
		height: 42px;
		top: 15px;
	}
	#wrap_content {
		padding-top: 20px;
		background-color: white;
		-webkit-transform: translate3d(0, 0, 1px);
    		transform: translate3d(0, 0, 1px);
	}
	#wrap_banner {
		padding-top: 20px;
		background-color: white;
		-webkit-transform: translate3d(0, 0, 1px);
    		transform: translate3d(0, 0, 1px);
	}
	#wrap_pagehead {
		margin-top: 58px;		/* for fixed header */
	}
}

/* ヘッダー
============================================================ */
#header {
	width: 1100px;
	margin: 0 auto;
	height: 55px;
	position: relative;
}
#header  h1,
#header  h2 {
    color: #003e75;
	font-size: 14px;
	font-weight: normal;
    width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
    text-align: center;
}
#header #logo {
	position: absolute;
	top: 22px;
	left: 0px;
	width: 330px;
}

#header #inquiry_btn {
    position: absolute;
    top: 30px;
    right: 20%;
    background-color: #DB7647;
    display: none;
    width: 50px;
}
#header #inquiry_btn img {
    width: 100%;
}
#header #inquiry_btn:hover {
    background-color: #F7931E;
}
#header #inquiry {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    background-color: #DB7647;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 140px;
    height: 40px;
    line-height: 42px;
    position: absolute;
    top: 5px;
    right: 0;
}
#header #inquiry:hover {
    background-color: #F7931E;
}

@media screen and (max-width:1118px) {
	#header {
		width: 100%;
	}
    #header #logo {
        left: 10px;
    }
}
@media screen and (max-width: 1000px) {
	#header {
		height: 35px;
	}
	#header #logo {
		top: 22px;
        width: 260px;
	}
    #header  h1,
	#header  h2 {
		font-size: 13px;
        position: static;
        text-align: center;
	}
    #header #inquiry {
        display: none;
    }
    #header #inquiry_btn {
        display: block;
    }
}
@media screen and (max-width: 640px) {
	#header {
		height: 15px;
	}
	#header #logo {
		top: 10px;
        left: 0px;
        width: 220px;
	}
	#header  h1,
	#header  h2 {
		display: none;
	}
    #header #inquiry_btn {
        width: 45px;
        top: 11px;
        right: 24%;
    }
}
@media screen and (max-width: 400px) {
	#header #logo {
	}
}

/* グローバル ナビゲーション
============================================================ */
#globalNavi {
	width: 1100px;
	height: 40px;
	margin-top: 0px;
	margin-left: auto;		/*centering */
	margin-right: auto;
	position: relative;
	padding: 0;
}
@media screen and (max-width:1118px) {
	#globalNavi {
		width: 100%;
	}
}
@media screen and (max-width:1000px) {
	#globalNavi {
		height: 40px;
	}
}
@media screen and (max-width:640px) {
	#globalNavi {
		height: 40px;
	}
}
#globalNavi #button {
	display: none;
}
#globalNavi > ul {
	margin-top: 0;
	list-style: none;
	padding: 0;
	margin-right: 0;
	width: 560px;		/******/
	float: right;
	text-align: right;
}
#globalNavi > ul > li {
	float: left;
	display: block;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
#globalNavi > ul > li#home_gn {
	width: 90px;
}
#globalNavi > ul > li#product_gn {
	width: 110px;
}
#globalNavi > ul > li#technology_gn {
	width: 140px;
}
#globalNavi > ul > li#casestudy_gn {
	width: 110px;
}
#globalNavi > ul > li#aboutus_gn {
	width: 110px;
}
#globalNavi > ul > li > a,
#globalNavi > ul > li > p {
	font-size: 15px;
	font-weight: bold;
    color: #1f5598;
	text-decoration: none;
	display: block;
	height: 40px;
	line-height: 42px;
	cursor: pointer;
}
#globalNavi > ul > li.act {
	/*background-color: #4C77AC;*/
}
#globalNavi > ul > li.act > a,
#globalNavi > ul > li.act > p {
    color: #c1272d;
}
#globalNavi > ul > li.pd > a,
#globalNavi > ul > li.pd > p {
	color: white;
    background-color: #3b6a9b;
    background-color: #005d9e;
}
#globalNavi > ul > li > a:hover,
#globalNavi > ul > li > p:hover {
	color: white;
    background-color: #1f5598;
}
#globalNavi > ul > li.pd > a:hover,
#globalNavi > ul > li.pd > p:hover {
	color: white;
    background-color: #3b6a9b;
    background-color: #005d9e;
}
@media screen and (max-width:1040px) {
}


/*****  サブ  *****/
#globalNavi > ul div.sub {
	clear: left;
	color: white;
	display: none;
	position: absolute;
	z-index: 10;
	margin-top: 0px;
	padding-left: 0px;
	width: 100%;
	padding-bottom: 35px;
	top: 40px; 		/*** overlap with active global menue ***/
	right: 0px;
    background-color: rgba(23, 64, 114, 0.92);
	text-align: left;
}
#globalNavi > ul div.sub a,
#globalNavi > ul div.sub p {
	color: #f2f2f2;
	padding-left: 7px;
	/*width: 180px;*/
	position: relative;
	display: block;
	text-decoration:none;
	padding-top: 0px;
}
#globalNavi > ul div.sub a:hover {
	background-color: #4E82BF;
	background-image: none;
}

#globalNavi > ul div.sub .grid1 {
	position: relative;
    background-color: #3b6a9b;
    background-color: #005d9e;
}
#globalNavi > ul div.sub .grid1 h3 {
	font-size: 22px;
	font-weight: normal;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#globalNavi > ul div.sub .grid1 h3 span {
	font-size: 14px;
	padding-left: 100px;
}
#globalNavi > ul div.sub .grid1 span.s {
	display: none;
}
#globalNavi > ul div.sub .grid2 {
	float: left;
	position: relative;
	width: 280px;
	list-style: none;
	margin-left: 40px;
	margin-top: 25px;
}
#globalNavi > ul div.sub .grid2 dt {
	color: #D6D8EA;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 4px;
}
#globalNavi > ul div.sub .grid2 dd {
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	margin-left: 10px;
}
#globalNavi > ul div.sub .grid3 {
	float: right;
	position: relative;
	width: 66px;
	margin-top: 27px;
	margin-right: 15px;
}
#globalNavi > ul div.sub .grid3 p {
	font-size: 14px;
	border: 1px solid white;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
}
#globalNavi > ul div.sub .grid3 p:hover {
	background-color: #4E82BF;
}
@media screen and (max-width:1080px) {
	#globalNavi > ul div.sub .grid3 {
		width: 28px;
	}
	#globalNavi > ul div.sub .grid3 p {
		padding-left: 8px;
	}
	#globalNavi > ul div.sub .grid3 p span {
		display: none;
	}
}
@media screen and (max-width:1040px) {
	#globalNavi > ul div.sub .grid2 {
        margin-left: 25px;
		width: 250px;
	}
}
@media screen and (max-width:1000px) {
	#globalNavi #button {
		display: block;
		text-align: right;
		margin-right: 2%;
		margin-top: -3px;
	}
	#globalNavi #button img {
		cursor: pointer;
		width: 100px;
	}
	#globalNavi > ul {
		float: none;
		display: none;
		width: 100%;
		height: auto;
		margin-top: 0px;
		position: absolute;
		top: 51px;		/* link to header height */
        background-color: rgba(23, 64, 114, 0.92);
		padding-bottom: 30px;
		overflow: auto;
	}
	#globalNavi > ul > li {
		float: none;
		height: auto;
		text-align: left;
		width: 65%;
		padding-left: 5%;
		margin-left: auto;
		margin-right: auto;
		border-bottom: 1px solid #C2C2C2;
		position: relative;
		background-color: transparent;
	}
	#globalNavi > ul > li#home_gn,
    #globalNavi > ul > li#product_gn,
	#globalNavi > ul > li#technology_gn,
    #globalNavi > ul > li#casestudy_gn,
    #globalNavi > ul > li#aboutus_gn {
		width: 65%;
	}

	#globalNavi > ul > li > a,
	#globalNavi > ul > li > p {
        color: white;
		width: 80%;
		height: 30px;
		line-height: 30px;
		padding-top: 4px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	#globalNavi > ul > li > p span {
		display: inline-block;
		position: absolute;
		right: 15%;
		width: 26px;
		height: 30px;
		vertical-align: top;
		background-image: url(../imgs/mark_Navi_down.png);
		background-repeat: no-repeat;
		background-position: right;
	}
	#globalNavi > ul > li.pd > p span {
		background-image: url(../imgs/mark_Navi_up.png);
		background-repeat: no-repeat;
		background-position: right;
	}
	#globalNavi > ul > li.act {
		border: none;
		border-bottom: 1px solid #C2C2C2;
        background-color: transparent;
	}
	#globalNavi > ul > li.act > a,
	#globalNavi > ul > li.act > p {
		height: 30px;
		line-height: 30px;
		padding-left: 0;
	}
	#globalNavi > ul > li.pd > a,
	#globalNavi > ul > li.pd > p {
		background-image: none;
		background-color: transparent;
	}
	#globalNavi > ul > li > a:hover,
	#globalNavi > ul > li > p:hover {
		color: #3399FF;
		background-image: none;
		background-color: transparent;
	}
    #globalNavi > ul > li.pd > a:hover,
    #globalNavi > ul > li.pd > p:hover {
        color: #3399FF;
        background-color: transparent;
    }
	
	#globalNavi > ul div.sub {
		/*display: block;*/
		position: static;
		top: auto;
		right: auto;
		width: auto;
		clear: none;
		margin-left: 22%;
		margin-right: 14%;
		padding-bottom: 7px;
        background-color: transparent;
		margin-top: -5px;
	}
	#globalNavi > ul div.sub a, 
	#globalNavi > ul div.sub p {
		padding-top: 2px;
	}
	#globalNavi > ul div.sub a:hover {
		color: #3399FF;
		background-color: transparent;
	}
	#globalNavi > ul div.sub .grid1 {
		float: none;
		background-color: transparent;
		margin-left: 20px;
		/*display: none;*/
	}
	#globalNavi > ul div.sub .grid1 h3 {
		display: none;
	}
	#globalNavi > ul div.sub .grid1 span.s {
		display: block;
		font-size: 14px;
		height: 26px;
		line-height: 26px;
	}
	#globalNavi > ul div.sub .grid2 {
		width: auto;
		float: none;
		margin-top: 0px;
	}
	#globalNavi > ul div.sub .grid2 dt {
		font-size: 14px;
		height: 36px;
		line-height: 36px;
		margin-left: 0px;
		border-bottom: none;
        margin-bottom: 0px;
        /*display: none;*/
	}
	#globalNavi > ul div.sub .grid2 dt:has(p) {
		display: none;
	}
	#globalNavi > ul div.sub .grid2 dd {
        font-size: 14px;
		height: 36px;
		line-height: 36px;
		margin-left: 0px;
	}
    #globalNavi > ul div.sub .grid2 dd.dummy {
        display: none;
    }
	#globalNavi > ul div.sub .grid3 {
		float: none;
		display: none;
	}
}
@media screen and (max-width: 640px) {
	#globalNavi #button {
		margin-right: 2%;
		margin-top: 0px;
	}
	#globalNavi #button img {
		width: 80px;
	}
	#globalNavi >ul {
		top: 43px;
	}
    #globalNavi > ul > li#home_gn,
    #globalNavi > ul > li#product_gn,
	#globalNavi > ul > li#technology_gn,
    #globalNavi > ul > li#casestudy_gn,
    #globalNavi > ul > li#aboutus_gn {
		width: 75%;
		padding-left: 5%;
	}
	#globalNavi > ul div.sub {
		margin-left: 10%;
		margin-right: 5%;
	}
}
@media screen and (max-width:580px) {
    #globalNavi > ul > li#home_gn,
    #globalNavi > ul > li#product_gn,
	#globalNavi > ul > li#technology_gn,
    #globalNavi > ul > li#casestudy_gn,
    #globalNavi > ul > li#aboutus_gn {
		width: 85%;
	}
}
@media screen and (max-width:500px) {
    #globalNavi > ul > li#home_gn,
    #globalNavi > ul > li#product_gn,
	#globalNavi > ul > li#technology_gn,
    #globalNavi > ul > li#casestudy_gn,
    #globalNavi > ul > li#aboutus_gn {
		width: 85%;
		padding-left: 5%;
	}
	#globalNavi > ul > li > a,
	#globalNavi > ul > li > p {
		font-size: 14px;
	}
	#globalNavi > ul div.sub {
		margin-right: 5%;
		padding-bottom: 4px;
	}
}
@media screen and (max-width:400px) {
    #globalNavi > ul > li#home_gn,
    #globalNavi > ul > li#product_gn,
	#globalNavi > ul > li#technology_gn,
    #globalNavi > ul > li#casestudy_gn,
    #globalNavi > ul > li#aboutus_gn {
		width: 90%;
		padding-left: 0%;
	}
	#globalNavi > ul > li > a,
	#globalNavi > ul > li > p {
	}
	#globalNavi > ul div.sub {
		margin-left: 6%;
		margin-right: 0%;
	}
}


/*    content
============================================================ */
#content {
	width: 1100px;
	margin: 0 auto 0;
	position: relative;
	background-color: transparent;
}
@media screen and (max-width:1118px) {
	#content {
		width: 100%;
		/*overflow: hidden;*/
	}
}



/*   footer
============================================================ */
#footer {
	width: 100%;
	position: relative;
	padding: 0;
    background-color: #5A6978;
    background-color: #003779;
	-webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
    border-top: 2px solid #ed1c24;
}
#footer #inner {
	position: relative;
	margin: 0 auto;
	width: 1060px;
	height: 380px;
    background-color: #5A6978;
    background-color:  #003779;
}
@media screen and (max-width:1118px) {
	#footer #inner {
		width: 100%
	}
}
@media screen and (max-width:640px) {
	#footer #inner {
		height: auto;
		overflow: hidden;
	}
}
#footer #pageNavi {
	position: absolute;
	top: 20px;
	left: 1%;
	width: 98%;
}
#footer #pageNavi #grid1 {
	float: left;
	width: 35%;
}
#footer #pageNavi #grid2 {
	float: left;
	width: 35%;
	margin-left: 1%;
	padding-left: 1%;
	box-sizing: border-box;
	border-left: 1px solid #8391bb;
}
#footer #pageNavi #grid3 {
	float: left;
	width: 28%;
	margin-left: 1%;
	padding-left: 1%;
	box-sizing: border-box;
	border-left: 1px solid #8391bb;
}
#footer #pageNavi dl {
	list-style: none;
	margin-bottom: 4px;
}
#footer #pageNavi dl.longgap {
	margin-top: 15px;
}
#footer #pageNavi dt p,
#footer #pageNavi dt a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer #pageNavi dd p,
#footer #pageNavi dd a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer #pageNavi a:hover {
	color: #b6c7e7;
	text-decoration: underline;
}	
#footer #pageNavi dl dt {
	font-size: 14px;
	font-weight: bold;
	height: 16px;
    line-height: 16px;
	margin-top: 4px;
	margin-bottom: 6px;
}
#footer #pageNavi dl dd {
	font-size: 14px;
	line-height: 18px;
	margin-top: 8px;
	margin-left: 6px;
	display: block;
}
@media screen and (max-width:640px) {
	#footer #pageNavi {
		position: static;
		width: 100%;
        margin-top: 20px;
        margin-bottom: 10px;
	}
	#footer #pageNavi #grid1,
	#footer #pageNavi #grid2,
	#footer #pageNavi #grid3 {
		float: none;
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
		padding-left: 0;
		border-left: none;
	}
	#footer #pageNavi dl,
	#footer #pageNavi dl.longgap {
		margin: 0;
	}
	#footer #pageNavi dt p,
	#footer #pageNavi dt a,
	#footer #pageNavi dd a {
		color: white;
		padding-left: 4%;
		padding-right: 4%;
		width: 100%;
		display: block;
	}
	#footer #pageNavi dl dt {
		font-size: 13px;
		font-weight: normal;
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 0;
		height: 34px;
		line-height: 36px;
	}
	#footer #pageNavi dl dd {
		display: none;
	}
}




#footer #copyright {
	position: absolute;
	bottom: 10px;
	left: 0;
	font-size: 14px;
	color: #C8CEE6;
    text-align: center;
    width: 100%;
}
@media screen and (max-width:640px) {
	#footer #copyright {
		position: static;
		width:100%;
		text-align: center;
		font-size: 12px;
		height: 38px;
		line-height: 40px;
	}
}
@media screen and (max-width:400px) {
    #footer #copyright span {
        display: none;
    }
}

#pagetop {
	position: fixed;
	bottom: 44px;
	right: 0px;
	display: block;
	opacity: 0;
	z-index: 999;
	-webkit-transform: translate3d(0, 0, 9px);
    transform: translate3d(0, 0, 9px);
}