@charset "utf-8";

/*
	* Copyright (C) 2014 CREATIVEWEB All Rights Reserved.
	* URL : http://www.creative-web.co.jp/
*/


/*
	* 1.BASIC
	* 2.LAYOUT
	* 3.HEADER
	* 4.FOOTER
	* 5.PAGE
*/


/*******************************************************************************
**	1.BASIC
*******************************************************************************/

html {
	/*overflow-x: hidden;*/
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 1.6;
	-webkit-user-select:none;
	-webkit-text-size-adjust: none;
	-webkit-box-sizing: border-box;
	overflow-x:hidden;
}

*:first-child+html body {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	overflow-x: hidden;
}

* html body, .win body {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	overflow-x: hidden;
}


/* LINK
----------------------------------------------------------------------------- */
a {
	outline: none;
}

a:link {
	color:#039;
	text-decoration:underline;
}
a:visited {
	color:#039;
	text-decoration:underline;
}
a:hover {
	color:#09F;
	text-decoration:underline;
}

a:hover img,#header #globalNavi li ul li a:hover img,#header .mega-menuClose a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

#header a:hover img{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}

/* COMMON
----------------------------------------------------------------------------- */
.none{
	margin:0 0 0 0 !important;
}

.section{
	margin:0 0 20px 0;
}

.sw{
	padding:0 0 0.5em 0.5em;
}

.frmBtn{
	height:24px;
	padding:2px 0;
}

.underLine{
	border-bottom:solid 1px #EEE;
}

.bgBlack{
	background:#000;
	color:#FFF;
	padding:1px 3px 0 3px;
}


/*******************************************************************************
**	2.LAYOUT
*******************************************************************************/

#container {
	width:100%;
}

#header {
	width:100%;
	height:145px;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}

#headerInner{
	width:960px;
	margin:0 auto;
	position:relative;
}

#content {
	width:960px;
	margin:0 auto;
	padding:30px 0 0 0;
	position:relative;
	z-index:0;
}

#sub #content {
	margin:115px auto 0 auto;
}

#mainCol {

}

#rightCol {
}

#footer {
	width:100%;
}

#footerInner{
	margin:30px auto 0 auto;
	padding:20px 0 20px 0;
	width:960px;
	position:relative;
	border-top: 2px solid #0A0C47;
}

/*******************************************************************************
**	3.HEADER
*******************************************************************************/

#header #logo{
	position:absolute;
	left:30px;
	top:53px;
}

#headerNavi{
	position:absolute;
	right:-27px;
	top:10px;
	width:472px;
	height:20px;
}

#headerNavi ul li{
	height:20px;
	margin:0 15px 0 0;
	padding:0 10px 0 15px;
	float:left;
	font-size:10px;
	background:url(../img/icon.gif) 0 2px no-repeat;
}

#headerNavi ul li#english, #headerNavi ul li#chinese{
	background:url(../img/icon_en.gif) 0 2px no-repeat;
}

#headerNavi ul li.none{
	border-right:none;
	margin:0;
}

#headerNavi ul li a:link {
	color:#666;
	text-decoration:none;
}
#headerNavi ul li a:visited {
	color:#666;
	text-decoration:underline;
}
#headerNavi ul li a:hover {
	color:#666;
	text-decoration:underline;
}

/* Online
----------------------------------------------------------------------------- */
#onlineNavi{
	position: absolute;
	right: 130px;
	top: 51px;
	height: 22px;
}

#onlineNavi ul li { float: left; margin: 0 5px 0 0; }

/* fontSize
----------------------------------------------------------------------------- */
#fontSize{
	position:absolute;
	right:0;
	top:55px;
	padding:0 0 0 60px;
	width:60px;
	background:url(../img/txt_font.gif) 0 1px no-repeat;
}

#fontSize ul li{
	float:left;
}

#fontSize #switchFontSizeMedium{
	text-indent:-9999px;
	width:29px;
	height:15px;
	background:url(../img/font_btn.gif) 0 0 no-repeat;
	cursor:pointer;
}

#fontSize #switchFontSizeMedium.active{
	background:url(../img/font_btn.gif) 0 -15px no-repeat;
}

#fontSize #switchFontSizeBig{
	text-indent:-9999px;
	width:29px;
	height:15px;
	background:url(../img/font_btn.gif) -30px 0 no-repeat;
	cursor:pointer;
}

#fontSize #switchFontSizeBig.active{
	background:url(../img/font_btn.gif) -30px -15px no-repeat;
}

/* globalNavi
----------------------------------------------------------------------------- */

#header ul#globalNavi{
	/*20161017
	firefoxで1px多く解釈されてレイアウト崩れのためコメントアウト
	width:750px;
	*/
	position:absolute;
	left:0;
	top:99px;
}

#header ul#globalNavi li{
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width: 160px;
}

#header ul#globalNavi li ul{
	display:none;
	padding:55px 0 20px 30px;
}

#header ul#globalNavi li ul li{
	margin:0 30px 0 0;
}

#header ul#globalNavi li ul li.recruit{
	margin:0 12px 0 0;
}


#header ul#globalNavi li ul li.title{
	width:900px;
	height:80px;
}

#header ul#globalNavi li ul li.title p{
	display:inline;
}

#header ul#globalNavi li ul li.title p a{
	float: none;
}

#header ul#globalNavi li#ir ul li.rightNone{
	margin:0 75px 0 0;
}

/* shopSearch
----------------------------------------------------------------------------- */
#shopSearch {
	background: url(../img/g_navi_shop.png) no-repeat;
	position:absolute;
	right:0;
	top:99px;
	width: 210px;
	height: 50px;
}
#shopSearch form {
	margin-top: 11px;
	margin-left: 90px;
	font-size: 10px;
}

