@charset "utf-8";
/*
Theme Name: 澁谷工業
Theme URI: 自分のURL
Description: COMPANY official theme
*/

/* 横スクロールを防ぐ
----------------------------------------------------*/
html{
	overflow:auto;
}
body{
	overflow: hidden;
	min-width:1080px;
	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;
}
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 )";
}


/*--- iframe */
iframe {
    vertical-align: bottom;
}


/* ===================================================================
 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;
}
.green{
	color:#00ac98;
}
.strong {
	font-weight: bolder;
}
.textsize90 {
	font-size: 90%;
}
.textsize110 {
	font-size: 110%;
}
.textsize120 {
	font-size: 120%;
}

.kome-s {
	color: #666;
	font-size: 77%;
}
ul.kome {
	margin-top: 20px;
	color: #666;
	font-size: 90%;
}
ul.kome li {
	margin-bottom: 5px;
}
.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(common/images/rnav01.png);
    height: 150px;
}
ul#Rnavi .r_navi02 a {
    background-image: url(common/images/rnav02.png);
	height: 150px;
}


/* スティッキーヘッダー
----------------------------------------------------*/
#change {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	display: none;
	z-index: 9999;
	background-color: #fff;
	background-image: url(common/images/gnav.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	/*box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);*/
}


/*----------------------------------------------------
	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;*/
}


/*
ul.lang{
	position: absolute;
	z-index:9998;
	height: 28px;
	font-size:90%;
	line-height: 2;
	letter-spacing: 0.1em;
	top: 0px;
	right: 0px;
	color: #333;
}
ul.lang li {
	float: left;
	margin-right: 15px;
	padding-top: 4px;
}
ul.lang li.on {
	padding-top: 0;
	border-top: #00ac97 solid 4px;
}
ul.lang li a {
	border-bottom: none;
	color: #333 !important;
	text-decoration: none;
}
ul.lang li.on a,
ul.lang li a:hover {
	color: #333 !important;
}
*/


/* 問い合わせボタン
----------------------------------------------------*/
/*
.topBtn_outline {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
*/
ul#topBtn {
	position: absolute;
	top: 40px;
	right: 0px;
	z-index:9999;
}
ul#topBtn li {
	float: left;
	margin-right: 10px;
	background-color: #FFF;
}	
	
