﻿@charset "utf-8";

/*------------------------------------------------------------------------------
XXXXXXXXXX - CSS Modules Import
URL: http://
Date: 200X-0X-XX
Copyright (C) XXX. All Rights Reserved.
------------------------------------------------------------------------------*/


/* ----------------------------------------

再定義

---------------------------------------- */

body {
	line-height: 1.67;
	background-color: #fff;
	font-family: 'Noto Sans CJK JP','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'Yu Gothic','Noto Sans', Arial, Sans-Serif;
	color: #333;
}
body#en {
	font-family: 'Noto Sans', Arial, Sans-Serif, 'Noto Sans CJK JP','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'Yu Gothic';
}
body#ch {
	font-family: 'Noto Sans SC';
}

a:link {
	color: #00A5C0;
}

a:visited {
	color: #704a99;
}

a:hover,
a:visited:hover {
	text-decoration: none;
}

a:active {
	color: #00A5C0;
}


/* 必要な箇所だけに指定する場合は削除
------------------------------- */

img {
	vertical-align: bottom;
}

sup {
	vertical-align: 0.8ex;
}

/*
**
IE6,7 で font-size 11px を使用する場合は日本語フォントを明示的に指定する
使用しない場合は削除

* html body,
* html body input,
* html body select {
    font-family: 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, Sans-Serif;
}

*:first-child+html body,
*:first-child+html body input,
*:first-child+html body select {
    font-family: 'メイリオ','ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, Sans-Serif;
}
**
*/


/* ----------------------------------------

container

---------------------------------------- */

div#container {
	margin: 0 auto;
	font-size: 100%; /* fontsize 13px */
}

/*
**
子要素のフォントサイズ指定は以下を参照
http://aloestudios.com/tools/emchart/
例)
基準フォントサイズが13pxで、
特定の要素を12pxにしたい時は92.4%と指定
**
*/

/* ----------------------------------------

header

---------------------------------------- */

div#header {
	padding-top: 14px;
	background: url(../../img/common/header_bg_line.png) center bottom repeat-x;
}

div#header .wrapper {
	margin: 0 auto;
	width: 920px;
	position: relative;
}

div#header p.skip {
	height: 0;
	width: 0;
	overflow: hidden;
}

div#header #siteID {
	margin-bottom: 13px;
	line-height: 1;
	font-size: 12px;
}

div#header #siteID img {
	width: 200px;
	height: auto;
}

div#header ul#subNav {
	position: absolute;
	right: 0;
	top: 12px;
	line-height: 1;
	font-size: 12px;
}

/* APPLY-IE7 */
*:first-child+html div#header ul#subNav li {
	display: inline;
}
/* APPLY-IE6 */
* html div#header ul#subNav li {
	display: inline;
}
div#header ul#subNav li {
	display: inline-block;
	padding-left: 12px;
}
div#header ul#subNav li img {
	vertical-align: top;
	padding-top: 4px;
}

div#header ul#subNav li#fontSizeChange {
	position: absolute;
	top: 7px;
	left: -144px;
	width: 76px;
	height: 18px;
	padding-left: 78px;
	background: url(../../img/common/header_bg_size_select.png) left top no-repeat;
}

/* APPLY-IE7 */
*:first-child+html div#header ul#subNav li#fontSizeChange div {
	display: inline;
}
/* APPLY-IE6 */
* html div#header ul#subNav li#fontSizeChange div {
	display: inline;
}
div#header ul#subNav li#fontSizeChange div {
	display: inline-block;
	height: 18px;
	vertical-align: top;
}

div#header ul#subNav li#fontSizeChange div#sizeReset {
	padding-right: 5px;
}

div#header ul#subNav li#fontSizeChange span {
	display: block;
	height: 24px;
	text-indent: -9999em;
	cursor: pointer;
}

div#header ul#subNav li#fontSizeChange #sizeReset span {
	width: 41px;
	margin-top: -3px;
	background: url(../../img/common/header_btn_size_default_off.png) left top no-repeat;
}

div#header ul#subNav li#fontSizeChange #sizeBig span {
	width: 27px;
	margin-top: -3px;
	background: url(../../img/common/header_btn_size_large_off.png) left top no-repeat;
}

div#header ul#subNav li#fontSizeChange #sizeReset span.active {
	background: url(../../img/common/header_btn_size_default_on.png) left top no-repeat;
}

div#header ul#subNav li#fontSizeChange #sizeBig span.active {
	background: url(../../img/common/header_btn_size_large_on.png) left top no-repeat;
}

#globalNav {
	clear: both;
	line-height: 1;
	font-size: 12px;
}

#globalNav li {
	display: inline;
	white-space: nowrap;
}

/* noscript
------------------------------- */
p#noscript {
	margin: 0 auto 15px;
	width: 920px;
	padding: 15px 0;
	text-align: center;
	background-color: #fff;
	border: 2px solid #ccc;
	color: #333;
	font-weight: bold;
}

/* catBox
------------------------------- */

div#catBox {
	height: 110px;
}

div#catBox h1 {
	width: 920px;
	margin: 0 auto;
	padding: 16px 0 0 40px;
	line-height: 1;
	font-size: 0.834em;
}

