@charset "utf-8";


@media screen and (min-width: 641px) {

html, body {
	width: 100%;
	height: 100%;
	min-width: 1180px;
	background: #fff;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	 text-size-adjust: 100%;
}
#wrapper {
	width: 100%;
	height: 100%;
	min-width: 1180px;
}
#container {
	padding-bottom: 100px;
}

.inner {
	width: 1000px;
	margin: 0 auto;
}

.sp {
	display: none !important;
}

/* img alphaOver */
.alphaOver a img {
	transition: all .3s;
	-webkit-transition: all .3s;
	opacity: 1;
}
.alphaOver a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}

/* -----------------------------------------------------------------------------

	header
  
----------------------------------------------------------------------------- */
#header {
	width: 100%;
	min-width: 1180px;
	height: 100px;
	background: #fff;
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
}
#header .inner {
	padding: 0;
	width: 100%;
	height: 100px;
}
#header h1 {
	font-weight: bold;
	font-size: 11px;
	clear: both;
	float: left;
	margin: 32px 0 0 20px;
}
#header h1 span {
	line-height: 1.6;
	padding: 0px 0 0 20px;
	display: inline-block;
	font-size: 13px;
}
#header h1 img {
	width: 164px;
	vertical-align: middle;
}
.noLink:hover {
	cursor:default;
}
.noLink img {
	opacity: 1 !important;
}

/* gnav
---------------------------------------------*/
#header #gnav {
	float: right;
}
#header #gnav > ul > li {
	float: left;
	font-size: 14px;
}
#header #gnav > ul > li > a {
	display: block;
	height: 100px;
	text-align: center;
	box-sizing: border-box;
	padding: 41px 12px 0;
}
#header #gnav > ul > li > span {
	display: block;
	height: 100px;
	text-align: center;
	box-sizing: border-box;
	padding: 41px 15px 0;
	color: #ccc;
}
#header #gnav > ul > li.navTop > a:hover > span {
	border-bottom: 2px solid #0075c2;
}
#header #gnav > ul > li.navCompany > a:hover > span {
	border-bottom: 2px solid #2d9cdc;
}
#header #gnav > ul > li.navMember > a:hover > span {
	border-bottom: 2px solid #fbb44e;
}
#header #gnav > ul > li.navProject  > a:hover > span {
	border-bottom: 2px solid #f06060;
}
#header #gnav > ul > li.navWomen  > a:hover > span {
	border-bottom: 2px solid #ff7b97;
}
#header #gnav > ul > li.navSpecial  > a:hover > span {
	border-bottom: 2px solid #af7dc3;
}
#header #gnav > ul > li.navInformation > a:hover > span {
	border-bottom: 2px solid #20bca2;
}
#header #gnav > ul > li > span {
	padding-right: 12px;
	padding-bottom: 5px;
	background: url(../img/icon_arrow_nav_g.gif) no-repeat right center;
}
#header #gnav > ul > li > a > span {
	padding-right: 12px;
	padding-bottom: 5px;
	background: url(../img/icon_arrow_nav.gif) no-repeat right 5px;
}
/*
#header #gnav > ul > li#navCompany > a:hover > span {
	border-bottom: 2px solid #0075c2;
}
*/
#header #gnav > ul > li.btn {
	width: 80px;
}
#header #gnav > ul > li.btn + li.btn {
	border-left: 1px solid #fff;
}
#header #gnav > ul > li.btn a {
	width: 80px;
	background: #0075c2;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	/*font-weight: bold;*/
	color: #fff;
	opacity: 1;
	padding: 40px 0 0;
	transition: all .3s;
	-webkit-transition: all .3s;
}
#header #gnav > ul > li.btn a:hover {
	width: 80px;
	background: #0075c2;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	/*font-weight: bold;*/
	color: #fff;
	opacity: 0.8;
	padding: 40px 0 0;
}
#header #gnav > ul > li.btn.linkNone a{
	background: #7f7f7f;
	color: #AAA;
}
#header #gnav > ul > li.btn.linkNone a:hover{
	background: #7f7f7f;
	color: #AAA;
	opacity: 1;
	cursor: default;
}

