@charset "UTF-8";
/* CSS Document */
/*
 2013.3.8 作成
*/
/* 
以下のclassは単独でスタイル指定をしないこと
.wrapper,.wrapperIn,.even,.odd,.end,.current,.hgroup,.tabMenu,.tabContents,.abstract,.article

	ディレクトリ毎に以下のclassをbodyにつけること
	日本語トップ index
	製品 product
	産業別 sector
	カタログ service
	投資家の皆様へ ir
	ニュース news
	お問い合わせ contact
	会社情報 company
*/
/*リセット*/
body, h1, h2, h3, h4, h5, p, div, ul, ol, dl, li, dt, dd, input, select, table, th, td, section, article, aside {
  margin: 0;
  padding: 0;
}

body {
  font-size: 12px;
  zoom: 1;
  line-height: 1;
  letter-spacing: 0;
  background-color: #ffffff;
  color: #333333;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  width: 100%;
}

table {
  font-size: inherit;
  font: 100%;
}

h1, h2, h3, h4, h5, div, p, span, li, dt, dd, label, form, input, select {
  font-size: 100%;
  line-height: 1;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

img {
  vertical-align: bottom;
}

a img {
  border: none;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: underline;
  color: #666;
}

html:not(:target) a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

html:not(:target) a.links:hover img, html:not(:target) .btn a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*外部リンク*/
a[target="_blank"] {
  background: url(/jp/common/img/icon_blank.png) left center no-repeat;
  padding-left: 20px;
}
a[target="_blank"].pdfLink {
  background: none;
  padding-left: 0;
}

em {
  font-style: normal;
}

select {
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: #ccc;
  height: 23px;
  vertical-align: middle;
}

option {
  vertical-align: middle;
}

/* 共通 */
/* アイコン */
.iconPDF {
  width: 17px;
  height: 14px;
  vertical-align: top;
  margin: 0 2px;
}

/* パンくず */
#topicPath {
  background-color: #001A4F;
}
#topicPath ul {
  width: 985px;
  margin: 0 auto;
  padding: 8px 6px;
}
#topicPath ul li {
  line-height: 1;
  display: inline;
}
#topicPath ul li a {
  display: inline-block;
  background: url(/jp/common/img/site_path_arrow.gif) right center no-repeat;
  padding: 4px 30px 4px 0;
  color: #fff;
}
#topicPath ul li a:hover {
  color: #99ccff;
}
#topicPath ul li span {
  display: inline-block;
}
#topicPath ul li span.current {
  color: #fff;
  border: 1px solid #416cc7;
  background-color: #000;
  padding: 4px 7px;
}

/* 個別ページ見出し */
#contentsHg {
  background: url(/jp/common/img/header_bg.jpg) top left repeat-x #00297a;
}
#contentsHg .wrapper {
  width: 985px;
  margin: 0 auto;
  background-position: top right;
  background-repeat: no-repeat;
}
#contentsHg h1 {
  line-height: 1;
}

/* 全体 */
.allWrapper {
  background: url(/jp/common/img/contents_bg.gif) top left repeat-x;
}

/* メインコンテンツ */
#contents {
  width: 985px;
  margin: 0 auto;
  padding: 30px 0;
}