/*----------------------------------------------------
	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_top {
	position: absolute;
	bottom: 20px;
}
.head_sub {
	position: relative;
}
#logo {
	float: left;
	width: 260px;
}
#logo p {
	margin-top: 12px;
	margin-left: 29px;
}
#headerRight {
	float: left;
	width: 780px;
}



/* グローバルナビゲーション
----------------------------------------------------*/
.menu-item a {
	background-image: url(common/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;
}

/* 枠 */
.megaListL {
	float: left;
	width:360px;
}
.megaListR {
	float: right;
	width:360px;
}
.megaListL .megaList,.megaListR .megaList {
	width:360px !important;
}
.megaListR .megaList {
	margin-left: 0px !important;
}

.mega_txt {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.megaTTL {
	position: relative;
	margin-left: 250px;/* 第2階層の位置合わせ */
	text-indent: 1.3em;
	height: 40px !important;
	line-height: 40px !important;
	background-image: url(common/images/arrow03.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	font-size: 120%;
	font-weight: bolder;
	margin-bottom: 5px;
}
.megaTTL a {
	color: #333;
}
.megaList {
	position: relative;
	margin-left: 250px;/* 第2階層の位置合わせ */
	text-indent: 1.5em;
	height: 33px !important;
	line-height: 33px !important;
	background-image: url(common/images/arrow02.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
.megaList a {
	color: #333;
}


/* 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:hover {
	background-color: #a3d1ee;
	-webkit-transition: all .5s;
	transition: all .5s;
	
	background-image: url(common/images/gnav.png);
	background-repeat: no-repeat;
	
}
*/

.menu > li a:hover {
	text-decoration: none;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}



.menu__second-level li a {
	color: #333;
}
.menu__second-level li a:hover {
    background: #ccc;/* 第2階層の背景色 */
	background-image: url(img/icon01.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #333 !important;
}

.menu__third-level li a {

}
.menu__third-level li a:hover {
    background: #00ac97;/* 第3階層の背景色 マウスオーバー */
	background-image: url(img/icon01.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.menu__fourth-level li a:hover {
    background: #00ac97;/* 第4階層の背景色 マウスオーバー */
	background-image: url(img/icon01.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}


/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}




/* メニュー内キャプション */
.menuCAP {
	position: absolute;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	width: 300px;/* 第2階層の位置合わせと合わせる */
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	padding-top: 20px;
	padding-right: 2%;
	padding-left: 2%;
	color: #333;
}
.menuCAPimg img {
	margin-top: 10px;
	border: 1px solid #FFF;
}

/* メガメニュー */
li.menu__mega ul.menu__second-level {
	position: absolute;
	left: 0px;/* !!!!!!!!!!!! */
	box-sizing: border-box;
	width: 1080px;
	background: #fff;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	padding-top: 20px;
	padding-right: 2%;
	padding-bottom: 20px;
	padding-left: 2%;
	height: 320px;/* メガメニュー高さ */
	/*box-shadow: 0px 6px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 6px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 6px 3px rgba(0,0,0,0.1);*/
}

.second-level_top {
	bottom: 80px;
}
.second-level_sub {
	top: 80px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #00ac98;
	border-bottom-color: #00ac98;
	border-left-color: #00ac98;
}

li.menu__mega:hover ul.menu__second-level {
    bottom: 80px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
    width: 32%;
    border: none;
}


/* 多階層 */

.menu > li.menu__multi {
	position: relative;
}

li.menu__multi a {
	text-decoration: none;	
}
li.menu__multi a:hover {
	text-decoration: underline;
}

li.menu__multi ul.menu__second-level li {
	position: relative;
	margin-left: 300px;/* 第2階層の位置合わせ */
	text-indent: 1.7em;
	height: 40px !important;
	line-height: 40px !important;
	background-image: url(img/icon01.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}

/* 第2階層2列ヴァージョン */
li.menu__multi ul.menu__second-level .flL {
	float: left;
	width: 600px;
}
li.menu__multi ul.menu__second-level .flR {
	float: right;
	width: 350px;
}
li.menu__multi ul.menu__second-level .flR li {
	margin-left: 0px !important;
}

/* 多階層 */

li.menu__multi ul.menu__second-level li:hover {
	background: #ccc;/* 第2階層の背景色　第3階層に行った時 */
	background-image: url(img/icon01.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level {
    position: absolute;
    top: 0px;
    left: 100%;
    width: 100%;
    background: #000;/* 第3階層の背景色 */
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level.position_bottom {
	top: auto;
	position: absolute;
	bottom: 0px;
}


li.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
    visibility: visible;
    opacity: 1;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li {
    position: relative;
	margin-left: 0px;/* 第3階層の位置合わせ */
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover {
    background: #333;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li ul.menu__fourth-level {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 120px;/* 第4階層の幅　100%にすると横スクロール出てしまう */
    background: #333;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover ul.menu__fourth-level {
    visibility: visible;
    opacity: 1;
}

.init-right:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 0 15px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*----------------------------------------------------
	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(common/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;
}

.dlTTL {
	color: #FFF;
	background-color: #000546;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


/* 別ウィンドウ */
a.blank {
	background-image: url(common/images/blank.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;
}


/* PDFリンク */
.textbtn_ul li {
	width: 316px;
	float: left;
	margin: 0px 16px 0px 14px;
	padding: 6px;
	font-size: 12px;
	border: 1px solid #cccccc;
	background: url(common/images/head01.png);
	background-repeat: no-repeat;
	background-position: 313px 10px;
}
.textbtn_ul li.longbtn {
	width: 676px;
	background-position: 677px 10px;
}
.textbtn_ul a {
	cursor: pointer;
}

.textbtn_ul a:hover li {
	text-decoration: underline;
}



/*----------------------------------------------------
	アイコン
----------------------------------------------------*/
.arrow01 {
	padding-right: 25px;
	background-image: url(common/images/arrow01.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.icon_pdf {
	background-image: url(common/images/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}


/* 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;
}


/* マージン関連 */
.mgb05{
	margin-bottom:5px;
}
.mgb10{
	margin-bottom:10px;
}
.mgb15{
	margin-bottom:15px;
}
.mgb20{
	margin-bottom:20px;
}
.mgb25{
	margin-bottom:25px;
}
.mgb30{
	margin-bottom:30px;
}
.mgb35{
	margin-bottom:35px;
}
.mgb40{
	margin-bottom:40px;
}
.mgb50{
	margin-bottom:50px;
}
.mgb60{
	margin-bottom:60px;
}
.mgb70{
	margin-bottom:70px;
}
.mgt05{
	margin-top:5px;
}
.mgt10{
	margin-top:10px;
}
.mgt20{
	margin-top:20px;
}
.mgt25 {
	margin-top: 25px;
}
.mgt30{
	margin-top:30px;
}
.mgt35{
	margin-top:35px;
}
.mgt40{
	margin-top:40px;
}
.mgt50{
	margin-top:50px;
}
.mgt60{
	margin-top:60px;
}
.mgl05{
	margin-left:5px;
}
.mgl10{
	margin-left:10px;
}
.mgl15{
	margin-left:15px;
}
.mgl20{
	margin-left:20px;
}
.mgl30{
	margin-left:30px;
}
.mgl2em{
	margin-left:2em;
	margin-bottom: 10px;
}
.mgr10{
	margin-right:10px;
}
.mgr15{
	margin-right:15px;
}
.mgr20{
	margin-right:20px;
}
.mgr30{
	margin-right:30px;
}

/* 行ぞろえ */
.alignCenter{
	text-align: center !important;
}
.alignLeft{
	text-align: left !important;	
}
.alignRight{
	text-align: right !important;	
}

/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}


/* ライン */
.hr01 {
	background: #00ac98;
	width: 64px;
	display: block;
	height: 1px;
	margin-top: 20px;
}
.hr02 {
	background: #00ac98;
	width: 60px;
	display: block;
	height: 2px;
	margin-top: 10px;
	margin-left: 20px;
}
.hr_h1 {
	background: #00ac98;
	width: 100px;
	display: block;
	height: 5px;
	margin-top: 20px;
	margin-left: 0 !important;
}


/* ===================================================================
共通
=================================================================== */

/*----------------------------------------------------
	inner（ページ全体）
----------------------------------------------------*/
#inner {
	width: 1080px;
	margin: 0 auto;
}
#subinner {
	width: 1080px;
	background: rgba(255,255,255,0.9);
	background-image: url(common/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: 30px;
}


/*----------------------------------------------------
	メインコンテンツ
----------------------------------------------------*/
#main {
	float: left;
	width: 780px;
	margin-left: 30px;
}
#main2 {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}

/*----------------------------------------------------
	サイドバー
----------------------------------------------------*/
#side {
	float: right;
	width: 200px;
	margin-right: 30px;
	padding-top: 50px;
}


/*----------------------------------------------------
	contents
----------------------------------------------------*/
#topcontents {
	/zoom: 1;
}
#contents {
	/zoom: 1;
	padding-top: 400px;
}
#contents2 {
	/zoom: 1;
	padding-top: 40px;
}
.article {
	margin-bottom: 80px;
}
.section {
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}
.section2 {
	margin-bottom: 40px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}


/****************************************** トップページ ***********************************************************/

/* ヘッダー
----------------------------------------------------*/
#topHeader {
	position: relative;
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00ac98;	
}
#mainv_sp {
	display: none;
}

/* 見出し
----------------------------------------------------*/
h2 {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 10px;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2em;
}
h2 em {
	margin: 0 10px;
	font-size: 17px;
	font-family: "游明朝","游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;	
}
h2 span {
	font-size: 60%;
}
h2 hr {
	width: 100px;
	display: block;
	height: 5px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: none;
	background-color: #00ac97;
}


/* 製品ラインナップ
----------------------------------------------------*/
.lineup {
	background-image: url(common/images/line.png);
	background-repeat: repeat-x;
	background-position: center top;
}

/* おすすめ情報
----------------------------------------------------*/
#bnr_area {
	position: relative;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	background-color: #00ac97;
	padding-top: 30px;
	padding-bottom: 40px;
	background-image: url(common/images/line2.png);
	background-repeat: repeat;
}
#bnr_area p {
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
	color: #FFF;
	line-height: 1em;
}
#bnr_area em {
	margin: 0 10px;
	font-size: 17px;
	font-family: "游明朝","游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;	
}
#bnr_area p span {
	font-size: 60%;
}
 
#bnr_area ul {
	float:left;
	left:50%;
	position:relative;
}
 
#bnr_area li {
	float:left;
	left:-50%;
	position:relative;
	margin-right: 20px;
	margin-left: 20px;
}




/* お知らせ
----------------------------------------------------*/
#info_section {
	padding-top: 60px;
	padding-bottom: 60px;
}
.info_area,.irinfo_area  {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #666;
}
.topTTLnews {
	margin: 20px 10px 10px 20px;
	margin-bottom: 20px;
	position: relative;
	font-size: 150%;
	line-height: 1em;
	font-weight: bolder;
	letter-spacing: 0.1em;
}
.topTTLnews em {
	margin: 0 10px;
	font-size: 17px;
	font-family: "游明朝","游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;	
}
.topTTLnews span {
	font-size: 60%;
}

.topTTLnews .right {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: normal;
}
.topTTLnews .right a {
	background-color: #00ac97;
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #FFF;
	text-decoration: none;
	background-image: url(common/images/arrow01.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.info_area {
	float: left;
	width: 520px;
	background-color: #FFF;
}
.irinfo_area {
	float: right;
	width: 520px;
	background-color: #FFF;
}
.news_wrapper {
	background-color: #fff;
	padding-right: 0px;
	padding-left: 0px;
	overflow-y: scroll;
}

dl.information {
	margin-bottom: 5px;
	padding-right: 10px;
	padding-left: 0px;
}
.topinfoL {
	margin-left: 20px;
}
dl.information dt {
	color: #666;
	font-size: 80%;
}
dl.information dd {
	display: block;
	line-height: 1.5em;
	border-bottom: 1px dotted #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
dl.information a {
	text-decoration: none;
}
dl.information a:hover {
	text-decoration: underline;
}


/* ページトップ
----------------------------------------------------*/
#page-top a:hover {
    text-decoration: none;
}
#pagetop {
    position: fixed;
    bottom: 0px;
    right: 0px;
	z-index:9999;
}


/* マウスオーバー
----------------------------------------------------*/
.card {
	display: inline-block;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	cursor:pointer;
	background-color: #fff;
	background-image: url(common/images/card.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.card:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card2 {
	display: inline-block;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	cursor:pointer;
}
.card2:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

/* ページ送り
----------------------------------------------------*/
.wp-pagenavi { 
	padding-top: 30px;
	text-align: center;
}
.wp-pagenavi a,
.pages,
.current {
	margin-right: 4px;
	padding: 3px 6px;
	border: 1px solid #ccc;
	background: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
}
.wp-pagenavi a:hover,
.current{
	color: #fff;
	background: #00ac97;
}


/********************************************************************************************************************/
/****************************************** 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(common/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(common/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(common/menu_sp/head03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
}
.aco_sp li.headnone{
	background-image: url(common/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(common/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%;
}
.section2 {
	margin-bottom: 20px;
	width: 100%;
}


/****************************************** トップページ ***********************************************************/


/* ヘッダー
----------------------------------------------------*/
#mainv_sp {
	display: block;
}
#mainv_sp img {
	width: 100%;
}

/* 見出し
----------------------------------------------------*/
.hr_h1 {
	background: #00ac98;
	width: 100px;
	display: block;
	height: 5px;
	margin-top: 10px;
	margin-left: 0 !important;
}
h2 {
	padding-top: 40px;
	font-size: 20px;
}
h2 em {
	font-size: 90%;
}


/* おすすめ情報
----------------------------------------------------*/
#bnr_area {
	padding-top: 20px;
	padding-bottom: 10px;
}
#bnr_area p {
	font-size: 20px;
	margin-bottom: 10px;
}
 
#bnr_area ul {
	float:none;
	left:0;
	text-align: center;
}
 
#bnr_area li {
	float:none;
	left:0;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
#bnr_area li img {
	width: 90%;
}



/* お知らせ
----------------------------------------------------*/
#info_section {
	padding-top: 20px;
	padding-bottom: 20px;
}

.topTTLnews {
	font-size: 100%;
}
.topTTLnews em {
	font-size: 90%;
}

.topTTLnews .right {
	position: static;
	font-size: 14px;
}

.info_area {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
.irinfo_area {
	float: none;
	width: 100%;
}


/* ページトップ
----------------------------------------------------*/
#page-top a:hover {
    text-decoration: none;
}
#pagetop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index:9999;
	text-align: right;
}
#pagetop img {
	width: 70%;
}












}