/* ----------------------------------------

content

---------------------------------------- */

div#content {
	width: 915px;
	margin: -35px auto 100px;
	padding: 20px 25px 0 20px;
	overflow: hidden;
	background: url(../../img/common/content_bg_frame.png) center top no-repeat;
}

/* topicPath
------------------------------- */

div#content ol#topicPath {
	margin-bottom: 8px;
}

div#content ol#topicPath li {
	display: inline;
	padding: 0 8px 0 16px;
	font-size: 0.917em;
	color: #444;
	background: url(../../img/common/img_topicpath_01.png) left center no-repeat;
}

div#content ol#topicPath li#topPage {
	padding-left: 0;
	background: none;
}

div#content ol#topicPath li a:link,
div#content ol#topicPath li a:visited {
	color: #00A5C0;
	text-decoration: none;
}

div#content ol#topicPath li a:hover,
div#content ol#topicPath li a:active {
	color: #00A5C0;
	text-decoration: underline;
}


/* ----------------------------------------

content - main

---------------------------------------- */

div#main {
	float: right;
	width: 680px;
}

div#main.full {
	float: none;
	width: 920px;
}

.imgRight {
	float: right;
	padding: 0 0 15px 30px;
}

.imgLeft {
	float: left;
	padding: 0 30px 15px 0;
}


/* ----------------------------------------

content - sub

---------------------------------------- */

div#sub {
	float: left;
	width: 210px;
}

div#sub > h2 {
	text-align: center;
}

div#sub ul li {
	color: #262626;
	font-weight: bold;
	font-size: 1.167em;
}

div#sub ul li a {
	display: block;
	padding: 12px 20px;
	width: 169px;
}

div#sub ul li.lastChild a {
	padding-bottom: 14px;
}

div#sub ul li a:link,
div#sub ul li a:visited {
	color: #262626;
	text-decoration: none;
	background: url(../../img/common/side_bg_main.png) left bottom no-repeat;
}

div#sub ul li a:hover,
div#sub ul li a:active {
	color: #262626;
	text-decoration: none;
	background: url(../../img/common/side_bg_main_on.png) left bottom no-repeat;
}

div#sub ul li.lastChild a:link,
div#sub ul li.lastChild a:visited {
	background: url(../../img/common/side_bg_btm.png) left bottom no-repeat;
}

div#sub ul li.lastChild a:hover,
div#sub ul li.lastChild a:active {
	background: url(../../img/common/side_bg_btm_on.png) left bottom no-repeat;
}

div#sub ul li a span {
	padding-left: 24px;
}

div#sub ul li a:link span,
div#sub ul li a:visited span {
	background: url(../../img/common/side_marker_right01.png) left center no-repeat;
}

div#sub ul li a:hover span,
div#sub ul li a:active span {
	background: url(../../img/common/side_marker_right01_on.png) left center no-repeat;
}

div#sub ul li a.current:link,
div#sub ul li a.current:visited {
	color: #262626;
	text-decoration: none;
	background: url(../../img/common/side_bg_main_on.png) left bottom no-repeat;
}

div#sub ul li a.current:link span,
div#sub ul li a.current:visited span {
	background: url(../../img/common/side_marker_right01_on.png) left center no-repeat;
}

div#sub ul li.lastChild a.current:link,
div#sub ul li.lastChild a.current:visited {
	background: url(../../img/common/side_bg_btm_on.png) left bottom no-repeat;
}

div#sub .contactBanner img {
	width: 202px;
	height: auto;
	margin-top: 15px;
	margin-left: 4px;
}
div#sub .contactBanner img:hover {
	opacity: .7;
}
/* ----------------------------------------

sub_ul

---------------------------------------- */

.sub_ul li{
    font-weight: normal!important;
    font-size: 15px!important;
}
.sub_ul a{
	padding: 12px 15px 12px 45px!important;
    width: auto;
    line-height: 1.4;
}

/* ----------------------------------------

footer

---------------------------------------- */

div#footerExtra {
	padding: 26px 0 30px;
	background: #f4f4f4;
}

div#footerExtra div.wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

/* APPLY-IE6 */
* html div#footerExtra p.btnPagetop {
	position: relative;
	text-align: right;
	padding-right: 11px;
	margin-top: -61px;
	padding-bottom: 23px;
	top: 0px;
}
div#footerExtra p.btnPagetop {
	position: absolute;
	right: 11px;
	top: -61px;
}

div#footerExtra div#sectionInfo {
	float: left;
	width: 444px;
}

div#footerExtra div#sectionInfo p {
	margin: 10px 0 0 154px;
}
div#footerExtra div#sectionInfo > h3 {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 5px;
}
div#footerExtra div#sectionInfo > h3 > img {
	width: 100px;
	height: auto;
}
div#footerExtra div#sectionInfo > h3 > p {
	margin: 0;
	font-size: 16px;
}

div#footerExtra div#sectionInfo a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	background-color: #fff;
}

div#footerExtra div#sectionNav {
	float: right;
	width: 516px;
}