/* -------

ヘッダー

*/
#header p, #header ul li {
  line-height: 1;
}
#header .siteMenu {
  background-color: #F8F8F8;
  border-bottom: 1px solid #eeeeee;
}
#header .siteMenu .wrapper {
  width: 985px;
  margin: 0 auto;
  padding-top: 4px;
}
#header .siteMenu .wrapper .wrapperIn {
  display: inline-block;
  width: inherit;
  position: relative;
  top: 3px;
}
#header .siteMenu .global {
  float: right;
}
#header .siteMenu ul {
  display: inline-block;
}
#header .siteMenu ul li {
  float: left;
}
#header .siteMenu ul li a {
  display: block;
  background-repeat: no-repeat;
  background-position: bottom left;
  height: 35px;
  padding-left: 0;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#header .logo {
  clear: both;
  width: 985px;
  margin: 0 auto;
}
#header .logo .search {
  float: right;
  width: 260px;
  background: url(/jp/common/img/site_search_bg.gif) top left;
  margin-top: 43px;
  margin-right: 9px;
  padding: 10px;
}
#header .logo .search input {
  vertical-align: middle;
}
#header .logo .search input[type="text"] {
  border-style: solid;
  border-color: #CFD2D4;
  border-width: 1px 0 0 1px;
  margin-right: 6px;
  padding: 3px;
  width: 203px;
  font-size: 100%;
}
#header .logo .search input.gsc-search-button {
  background: url(/jp/common/img/site_search_btn.gif) top left no-repeat;
  padding: 0;
  margin: 0;
  border: 1px solid black;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  min-width: 0;
  width: 42px;
  height: 22px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#header .logo .search input.gsc-search-button:hover {
  background-image: url(/jp/common/img/site_search_btn_o.gif);
}
#header .logo .search div.gsc-clear-button {
  display: none;
}
#header .logo .search div.gsc-control-cse {
  padding: 0;
  border: none;
  background-color: transparent;
}
#header .logo .search form.gsc-search-box {
  padding: 0;
  margin: 0;
  font-size: 100%;
  width: auto;
}
#header .logo .search table.gsc-search-box {
  padding-bottom: 0;
}
#header .logo .search table.gsc-search-box td.gsc-input {
  padding-right: 0;
}
#header .logo .search td.gsc-clear-button {
  width: 0;
}
#header .logo .catch {
  float: left;
  margin-top: 47px;
  background: url(/jp/common/img/pc/logo_left.gif) top left no-repeat;
  width: 280px;
  height: 40px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#header .logo .ci {
  text-align: center;
  padding: 12px 0;
}
#header .logo .ci a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#header .globalNavi {
  clear: both;
  background: url(/jp/common/img/pc/navi_bg.gif) left bottom repeat-x #00297a;
  height: 57px;
}
#header .globalNavi .wrapper {
  width: 985px;
  margin: 0 auto;
}
#header .globalNavi .wrapper ul {
  display: inline-block;
  width: inherit;
  position: relative;
  top: 1px;
}
#header .globalNavi .wrapper ul li {
  float: left;
}
#header .globalNavi .wrapper ul li a {
  background-repeat: no-repeat;
  background-position: bottom left;
  display: block;
  height: 55px;
  width: 161px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/* サイトナビ */
#siteNavi_01 a {
  width: 157px;
  background-image: url(/jp/common/img/site_navi_01.gif);
}
#siteNavi_01 a:hover, #siteNavi_01 a.current {
  background-image: url(/jp/common/img/site_navi_01_o.gif);
}

#siteNavi_02 a {
  width: 66px;
  background-image: url(/jp/common/img/site_navi_02.gif);
}
#siteNavi_02 a:hover, #siteNavi_02 a.current {
  background-image: url(/jp/common/img/site_navi_02_o.gif);
}

#siteNavi_03 a {
  width: 79px;
  background-image: url(/jp/common/img/site_navi_03.gif);
}
#siteNavi_03 a:hover, #siteNavi_03 a.current {
  background-image: url(/jp/common/img/site_navi_03_o.gif);
}

#siteNavi_04 a {
  width: 103px;
  background-image: url(/jp/common/img/site_navi_04.gif);
}
#siteNavi_04 a:hover, #siteNavi_04 a.current {
  background-image: url(/jp/common/img/site_navi_04_o.gif);
}

#siteNavi_05 a {
  width: 98px;
  background-image: url(/jp/common/img/site_navi_05.gif);
}
#siteNavi_05 a:hover, #siteNavi_05 a.current {
  background-image: url(/jp/common/img/site_navi_05_o.gif);
}

#siteNavi_06 a {
  width: 114px;
  background-image: url(/jp/common/img/site_navi_06.gif);
}
#siteNavi_06 a:hover, #siteNavi_06 a.current {
  background-image: url(/jp/common/img/site_navi_06_o.gif);
}

#siteNavi_07 a {
  width: 102px;
  background-image: url(/jp/common/img/site_navi_07.gif);
}
#siteNavi_07 a:hover, #siteNavi_07 a.current {
  background-image: url(/jp/common/img/site_navi_07_o.gif);
}

#siteNavi_08 a {
  width: 73px;
  background-image: url(/jp/common/img/site_navi_08.gif);
}
#siteNavi_08 a:hover, #siteNavi_08 a.current {
  background-image: url(/jp/common/img/site_navi_08_o.gif);
}

#siteNavi_09 a {
  width: 74px;
  background-image: url(/jp/common/img/site_navi_09.gif);
}
#siteNavi_09 a:hover, #siteNavi_09 a.current {
  background-image: url(/jp/common/img/site_navi_09_o.gif);
}

#siteNavi_10 a {
  width: 80px;
  background-image: url(/jp/common/img/site_navi_10.gif);
}
#siteNavi_10 a:hover, #siteNavi_10 a.current {
  background-image: url(/jp/common/img/site_navi_10_o.gif);
}

