@charset "utf-8";

/* IMPORT */
@import url("reset.css");

/******************************************************************

------------ 目次 ------------
01. 共通
02. コンテンツエリア
　　タイトル
03. レイアウト
04. ヘッダー
05. nav
//06. サイド
07. フッター
08. ぱんくず
09. アイコンフォント
10. Print styles

******************************************************************/


/* ==========================================
  01. 共通
============================================= */
html{
  /*****************
	 remのベース: 10px
	 例：font-size: 14px; （ie8用）
   　　font-size: 1.4rem;
	*****************/
  font-size:62.5%;
}
body {
		color: #222;
		background-color:#f6f3f3;
    line-height: 1.5;
    font-size: 1.4em; /*chrome対策 em指定*/
		font-family:'Lucida Grande', Verdana, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, "メイリオ", sans-serif;
}

.langCh body{ /*中国語*/
	font-family:'Lucida Grande', Verdana, "Simhei", STHeitiSC-Medium, sans-serif;
}

#frame-outer{
	background-color:#f6f3f3;
}


/* リンク指定
------------------------------------------ */
a:link ,
a:visited {
    color: #037384;
    text-decoration: none;
}
a:hover ,
a:active {
    color: #037384;
    text-decoration: underline;
}

/*黒文字リンク*/
.linkblack a:link ,
.linkblack a:visited {
    color: #222;
    text-decoration: none;
}
.linkblack a:hover ,
.linkblack a:active {
    color: #222;
    text-decoration: underline;
}

/* フォント
------------------------------------------ */
.st {font-weight: bold;}
.mini {font-size: 85%;}
em{font-style:normal; font-weight:bold;}
.attention{ color:#b22103; }

.txtIndent{text-indent:-1em; margin-left:1em;}
.txtIndent2{text-indent:1em; }

.nowrap{
	white-space:nowrap;
	display:inline-block;
	/display:inline; /*ie7*/
	/zoom:1; /*ie7*/
}

#frame-outer .rubyEn{ /*タイトル横の英語表記*/
	font-size:12px;
	font-size:1.2rem;
	color:#666;
}

.hue1{color:#fb3b00;}/*赤*/
.hue2{color:#093ead;}/*青*/

.fs12{font-size:12px !important; font-size:1.2rem !important;} /*12px*/
.fs14{font-size:14px !important; font-size:1.4rem !important;} /*14px*/
.fs15{font-size:15px !important; font-size:1.5rem !important;} /*14px*/
.fs16{font-size:16px !important; font-size:1.6rem !important;} /*16px*/

/* 行揃え
------------------------------------------ */
.alignC {text-align: center;}
.alignR {text-align: right;}
.alignL {text-align: left;}

.alignR-pc {text-align: right;}

/* フロート
------------------------------------------ */
.floatR {float:right;}
.floatL {float: left;}
.clear{clear:both;}

.last{
	float:right;
	padding-right:0 !important;
	margin-right:0 !important;
}

/* clearfixのクラス　responsive.gs.12col.cssに記述
------------------------------------------ */
/*.container,
.row,
.col,
.clr,
.group*/


/*リスト float
------------------------------------------ */
.lineList li{
	float:left;
	display:inline;
}
.lineList:after{
  content: " ";
  display: table;
  clear: both;
}
.lineList{
  /zoom:1;
}

/*右側に矢印つき*/
.list-arw-right-thin li a{
  position:relative;
  padding-left:24px;
  display:block;
}
.list-arw-right-thin li a:after {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

 	content: "\e600";
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -0.5em;

	font-size:1.4em;
	color:#037384;
}

/*右側に矢印つき その2*/
.list-arw-right a {
  position: relative;
  padding-right: 24px;
  display:block;
}
.list-arw-right li a:after {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

 	content: "\e617";
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -0.5em;

	font-size:1.4em;
	color:#037384;
}



/*画像とテキスト float
------------------------------------------ */
/*画像*/
.figureL{
	float:left;
	padding:0 18px 15px 0;
}
.figureR{
	float:right;
	padding:0 0 15px 18px;
}

/*テキスト*/
.figure-txtBlock{
	overflow:hidden;
	/zoom:1;
}
.figure-txtBlock p{
	margin-bottom:1em;
}

/*画像とテキストの囲み clearfix*/
.figure-txtWrap:after{
  content: " ";
  display: table;
  clear: both;
}
.figure-txtWrap{
	/zoom:1;/*IE用*/
}

/* 調整用余白 （多用しない）
------------------------------------------ */
.m0{margin:0 !important;}
.mt0{margin-top:0 !important;}
.mb0{margin-bottom:0 !important;}

.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}

.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}