#header #gnav > ul > li > a > span {
	display: block;
	padding-bottom: 5px;
}

/* Megamenu
---------------------------------------------*/

.megaMenu {
	display: none;
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 170px;
	border-top: 1px solid #fff;
	z-index: 600;
	padding: 25px 0 15px;
	overflow: hidden;
}
.menuCompany {
	padding-left: 220px;
	height: 330px;
	background: #2d9cdc;
}
.menuMember {
	padding-left: 220px;
	background: #fbb44e;
}
.menuProject {
	padding-left: 144px;
	height: 210px;
	background: #f06060;
}
.menuWomen {
	padding-left: 144px;
	background: #ff7b97;
}
.menuSpecial {
	padding-left: 292px;
	background: #af7dc3;
}
.menuInformation {
	padding-left: 292px;
	background: #20bca2;
}
.megaMenu > p {
	width: 1000px;
	margin: 0 auto 15px;
	color: #fff;
	font-size: 20px;
}
.megaMenu > p > span {
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	padding-left: 10px;
	font-size: 14px;
}
.megaMenu ul {
	width: 1000px;
	margin: 0 auto;
}
.megaMenu ul+ ul {
	margin-top: 20px;
}
.megaMenu ul li {
	margin-left: 17px;
	float: left;
	text-align: center;
	position: relative;
}
.megaMenu li:first-child {
	margin-left: 0;
}
.megaMenu li.preparation {
	opacity: 0.5;
}
.megaMenu li.preparation a {
	cursor: default;
}
.megaMenu li.preparation img {
	opacity: 1.0 !important;
}
.megaMenu li figure {
	/*background: #fff;*/
	margin-bottom: 8px;
}
.megaMenu li img {
	vertical-align: bottom;
	/*opacity: 1;
	transition: all .3s;
	-webkit-transition: all .3s;*/
}
/*
.megaMenu li:hover img {
	opacity: 0.7;
}
*/
.megaMenu li span {
	font-size: 14px;
	color: #fff;
	line-height: 1.4;
	display: block;
}

/* -----------------------------------------------------------------------------

	container
  
----------------------------------------------------------------------------- */
#container {
	margin-top: 100px;
}

/* -----------------------------------------------------------------------------

	footer
  
----------------------------------------------------------------------------- */

footer {
	position: relative;
	width: 100%;
}