/* グローバルナビ */
#header #gNavi_01 a {
  width: 163px;
  background-image: url(/jp/common/img/pc/navi_01.jpg);
}
#header #gNavi_01 a:hover, #header #gNavi_01 a.current {
  background-image: url(/jp/common/img/pc/navi_01_o.jpg);
}
#header #gNavi_02 a {
  background-image: url(/jp/common/img/pc/navi_02.jpg);
}
#header #gNavi_02 a:hover, #header #gNavi_02 a.current {
  background-image: url(/jp/common/img/pc/navi_02_o.jpg);
}
#header #gNavi_03 a {
  background-image: url(/jp/common/img/pc/navi_03.jpg);
}
#header #gNavi_03 a:hover, #header #gNavi_03 a.current {
  background-image: url(/jp/common/img/pc/navi_03_o.jpg);
}
#header #gNavi_04 a {
  background-image: url(/jp/common/img/pc/navi_04.jpg);
}
#header #gNavi_04 a:hover, #header #gNavi_04 a.current {
  background-image: url(/jp/common/img/pc/navi_04_o.jpg);
}
#header #gNavi_05 a {
  background-image: url(/jp/common/img/pc/navi_05.jpg);
}
#header #gNavi_05 a:hover, #header #gNavi_05 a.current {
  background-image: url(/jp/common/img/pc/navi_05_o.jpg);
}
#header #gNavi_06 a {
  width: 163px;
  background-image: url(/jp/common/img/pc/navi_06.jpg);
}
#header #gNavi_06 a:hover, #header #gNavi_06 a.current {
  background-image: url(/jp/common/img/pc/navi_06_o.jpg);
}

/* -------

フッター 

*/
#footer {
  clear: both;
}
#footer h2, #footer p, #footer ul li {
  line-height: 1;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #99ccff;
}
#footer .navi {
  background-color: #000;
  padding: 14px 0;
}
#footer .navi ul {
  text-align: center;
  border-right: 1px solid #333333;
}
#footer .navi ul li {
  display: inline;
  border-right: 1px solid #333333;
  padding: 0 8px 0 10px;
}
#footer .navi ul li.end {
  border-right: none;
}
#footer .navi ul li a {
  background: url(/jp/common/img/pc/arrow_red.png) left center no-repeat;
  padding-left: 16px;
}
#footer .navi ul.global {
  display: none;
}
#footer .siteMenu {
  background: url(/jp/common/img/footer_bg.jpg) left top repeat-x #00297a;
}
#footer .siteMenu p, #footer .siteMenu h2 {
  font-size: 108%;
  font-weight: bold;
  background: url(/jp/common/img/footer_list_bg.gif) left top no-repeat;
  padding: 2px 11px;
}
#footer .siteMenu p {
  padding-bottom: 20px;
}
#footer .siteMenu ul {
  margin-left: 12px;
}
#footer .siteMenu ul li {
  margin-top: 7px;
  font-size: 83%;
}
#footer .siteMenu .wrapper {
  width: 985px;
  margin: 0 auto;
}
#footer .siteMenu .wrapper .wrapperIn {
  display: inline-block;
  width: inherit;
}
#footer .siteMenu .wrapper .wrapperIn div {
  background: url(/jp/common/img/footer_menu_bg.gif) left top repeat-y;
  padding: 6px 0 8px 12px;
  margin: 13px auto;
  width: 185px;
  float: left;
}
#footer .under {
  width: 985px;
  clear: left;
  margin: 0 auto;
}
#footer .under .copyRight {
  text-align: right;
  float: right;
  margin-top: 23px;
  margin-right: 9px;
  width: 251px;
  height: 12px;
  background: url(/jp/common/img/pc/footer_copy.gif) top left no-repeat;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#footer .under .logo {
  padding: 11px 6px;
}

#goTop {
  position: relative;
}
#goTop p {
  float: right;
}
#goTop p a {
  display: inline-block;
  position: fixed;
  right: 0;
  bottom: 370px;
  width: 31px;
  height: 111px;
  background: url(/jp/common/img/pc/pagetop.png) top left no-repeat;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/*
 2013.3.8 作成
*/
/* 
以下のclassは単独でスタイル指定をしないこと
.wrapper,.wrapperIn,.even,.odd,.end,.current,.hgroup,.tabMenu,.tabContents,.abstract,.article

	ディレクトリ毎に以下のclassをbodyにつけること
	日本語トップ index
	製品 product
	産業別 sector
	カタログ service
	投資家の皆様へ ir
	ニュース news
	お問い合わせ contact
	会社情報 company
*/
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 20px;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #cccccc;
}

#cboxLoadedContent {
  border: 5px solid black;
  background: #fff;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