.ml10{margin-left:10px !important;}
.ml20{margin-left:20px !important;}

.mr10{margin-right:10px !important;}
.mr20{margin-right:20px !important;}


/* サイズ
------------------------------------------ */
.box200{width:200px;}
.box300{width:300px;}
.box400{width:400px;}

/*画像
------------------------------------------ */
img.pic{
	padding:1px;
	border:1px solid #e3e3e3;
}


/*定義リストdl ddと横並び
--------------------------------------- */
.dl-horizon dt{
    clear:both;
    float:left;
    width:7.5em;
    padding:0.2em 0 0.2em 0;
}
.dl-horizon dd{
    padding:0.2em 0 0.2em 7.5em;
    /zoom:1;
    /padding-left:0; /*ie7*/
}
.dl-horizon dd:after {
  content: " ";
  display: table;
  clear: both;
}

/* テーブル
--------------------------------------- */
article table{
	margin: 1.2em 0;
	width:100%;
}
article th{
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	background-color:#a9c3d5;
	padding:0.8em 0.2em 0.6em 1.2em;
	vertical-align: top;
	text-align:left;
}
article td{
	 border-bottom:1px solid #ccc;
	 border-left:1px solid #ccc;
	 background-color:#fff;
   padding:0.8em 0.4em 0.6em 1.2em;
}

article tr td:first-child,
article tr th:first-child{
	border-left:none;
}
article td.borderR{
	border-right:1px solid #ccc;
}
article th.borderR{
	border-right:1px solid #fff;
}

/*th背景 紺色ver */
table.style2 th{
	background-color: #0064b2;
	color:#fff;
}

/* データ表
--------------- */
.dataTable th{
  border-left:1px solid #fff;
  border-bottom:1px solid #fff;
  text-align:center;
  padding:0.6em 6px;
  font-weight:bold;
  vertical-align:middle;
}
.dataTable td{
  text-align:center;
  padding:0.6em 6px ;
  font-size:12px;
  font-size:1.2rem;
}
.langEn .dataTable td{
  padding:0.6em 3px;
}
.langEn .dataTable .alignL,
.langEn .dataTable .alignL th,
.langEn .dataTable .alignL td{
	padding-left:1em;
}
.langEn .dataTable .alignR,
.langEn .dataTable .alignR th,
.langEn .dataTable .alignR td{
	padding-right:1em;
}

.dataTable .fs14,
table.fs14 th,
table.fs14 td{
  font-size:14px;
  font-size:1.4rem;
}

/*スタイルなし*/
.unstyled th,
.unstyled td{
	background-color: transparent;
	border:none;
	padding-left:0;
	padding-right:1em;
	vertical-align:top;
}


/*trでウエイト指定*/
tr.st th,
tr.st td{
	font-weight:bold;
}

/*table または tr全体で左右中央寄せ指定*/
.alignC td,
.alignC th,
tr.alignC td,
tr.alignC th{
  text-align:center;
}
.alignL td,
.alignL th,
tr.alignL td,
tr.alignL th{
  text-align:left;
  padding-left:1em;
}
.alignR td,
.alignR th,
tr.alignR td,
tr.alignR th{
  text-align:right;
  padding-right:1em;
}

/*td th個別で左右中央寄せ指定*/
table th.alignC,
table td.alignC{
	text-align:center;
}
table th.alignL,
table td.alignL{
	text-align:left;
  padding-left:1em;
}
table th.alignR,
table td.alignR{
	text-align:right;
  padding-right:1em;
}