#shopSearch select{
	background: #CCC;
	border: 2px solid #CCC;
	border-radius: 4px;
	padding:0 0 0 3px;
	width:100px;
	height:24px;
}

#shopSearch select.shopSelect {
	margin-top: 11px;
	margin-left: 90px;
	font-size: 12px;
}

/*******************************************************************************
**	4.FOOTER
*******************************************************************************/

#footerNavi li{
	padding:0 10px 0 15px;
	float:left;
	font-size:10px;
	background:url(../img/icon.gif) 0 2px no-repeat;
}

#footerNavi li.none{
	border-right:none;
	margin:0;
}

#footerNavi li a:link {
	color:#666;
	text-decoration:none;
}
#footerNavi li a:visited {
	color:#666;
	text-decoration:underline;
}
#footerNavi li a:hover {
	color:#666;
	text-decoration:underline;
}

#copy {
	position:absolute;
	right:0;
	top:20px;
}


/*******************************************************************************
**	5.PAGE
*******************************************************************************/

.column02 dt{
	font-size:77%;
}

.column02 dd{
	margin:0 0 10px 0;
}

/* トップページ
----------------------------------------------------------------------------- */
.column03 ul li{
	width:300px;
	margin:0 30px 30px 0;
	float:left;
}

.column03 ul li p{
	margin:0 0 20px 0;
}

.column02 ul{
	margin:0 0 30px 0;
}

.column02 ul li{
	width:465px;
	margin:0 30px 0 0;
	float:left;
}

.column02 ul li.col2_1{
	width:465px;
}

.column02 ul li ul{
	border-left:1px #EEE solid;
	padding:30px 0 0 30px;
	margin:0 0 0 0;
}

.column02 ul li ul li{
	width:202px;
	height:150px;
	margin:0 30px 30px 0;
	float:left;
}

.column02 ul li ul li p{
	margin:0 0 10px 0;
}

.column04 ul li{
	width:217px;
	margin:0 30px 30px 0;
	float:left;
}

.column05 ul li{
	width:180px;
	margin:0 15px 30px 0;
	float:left;
}

.newsList p{
	margin:0 10px 0 0;
	float:left;
}

.newsList p.rss{
	margin:3px 20px 0 0;
}

.newsList p.list{
	margin:3px 0 0 0;
	padding:0 0 0 15px;
	font-size:77%;
	background:url(../img/icon.gif) 0 2px no-repeat;
}

.newsList p.list a:link {
	color:#666;
	text-decoration:none;
}
.newsList p.list a:visited {
	color:#666;
	text-decoration:underline;
}
.newsList p.list a:hover {
	color:#666;
	text-decoration:underline;
}

ul#brandList li{
	width:182px;
	height:325px;
	padding:85px 15px 0 20px;
	background:url(../img/top_brand_bg.gif) no-repeat;
	position:relative;
}

ul#brandList li p{
	margin:0 0 20px 0;
}

ul#brandList li .btn{
	height:47px;
	position:absolute;
	bottom:23px;
}

ul#brandList li .btn p{
	margin:0 0 1px 0;
}

/* SLIDER
----------------------------------------------------------------------------- */
#loading{
	width:66px;
	height:66px;
	position:absolute;
	left:50%;
	margin:270px 0 0 -33px;
	z-index:1;
}

#sliderMain{
	width:960px;
	height:493px;
	background:#FFF;
	top:145px;
	position:relative;
	z-index:0;
	margin:0 auto;
}
/*
#sliderMain ul.slides{
	position: absolute;
	width:960px;
	zoom: 1;
}
*/
#sliderMain ul.slides li{
	width: 960px;
	height: 348px;
}

#sliderMain .flex-direction-nav a {width: 14px; height: 25px; display: block; background: url(../img/slide_main_direction_nav.png) no-repeat 0 0; position: absolute; top:155px; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
#sliderMain .flex-direction-nav .flex-next {background-position: 100% 0; right:0;}
#sliderMain .flex-direction-nav .flex-prev {left:0;}


#sliderSub{
	background: url(../img/bg_carousel.png) no-repeat;
	width:960px;
	height:120px;
	margin:0 auto;
	position:relative;
}

#sliderSubInner {
	width: 930px;
	position:absolute;
	top: 31px;
	left: 15px;
}

#sliderSubInner ul.slides li {
	width: 125px;
	margin-right: 9px;
}

#sliderSubInner .flex-direction-nav a {width: 13px; height: 29px; display: block; background: url(../img/slide_sub_direction_nav.png) no-repeat 0 0; position: absolute; top:15px; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
#sliderSubInner .flex-direction-nav .flex-next {background-position: 100% 0; right:-15px;}
#sliderSubInner .flex-direction-nav .flex-prev {left:-15px;}

#sliderSubInner ul.slides .flex-active-slide{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

/* Flexslider
----------------------------------------------------------------------------- */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative;}
.flex-viewport {max-height: 3000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

/* Direction Nav */
/*
.flex-direction-nav a {width: 13px; height: 29px; display: block; background: url(../img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top:15px; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right:-15px;}
.flex-direction-nav .flex-prev {left:-15px;}
*/
.flexslider:hover .flex-next {opacity: 1; /*right: 5px;*/}
.flexslider:hover .flex-prev {opacity: 1; /*left: 5px;*/}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
/*
.flex-control-nav {position: absolute; bottom: 0px; text-align: center;}
*/
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .active {opacity: 1; cursor: default;}


/* 法人ユニフォーム
----------------------------------------------------------------------------- */
ul.uniform{
	margin:30px 0 0 0;
}

ul.uniform li{
	width:310px;
	margin:0 15px 15px 0;
	float:left;
}