/* 横スクロールを防ぐ
----------------------------------------------------*/
html{
	overflow:auto;
}
body{
	overflow: hidden;
	min-width:1100px;
	background: #fafafa;
}


/*--- reset */
html {
	overflow-y: scroll;
}
body {
	font-family:'Open Sans','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','Lucida Sans Unicode',Arial,Verdana,sans-serif;
	letter-spacing: 1px;
	background: #fafafa;
}
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
ol  {
	position: relative;
	margin:0;
	padding:0
}
ol li  {
	list-style: none;
	list-style-position:outside;
	margin:5px 0px 5px 0px;
	padding-left:1.25em
}
ol li span {
	position: absolute;
	left:0;
	margin:0
}
/*IE6*/
*html ol li span  {
	left: -1.25em;
}

/*--- default */
body {
	color: #333;
	font-size:15px;
	line-height: 1.8;
}
* html body {	/* for IF6 */
	font-size:x-small;
}

img {
	vertical-align: bottom;
}

ul#ul_default {
	margin: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
ul#ul_default li {
	list-style-type: circle;
}

/*--- css ロールオーバー */
.ov a {
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
.ov a:hover {
    opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}


/* ===================================================================
 style info : ヘッダーやフッターなどサイト内共通
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
a:link {
	color:#0088cc;
	text-decoration: underline;
}
a:visited {
	color:#0088cc;
	text-decoration: underline;
}
a:hover {
	color:#0088cc;
	text-decoration: none;
}

.red{
	color:#F00;
}

.strong {
	font-weight: bolder;
}
.textsize70 {
	font-size: 70%;
	font-weight: normal;
}
.textsize110 {
	font-size: 110%;
}
.textsize120 {
	font-size: 120%;
}

.kome-s {
	color: #666;
	font-size: 77%;
}
.indent01 {
	padding-left: 1em;
    text-indent: -1em;
}

/*----------------------------------------------------
	右固定ナビ
----------------------------------------------------*/
ul#Rnavi {
	position: fixed;
	padding: 0px;
	top: 128px;
	list-style: none;
	z-index:500;
	right: -10px;/* 伸びた箇所の幅（JSも合わせる） */
}
* html ul#Rnavi {
  position: absolute;
  top: expression(eval(document.documentElement.scrollTop+30));
 }
ul#Rnavi li {
	margin-bottom: 10px;
	text-indent:-9999px;
}
ul#Rnavi li a {
    display: block;
    width: 46px;/* 画像全体の幅 */
}
ul#Rnavi .r_navi01 a {
    background-image: url(images/rnav01.png);
    height: 150px;
}
ul#Rnavi .r_navi02 a {
    background-image: url(images/rnav02.png);
	height: 150px;
}

/* ページトップ
----------------------------------------------------*/
#page-top a:hover {
    text-decoration: none;
}
#pagetop {
    position: fixed;
    bottom: 0px;
    right: 0px;
	z-index:9999;
}


/*----------------------------------------------------
	header#globalHeader
----------------------------------------------------*/

.gnav_sp {
	display: none;
}

/* 言語
----------------------------------------------------*/

#langBtn {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index:9999;
}

#lang,#lang2 {
	overflow: hidden;
	margin: 0 auto;
}
#lang li,#lang2 li  {
	float: left;
}
#lang li a.langOn,#lang2 li a.langOn {
	width: 40px;
	height: 80px;
}
#lang li a.langOn,#lang2 li a.langOn {
	padding: 0px  !important;
}
#lang li a,#lang2 li a {
	height: 30px;
	font-size: 12px;
	display: block;
	padding: 1px 2px 1px 10px;
	line-height: 2.8;
	color: #333;
	background: #666;
	text-align: left;
	text-decoration: none;
}
#lang li a:hover,#lang2 li a:hover {
	background: #888;
}
#lang li ul,#lang2 li ul {
	display: none;
	position: absolute;
	right: 0px;
}
#lang li ul li,#lang2 li ul li {
	width: 100px;
	float: none;
}
#lang li ul li a,#lang2 li ul li a {
	background: #ddd;
	padding-left: 10px;
}
#lang li ul li a.en {
	/*background-image: url(common/images/en.png);
	background-repeat: no-repeat;
	background-position: left center;*/
}
#lang li ul li a.ca {
	/*background-image: url(common/images/ca.png);
	background-repeat: no-repeat;
	background-position: left center;*/
}
#lang li ul li a.ka {
	/*background-image: url(common/images/ka.png);
	background-repeat: no-repeat;
	background-position: left center;*/
}


/* ヘッダー
----------------------------------------------------*/
#topHeader {
	position: relative;
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00ac98;
}

/*----------------------------------------------------
	header#globalHeader
----------------------------------------------------*/
#head {
	width: 1080px;
	margin: 0 auto;
	z-index:9998;
	left: 0px;
	right: 0px;
	background-color: rgba(255,255,255,0.9);
	/* box-shadow:0px 0px 3px 1px #999;
	-moz-box-shadow:0px 0px 3px 1px #999;
	-webkit-box-shadow:0px 0px 3px 1px #999;*/
}