/* footerNav
---------------------------------------------*/
#footerNav {
	background: #f3f5f7;
}
#footerNav .inner {
	padding: 45px 0 25px;
}
#footerNav .inner > p {
	margin: 0 0 27px;
}
#footerNav .inner > p a {
	font-size: 14px;
	font-weight: bold;
}
#footerNav .inner > p a:hover {
	text-decoration: underline;
}
#footerNav .inner > .clr > ul {
	width: 190px;
	float: left;
}
#footerNav .inner > .clr > ul:nth-child(2) {
	width: 160px;
}
#footerNav .inner > .clr > ul:nth-child(3) {
	width: 210px;
}
#footerNav .inner > .clr > ul:nth-child(4) {
	width: 200px;
}
#footerNav .inner > .clr > ul:last-child {
	width: 240px;
}
#footerNav .inner > .clr > ul li {
	margin: 0 0 12px;
}
#footerNav .inner > .clr > ul:nth-child(3) li.nextRow {
	margin-top: 40px;
}
#footerNav .inner > .clr > ul:nth-child(4) li.nextRow {
	margin-top: 40px;
}
#footerNav .inner > .clr > ul li.nextRow a {
	padding-left: 0;
	background: none;
}
#footerNav .inner > .clr > ul li span,
#footerNav .inner > .clr > ul li b {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0;
	margin: 0 0 7px;
}
#footerNav .inner > .clr > ul li .preparation {
	color: #ccc;
}
#footerNav .inner > .clr > ul li a {
	display: block;
	font-size: 12px;
	padding-left: 10px;
	background: url(../img/icon_arrow.gif) no-repeat left center;
	line-height: 1.2;
}
#footerNav .inner > .clr > ul li a:hover {
	text-decoration: underline;
}
#footerNav .inner > .clr > ul li a.preparation:hover {
	text-decoration: none;
}
#footerNav .inner > .clr > ul li:first-child a {
	padding-left: 0;
	background: none;
}
#footerNav .inner > .clr ul li.blank a {
	/*position: relative;
	padding-left: 0;
	background: none;
	line-height: 1.2;*/
}
#footerNav .inner > .clr ul li.blank a span {
	font-size: 12px;
	font-weight: normal;
	padding-right: 16px;
	background: url(../img/icon_blank.gif) right center no-repeat;
}
#footerNav .inner > .clr > ul:last-child li a{
	font-size: 12px;
	padding-left: 10px;
	background: url(../img/icon_arrow.gif) no-repeat left center;
	line-height: 1.2;
}
#footerNav .inner > .clr > ul li.btn {
	margin: 0 0 10px;
}
#footerNav .inner > .clr > ul li.blank + li.btn {
	margin-top: 30px;
}
#footerNav .inner > .clr > ul li.btn > a {
	display: block;
	height: 40px;
	line-height: 42px;
	background-image: url(../img/icon_blank_w.gif);
	background-repeat: no-repeat;
	background-position: 220px center;
	background-color: #0075c2;
	color: #fff;
	font-size: 14px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
#footerNav .inner > .clr > ul li.btn > a span {
	font-weight: normal;
	position: relative;
}
#footerNav .inner > .clr > ul li.btn > a:hover {
	text-decoration: none;
	background-color: #1a89d2;
}
#footerNav .inner > .clr > ul li.btn.linkNone > a {
	background-color: #7f7f7f;
	color: #AAA;
}
#footerNav .inner > .clr > ul li.btn.linkNone > a:hover {
	cursor: default;
}


/* footerBtm
---------------------------------------------*/
#footerBtm .inner > p {
	float: left;
	margin: 18px 15px 0 0;
	width: 100px;
}
#footerBtm .inner > p img {
	width: 100%;
	height: auto;
}
#footerBtm .inner > small {
	line-height: 53px;
	font-size: 10px;
	display: inline-block;
	padding-top: 4px;
}
#footerBtm .inner > ul {
	float: right;
	padding: 3px 0 0;
}
#footerBtm .inner > ul li {
	float: left;
	line-height: 53px;
	margin-left: 20px;
}
#footerBtm .inner > ul li a {
	font-size: 12px;
	padding-left: 10px;
	background: url(../img/icon_arrow.gif) no-repeat left center;
}
#footerBtm .inner > ul li a:hover {
	text-decoration: underline;
}

/* pagetop
---------------------------------------------*/
#pagetop {
	position: absolute;
	right: 10px;
	bottom: 469px;
	top: inherit;
	z-index: 400;
	margin: 0;
}
#pagetop img {
	width: 60px;
	height: 60px;
	opacity: 1;
	transition: all .3s;
	-webkit-transition: all .3s;
}
#pagetop.fixed {
	position: fixed;
	right: 10px;
	bottom: 10px;
	top: inherit;
}
#pagetop a:hover img {
	opacity: 0.7;
}

}


@media screen and (min-width: 1300px) {
	
#header #gnav > ul > li.btn {
	width: 100px;
}

#header #gnav > ul > li.btn a {
	width: 100px;
	background: #0075c2;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	/*font-weight: bold;*/
	color: #fff;
	opacity: 1;
	padding: 40px 0 0;
	transition: all .3s;
	-webkit-transition: all .3s;
}
#header #gnav > ul > li.btn a:hover {
	width: 100px;
	background: #0075c2;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	/*font-weight: bold;*/
	color: #fff;
	opacity: 0.8;
	padding: 40px 0 0;
}

}
