/* CSS Document */

body{
	margin:0 auto;
	position:relative;
}	

#main{
	width:100%;
	height:500px !important;	
}

*{
	max-width:none !important;	
}

#header .logo,
#header h1{
	width:180px !important;
}

#list_gnav .sp,
#list_gnav .hidden_content{
	display:none !important;	
}

#header .logo img,
#header h1 img{
	width:100%;
	height:auto;	
}

.sp,
.tab,
.sp_td_block{
	display:none;	
}

#header{
	position:relative;
}


#header{
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	padding: 25px 0 0;
	z-index: 500;
	height: 80px;
	box-sizing: border-box;
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.3);
}
#header h1,
#header .logo{
	float: left;
	padding-left: 10px;
	width: 300px;
}
#header .search{
	float: right;
	
	padding-right: 0px;
	padding-top: 3px;
}
#header .search li{
	display: block;
	width:80px;
	vertical-align: middle;
	margin-right: 10px;
}
#header .search li a{
	color: #7f7f7f !important;
	font-size: 16px;
	text-decoration: none;
}
#header .search li a:hover{
	text-decoration: underline;
}
.icon_search{
	width: 23px;
	position: relative;
	top: 2px;
}

.icon_search img{
	opacity:1;
	width:20px;
	transition: opacity 0.4s linear;
}

.icon_search img.active{
	opacity:0;
}

.icon_search span{
	font-size:20px;
	position:absolute;
	left:0;	
	top:-5px;
	display:none;
}

/*------------ NAVI ------------*/
#btn_menu{
	display: none;
}
#gnav{
	float: left;
	padding-left: 30px;
	margin-top: -25px;
}
#list_gnav > li{
	display: inline-block;
	vertical-align: top;
	font-weight:200;
	margin-right:7px;
}
#list_gnav > li > a{
	text-decoration: none;
	color: inherit;
	font-size: 16px;
	display: block;
	height: 90px;
	box-sizing: border-box;
	padding: 25px 8px 0;
	color:#7f7f7f !important;
}
#list_gnav>li>a:hover{
	color: #333372 !important;
}
#list_gnav .hidden_content{
	display: none;
}
.subnav{
	color: #FFF;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 50px 0;
	background: #0196c1; /* Old browsers */
	background: -moz-linear-gradient(left, #0196c1 0%, #3340a2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0196c1 0%,#3340a2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0196c1 0%,#3340a2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0196c1', endColorstr='#3340a2',GradientType=1 ); /* IE6-9 */
    display: table;
}
.subnav .row{
	display: block;
}
.subnav .sub_l{
	float: left;
	width: 58%;
	box-sizing: border-box;
	padding: 0 3% 0 3%;
}
.subnav .sub_r{
	float:right;
	width: 40%;
	box-sizing: border-box;
	padding: 0 4% 0 4%;
	vertical-align: middle;
}
.subnav .sub_r a{
	color:#bebecc;
}
.subnav .sub_r a:hover{
	text-decoration:none;
}	
.subnav .sub_r .inner{
	font-size: 14px;
	font-weight: 200;
	color: #bebecc;
	line-height: 2.2;
	display: inline;
}
.list_subnav li{
	width:50%;
	float:left;
	margin: 10px 0;
}

.list_subnav.w100 li{
	width:100%;	
}

.list_subnav li:after{
	content: "";
	display:inline-block;
	background:url(../images/common/icon_search_rigth.png) no-repeat left top;
	background-size:100% auto;
	width:7px;
	height:15px;
	margin-left: 15px;
	position:relative;
	top:4px;
	color: #a0b4c8;
}
.list_subnav li a{
	font-size: 16px;
	color: #FFF !important;
	text-decoration: none;
}
.list_subnav li a:hover{
	text-decoration: underline;
}

#wrapper{
	padding-top: 90px;
}
.content_inner {
	width:1080px;
	margin:0 auto;
	position: relative;
}
.content_inner2 {
	width:1084px;
	margin:0 auto;
	position: relative;
}


#footer{
}
#list_footer{
	padding: 65px 0;
	text-align: center;
}

.en_pt0 #list_footer{
	padding-top:0;	
}
#list_footer li{
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
}
#list_footer li a{
	text-decoration: none;
	font-size: 16px;
	font-weight: 200;
	color: inherit;
}
#list_footer li a:hover{
	text-decoration: underline;
}
#copyright{
	padding: 42px 0;
	font-size: 14px;
	text-align: center;
	color: #b5b5b5;
	background-color: #5b5b60;
}

.solution_block08{
	text-align:center;	
}