#cboxLoadingGraphic {
  background: url(/jp/common/img/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: bottom left;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: bottom right;
}

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: bottom center;
}

/*修正スタイル*/
/*カラーボックス*/
#cboxClose {
  position: relative;
  top: -43px;
  left: 243px;
  display: none !important;
  background: url(/jp/common/img/colorbox_btn.png) top center no-repeat;
  cursor: pointer;
  width: 132px;
  height: 32px;
  margin: -1px auto;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#cboxClose:hover {
  background-image: url(/jp/common/img/colorbox_btn_o.png);
}

#cboxLoadingGraphic {
  background: url(/jp/common/img/loading.gif) no-repeat center center;
}

#cboxPrevious {
  background: none;
}

#cboxNext {
  background: none;
}

#cboxContent {
  background: none;
  margin: 0;
}

/* ライトボックス */
#fig {
  border: 1px solid white;
  width: 618px;
  background: url(/jp/common/img/colorbox_bg_top.png) top left repeat-x;
}
#fig .wrapper {
  padding: 27px 29px 10px;
}
#fig .wrapper h2 {
  border-left: 2px solid #b2bed7;
}
#fig .wrapper h2.upper {
  margin-bottom: 17px;
}
#fig .wrapper h2.under {
  margin-top: 17px;
}
#fig .wrapper h2 span {
  display: block;
  padding: 2px 11px;
}
#fig .wrapper p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #dddddd;
  margin: 0 auto;
  width: 558px;
  height: 558px;
  overflow: auto;
}
.sp #fig .wrapper p, .tablet #fig .wrapper p {
  display: block;
}
.andro #fig .wrapper p, .andro4 #fig .wrapper p {
  display: table-cell;
}
#fig.rectangle {
  width: 802px;
}
#fig.rectangle .wrapper p {
  width: 742px;
  height: 346px;
}
#fig.large {
  width: 822px;
}
#fig.large .wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
#fig.large .wrapper p {
  width: 780px;
  height: 600px;
  overflow: auto;
  display: block;
}
#fig .close {
  text-align: center;
  border-top: 1px solid #dddddd;
  background-color: #EEEEEE;
  padding-bottom: 7px;
}
#fig .close span {
  display: block;
  background: url(/jp/common/img/colorbox_btn.png) top center no-repeat;
  cursor: pointer;
  width: 132px;
  height: 32px;
  margin: -1px auto;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#fig .close span:hover {
  background-image: url(/jp/common/img/colorbox_btn_o.png);
}