/*上下中央*/
tr.valignM th,
tr.valignM td,
th.valignM,
td.valignM{
	vertical-align:middle;
}

/*下揃え*/
tr.valignB th,
tr.valignB td,
th.valignB,
td.valignB{
  vertical-align:bottom;
}

/*上揃え*/
tr.valignT th,
tr.valignT td,
th.valignT,
td.valignT{
  vertical-align:top;
}


/*list-style
--------------------------------------- */
ul.disc{
	margin-left:20px;
}
ul.disc li{
	list-style:outside disc;
	padding:0.2em 0;
}

/*disc　画像版*/
ul.disc2 li{
	background:url(../img/common/icon-disc.png) no-repeat 0 0.65em;
	padding:0.2em 0 0.2em 14px;
	line-height: 1.4;
}

ul.disc2 .disc{
	margin-top:0.2em;
	margin-bottom:0.2em;
}
ul.disc2 .disc li{
	background:none;
	padding-left:0;
}

ol.decimal{
	margin-left:20px;
}
ol.decimal li{
	list-style:outside decimal;
	padding:0.2em 0 ;
}
ol.decimal ul li{
	list-style:none;
}

/*装飾
--------------------------------------- */
.line-btm-x{
	background:url("../img/common/line-dot-x.png") repeat-x 0 100%;
	padding-bottom:0.2em;
}
.line-top-x{
	background:url("../img/common/line-dot-x.png") repeat-x 0 0;
	padding-top:0.2em;
}

/*青のドットライン*/
.line-btm2-x{
	background:url("../img/common/line-dot2-x.png") repeat-x 0 100%;
	padding-bottom:0.2em;
}
.line-top2-x{
	background:url("../img/common/line-dot2-x.png") repeat-x 0 0;
	padding-top:0.2em;
}


/* ==========================================
  02. コンテンツエリア　article内
============================================= */
article p{
	margin-bottom:1em;
}

/*見出し
--------------------------------------- */
article h1 {
    font-size: 24px;
		font-size: 2.4rem;
    margin: 2em 0 0.65em;
    line-height: 1.2;
}
article h2 {
    font-size: 22px;
		font-size: 2.2rem;
    margin: 2.2em 0 1em;
    line-height: 1.2;
}
article > h2:first-child{
  margin-top: 0;
}

article h3 {
    font-size: 18px;
		font-size: 1.8rem;
    margin: 2em 0 0.8em;
}

article h4 {
    font-size: 16px;
		font-size: 1.6rem;
    margin: 2em 0 0.8em;
}

article h5 {
    font-size: 15px;
		font-size: 1.5rem;
    margin: 2em 0 0.8em;
}

article h6 {
    font-size: 14px;
		font-size: 1.4rem;
    margin: 2em 0 0.8em;
}


/*タイトル
--------------------------------------- */
h2.tit,
.tit-l{
	background:#bad6ea;
	padding:4px;
}
h2.tit span,
.tit-l span{
	font-size:22px;
	font-size:2.2rem;
	font-weight:normal;
	line-height:1.2;
	color:#093ead;
	display:block;
	padding:0.4em 1% 0.3em 20px;
	background:#bad6ea url("../img/common/bg-tit-l.png") repeat-y 0 0;
}

h3.tit,
.tit-m{
	background-color:#0064b2;
	border-left:6px solid #97b8d0;
	color:#fff;
	font-size:18px;
	font-size:1.8rem;
	font-weight:normal;
	line-height:1.4;
	padding:0.4em 16px;
	margin:2.3em 0 1.2em;
}

h2.tit + h3.tit,
h3.tit + h4.tit{
	margin-top:0;
}
h4.tit,
.tit-s{
	background:#fff url("../img/common/bg-tit-s.png") no-repeat 0 50%;
	border:1px solid #97b8d0;
	color:#093ead;
	font-size:16px;
	font-size:1.6rem;
	padding:0.3em 2% 0.2em 18px;
	margin:1.8em 0 1em;
}