.head_sub {
	position: relative;
}
#logo {
	float: left;
	width: 416px;
}
#logo p {
	margin-top: 12px;
	margin-left: 29px;
}
#headerRight {
	float: left;
	width: 624px;
}



/* グローバルナビゲーション
----------------------------------------------------*/
.menu-item a {
	background-image: url(images/gnav.png);
	display: block;
	position: relative;
	height: 80px;
	line-height: 80px;
	text-decoration: none;
	text-indent: -9998px;
}

.menu_1 a,.menu_2 a,.menu_3 a,.menu_4 a,.menu_5 a {
	width: 156px;
}

.menu_1 a { background-position: 0 0; }
.menu_2 a { background-position: -156px 0; }
.menu_3 a { background-position: -312px 0; }
.menu_4 a { background-position: -468px 0; }
.menu_5 a { background-position: -624px 0; }

/*
.menu_1 a:hover { background-position: 0 -70px; }
.menu_2 a:hover { background-position: -130px -70px; }
.menu_3 a:hover{ background-position: -260px -70px; }
.menu_4 a:hover { background-position: -390px -70px; }
.menu_5 a:hover { background-position: -520px -70px; }
.menu_6 a:hover { background-position: -650px -70px; }
*/

.products .menu_1 a { background-position: 0 -80px; }
.outline .menu_2 a { background-position: -156px -80px; }
.ir .menu_3 a,.tax-irnewscat .menu_3 a { background-position: -312px -80px; }
.recruit .menu_4 a { background-position: -468px -80px; }
.relation .menu_5 a { background-position: -624px -80px; }


/* ドロップダウンメガメニュー
----------------------------------------------------*/
.menu {
    width: 780px;
	max-width: 780px;
    height: 80px;
    margin: 0 auto;
	z-index:9998;
}

.menu > li {
	float: left;
	line-height: 80px;
}

.menu > li a {
	display: block;
}


/* Gナビロールオーバー */
.menu-item a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #333;
	text-decoration: none;
}
.menu-item a::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #00ac97;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.menu-item a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}


.menu > li a:hover {
	text-decoration: none;
}



/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}



/* 見出し
----------------------------------------------------*/
h1 {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2em;
}

h1 p {
	font-size: 16px;
}
h1 hr {
	width: 100px;
	display: block;
	height: 5px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border: none;
	background-color: #00ac97;
}





/*----------------------------------------------------
	footer#globalFooter
----------------------------------------------------*/
footer#globalFooter {
	background-color: #fff;
}
.home footer#globalFooter {
	margin-top: 0px !important;
}


#footnav_outline {
	position:relative;
	overflow:hidden;
	width: 100%;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height: 200px;
}
#footnav_outline p {
	margin-top: 80px;
	float: left;
	margin-right: 50px;
}

ul.footnav {
	position:relative;
	/*left:50%;*/
	float:left;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}

ul.footnav li {
	position:relative;
	/*right:50%;*/
    float:left;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	line-height: 1em;
}
ul.footnav li:last-child {
	border-right-style: none;
}
ul.footnav li a {
	color: #333;
	text-decoration: none;
}
ul.footnav li a:hover {
	text-decoration: underline;
}

p.copyright {
	text-align: center;
	font-size: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #00ac97;
}


/*----------------------------------------------------
	汎用
----------------------------------------------------*/

/* float */
.floatLeft{
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatRight{
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
}


/* clearfix */
#hoge:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
.clear{
	clear:both;
}
.clearfix {zoom:1;}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


/* 行ぞろえ */
.alignCenter{
	text-align: center !important;
}
.alignLeft{
	text-align: left !important;
}
.alignRight{
	text-align: right !important;
}

/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}

/* ===================================================================
共通
=================================================================== */

/*----------------------------------------------------
	inner（ページ全体）
----------------------------------------------------*/
#inner {
	width: 1080px;
	margin: 0 auto;
}
#subinner {
	width: 1080px;
	background: rgba(255,255,255,0.9);
	background-image: url(images/line.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	padding-bottom: 20px;
}


/*----------------------------------------------------
	メインコンテンツ
----------------------------------------------------*/
#main {
	float: left;
	width: 780px;
	margin-left: 30px;
}
#main2 {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}

/* パン屑 */
#crumbs {
	width: 100%;
	padding-top: 10px;
}
#breadcrumbs {
	margin-bottom: 0px;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#breadcrumbs li {
	display:inline;
	list-style-type:none;
	font-size: 12px;
}
#breadcrumbs li a {
	padding:0 1em 0 0;
	background:url(images/arrow04.png) no-repeat right center;
	color: #333;
	text-decoration: none;
}
#breadcrumbs li a:hover {
	text-decoration: underline;
}


