﻿@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------- 
  settings
----------------------------------------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
	background: #fff;
	overflow-x: hidden;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover img {
	opacity: 0.75;
}
.slideDecoration a:hover img{
	opacity: 1;
}

@media screen and (max-width:768px) {
	body {
		font-size: 12px;
	}
}


/* ----------------------------------------------------------------------- 
  common layout
----------------------------------------------------------------------- */
#content{
	min-height: 800px;
}
.headerIn,
.footerIn,
.contentIn {
	width: 1020px;
	margin: 0 auto;
	position: relative;
}
.clearfix:after,
.headerIn:after,
.footerIn:after,
.contentIn:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

@media screen and (max-width:768px) {
	#content{
		min-height: 0;
		padding-top: 30px;
	}
	.headerIn,
	.footerIn,
	.contentIn {
		width: auto;
		padding: 0 4%;
	}
	img {
		max-width: 100%;
		height: auto;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  header
* --------------------------------------------------------------------------------------------------*/
#header {
	width: 100%;
}

@media print, screen and (min-width:769px) {
	#header{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 4000;
	}
	
	#header .logo_yaskawa.sp {
		display: none;
	}
	
	#header .logoArea {
		position: absolute;
		left: -16px;
		overflow: hidden;
	}
	#header .logoArea .logo a:hover img {
		opacity: 1.0;
	}
	#header + .btnLanguage {
        width: 1020px;
        margin: 0 auto;
        position: relative;
	}
    #header + .btnLanguage a {
        display: block;
        position: absolute;
        top: 70px;
        left: 110px;
        z-index: 1001;
	}
}

@media screen and (max-width:768px) {
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 5000;
	}
	#header.active {
		box-shadow: 0 1px 4px 1px rgba(0,0,0,0.30);
	}
	#header .headerIn {
		margin-bottom: -7px;
		height: 50px;
	}
	#header .logoArea {
		width: 65%;
		max-width: 300px;
	}
	#header .btnMenu {
		position: absolute;
		top: -7px;
		bottom: 0;
		right: 1.5%;
		margin: auto;
		width: 30px;
		height: 25px;
	}
	#header .btnMenu span {
		position: absolute;
		width: 100%;
		height: 4px;
		background: #005bac;
	}
	#header .btnMenu span:nth-child(1) {
		top: 0;
	}
	#header .btnMenu span:nth-child(2) {
		top: 11px;
	}
	#header .btnMenu span:nth-child(3) {
		bottom: 0;
	}
	#header + .btnLanguage {
		display: none;
	}

	#header .logo_yaskawa.sp {
		float: right;
		width: 21%;
		margin-right: 12%;
		margin-top: 9px;
		position:relative;
		z-index: 1000;
	}
	#header h1.logo.sp{
		position: absolute;
		top: 18%;
		width: 53%;
	}
	
	.logo_area {
		display: none;
	}
}



/* ----------------------------------------------------------------------------------------------------
*  gNavi
* --------------------------------------------------------------------------------------------------*/
#gNavi {
	color: #fff;
}

@media print, screen and (min-width:769px) {
	.gNaviWrap {
		position: absolute;
		left: 0;
		width: 100%;
		z-index: 2000;
	}
	.gNaviWrap.fixed {
		position: fixed;
		top: 0;
		margin-top: 0;
	}
	#gNavi {
		padding: 15px 0;
		margin-top: 27px;
		border-top: solid 3px #262524;
		box-shadow: 0 0 4px 2px rgba(0,0,0,0.40);
		background: #535353;
	}
	.gNaviWrap.fixed #gNavi {
		margin-top: 0;
	}
	#gNavi ul {
		width: 1020px;
		text-align: right;
		margin: auto;
		font-size: 0;
	}
	#gNavi ul li {
		display: inline-block;
		font-size: 15px;
		padding: 1px 9px 0;
		position: relative;
		z-index: 5000;
	}
	#gNavi ul li + li {
		border-left: solid 1px #a4a4a4;
	}
	#gNavi ul li:last-child {
		padding-right: 0;
	}
	#gNavi .btnMenuClose,
	#gNavi .btnLanguage {
		display: none;
	}
}