h5.tit,
.tit-ss{
	border-bottom:1px solid #0064b2;
	color:#093ead;
	font-size:16px;
	font-size:1.6rem;
	margin:1.8em 0 0.8em;
}
h5.tit:before,
.tit-ss:before { /*icon-stopのアイコンフォント*/
	content: "\f04d";
	color:#0064b2;
	padding-right:4px;

	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.catch{
	color:#003399;
	font-size:16px;
	font-size:1.6rem;
	font-weight:normal;
}


/*list-style
--------------------------------------- */
article dl,
article menu,
article ol,
article ul {
    margin: 1.2em 0;
}


/* ==========================================
  03. レイアウト
============================================= */
header{
  background-color: #fff;
  z-index: 30;
  position: relative;
}
#mainimgWrapper{
	background: #98cdf0;
	text-align:center;
}
#home #mainimgWrapper{
	background: #cadff5 url("../img/top/bg-mainimg.jpg") repeat-x 0 100%;
}

#mainimg{
	margin:0 auto;
	width:1000px;
	/*max-width:1000px;*/
}

article{
	background-color: #f6f3f3;
}

article section{ /* Android Chromeで文字サイズが大きくなるバグ */
	max-height: 100% ;
}

.maincolumn{
	margin:16px 0 50px;
}

#footer{
	margin-top:30px;
}


/* ==========================================
 04. ヘッダー
============================================= */
header .header-inner{
	margin-bottom:0;
}
.hdr-info{
	margin:26px 0 8px;
}
.hdr-info:after {
    content: " ";
    display: table;
		clear: both;
}

.hdr-info li{
	float:right;
}
.hdr-info-contact{
	padding-left:26px;
}
/*.langCh .hdr-info-contact{
	display:none;
}*/

.hdr-info-ogcgroup{
	margin-top:-6px;
	position:relative;
	padding-left: 0;
}
.hdr-info li.sitemap{
	margin-bottom: 0.4em;
	background: url(../img/common/arw.png) no-repeat 0 50%;
	padding: 8px 0 8px 10px;
	margin: 0 0 0 26px;
	font-size: 13px;
	letter-spacing: -1px;
}
.hdr-info li.sitemap a:hover {
	text-decoration: none;
	color: #358f9d;
}
/*google検索*/
.searchBox{
	width: 185px;
	padding-left: 15px;
}

.searchBox .gsc-input-box{
	border: 1px solid #037384;
	border-right:0;
	font-size:12px;
	font-size:1.2rem;
	height: 34px;
}

.searchBox .gsc-search-box .gsc-input>input:hover,
.searchBox .gsc-input-box-hover {
  border: 1px solid #037384 !important;
  -moz-box-shadow: 0 !important;
  -webkit-box-shadow: 0 !important;
  box-shadow: 0 !important;
  outline: none !important;
}
.searchBox .gsc-search-box .gsc-input>input:focus,
.searchBox .gsc-input-box-focus {
  border: 1px solid #037384 !important;
  -moz-box-shadow: 0 !important;
  -webkit-box-shadow: 0 !important;
  box-shadow: 0 !important;
  outline: none !important;
}

.searchBox input.gsc-search-button{
	padding: 9px;
	margin:0;
	width: 34px;
	height: 34px;
	display:block;
}

.searchBox .gsc-input{
	padding-right:0;
	line-height:1;
	padding: 0 !important;
}
.searchBox .gsc-input:focus{

}
.searchBox td.gsc-search-button{
	padding:0;
	text-align:center;
	width: 34px;
	height: 34px;
}

.searchBox .cse .gsc-control-cse,
.searchBox .gsc-control-cse{
	padding:0;
	border:none;
}

.searchBox table.gsc-search-box{
	margin:0;
	height: 34px;
}

.searchBox form.gsc-search-box{
	margin:0;
}

.searchBox .cse input.gsc-search-button,
.searchBox input.gsc-search-button{
	border-radius:0;
}