/* 一覧のcss設定 */
/* 見出し */
#index {
  background: url(/jp/index/img/bg.png) bottom center repeat-x;
  padding-bottom: 200px;
}
#index #contents {
  padding-top: 20px;
}
#index #contents #search {
  background: url(/jp/common/img/pc/index_bg.png) top left repeat-y;
  width: 970px;
  margin: 0 auto 30px;
  padding: 0;
  zoom: 1;
}
#index #contents #search .wrapper {
  background: url(/jp/common/img/pc/index_bg_top.png) top left no-repeat;
}
#index #contents #search .wrapper .wrapperIn {
  clear: left;
  display: inline-block;
  vertical-align: top;
  width: 970px;
  background: url(/jp/common/img/pc/index_bg_bottom.png) bottom left no-repeat;
  padding-bottom: 22px;
  zoom: 1;
}
#index #contents #search h2 {
  background: url(/jp/index/img/pc/search_header.png) top left no-repeat;
  width: 223px;
  height: 45px;
  margin-left: 19px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#index #contents #search #banner {
  display: inline-block;
  margin-left: 19px;
  padding-bottom: 15px;
}
#index #contents #search #banner .itemList {
  position: relative;
  background: url(/jp/index/img/pc/seach_bg.png) top left no-repeat;
  width: 445px;
  height: 166px;
  float: left;
  margin-right: 8px;
  padding: 10px;
}
#index #contents #search #banner .itemList h3 {
  position: absolute;
  z-index: 10;
}
#index #contents #search #banner .itemList h3.current {
  position: static;
}
#index #contents #search #banner .itemList h3 img {
  width: 445px;
  height: 166px;
}
#index #contents #search #banner .itemList h3 span {
  display: none;
}
#index #contents #search #banner .itemList ul {
  display: inline-block;
  position: absolute;
  z-index: 8;
}
#index #contents #search #banner .itemList ul.current {
  position: static;
}
#index #contents #search #banner .itemList ul li {
  float: left;
  width: 142px;
  height: 32px;
  margin-top: 1px;
  margin-left: 1px;
  padding-left: 5px;
}
#index #contents #search #banner .itemList ul li a {
  display: block;
  background: url(/jp/common/img/pc/arrow_red.png) left center no-repeat;
  padding: 10px 0 10px 15px;
}
#index #contents #search #banner .itemList ul li a:hover {
  text-decoration: none;
}
#index #contents #search #banner .itemList ul li:hover {
  background-color: #fff;
}
#index #contents #search #serachTabmenu {
  width: 703px;
  float: left;
  padding-left: 20px;
}
#index #contents #search #serachTabmenu .tabMenu {
  display: inline-block;
  position: relative;
  z-index: 10;
}
#index #contents #search #serachTabmenu .tabMenu li {
  float: left;
}
#index #contents #search #serachTabmenu .tabMenu li a {
  display: block;
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 309px;
  height: 38px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#index #contents #search #serachTabmenu .tabMenu #searchTabMenu_01 a {
  background-image: url(/jp/index/img/pc/search_h_01.png);
}
#index #contents #search #serachTabmenu .tabMenu #searchTabMenu_01 a:hover, #index #contents #search #serachTabmenu .tabMenu #searchTabMenu_01 a.current {
  background-image: url(/jp/index/img/pc/search_h_01_o.png);
}
#index #contents #search #serachTabmenu .tabMenu #searchTabMenu_02 a {
  width: 310px;
  background-image: url(/jp/index/img/pc/search_h_02.png);
}
#index #contents #search #serachTabmenu .tabMenu #searchTabMenu_02 a:hover, #index #contents #search #serachTabmenu .tabMenu #searchTabMenu_02 a.current {
  background-image: url(/jp/index/img/pc/search_h_02_o.png);
}
#index #contents #search #serachTabmenu .tabContents {
  clear: left;
  border: 1px solid #cccccc;
  background-color: #FFFFFF;
  margin-top: -3px;
  padding-left: 20px;
  padding-bottom: 20px;
}
#index #contents #search #serachTabmenu .tabContents ul {
  display: none;
  clear: left;
}
#index #contents #search #serachTabmenu .tabContents ul.current {
  display: inline-block;
}
#index #contents #search #serachTabmenu .tabContents ul li {
  float: left;
  width: 170px;
  margin-top: 10px;
}
#index #contents #search #serachTabmenu .tabContents ul li a span {
  display: inline-block;
  vertical-align: middle;
}
#index #contents #search #serachTabmenu .tabContents ul li a span.categoryImg {
  padding: 3px;
  background: url(/jp/common/img/site_search_bg.gif) top left;
}
#index #contents #search #serachTabmenu .tabContents ul li a span.categoryImg img {
  border: 1px solid white;
  width: 41px;
  height: 41px;
}
#index #contents #search #serachTabmenu .tabContents ul li a span.categoryName {
  background: url(/jp/common/img/pc/arrow_red.png) left center no-repeat;
  padding-left: 15px;
  margin-left: 5px;
  max-width: 95px;
}
#index #contents #search #selectiveSearch {
  width: 208px;
  float: left;
  padding-left: 17px;
}
#index #contents #search #selectiveSearch h3 {
  background: url(/jp/index/img/pc/search_h_03.png) top left no-repeat;
  width: 89px;
  height: 37px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#index #contents #search #selectiveSearch ul li {
  margin-bottom: 10px;
}
#index #contents #search #selectiveSearch ul li select {
  width: 208px;
}
#index #contents #search #selectiveSearch ul li select option {
  padding: 5px 8px;
}
#index #contents #search #selectiveSearch p {
  text-align: center;
  padding: 4px;
  background: url(/jp/common/img/search_btn_bg.png) top left;
}
#index #contents #search #selectiveSearch p input {
  border: none;
  background: url(/jp/index/img/pc/search_btn.gif) top left no-repeat;
  width: 200px;
  height: 36px;
  cursor: pointer;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#index #contents #search #selectiveSearch p input:hover {
  background-image: url(/jp/index/img/pc/search_btn_o.gif);
}
#index #contents #indexContents {
  clear: left;
  display: inline-block;
  width: inherit;
}
#index #contents #indexContents .indexContentsIn {
  display: inline-block;
  width: 729px;
  float: left;
}
#index #contents #indexContents #sideNavi {
  width: 229px;
  float: left;
  padding-left: 18px;
}
#index #contents #indexContents #sideNavi #inquiry {
  background: url(/jp/index/img/pc/inquiry_bg.png) bottom left no-repeat;
  padding-bottom: 3px;
  margin-bottom: 12px;
  zoom: 1;
}
#index #contents #indexContents #sideNavi #inquiry .wrapperIn {
  border: 1px solid #cccccc;
  padding-top: 7px;
}
#index #contents #indexContents #sideNavi #inquiry h2 {
  padding: 0 7px;
  background: url(/jp/common/img/pc/border_red_edge.png) bottom center no-repeat;
}
#index #contents #indexContents #sideNavi #inquiry h2 a {
  color: #1946A3;
}
#index #contents #indexContents #sideNavi #inquiry h2 em {
  font-weight: bold;
  display: block;
  padding: 10px 3px;
}
#index #contents #indexContents #sideNavi #inquiry p {
  padding: 12px;
  line-height: 1.4;
}
#index #contents #indexContents #sideNavi .affiliatedList li {
  margin-bottom: 7px;
}
#index #contents #indexContents #sideNavi .affiliatedList li.end {
  margin-bottom: 0;
}
#index #contents #indexContents #sideNavi .affiliatedCompany h2 {
  margin-bottom: 10px;
}
#index #contents #indexContents #sideNavi .affiliatedCompany li {
  background: url(/jp/common/img/border_dot_item.png) bottom left repeat-x;
  padding-top: 8px;
  padding-bottom: 9px;
}
#index #contents #indexContents #sideNavi .affiliatedCompany li a {
  padding-left: 15px;
  background: url(/jp/common/img/pc/arrow_red.png) left center no-repeat;
  color: #1947a3;
}
#index #contents #indexContents #sideNavi .affiliatedCompany li a:hover {
  color: #627bdf;
}
#index #contents #indexContents #news {
  background: url(/jp/index/img/pc/news_bg.png) top left repeat-y;
  margin-left: 6px;
  margin-bottom: 25px;
  zoom: 1;
}
#index #contents #indexContents #news .wrapper {
  background: url(/jp/index/img/pc/news_bg_top.png) top left no-repeat;
}
#index #contents #indexContents #news .wrapper .wrapperIn {
  display: inline-block;
  vertical-align: bottom;
  zoom: 1;
  width: 723px;
  padding-bottom: 20px;
  background: url(/jp/index/img/pc/news_bg_bottom.png) bottom left no-repeat;
}
#index #contents #indexContents #news h2 {
  background: url(/jp/index/img/pc/news_header.png) top left no-repeat;
  width: 239px;
  height: 45px;
  margin-left: 19px;
  margin-bottom: 11px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#index #contents #indexContents #news #brandNew {
  width: 180px;
  float: left;
  margin-left: 10px;
  border: 1px solid #bbbbbb;
  background-color: #fff;
}
#index #contents #indexContents #news #brandNew div {
  margin: 1px;
  border: 2px solid #eeeeee;
  background-color: #DDDDDD;
}
#index #contents #indexContents #news #brandNew div div {
  margin: 1px;
  background-color: #fff;
  border: none;
  padding: 7px;
}
#index #contents #indexContents #news #brandNew div div h3 {
#  background: url(/jp/index/img/pc/brandnew_header.png) top left no-repeat;
  background: url(/jp/index/img/pc/topic_header.png) top left no-repeat;

  width: 156px;
  height: 26px;
  margin-bottom: 7px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#index #contents #indexContents #news #brandNew div div img {
  width: auto;
  height: auto;
}
#index #contents #indexContents #news #brandNew div div .brandNewImg {
  background: url(/jp/common/img/pc/border_red_edge.png) left bottom no-repeat;
  text-align: center;
  overflow: hidden;
}
#index #contents #indexContents #news #brandNew div div .brandNewImg a {
  color: #1947a3;
}
#index #contents #indexContents #news #brandNew div div .brandNewImg a:hover {
  color: #627bdf;
}
#index #contents #indexContents #news #brandNew div div .brandNewImg a em {
  text-align: left;
  display: block;
  padding: 14px 0 10px;
}
#index #contents #indexContents #news #brandNew div div .brandNewTxt {
  line-height: 1.4;
  padding: 12px 0;
}
#index #contents #indexContents #news #brandNew div div .brandNewTxt span {
  display: block;
  padding-top: 4px;
  text-align: right;
}
#index #contents #indexContents #news #brandNew div div .brandNewTxt span a {
  background: url(/jp/common/img/pc/arrow_red.png) left center no-repeat;
  padding-left: 15px;
  color: #1947a3;
}
#index #contents #indexContents #news #brandNew div div .brandNewTxt span a:hover {
  color: #627bdf;
}
#index #contents #indexContents #news #newsIndex {
  width: 491px;
  float: left;
  margin-left: 19px;
}
#index #contents #indexContents #news #newsIndex .tabMenu {
  display: inline-block;
}
#index #contents #indexContents #news #newsIndex .tabMenu li {
  float: left;
}
#index #contents #indexContents #news #newsIndex .tabMenu li a {
  display: block;
  background-position: left bottom;
  background-repeat: no-repeat;
  width: 98px;
  height: 38px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#index #contents #indexContents #news #newsIndex .tabMenu li#newsIndexMenu_01 a {
  width: 99px;
  background-image: url(/jp/index/img/pc/news_h_01.png);
}
#index #contents #indexContents #news #newsIndex .tabMenu li#newsIndexMenu_01 a:hover, #index #contents #indexContents #news #newsIndex .tabMenu li#newsIndexMenu_01 a.current {
  background-image: url(/jp/index/img/pc/news_h_01_o.png);
}
#index #contents #indexContents #news #newsIndex .tabMenu li#newsIndexMenu_02 a {
  background-image: url(/jp/index/img/pc/news_h_02.png);
}
#index #contents #indexContents #news #newsIndex .tabMenu li#newsIndexMenu_02 a:hover, #index #contents #indexContents #news #newsIndex .tabMenu li#newsIndexMenu_02 a.current {
  background-image: url(/jp/index/img/pc/news_h_02_o.png);
}
#index #contents #indexContents #news #newsIndex .tabMenu li#newsIndexMenu_03 a {
  background-image: url(/jp/index/img/pc/news_h_03.png);
}
#index #contents #indexContents #news #newsIndex .tabMenu li#newsIndexMenu_03 a:hover, #index #contents #indexContents #news #newsIndex .tabMenu li#newsIndexMenu_03 a.current {
  background-image: url(/jp/index/img/pc/news_h_03_o.png);
}
#index #contents #indexContents #news #newsIndex .tabMenu li#newsIndexMenu_04 a {
  background-image: url(/jp/index/img/pc/news_h_04.png);
}
#index #contents #indexContents #news #newsIndex .tabMenu li#newsIndexMenu_04 a:hover, #index #contents #indexContents #news #newsIndex .tabMenu li#newsIndexMenu_04 a.current {
  background-image: url(/jp/index/img/pc/news_h_04_o.png);
}
#index #contents #indexContents #news #newsIndex .tabMenu li#newsIndexMenu_05 a {
  background-image: url(/jp/index/img/pc/news_h_05.png);
}
#index #contents #indexContents #news #newsIndex .tabMenu li#newsIndexMenu_05 a:hover, #index #contents #indexContents #news #newsIndex .tabMenu li#newsIndexMenu_05 a.current {
  background-image: url(/jp/index/img/pc/news_h_05_o.png);
}
#index #contents #indexContents #news #newsIndex .tabContents {
  clear: left;
  border: 1px solid #cccccc;
  border-top-width: 0;
  background-color: #fff;
  margin-top: -2px;
}
#index #contents #indexContents #news #newsIndex .tabContents div {
  display: none;
}
#index #contents #indexContents #news #newsIndex .tabContents div.current {
  display: block;
}
#index #contents #indexContents #news #newsIndex .tabContents div h3 {
  display: none;
}
#index #contents #indexContents #news #newsIndex .tabContents div ul {
  padding: 10px 11px 0;
  height: 264px;
  min-height: 274px;
  overflow: auto;
  overflow-y: auto;
}
#index #contents #indexContents #news #newsIndex .tabContents div ul li {
  line-height: 1.4;
  background: url(/jp/common/img/border_dot_item.png) left bottom repeat-x;
  padding: 10px 3px;
}
#index #contents #indexContents #news #newsIndex .tabContents div ul li.end {
  background: none;
}
#index #contents #indexContents #news #newsIndex .tabContents div ul li span {
  display: block;
  background: url(/jp/common/img/pc/icon_circle_blue.png) left center no-repeat;
  padding-left: 15px;
}
#index #contents #indexContents #news #newsIndex .tabContents div ul li span.new {
  color: #ff0000;
  margin-right: 0;
  padding-top: 3px;
  display: inline-block;
  background: none;
  font-weight: bold;
}
#index #contents #indexContents #news #newsIndex .tabContents div ul li span img {
  width: 47px;
  height: 17px;
  vertical-align: top;
  margin-left: 15px;
}
#index #contents #indexContents #news #newsIndex .tabContents div ul li span.plane {
  display: inline-block;
  padding-top: 4px;
  padding-left: 15px;
  background: none;
}
#index #contents #indexContents #news #newsIndex .tabContents div ul li a {
  display: inline-block;
  padding-top: 4px;
  padding-left: 15px;
  color: #1947a3;
}
#index #contents #indexContents #news #newsIndex .tabContents div ul li a:hover {
  color: #627bdf;
}
#index #contents #indexContents #news #newsIndex .tabContents div p {
  text-align: center;
  margin: 0 1px 1px;
  padding: 4px 0 5px;
  border-top: 1px solid #c6c6c6;
  background: url(/jp/common/img/search_btn_bg.png) top left;
}
#index #contents #indexContents #news #newsIndex .tabContents div p a {
  display: inline-block;
  border: 1px solid #aaaaaa;
  width: 137px;
  height: 29px;
  background: url(/jp/common/img/btn_bg_monotone.gif) left center repeat-x;
}
#index #contents #indexContents #news #newsIndex .tabContents div p a img {
  margin-top: 9px;
  width: 71px;
  height: auto;
}
#index #contents #indexContents #news #newsIndex .tabContents div p a:hover {
  border: 2px solid #335cad;
  width: 135px;
  height: 27px;
}
#index #contents #indexContents #news #newsIndex .tabContents div p a:hover img {
  margin-top: 8px;
}
#index #contents #indexContents .metoroMenu {
  display: inline-block;
  margin-left: 6px;
  width: 723px;
}
#index #contents #indexContents .metoroMenu li {
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}
#index #contents #indexContents .metoroMenu li.end {
  margin-right: 0;
}