@media screen and (max-width:768px) {
	.gNaviWrap {
		position: fixed;
		top: 0;
		right: -65%;
		width: 65%;
		height: 100%;
		line-height: 1.0;
		background: #002E5E;
		z-index: 9999;
		transition: 0.3s;
	}
	.gNaviWrap.open {
		right: 0;
	}
	#gNavi .btnMenuClose {
		text-align: center;
		font-size: 16px;
		padding: 17px 0 13px;
		border-bottom: solid 1px rgba(255,255,255,0.6);
	}
	#gNavi .btnMenuClose span {
		position: relative;
		padding-left: 22px;
	}
	#gNavi .btnMenuClose span:before,
	#gNavi .btnMenuClose span:after {
		position: absolute;
		top: 8px;
		left: 0;
		content: "";
		width: 15px;
		height: 2px;
		background: #fff;
	}
	#gNavi .btnMenuClose span:before {
		transform: rotate(45deg);
	}
	#gNavi .btnMenuClose span:after {
		transform: rotate(-45deg);
	}
	#gNavi ul li {
		border-bottom: solid 1px rgba(255,255,255,0.6);
	}
	#gNavi ul li a {
		display: block;
		padding: 16px 15px 14px;
	}
	#gNavi .btnLanguage {
		padding: 30px 15px 10px;
	}
	#overlay.active {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.50);
		z-index: 8000;
		overflow: hidden;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  toplogo
* --------------------------------------------------------------------------------------------------*/
/* konami */
.logo_area {
	height: 50px;
	padding: 10px 50px;
	max-width: 1750px;
	margin: 0 auto;
}

.logo_venture {
	float: left;
	padding-top: 4px;
}
.logo_yaskawa {
	float: right;
	padding-top: 4px;
}

#hd_lang {
	float: right;
	margin-right: 20px;
	padding: 4px 4px 4px 2px;
	background-color: #f5f5f5;
	border: 1px solid #e1e1e1;
}
#hd_lang ul {
	clear: both;
	width: 114px;
}
#hd_lang li {
	float: left;
	margin-left: 2px;
	list-style: none;
}

@media print, screen and (min-width:769px) {
	.sp {
		display: none;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  side
* --------------------------------------------------------------------------------------------------*/
#side #sNavi ul li + li{
	margin-top: 15px;
}
#side #sNavi ul li a:before{
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 13px;
	margin-right: 8px;
	border-color: transparent transparent transparent #005cac;
}
@media print, screen and (min-width:769px){
	#content.contentCol02 #side {
		margin-top: 100px;
		float: left;
	}
}

@media screen and (max-width:768px) {
	#content.contentCol02 #side {
		padding: 50px 0 70px;
	}
	#side #sNavi ul li + li{
		margin-top: 10px;
	}
	#side #sNavi ul li a:before{
		border-width: 5px 0 5px 8px;
		margin-right: 8px;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/
#footer {
	padding: 30px 0 23px;
	background: url(../img/common/cmn_footer_bg01.jpg) repeat top left;
}
#footer .fCopy {
	text-align: center;
	color: #fff;
	font-size: 18px;
}
#pageTop {
	display: none;
	position: relative;
	margin: 0 auto;
	z-index: 6000;
}
#pageTop p {
	position: fixed;
	right: 4%;
	margin: auto;
	text-align: right;
}

@media screen and (max-width:768px) {
	#footer {
		padding: 20px 0;
	}
	#footer .fCopy {
		font-size: 12px;
	}
	#pageTop p{
		padding-top: 30px;
		right: 3%;
	}
	#pageTop p img{
		width: 45px;
	}
}