.searchBox input.gsc-input{
	font-size:13px;
	font-size:1.3rem;
	border:none !important;
}

.searchBox .gsc-selected-option-container{
	box-sizing: content-box;
}

.searchBox .gsib_a {
	padding: 9px 8px 8px 8px;
}
.searchBox .gsst_a {
    padding-top: 6px;
}

/* ==========================================
  05. nav
============================================= */
#gNavWrapper{
  background-color: #0064b2;
}
#menu-phone{display: none;}

/*nav.mm-menu .mm-opened{
  background-color: #e9e9e9;
	color:#222;
}*/

#btn-menu{
  background: center center no-repeat transparent;
	background-color:#0064b2;
  background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );

  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
	border-radius:2px;
}
#btn-menu,
.ie8 #btn-menu{
  display: none;
}

/*  メガメニュー
--------------------------------------- */
/* 親メニュー - Parent nav */
#menu-pc{
  line-height: 1.2;
  width: 1000px;
	/*max-width:1000px;*/
  margin: 0 auto;
}

#menu-pc > ul{
  background-color: #0064b2;
	border-left:1px solid #093ead;
  width: 100%;
	display:table;
}
#menu-pc > ul > li {
	position:relative;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	border-right:1px solid #093ead;
	width: 12%;

	/
	display:block; /*IE7*/
	/
	float:left;  /*IE7*/
	/
	width:19.9%;  /*IE7*/
}
#menu-pc > ul > li.gNav-csr {
	width: 25%;
}
.langEn #menu-pc > ul > li,
.langCh #menu-pc > ul > li {
	/width:24.9%;  /*IE7*/
}

#menu-pc > ul > li > a{
	text-decoration:none;
	display:block;
	padding:0.9em 0.6em;
	color: #fff;
	font-size:15px;
	font-size:1.5rem;
}


/* 子メニュー - .megaMenuCnt */
#menu-pc .megaMenuCnt {
  position: absolute;
  // width: 500%;
  width: 995px;
	background:url(../img/hdr/bg-megaMenu.png) repeat 0 0;
  top: 2.2em;
  display: none;
	padding:10px 10px 0 14px;
	line-height:1.2;
}

.langEn #menu-pc .megaMenuCnt,
.langCh #menu-pc .megaMenuCnt {
	width:400%;
}
.gNav3 .megaMenuCnt{/*　メガメニュー配置*/
  left:-200%;
}

.megaMenuCnt .bloc{
	background-color:#fff;
	padding:5px;
	text-align:left;
	margin:0 0.6282722% 8px 0;
	float:left;
	width:24.37%;

	/width:225px; /*ie7*/
}
.megaMenuCnt .bloc2{
	width:74.3665444%;
	
	/width:690px; /*ie7*/
}

.megaMenuCnt h4:before {
	color:#037384;
	content: "\f101";
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.megaMenuCnt .sub li:before {
	color:#037384;
	content: "\e617";
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.megaMenuCnt .sub{
	margin:0 0 0 1.8em;
	font-size:12px;
	font-size:1.2rem;
}
.megaMenuCnt .bloc2 .sub{
	margin:0 0 0 1.4em;
}

.megaMenuCnt .sub li{
	padding:0.3em 0 0.3em 0;
	text-indent:-1em;
}
.megaMenuCnt h4{
	margin:10px 6px 4px;
	letter-spacing:-0.03em;
}
.megaMenuCnt .bloc2 h4{
	margin:10px 0 4px;
}

.megaMenuCnt .mainTit{
	color:#fff;
	background:url(../img/common/icon-dot5x5-2.png) no-repeat 0 50%;
	padding-left:30px;
	text-align:left;
	font-size:22px;
	font-size:2.2rem;
	font-weight:normal;
	margin-bottom:10px;
	line-height:1.2;
}
.megaMenuCnt .tiles > li{
	margin-bottom:8px;
}

#gNavWrapper .megaMenuCnt-bnrList{
	margin:0;
}
#gNavWrapper .megaMenuCnt-bnrList li{
	width:23.9%;
	margin-left:1.384%;
}