div#footerExtra div#sectionNav a:link,
div#footerExtra div#sectionNav a:visited {
	color: #444;
	text-decoration: none;
}

div#footerExtra div#sectionNav a:hover,
div#footerExtra div#sectionNav a:active {
	color: #444;
	text-decoration: underline;
}

div#footerExtra div#sectionNav dl {
	float: left;
	width: 172px;
}

div#footerExtra div#sectionNav dl dt {
	width: 152px;
	margin-bottom: 8px;
	font-weight: bold;
	border-bottom: 1px solid #bfbfbf;
	font-size: 0.924em;
}

div#footerExtra div#sectionNav dl dt a {
	display: inline-block;
	padding-left: 10px;
	background: url(../../img/common/footer_marker_right01.png) left center no-repeat;
}

div#footerExtra div#sectionNav dl dd {
	width: 152px;
	font-size: 0.834em;
}

div#footerExtra div#sectionNav dl dd li {
	margin-bottom: 4px;
}

div#footerExtra div#sectionNav dl dd li a {
	display: inline-block;
	padding-left: 9px;
	background: url(../../img/common/footer_marker_right02.png) left center no-repeat;
}

div#footer {
	padding: 26px 0 16px 0;
	border-bottom: 1px solid #d0d0d0;
	background: linear-gradient(275deg, #00a5c0 0%, #0066c0 100%);
}

div#footer div.wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

div#footer div.wrapper ul {
	padding-left: 20px;
}

div#footer div.wrapper ul li {
	display: inline;
	padding-right: 22px;
	font-size: 0.834em;
	line-height: 1.2;
}

div#footer div.wrapper ul li a {
	display: inline-block;
	padding-left: 8px;
	background: url(../../img/common/footer_marker_right03.png) left center no-repeat;
}

div#footer div.wrapper ul li a img {
	vertical-align: top;
	padding-left: 5px;
}

div#footer div.wrapper ul li a:link,
div#footer div.wrapper ul li a:visited {
	color: #fff;
	text-decoration: none;
}

div#footer div.wrapper ul li a:hover,
div#footer div.wrapper ul li a:active {
	color: #fff;
	text-decoration: underline;
}

div#footer div.wrapper p#copyRight {
	position: absolute;
	right: 20px;
	top: 4px;
	line-height: 1;
	font-size: 10px;
	color: #fff;
	font-family: 'Noto Sans', Arial, Sans-Serif;
}

/* ----------------------------------------

English Site

---------------------------------------- */


#en div#header ul#subNav li#fontSizeChange {
	left: -215px;
	top: 4px;
	width: 176px;
	padding-left: 40px;
	background: url(../../../en/files/img/common/header_bg_size_select.png) left top no-repeat;
}

#en div#header ul#subNav li#fontSizeChange #sizeReset span {
	width: 79px;
	background: url(../../../en/files/img/common/header_btn_size_default_off.png) left top no-repeat;
}

#en div#header ul#subNav li#fontSizeChange #sizeBig span {
	width: 92px;
	background: url(../../../en/files/img/common/header_btn_size_large_off.png) left top no-repeat;
}

#en div#header ul#subNav li#fontSizeChange #sizeReset span.active {
	background: url(../../../en/files/img/common/header_btn_size_default_on.png) left top no-repeat;
}

#en div#header ul#subNav li#fontSizeChange #sizeBig span.active {
	background: url(../../../en/files/img/common/header_btn_size_large_on.png) left top no-repeat;
}

#en div#footerExtra div#sectionNav dl {
	line-height: 1.4;
}

#en div#sub ul li {
	line-height: 1.4;
}

/* APPLY-IE7 */
*:first-child+html #en div#sub ul li a span {
	display: inline;
}
/* APPLY-IE6 */
* html #en div#sub ul li a span {
	display: inline;
}
#en div#sub ul li a span {
	display: inline-block;
}

/* ----------------------------------------

Chinese Site

---------------------------------------- */

#ch div#header ul#subNav li#fontSizeChange {
	left: -144px;
	top: 4px;
	width: 76px;
	padding-left: 68px;
	background: url(../../../ch/files/img/common/header_bg_size_select.png) left top no-repeat;
}

#ch div#header ul#subNav li#fontSizeChange #sizeReset span {
	width: 41px;
	background: url(../../../ch/files/img/common/header_btn_size_default_off.png) left top no-repeat;
}

#ch div#header ul#subNav li#fontSizeChange #sizeBig span {
	width: 27px;
	background: url(../../../ch/files/img/common/header_btn_size_large_off.png) left top no-repeat;
}

#ch div#header ul#subNav li#fontSizeChange #sizeReset span.active {
	background: url(../../../ch/files/img/common/header_btn_size_default_on.png) left top no-repeat;
}

#ch div#header ul#subNav li#fontSizeChange #sizeBig span.active {
	background: url(../../../ch/files/img/common/header_btn_size_large_on.png) left top no-repeat;
}

/* ----------------------------------------

clearfix (基本的にクラス指定では使用しない)

---------------------------------------- */

/* Modern Browsers
------------------------------- */

.clearfix:after,
.wrapper:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */

.clearfix,
.wrapper {
	*zoom: 1;
}