/*  */
/* メインビジュアル */
#photo {
  background-color: #003399;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#photo #vi {
  margin: 0 auto;
  overflow: hidden;
}
#photo #vi.current {
  width: 1200px;
  position: relative;
  height: 370px;
}
@media all and (max-width: 1024px) {
  #photo #vi.current {
    width: 1024px;
  }
}
#photo #vi ul.current {
  position: absolute;
}
@media all and (max-width: 1024px) {
  #photo #vi ul.current {
    left: -110px;
  }
}
#photo #vi ul li {
  clear: left;
  overflow: hidden;
  position: static;
  text-align: center;
  top: 0;
  z-index: 1;
  visibility: visible;
}
#photo #vi ul li.current {
  position: absolute;
  z-index: 10;
  text-align: center;
}
#photo #vi ul#viImg.current {
  display: block;
}
#photo #vi ul#viImg.current li {
  text-align: center;
  visibility: visible;
  cursor: pointer;
}
#photo #vi ul#viViImg li {
  position: absolute;
  text-align: center;
  z-index: 15;
}
#photo .hasMovie {
  background: url(/jp/index/img/vi/vi_4_bg.jpg) top center no-repeat;
  padding: 26px 0;
  width: 100%;
}
#photo .hasMovie .movie {
  width: 560px;
  height: 315px;
  float: left;
  margin-left: 117px;
}
#photo .hasMovie .movie img {
  margin-top: 3px;
}
#photo .hasMovie img {
  float: left;
}
#photo #thumb {
  background-color: #CCE5FF;
  height: 58px;
}
#photo #thumb .wrapper {
  width: 970px;
  margin: 0 auto;
  position: relative;
}
#photo #thumb .wrapper ul {
  display: inline-block;
  margin-top: 5px;
  padding-left: 30px;
}
#photo #thumb .wrapper ul li {
  padding-right: 10px;
  float: left;
}
#photo #thumb .wrapper ul li span {
  display: none;
}
#photo #thumb .wrapper span {
  position: absolute;
  display: block;
}
#photo #thumb .wrapper span#naviFrame {
  background: url(/jp/index/img/vi/vi_frame.png) top left no-repeat;
  cursor: pointer;
  display: block;
  width: 220px;
  height: 51px;
  position: absolute;
  top: 2px;
  left: 30px;
}

/* -- */
/* 動画再生 */
#movieWindow {
  background: url(/jp/common/img/colorbox_bg_top.png) left top repeat-x;
}
#movieWindow div {
  padding: 20px 10px 10px;
}
#movieWindow .close {
  background-color: #EEEEEE;
  border-top: 1px solid #dddddd;
  padding-bottom: 7px;
  text-align: center;
}
#movieWindow .close span {
  background: url(/jp/common/img/colorbox_btn.png) no-repeat scroll center top transparent;
  cursor: pointer;
  display: block;
  height: 32px;
  margin: -1px auto;
  overflow: hidden;
  width: 132px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  /*visibility: hidden;*/
}
#movieWindow .close:hover span{
  background-image: url(/jp/common/img/colorbox_btn_o.png);
}
/* -- */
#goTop p a {
  bottom: 500px;
}

/* スマフォ用下部サイトメニュー */
#addNavi {
  display: none;
}

/* -- */

#header .logo .ci {
  text-align: left;
}
#header .logo .ci img {
  margin-left: 125px;
}