/*----------------------------------------------------
	contents
----------------------------------------------------*/
#topcontents {
	/zoom: 1;
}
#contents {
	/zoom: 1;
	padding-top: 40px;
}

.article {
	margin-bottom: 80px;
}
.section {
	margin-bottom: 40px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}


.topback {
	text-align: center;
	margin-top: 30px;
}
.topback a {
	background-image: url(images/arrow06.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}

/********************************************************************************************************************/
/****************************************** MEDIA QUERIES ***********************************************************/
/********************************************************************************************************************/


/*==================================== PHONES ====================================================*/

@media (max-width: 480px) {

html,body {
	min-width:100%;
}

img.w100{
	width:100%
}

/*----------------------------------------------------
	右固定ナビ
----------------------------------------------------*/
ul#Rnavi {
	display: none;
}


/*----------------------------------------------------
	header#globalHeader
----------------------------------------------------*/
#head {
	width: 100%;
	height: auto;
}
.head_top {
	position: static;
	min-height:80px;
	padding: 0px;
}
.head_sub {
	min-height:80px;
}
#headerRight {
	display: none;
}
#langBtn {
	display: none;
}

#logo {
	float: left;
	width: 260px;
}
#logo p {
	margin-top: 12px;
	margin-left: 10px;
}

/* スマホ版メニュー
----------------------------------------------------*/
.gnav_sp {
	display: block;
	padding-top: 20px;
}

.aco_sp{
	padding-right: 10px;
	padding-left: 10px;
}
.aco_sp a{
	text-decoration: none;
}
.aco_sp ul{
	display:none;
}
.aco_sp span{
	display:block;
	cursor:pointer;
	background-image: url(images/menu_sp/head01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.aco_sp span:before{
	padding:0 8px 0 0;
	vertical-align:middle;

}
.aco_sp span.selected:before{
}
.aco_sp span:hover{
	background-image: url(images/menu_sp/head01.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.aco_sp li{
	cursor:pointer;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(images/menu_sp/head03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
}
.aco_sp li.headnone{
	background-image: url(images/menu_sp/head01.png);
	background-repeat: no-repeat;
	background-position: left 16px;
}
.aco_sp li:before{
	padding:0 8px 0 0;
}
.aco_sp li.selected:before{
	color: #F00;
}
.aco_sp li ul li:first-child{
	margin-top: 10px;
}


/* nav */
#header_sp {
	display: block;
}
#menu_sp{
	position:absolute;
	top:10px;
	display: block;
	width: 80px;
	right: 10px;
}
#menu_sp a span{
	background-image: url(images/menu_sp/menubar.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
#menu_sp a {
	display: block;
	width: 100%;
	background: #00ac98;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu_sp a:hover {
  background: #3fc5b5;}
#menu_sp .menu-on {
  background: #eee;color: #444;}
#menu_sp .menu-on:hover {
	background: #3fc5b5;
	color: #FFF;
}
#nav{
	width:100%;
	overflow: auto;
	display:none;
	background-color: #FFF;
	padding: 10px 0px 10px 0px;
}




/*----------------------------------------------------
	footer#globalFooter
----------------------------------------------------*/
#footnav_outline {
	height: auto;
	padding-bottom: 20px;
}
#footnav_outline p {
	margin-top: 30px;
	float: none;
	margin-right: 0px;
}
ul.footnav {
	float:none;
	margin-top: 20px;
}

ul.footnav li {
    float:left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.7em;
}
p.copyright {
	text-align: center;
	font-size: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #00ac97;
}


/*----------------------------------------------------
	汎用
----------------------------------------------------*/

/* float */
.floatLeft{
	float:none;
	margin-right: 0px;
	margin-bottom: 0px;
}
.floatRight{
	float:none;
	margin-left: 0px;
	margin-bottom: 0px;
}



/* ===================================================================
共通
=================================================================== */
#inner {
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#subinner {
	width: auto;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

/*----------------------------------------------------
	メインコンテンツ
----------------------------------------------------*/
#main {
	float: none;
	width: 100%;
	margin-left: 0px;
}
#main2 {
	width: 100%;
}

/*----------------------------------------------------
	サイドバー
----------------------------------------------------*/
#side {
	float: none;
	width: 100%;
	margin-right: 0px;
	padding-top: 20px;
}

/*----------------------------------------------------
	contents
----------------------------------------------------*/
#contents,#contents2 {
	padding-top: 0px;
}
.article {
	margin-bottom: 20px;
}
.section {
	margin-bottom: 20px;
	width: 100%;
}

/* パン屑 */
#breadcrumbs {
	width: 100%;
	margin-top: 10px;
	line-height: 1.5em;
	font-size: 11px;
}

/* 見出し
----------------------------------------------------*/
h1 {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 20px;
	text-align: left;
}
h1 hr {
	margin-top: 10px;
	text-align: left;
	margin-left: 0;
}


}