/* ==========================================
  07. フッター
============================================= */
#totop{
	position:absolute;
	top:-50px;
	right:0;
	cursor:pointer;
}

.ftr-nav{
	padding-bottom:0.4em;
}
.ftr-nav .container{
	padding-right:100px;
}
.ftr-nav li{
	float:left;
	display:inline-block;
	padding:0.1em  0.1em 0;
	margin:0 2.5em 0.6em 0;
}
.ftr-nav a{
	font-size:12px;
	font-size:1.2rem;
}

#home .ftr-nav .nav-home{
	display:none;
}
.ftr-nav .nav-home{
	background:#037384 url(../img/common/bg-boxArw-left.png) no-repeat 0 0;
	padding:0.1em 1% 0.1em 2.2%;
	display:inline-block;
}
.ftr-nav .nav-home a{
	color:#fff;
}

.ftr-info{
  background-color: #fefefe;
  border-top: 1px solid #ccc;
}
.ftr-info .container{
	position:relative;
}
.ftr-info .ftr-info-address{
	padding:1.6em 0 0.8em;
}
.ftr-info .companyName{
	font-size:16px;
	font-size:1.6rem;
	padding:0.32em 25px 0 0;
}
.ftr-logogroup{
	text-align:right;
	padding: 12px 0 10px;
}
.langJa .ftr-info .ftr-info-address{
	width: 65% !important;
}
.langJa .ftr-logogroup {
	padding: 23px 0 15px;
	width: 33% !important;
	background: url(../img/ftr/logo-ogcGroup_bg.jpg)  0 16px no-repeat;
}
.ftr-info-address.english {
	width: 82% !important;
}
.ftr-logogroup.english {
	margin-left: 0 !important;
	width: 18% !important;
}
/* .ftr-info-address.english {
	width: 63% !important;
}
.ftr-logogroup.english {
	margin-left: 0 !important;
	float: right;
}
.langCh .ftr-info .ftr-info-address:nth-child(1){
	width: 19% !important;
}
.langCh .ftr-info .ftr-info-address:nth-child(2){
	width: 21% !important;
}
.langCh .ftr-info .ftr-info-address:nth-child(3){
	width: 23% !important;
}
.langCh .ftr-info .companyName {
	padding-right: 0 !important;
}
.langCh .ftr-logogroup{
	float: right;
	margin-left: 0;
	padding-top: 33px;
	width: 31% !important;
} */
#footer .small{
  background-color: #0064b2;
  border-top: 1px solid #ccc;
  color: #fff;
	padding:1.2em 0 50px;
	font-size:12px;
	font-size:1.2rem;
}



/* ==========================================
  08. ぱんくず
============================================= */
#topicPath {
	margin-top:18px;
	width:1000px;
	/*max-width: 1000px;*/
}
#topicPath:after{
	content: " ";
	display: table;
	clear: both;
}

#topicPath li {
    background: url("../img/common/arw-topicpath.gif") no-repeat 0 50%;
    float:left;
		display:inline;
    padding: 0.2em 8px 0.2em 18px;
    line-height:1.2;
    font-size: 90%;
}
#topicPath li.first {
		background:none;
    padding-left: 0;
}


/* ==========================================
   09. アイコンフォント　fonts.css
============================================= */
[class^="icon-"], [class*=" icon-"] {
  font-size:16px;
	font-size:1.6rem;
}
.icon-2x {font-size: 20px; font-size: 2rem;}
.icon-3x {font-size: 30px; font-size: 3rem;}
.icon-4x {font-size: 40px; font-size: 4rem;}
.icon-5x {font-size: 50px; font-size: 5rem;}


/* ==========================================
   10. Print styles
============================================= */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    /*a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }*/

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: " ";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

		.ie8 #gNavWrapper,
		.megaMenuCnt{
			display:none ;
		}
	
	.dataTable.sai{
		font-size: 14px!important;
	}

}
