@charset "utf-8";
/**********************************************

	basic_style_forPC.css

**********************************************/
/* 文字折り返し設定 */
* {
	word-wrap : break-word;
	overflow-wrap : break-word;
}

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

	デフォルト設定

---------------------------------------------*/
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
/* html */
html {
	min-width: 980px;
	height:100%;
}
/* body */
body {
	width: 100%;
	font-family: Helvetica,Arial,Doroid Sans,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	font-size: 16px;
	color: #000000;
	height: auto;
	-webkit-text-size-adjust: 100% !important;
}
input,textarea,select {
	font-family: Helvetica,Arial,Doroid Sans,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	font-size: 16px;
	color: #000000;
}

/* TOP背景設定 */
p,
table tr td {
	line-height: 1.5em;
}
p,dl,h1,h2,h3,h4 {
	margin: 0;
}
/* 見出しタグ	行間初期化 */
h1,h2,h3,h4 {
	line-height: 1.0em;
}
small {
	font-size: 12px;
}
/* imgタグレスポンシブ対応 */
img{
	max-width: 100%;
	height: auto;
	width/***/ :auto;
}
/* .dev02 spレイアウトは非表示 */
.dev02 {
	display: none !important;
}
/* リンク */
a,a:hover {
	transition: all 0.5s;
	color: #0d146c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* 拡大効果 */
.scale {
	overflow: hidden;
}
.scale img {
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}
.scale img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
/* clearfix設定 */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-block;
	min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

label {
    font-weight: normal!important;
    margin-bottom: 0;
    max-width: 100%;
}
input[type="radio"].radio {
	min-height: 0;
	display: inline-block;
}
/*--------------------------------------------
	
	レイアウト
	
---------------------------------------------*/
/**** フレーム ****/
/* 外 */
.outer-frame {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

}
/* 内	960px固定値 */
.inner-frame {
	width: 960px;
	margin: 0 auto;
}

/**** カラムデザイン ****/
/* 2カラム	左メイン */
.layout-2clm-left {

}
.layout-2clm-left .main-clm {
	float: left;
	width: 700px;
}
.layout-2clm-left .sub-clm {
	float: right;
	width: 240px;
}
/* ニュース配下の場合のみ、横幅変更 */
#contents.detail .layout-2clm-left .main-clm {
	float: left;
	width: 680px;
}
#contents.detail .layout-2clm-left .main-clm2 {
	float: left;
	width: 640px;
}
#contents.detail .layout-2clm-left .sub-clm {
	float: right;
	width: 220px;
}

#contents.detail .layout-2clm-left .main-clm-750 {
	float: left;
	width: 750px;
}
#contents.detail .layout-2clm-left .sub-clm-150 {
	float: right;
	width: 150px;
}
#contents.detail .layout-2clm-left .main-clm-700 {
	float: left;
	width: 700px;
}
#contents.detail .layout-2clm-left .sub-clm-200 {
	float: right;
	width: 200px;
}
#contents.detail .layout-2clm-left .main-clm-650 {
	float: left;
	width: 650px;
}
#contents.detail .layout-2clm-left .sub-clm-250 {
	float: right;
	width: 250px;
}
#contents.detail .layout-2clm-left .main-clm-600 {
	float: left;
	width: 600px;
}
#contents.detail .layout-2clm-left .sub-clm-300 {
	float: right;
	width: 300px;
}
#contents.detail .layout-2clm-left .main-clm-550 {
	float: left;
	width: 550px;
}
#contents.detail .layout-2clm-left .sub-clm-350 {
	float: right;
	width: 350px;
}
#contents.detail .layout-2clm-left .main-clm-500 {
	float: left;
	width: 500px;
}
#contents.detail .layout-2clm-left .sub-clm-400 {
	float: right;
	width: 400px;
}
#contents.detail .layout-2clm-left .main-clm-450 {
	float: left;
	width: 450px;
}
#contents.detail .layout-2clm-left .sub-clm-450 {
	float: right;
	width: 450px;
}
#contents.detail .layout-2clm-left .main-clm-400 {
	float: left;
	width: 400px;
}
#contents.detail .layout-2clm-left .sub-clm-500 {
	float: right;
	width: 500px;
}
#contents.detail .layout-2clm-left .main-clm-350 {
	float: left;
	width: 350px;
}

/* 2カラム	右メイン */
.layout-2clm-right {

}
.layout-2clm-right .main-clm {
	float: right;
	width: 700px;
}
.layout-2clm-right .sub-clm {
	float: left;
	width: 240px;
}
/* ニュース配下の場合のみ、横幅変更 */
#contents.detail .layout-2clm-right .main-clm {
	float: right;
	width: 680px;
}
#contents.detail .layout-2clm-right .main-clm2 {
	float: right;
	width: 640px;
}
#contents.detail .layout-2clm-right .sub-clm {
	float: left;
	width: 220px;
}

#contents.detail .layout-2clm-right .main-clm-750 {
	float: right;
	width: 750px;
}
#contents.detail .layout-2clm-right .sub-clm-150 {
	float: left;
	width: 150px;
}
#contents.detail .layout-2clm-right .main-clm-700 {
	float: right;
	width: 700px;
}
#contents.detail .layout-2clm-right .sub-clm-200 {
	float: left;
	width: 200px;
}
#contents.detail .layout-2clm-right .main-clm-650 {
	float: right;
	width: 650px;
}
#contents.detail .layout-2clm-right .sub-clm-250 {
	float: left;
	width: 250px;
}
#contents.detail .layout-2clm-right .main-clm-600 {
	float: right;
	width: 600px;
}
#contents.detail .layout-2clm-right .sub-clm-300 {
	float: left;
	width: 300px;
}
#contents.detail .layout-2clm-right .main-clm-550 {
	float: right;
	width: 550px;
}
#contents.detail .layout-2clm-right .sub-clm-350 {
	float: left;
	width: 350px;
}
#contents.detail .layout-2clm-right .main-clm-500 {
	float: right;
	width: 500px;
}
#contents.detail .layout-2clm-right .sub-clm-400 {
	float: left;
	width: 400px;
}
#contents.detail .layout-2clm-right .main-clm-450 {
	float: right;
	width: 450px;
}
#contents.detail .layout-2clm-right .sub-clm-450 {
	float: left;
	width: 450px;
}
#contents.detail .layout-2clm-right .main-clm-400 {
	float: right;
	width: 400px;
}
#contents.detail .layout-2clm-right .sub-clm-500 {
	float: left;
	width: 500px;
}
#contents.detail .layout-2clm-right .main-clm-350 {
	float: right;
	width: 350px;
}

/* ヒーロービジュアル配置レイアウト */
.layout-herovisual {
	display: table;
	width: 100%;
	border: 1px solid #0d146c;
}
.layout-herovisual .herovisual-clm {
	display: table-cell;
	width: 479px;
	border-right: 1px solid #0d146c;
	vertical-align: middle;
}
.layout-herovisual .herovisual-clm img {
	display: block;
}
.layout-herovisual .caption-clm {
	display: table-cell;
	vertical-align: middle;
}
.layout-herovisual .caption-clm p {
	font-weight: bold;
	font-size: 24px !important;
	text-align: center;
}
/**** リストレイアウト ****/
/* 半分 */
ul.listlayout-half {
}
ul.listlayout-half li {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* 1/4 */
ul.listlayout-half li ul.listlayout-half-child {
}
ul.listlayout-half li ul.listlayout-half-child li {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* 幅920pxを4分割	4clmボックスリスト */
ul.listlayout-4clm {
	margin-bottom: 20px;
}
ul.listlayout-4clm li {
	transition: all 0.5s;
	margin-left: 13px;
	float: left;
	width: 220px;
}
ul.listlayout-4clm li:hover {
	opacity: 0.5;
}
ul.listlayout-4clm li:first-child{
	margin-left: 0;
}

/* 960pxを4分割（結合タイプ） */
/* 4カラムリスト */
ul.listlayout-4clm-inline-stuck {

}
ul.listlayout-4clm-inline-stuck li {
	float: left;
	width: 240px;
}
ul.listlayout-4clm-inline-stuck li.lastclm {
	width: 238px;
}

/*--------------------------------------------
	
	共通構成パーツ
	
---------------------------------------------*/
/* 固定範囲指定 */
.wrapper-headernavigation {
	position: relative;
	z-index: 100;
}
/* ヘッダー */
#header {
	height: 80px;
	background: #ffffff;
	border-bottom: 1px solid #d6d6d6;
}
#header .inner-frame {
	position: relative;
	height: 80px;
}
/* ロゴ設置エリア */
#header h1.logo {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 520px;
}
/* ユーティリティリンクリスト・検索フォーム包括 */
.wrapper-header-utility {
	position: absolute;
	width: 440px;
	height: 80px;
	right: 0;
}
/* ユーティリティリンクリスト */
ul.list-utilitylink-header {
	position: absolute;
	width: 275px;
	bottom: 15px;
	float: left;
}
ul.list-utilitylink-header li {
	float: left;
	margin-right: 20px;
}
ul.list-utilitylink-header li a {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}
ul.list-utilitylink-header li a:hover {
	text-decoration: underline;
}
/* 検索フォーム */
.wrapper-commonsearchform {
	position: absolute;
	bottom: 10px;
	right: 0;
	float: right;
}
/* 入力欄 */
.wrapper-commonsearchform-input {
	float: left;
	width: 117px;
	height: 24px;
	margin-right: 5px;
}
.wrapper-commonsearchform-input input {
	width: 102px;
	height: 12px;
	padding: 5px;
	font-size: 12px;
}
/* 検索ボタン */
.wrapper-commonsearchform-button {
	float: right;
}
/* ぱんくずリスト */
#breadclumb ul {
	padding: 8px;
}
#breadclumb ul li:after {
	content: ">";
	padding-left: 10px;
}
#breadclumb ul li.display-page:after {
	content: "";
}
#breadclumb ul li {
	display: inline;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
#breadclumb ul li a {
	color: #0c3287;
	text-decoration: underline;
}
/* フッター */
#footer {
	margin-top: 40px;
}

/* pagetop */
#pagetop .imagebutton-pagetop {
	position: relative;
	float: right;
	width: 90px;
	height: 61px;
	color: #ffffff;
	font-size: 12px;
	cursor: pointer;
	background: url("/img/arrow_pagetop.png") no-repeat center 10px #282828;
	transition: all 0.5s;
}
#pagetop .imagebutton-pagetop:hover {
	background: url("/img/arrow_pagetop.png") no-repeat center 10px #464646;
}
#pagetop .imagebutton-pagetop span {
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
	text-align: center;
	color: #ffffff !important;
}
#footer_contents {
	padding-top: 30px;
	background: #464646;
	color: #e5e5e5;
}
/* 下層ページの場合 */
body#second #footer_contents,
body.jp #footer_contents {
	padding-top: 0;
}

/* リスト */
ul.list-footer-contents {
	
}
ul.list-footer-contents li {
	float: left;
	width: 159px;
	margin-left: 19px;
}
ul.list-footer-contents li.company {
	width: 422px;
}
ul.list-footer-contents li:first-child {
	margin-left: 0;
}

/* フッターリンク内大項目 */
h3.title-3-footer {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #5a5a5a;
	padding: 10px;
	margin-bottom: 10px;
}
/* フッターリンクリスト */
ul.list-utilitylink-footer {
	margin-bottom: 30px;
}
ul.list-utilitylink-footer li {
	margin: 0;
	margin-bottom: 10px;
	padding: 0 10px;
	font-size: 12px;
}
ul.list-utilitylink-footer li a,
h3.title-3-footer a {
	color: #e5e5e5;
}
ul.list-utilitylink-footer li a:hover,
h3.title-3-footer a:hover {
	text-decoration: underline;
}
ul.list-footer-contents li.company ul.list-utilitylink-footer {
	float: left;
	width: 210px;
}
h4.title-4-footer {
	font-size: 14px;
}
/* PDFファイルアイコン付与 */
.icon-pdf:after {
	content: url("/img/icon_pdf.png");
	margin-left: 10px;
}

/* copyright */
#copyright {
	padding: 15px 0;
	border-top: 1px solid #5a5a5a;
}
/* ユーティリティリンク */
ul.list-copyright-utility {
	float: left;
	height: 15px;
}
ul.list-copyright-utility li {
	float: left;
	height: 15px;
	border-left: 1px solid #eaeaea;
	padding: 0 10px;
	font-size: 12px;
}
ul.list-copyright-utility li a {
	color: #ffffff;
}
ul.list-copyright-utility li a:hover {
	text-decoration: underline;
}
#copyright p {
	float: right;
	font-size: 10px;
	color: #ffffff !important;
}

/*--------------------------------------------
	
	メガメニュー
	
---------------------------------------------*/
/* メニューナビゲーション */
#menunavigation {
	background: #464646;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #fdfffe;
}
ul.list-menunavigation {
	position: relative;
}
ul.list-menunavigation li {
	float: left;
	width: 157px;
	font-size: 15px;
	border-right: 1px solid #d6d6d6;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
}
ul.list-menunavigation li:first-child {
	border-left: 1px solid #d6d6d6;
}
ul.list-menunavigation li.menuitem-01 a,
ul.list-menunavigation li.menuitem-02 a,
ul.list-menunavigation li.menuitem-03 a,
ul.list-menunavigation li.menuitem-04 a {
	color: #ffffff;
	display: block;
}
/* ナビゲーション	マウスオーバー・表示時 */
ul.list-menunavigation li.menuitem-01:hover,
ul.list-menunavigation li.menuitem-02:hover,
ul.list-menunavigation li.menuitem-03:hover,
ul.list-menunavigation li.menuitem-04:hover,
ul.list-menunavigation li.menuitem-01.active,
ul.list-menunavigation li.menuitem-02.active,
ul.list-menunavigation li.menuitem-03.active,
ul.list-menunavigation li.menuitem-04.active {
	background-color: #ffffff;
}
ul.list-menunavigation li.menuitem-01:hover a,
ul.list-menunavigation li.menuitem-02:hover a,
ul.list-menunavigation li.menuitem-03:hover a,
ul.list-menunavigation li.menuitem-04:hover a,
ul.list-menunavigation li.menuitem-01.active a,
ul.list-menunavigation li.menuitem-02.active a,
ul.list-menunavigation li.menuitem-03.active a,
ul.list-menunavigation li.menuitem-04.active a {
	color: #464646;
}

/* メガドロップダウン */
#megadropdown_wrapper {
	position: relative;
}
.wrapper-layout-dropdown {
	padding: 40px 45px;
	position: absolute;
	left: 0;
	border: 1px solid #d6d6d6;
	border-top: none;
	cursor: default;
}

/* 背景画像部分のレイアウト */
.layout-2clm-left-dropmenu {
	float: left;
	width: 265px;
}
/* ドロップダウン内、メニューボックス */
ul.list-layout-menubox {
	margin-left: 275px;
}
ul.list-layout-menubox li {
	float: left;
	width: auto;
	border-right: none;
	border-left: none;
	padding-left: 10px;
}
ul.list-layout-menubox li:first-child {
	padding-left: 0;
}
ul.list-layout-menubox li.menuitem-01:hover #product_dropdown {
	display: block;
}
/* 製品情報 */
#product_dropdown {
	display: none;
	position: absolute;
	left: 0;
	width: 868px;
	height: 227px;
	text-align: left;
	background: url("/img/bg_product_menu.png") no-repeat left top;
}
ul.list-menunavigation li.menuitem-01:hover #product_dropdown {
	display: block;
}
/* 企業情報 */
#company_dropdown {
	display: none;
	width: 898px;
	height: 227px;
	padding-right: 15px;
	line-height: 1.0em;
	text-align: left;
	background: url("/img/bg_company_menu.png") no-repeat left top;
}
ul.list-menunavigation li.menuitem-02:hover #company_dropdown {
	display: block;
}
/* 株主・投資家情報 */
#ir_dropdown {
	display: none;
	background: url("/img/bg_ir_menu.png") no-repeat left top;
	width: 893px;
	height: 227px;
	text-align: left;
}
ul.list-menunavigation li.menuitem-03:hover #ir_dropdown {
	display: block;
}
/* 株主・投資家情報のみ余白調整 */
#ir_dropdown ul.list-layout-menubox li {
	padding-left: 0;
	border-left: none;
}
#ir_dropdown.wrapper-layout-dropdown {
	padding: 40px 20px 40px 45px;
}
/* tablet対応 */
@media screen and (min-width: 641px) and (max-width: 768px) {
	ul.list-menunavigation li.menuitem-01:hover #product_dropdown {
		display: none;
	}
	ul.list-menunavigation li.menuitem-02:hover #company_dropdown {
		display: none;
	}
	ul.list-menunavigation li.menuitem-03:hover #ir_dropdown {
		display: none;
	}
}

/* 製品情報メニュー */
ul.list-layout-menubox li.list-link-product-01 {
	transition: all 0.5s;
	width: 285px;
	float: left;
	position: relative;
	border: 1px solid #0d146c;
	height: 230px;
	background: url("/img/arrow_link_boxblue.png") no-repeat right bottom #f7f7f7;
}
ul.list-layout-menubox li.list-link-product-01:hover {
	background: url("/img/arrow_link_boxblue.png") no-repeat right bottom rgba(255,255,255,0.5);
}
ul.list-layout-menubox li.list-link-product-01 h3 {
	color: #0d146c;
	font-size: 18px;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50px;
}
ul.list-layout-menubox li.list-link-product-01 a {
	display: block;
	height: 86px;
	padding-top: 93px;
}
ul.list-layout-menubox li.list-link-product-02 {
	transition: all 0.5s;
	width: 285px;
	float: left;
	position: relative;
	border: 1px solid #0d146c;
	height: 230px;
	padding:0;
	margin-left: 10px;
	background: url("/img/arrow_link_boxblue.png") no-repeat right bottom #f7f7f7;
}
ul.list-layout-menubox li.list-link-product-02:hover {
	background: url("/img/arrow_link_boxblue.png") no-repeat right bottom rgba(255,255,255,0.5);
}
ul.list-layout-menubox li.list-link-product-02 a {
	display: block;
	height: 86px;
	padding-top: 93px;
}
ul.list-layout-menubox li.list-link-product-02 h3 {
	color: #0d146c;
	font-size: 18px;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50px;
}
ul.list-layout-menubox li.list-link-product-01 h3.icon {
	background: url("/img/menu_link_user.png") no-repeat center top;
	height: 86px;
	padding-top: 93px;
}
ul.list-layout-menubox li.list-link-product-02 h3.icon {
	background: url("/img/menu_link_corporation.png") no-repeat center top;
	height: 86px;
	padding-top: 93px;
}
/* 会社案内 */
ul.list-layout-menubox li ul.list-link-company-01 li {
	float: none;
	border-bottom: 1px solid #b2b2b2;
	width: 160px;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	background: #ffffff;
	padding-left: 0px!important;
	text-align: left;
}
ul.list-layout-menubox li ul.list-link-company-01 li:hover {
	background: url("/img/arrow_link_right_dropmenu.png") no-repeat right center #edebeb;
}
ul.list-link-company-01 li h3 {
	background: url("/img/company_icon.png") no-repeat center 10px #f7f7f7;
	color: #0d146c;
	font-size: 14px;
	text-align: center;
	padding-top: 50px;
	padding-left: 0px;
	height: 32px;
}
ul.list-layout-menubox li ul.list-link-company-01 li:first-child {
	border: 1px solid #0d146c;
	cursor: default;
}
ul.list-layout-menubox li ul.list-link-company-01 li a {
	display: block;
	color: #000000;
	padding: 8px 0 8px 10px;
	font-size: 12px;
	height: 14px;
	background: url("/img/arrow_link_right_dropmenu.png") no-repeat right center;
}
/* シチズングループについて */
ul.list-layout-menubox li ul.list-link-company-02 li {
	float: none;
	border-bottom: 1px solid #b2b2b2;
	width: 160px;
	text-align: left;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	background: #ffffff;
	padding-left: 0px!important;
}
ul.list-layout-menubox li ul.list-link-company-02 li:hover {
	background: url("/img/arrow_link_right_dropmenu.png") no-repeat right center #edebeb;
}
ul.list-layout-menubox li ul.list-link-company-02 li:first-child {
	border: 1px solid #0d146c;
	background: url("/img/arrow_link_boxblue.png") no-repeat right bottom #f7f7f7;
	height: 114px;
	padding-left: 0px;
	position: relative;
}
ul.list-layout-menubox li ul.list-link-company-02 li:first-child:hover {
	background: url("/img/arrow_link_boxblue.png") no-repeat right bottom #edebeb;
}
ul.list-link-company-02 li h3 {
	color: #0d146c;
	font-size: 14px;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 10px;
}
ul.list-link-company-02 li h3.icon {
	background: url("/img/group_icon.png") no-repeat center top;
	height: 64px;
	padding-top: 40px;
}
ul.list-layout-menubox li ul.list-link-company-02 li:first-child a {
	background: none;
	color: #0d146c;
	font-size: 14px;
	display: block;
	padding: 0px!important;
}
ul.list-layout-menubox li ul.list-link-company-02 li a {
	display: block;
	color: #000000;
	padding: 8px 0 8px 10px;
	font-size: 12px;
	height: 14px;
	background: url("/img/arrow_link_right_dropmenu.png") no-repeat right center;
}
/* アイコンリスト */
ul.list-layout-iconlink li {
	position: relative;
	float: left;
	width: 120px;
	height: 127px;
	border: none !important;
	background: url("/img/iconlist_right_border.png") no-repeat left center;
}
ul.list-layout-iconlink li:first-child {
	background: none;
}
/* アイコンリスト	ページタイトル部分（背景画像にアイコン配置） */
ul.list-layout-iconlink li h3 {
	color: #0d146c;
	font-size: 14px;
	text-align: center;
	height: 100%;
	line-height: 1.5em;
	width: 100px;
	height: auto;
	margin: 10px auto 0 auto;
	min-height: 32px;
	padding-top: 55px;
}
/* 事業情報 */
ul.list-layout-iconlink li h3.icon-business {
	background: url("/img/icon_business.png") no-repeat center top;

}
/* CSR */
ul.list-layout-iconlink li h3.icon-social {
	background: url("/img/icon_social.png") no-repeat center top;
}
/* 企業スポーツ活動 */
ul.list-layout-iconlink li h3.icon-sport {
	background: url("/img/icon_sport.png") no-repeat center top;
}
/* 採用情報 */
ul.list-layout-iconlink li h3.icon-recruit {
	background: url("/img/icon_recruit.png") no-repeat center top;
}
/* IRニュース */
ul.list-layout-iconlink li h3.icon-irnews {
	background: url("/img/icon_irnews.png") no-repeat center top;
}
/* IR資料 */
ul.list-layout-iconlink li h3.icon-material {
	background: url("/img/icon_material.png") no-repeat center top;
}
/* IRカレンダー */
ul.list-layout-iconlink li h3.icon-ircalendar {
	background: url("/img/icon_ircalendar.png") no-repeat center top;
}
/* 個人投資家の皆さまへ */
ul.list-layout-iconlink li h3.icon-investor {
	background: url("/img/icon_investor.png") no-repeat center top;
}
/* 経営方針 */
ul.list-layout-iconlink li h3.icon-policy {
	background: url("/img/icon_policy.png") no-repeat center top;
}
/* 株式情報 */
ul.list-layout-iconlink li h3.icon-ir {
	background: url("/img/icon_ir.png") no-repeat center top;
}
/* 電子公告 */
ul.list-layout-iconlink li h3.icon-koukoku {
	background: url("/img/icon_koukoku.png") no-repeat center top;
}
/* 財務・業績情報 */
ul.list-layout-iconlink li h3.icon-financial {
	background: url("/img/icon_financial.png") no-repeat center top;
}
/* よくあるご質問 */
ul.list-layout-iconlink li h3.icon-question {
	background: url("/img/icon_question.png") no-repeat center top;
}
/* お問い合わせ */
ul.list-layout-iconlink li h3.icon-contact {
	background: url("/img/icon_contact.png") no-repeat center top;
}
/* アイコンマウスオーバー時	サークル画像アニメ */
ul.list-layout-iconlink li a {
	display: block;
	width: 100px;
	min-height: 100px;
	margin: 0 auto;
	overflow: hidden;
}
ul.list-layout-iconlink li a img.img-menuover {
	-webkit-transition:-webkit-transform .2s linear 0s;
	-moz-transition:-moz-transform .2s linear 0s;
	-ms-transition:-ms-transform .2s linear 0s;
	transition:transform .2s linear 0s;
	-webkit-transform: scale(0.0);
	-moz-transform: scale(0.0);
	-o-transform: scale(0.0);
	-ms-transform: scale(0.0);
	transform: scale(0.0);
	position: absolute;
	left: 25px;
	top: 10px;
}
ul.list-layout-iconlink li:first-child a img.img-menuover {
	left: 15px;
}
ul.list-layout-iconlink li:hover a img.img-menuover {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}
#ir_dropdown ul.list-layout-iconlink li a img.img-menuover {
	left: 16px;
}

/* IE対応 */
ul.list-layout-iconlink li a img.img-menuover {
	display: none\9;
}
ul.list-layout-iconlink li a:hover img.img-menuover {
	display: block\9;
}






/*--------------------------------------------
	
	タイトルパーツ
	
---------------------------------------------*/
/* ページタイトル */
h1.title-1-pagetitle {
	font-size: 36px;
	font-weight:normal;
	line-height: 1.3em;
}
/* コンテンツタイトル	TOP：メインコンテンツリンク */
h2.title-2-boldblack {
	font-size: 24px;
	color: #000000;
	line-height: 1.6em;
}
h2.title-2-boldblack a {
	color: #000000 !important;
}
/* TOPページ「ニュース」のみレイヤー操作 */
h2.title-2-boldblack.type-topnews {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 20;
/*	background: rgba(255,255,255,0.7);*/
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);/*IE8以下用*/
}
/* 汎用タイトルパーツ	h2	背景グレー	borderネイビー */
h2.title-2-navybar-bggray {
	background: #f7f7f7;
	font-size: 22px;
	border-left: 10px solid #0d146c;
	line-height: 50px;
	padding-left: 25px;
	margin-bottom: 10px;
}
.title-2-navybar-bggray-right {
	 float:right;
	 font-weight:normal;
	 font-size:14px;
	 padding-right:10px;
}
/* 汎用タイトルパーツ h3	株主・投資家情報：IRイベント情報タイトル */
h3.title-3-boldblack {
	font-size: 16px;
	margin-bottom: 15px;
}
/* 汎用タイトルパーツ h3	背景グレー	borderネイビー*/
h3.title-3-navybar-bggray {
	background: #f7f7f7;
	font-size: 18px;
	border-left: 10px solid #0d146c;
	line-height: 40px;
	padding-left: 25px;
	margin-bottom: 10px;
}
/* 汎用タイトルパーツ h3 borderネイビー（小） */
h3.title-3-navybar-short {
	border-left: 5px solid #0D146C;
	padding-left: 10px;
	margin-bottom: 10px;
	line-height: 1.4em;
}
/*--------------------------------------------
	
	TOPページ
	
---------------------------------------------*/
/* メインビジュアル */
#mainvisual {
	position: relative;
	margin: 0 0 20px 0;
	background: #000000;
	border: none !important;
	border-radius: 0 !important;
}
#mainvisual .inner-frame {
	min-width: 960px;
	max-width: 1200px;
	width: 100%;
}
/* 各ビジュアル包括 */
.wrapper-mainvisual-item {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 352px;
	padding: 36.66% 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* ビジュアル比率保持 */
.wrapper-mainvisual-item .wrapper-fiximg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 352px;
}
.wrapper-mainvisual-item .wrapper-fiximg img {
	width: 100%;
	min-width: 960px;
}
/* リンク表記エリア */
.wrapper-mainvisual-item .outer-frame {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 352px;
	top: 0;
	left: 0;
}
.wrapper-mainvisual-item .outer-frame .inner-frame {
	position: relative;
	height: 100%;
	min-height: 352px;
}
.wrapper-mainvisual-link {
	position: absolute;
	right: 0;
	bottom: 20px;
	padding-right: 60px;
	background: url("/img/arrow_right_white.png") no-repeat right center;
}
.wrapper-mainvisual-link.window {
	position: absolute;
	right: 0;
	bottom: 20px;
	padding-right: 50px;
	background: url("/img/icon_windowlink_inlist_white.png") no-repeat right center;
}
.wrapper-mainvisual-link.window-black {
	position: absolute;
	right: 0;
	bottom: 20px;
	padding-right: 50px;
	background: url("/img/icon_windowlink_inlist_black.png") no-repeat right center;
	color:#000000;
}
a .wrapper-mainvisual-link {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.5em;
}
/* サムネイルサークル */
.flex-control-nav {
	bottom: 30px;
	z-index: 10;
}
.flex-control-nav li {
	margin: 0 7.5px;
}
.flex-control-paging li a {
	width: 15px;
	height: 15px;
	box-shadow: none;
	background: #ffffff;
}
.flex-control-paging li a.flex-active {
	background: #0d146c;
}
.flex-control-paging li a:hover {
	background: #0d146c;
}

/* コンテンツ部分 */
body#top #contents {
	margin-bottom: 40px;
}
body#second #contents {
	margin-bottom: 40px;
}
/* メインコンテンツリンク */
.box-contentsmenu {
	transition: all 0.5s;
	position: relative;
	border: 1px solid #b2b2b2;
	padding: 15px;
	margin-bottom: 20px;
	width: 443px;
	height: 218px;
}
.box-contentsmenu:hover {
	opacity: 0.5;
}
/* 余白設定 */
ul.listlayout-half li .box-contentsmenu {
	margin-left: 5px;
}
ul.listlayout-half li:first-child .box-contentsmenu {
	margin-right: 5px;
	margin-left: 0;
}
ul.listlayout-half li ul.listlayout-half-child li .box-contentsmenu {
	margin-left: 8px;
}
ul.listlayout-half li ul.listlayout-half-child li:first-child .box-contentsmenu {
	margin-right: 5px;
	margin-left: 5px;
}

/* キャプション部分 */
.box-contentsmenu .box-contentsmenu-caption {
	position: absolute;
	width: 100%;
	padding: 10px 20px;
	bottom: 0;
	left: 0;
	background-image: url("/img/arrow_right_black.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0.7);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);/*IE8以下用*/
	font-size: 14px;
	line-height: 1.4em;
	color: #000000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* 透過白アイコンのみ付与の場合 */
.box-contentsmenu .box-contentsmenu-captionnone {
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 10px;
	left: 0;
	background: url("/img/arrow_right_boxblack.png") no-repeat right center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* メインコンテンツリンク	背景設定 */
/* 製品情報 */
.box-contentsmenu.bgimg-contentsmenu-01 {
	background: url("/img/bgimg_contentsmenu_01.jpg") no-repeat left top;
}
/* 企業情報 */
.box-contentsmenu.bgimg-contentsmenu-02 {
	background: url("/img/bgimg_contentsmenu_02.jpg") no-repeat left top;
}
/* CSR 環境・社会活動 */
.box-contentsmenu.bgimg-contentsmenu-03 {
	background: url("/img/bgimg_contentsmenu_03.jpg") no-repeat left top;
}
/* シチズングループについて */
.box-contentsmenu.bgimg-contentsmenu-04 {
	width: 200px;
	background: url("/img/bgimg_contentsmenu_04.jpg") no-repeat left top;
}
/* 採用情報 */
.box-contentsmenu.bgimg-contentsmenu-05 {
	width: 200px;
	background: url("/img/bgimg_contentsmenu_05.jpg") no-repeat left top;
}

/* 株主・投資家情報 */
.box-contentsmenu-double {
	transition: all 0.5s;
	position: relative;
	border: 1px solid #b2b2b2;
	padding: 15px;
	min-height: 273px;
	margin-bottom: 20px;
}
.box-contentsmenu-double:hover {
	opacity: 0.5;
}
/* 背景設定 */
.box-contentsmenu-double.bgimg-contentsmenu-06 {
	height: 273px;
	background: url("/img/bgimg_contentsmenu_06.jpg") no-repeat left top;
}
.box-contentsmenu-double .box-contentsmenu-double-caption {
	position: absolute;
	width: 100%;
	padding: 10px 20px;
	bottom: 0;
	left: 0;
	background-image: url("/img/arrow_right_black.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0.7);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);/*IE8以下用*/
	
	font-size: 14px;
	line-height: 1.4em;
	color: #000000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* ボックス矢印アイコンリスト */
ul.list-boxarrow-block {
	border: 1px solid #b2b2b2;
	border-left: none;
}
ul.list-boxarrow-block li {
	float: none;
	width: 100%;
	height: 82px;
	border-top: 1px solid #b2b2b2;
	background: url("/img/arrow_right_boxgray.png") no-repeat right center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.list-boxarrow-block#top_newsrelease li {
	height: 123px;
}
ul.list-boxarrow-block#top_newsrelease li a {
	padding: 14px 70px 14px 18px;
}

ul.list-boxarrow-block li:first-child {
	border-top: none;
}
ul.list-boxarrow-block li a {
	transition: all 0.5s;
	display: block;
	padding: 5px 55px 5px 22px;
	color: #000000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.list-boxarrow-block li a:hover {
	opacity: 0.5;
	text-decoration: underline;
}
/* 「一覧」リンク包括用 */
.wrapper-buttonarea-contentsmenu-double {
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	height: 57px;
	margin-bottom: 20px;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* 「一覧」ボタン	グレー */
.button-whitearrow-gray {
	transition: all 0.5s;
	width: 180px;
	height: 35px;
	margin: 0 auto;
	line-height: 35px;
	color: #ffffff;
	font-size: 14px;
	background: url("/img/arrow_link_right_white.png") no-repeat right center #c4c4c4;
}
.button-whitearrow-gray a {
	display: block;
	color: #ffffff;
	text-align: center;
}
.button-whitearrow-gray:hover {
	opacity: 0.5;
}
/* ピックアップニュース */
dl.list-thumbnail-pickupnews {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
dl.list-thumbnail-pickupnews dt {
}
dl.list-thumbnail-pickupnews dt img {
	display: block;
}
dl.list-thumbnail-pickupnews dd {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url("/img/arrow_right_boxgray.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0.7);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);/*IE8以下用*/
}
dl.list-thumbnail-pickupnews dd p {
	padding-left: 66px;
	color: #000000;
	background: url("/img/icon_pickup.png") no-repeat left center;
}

/* NEWアイコン付与 */
ul.list-boxarrow-block.type-newslist li a {
	padding: 18px;
	padding-right: 70px;
}
ul.list-boxarrow-block li a p.icon-new {
	padding-left: 66px;
	min-height: 46px;
	background: url("/img/icon_new.png") no-repeat left center;
}
ul.list-boxarrow-block li a p span {
	display: block;
}

/* シチズンウオッチサイト	ラージバナー */
.bnr-windowlink-01 {
	transition: all 0.5s;
	background: url("/img/bnr_01.jpg") no-repeat left center;
	width: 960px;
	height: 249px;
	color: #000000;
	font-size: 22px;
}
.bnr-windowlink-01 p {
	line-height: 1.5em;
	padding-top: 90px;
	padding-left: 70px;
}
.bnr-windowlink-01:hover {
	opacity: 0.5;
}
/* スペシャルコンテンツ */
#specialcontents {
	margin: 20px 0 40px 0;
}
#specialcontents .owl-wrapper-outer {
	position: relative;
	margin-left: 5px;
}
/* バナーカード */
.card-square {
	width: 228px;
	height: 218px;
	border: 1px solid #b2b2b2;
}
/* コントロールボタン */
.owl-controls .owl-buttons .owl-prev {
	position: absolute;
	width: 28px;
	height: 28px;
	top: 85px;
	left: 0;
	text-indent: -9999px;
	background: url("/img/icon_prev.png") no-repeat left center;
}
.owl-controls .owl-buttons .owl-next {
	position: absolute;
	width: 28px;
	height: 28px;
	top: 85px;
	right: 0;
	text-indent: -9999px;
	background: url("/img/icon_next.png") no-repeat right center;
}

/*--------------------------------------------
	
	下層ページ共通
	
---------------------------------------------*/
/* 下層ページコンテンツ包括 */
.wrapper-contents-second {
	min-height: 1050px;
}
/* ページタイトルパーツ配置エリア	タイトル部分 */
#pagetitle {
	margin-bottom: 40px;
}
#pagetitle h1.title-1-pagetitle {
	padding-top: 20px;
	margin-bottom: 20px;
}
#pagetitle p {
	font-size: 16px;
}

/* コンテンツ部分包括 */
body#second .wrapper-contentsarea {
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* ローカルナビゲーション */
dl.list-localnavigation {
	font-weight: bold;
}
dl.list-localnavigation dt {
	background: #b2b2b2;
	color: #ffffff;
	min-height: 20px;
	padding: 10px 0;
	font-size: 18px;
	line-height: 1.0em;
	margin-bottom: 10px;
	text-align: center;
	font-size: 18px;
}
dl.list-localnavigation dd {
	border-bottom: 1px dotted #b2b2b2;
	line-height: 1.3em;
	background: url("/img/icon_link_left_menu_default.png") no-repeat 30px center;
}
dl.list-localnavigation dd:hover {
	background: url("/img/icon_link_left_menu_over.png") no-repeat 30px center;
}
dl.list-localnavigation dt a,
dl.list-localnavigation dd a {
	display: block;
}
dl.list-localnavigation dt a {
	color: #ffffff;
	height: 20px;
	padding: 10px 0;
}
dl.list-localnavigation dd a {
	color: #4b4b4b;
	padding: 10px 0;
	padding-left: 70px;
}
/* アクティブ時 */
dl.list-localnavigation dd.display-page {
	background: url("/img/icon_link_left_menu_over.png") no-repeat 30px center;
}
dl.list-localnavigation dd.display-page a {
	color: #0b1595;
}

/* ローカルナビゲーション（サブ） */
dl.list-localnavigation dd.display-page.active {
	background: url("/img/icon_link_under_active.png") no-repeat 30px 7px;
}
dl.list-localnavigation dd.display-page.active ul.list-localnavigation-sub li a {
	color: #4b4b4b;
}
dl.list-localnavigation dd.display-page.active ul.list-localnavigation-sub li.active a {
	text-decoration: underline;
	color: #0b1595;
}
dl.list-localnavigation dd.display-page.active ul.list-localnavigation-sub li:hover a {
	text-decoration: underline;
}
/* リンクカード配置（メインカラム内に2つずつ配置の場合） */
ul.listlayout-2clm-linkcard {
	margin-bottom: 20px;
}
ul.listlayout-2clm-linkcard li {
	float: right;
	width: 340px;
}
ul.listlayout-2clm-linkcard li:first-child {
	float: left;
}
/* リンクカード配置（コンテンツ幅内に3つずつ配置の場合） */
ul.listlayout-3clm-linkcard {
	margin-bottom: 20px;
}
ul.listlayout-3clm-linkcard li {
	float: left;
	width: 313px;
	margin-left: 10px;
}
ul.listlayout-3clm-linkcard li:first-child {
	margin-left: 0;
}
/* ニュース内で使用する場合、横幅変更 */
#contents.detail ul.listlayout-3clm-linkcard {
	margin-bottom: 20px;
}
#contents.detail ul.listlayout-3clm-linkcard li {
	float: left;
	width: 293px;
	margin-left: 10px;
}
#contents.detail ul.listlayout-3clm-linkcard li:first-child {
	margin-left: 0;
}
/* リンクカード	（第4階層へのリンクの場合：グレーボックスアロウ） */
.linkcard-fourth {
	transition: all 0.5s;
	border: 1px solid #b2b2b2;
	border-top: 5px solid #0d146c;
	padding: 20px;
	padding-bottom: 50px;
	height: 325px;
	background: url("/img/icon_cardlink_fourth.png") no-repeat scroll right bottom #ffffff;
}
/* カードタイトル部分 */
.linkcard-fourth h2 {
	color: #000000;
	font-size: 20px;
	line-height: 1.3em;
	height: 30px;
	margin-bottom: 15px;
}
/* リンクカード	（第5階層へのリンクの場合：黒アロウ） */
.linkcard-fifth {
	transition: all 0.5s;
	border: 1px solid #b2b2b2;
	border-top: 5px solid #0d146c;
	padding: 20px;
	padding-bottom: 50px;
	height: 325px;
	background: url("/img/icon_cardlink_fifth.png") no-repeat scroll right bottom #ffffff;
}
/* カードタイトル部分 */
.linkcard-fifth h2 {
	color: #000000;
	font-size: 20px;
	line-height: 1.3em;
	height: 30px;
	margin-bottom: 15px;
}
/* リンクカード	（別窓リンクの場合） */
.linkcard-blank {
	transition: all 0.5s;
	border: 1px solid #b2b2b2;
	border-top: 5px solid #0d146c;
	padding: 20px;
	height: 345px;
	background: url("/img/icon_cardlink_blank.png") no-repeat right bottom #ffffff;
}

/* マウスオーバー */
.linkcard-fourth:hover,
.linkcard-fifth:hover,
.linkcard-blank:hover {
	opacity: 0.5;
}
/* カードタイトル部分 */
.linkcard-blank h2 {
	color: #000000;
	font-size: 18px;
	line-height: 1.3em;
	height: 45px;
	margin-bottom: 15px;
}

/* リンクカード内サムネイルリスト */
dl.list-thumbnail-inlinkcard {
	margin-bottom: 15px;
}
dl.list-thumbnail-inlinkcard dt {
	margin-bottom: 10px;
	text-align: center;
}
dl.list-thumbnail-inlinkcard dd {
	padding-right: 10px;
	color: #000000;
}
.linkcard-fourth dl.list-thumbnail-inlinkcard dd,
ul.listval-investorhistory li dl.list-thumbnail-inlinkcard dd {
	padding-right: 0;
}

/* IDリンク項目包括リスト */
ul.list-pagelink-item {
	margin: 20px auto;
	border: 1px solid #0d146c;
	padding: 20px;
	text-align: center;
}
ul.list-pagelink-item li {
	display: inline-block;
	margin-right: 20px;
	line-height: 1.3em;
}
ul.list-pagelink-item.listval-privacy-inpage li,
ul.list-pagelink-item.layoutval-block li{
	float: none;
	display: block;
}
ul.list-pagelink-item li a {
	color: #000000;
}
ul.list-pagelink-item li a:hover {
	text-decoration: underline;
}
ul.list-pagelink-item li:before {
	content: "▼";
	color: #0d146c;
}
/* パラグラフ包括 */
.wrapper-contents-sentence {
	margin-bottom: 20px;
}
/* PDFリンク */
.wrapper-pdflink {
	padding: 15px 20px 15px 20px;
}
.wrapper-pdflink a {
	display: inline-block;
	padding-right: 32px;
	padding-top: 10px;
	min-height: 22px;
	text-decoration: underline;
	background: url("/img/icon_pdffile.gif") no-repeat right center;
}

/* main-clm内	年度リスト */
ul.list-link-box-arrowright-small {
	border: 1px solid #d2d2d2;
	display: inline-block;
}
ul.list-link-box-arrowright-small li {
	border-left: 1px solid #d2d2d2;
	float: left;
	width: 115px;
	background: url("/img/icon_pagelink_arrowright_pc_default.png") no-repeat right center;
}
ul.list-link-box-arrowright-small li.active {
	background: url("/img/icon_pagelink_arrowright_pc_active.png") no-repeat right center;
}
ul.list-link-box-arrowright-small li.active a {
	color: #0d146c;
}
ul.list-link-box-arrowright-small li a:hover {
	color: #0d146c;
}
ul.list-link-box-arrowright-small li:first-child {
	border-left: none;
}
ul.list-link-box-arrowright-small li a {
	padding: 15px 20px;
	display: block;
	font-size: 14px;
	color: #000000;
}


/*--------------------------------------------
	
	キージュアル
	
---------------------------------------------*/
/* KV基本パーツ */
body#second #keyvisual {
}
/* タイトル・キャプションエリア（透明）	 */
.wrapper-keyvisual-titlearea {
	padding: 45px 20px 20px 30px;
	position: relative;
	width: 590px;
}
/* キャプション */
p.caption-pagedescription {
	position: absolute;
	bottom: 0;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.3em;
}
/*--------------------------------------------
	
	製品情報
	/business/
	
---------------------------------------------*/
/* 包括パーツ	余白調整 */
body#second .wrapper-contentsarea.pageval-business {
	padding: 0 0 0 20px;
}
/* キービジュアル背景指定 */
body#second #keyvisual.wrapper-keyvisual-business {
	background: url("/img/keyvisual_business.jpg") no-repeat right top;
	max-width: 1200px;
	min-width: 960px;
	height: 200px;
	margin: 0 auto 20px auto;
}
#keyvisual.wrapper-keyvisual-business .wrapper-keyvisual-titlearea {
	height: 164px;
}

/* 個人・法人タブ */
.wrapper-layout-tab {
	border-top: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	background: #ffffff;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}
.wrapper-layout-tab h2 {
	line-height: 50px;
}
/* 個人 */
.wrapper-layout-tab .product01 {
	float: left;
	width: 478px;
	border-right: 1px solid #b2b2b2;
	border-bottom:1px solid #b2b2b2;
	background: url("/img/icon_product01_default.png") no-repeat 140px center #eeeeee;
}
.wrapper-layout-tab .product01.active {
	background: url("/img/icon_product01_active.png") no-repeat 140px center #ffffff;
	/* border-bottom:1px solid #ffffff; */
	color: #0d146c;
}
/* 法人 */
.wrapper-layout-tab .product02 {
	float: left;
	width: 479px;
	background: url("/img/icon_product02_default.png") no-repeat 140px center #eeeeee;
	border-bottom:1px solid #b2b2b2;
}
.wrapper-layout-tab .product02.active {
	background: url("/img/icon_product02_active.png") no-repeat 140px center #ffffff;
	/* border-bottom:1px solid #ffffff; */
	color: #0d146c;
}
/* 個人・法人	マウスオーバースタイル */
.wrapper-layout-tab .product01,
.wrapper-layout-tab .product02 {
	transition: all 0.5s;
}
.wrapper-layout-tab .product01 a,
.wrapper-layout-tab .product02 a {
	display: block;
	color: #989898;
}
.wrapper-layout-tab .product01.active a,
.wrapper-layout-tab .product02.active a {
	color: #0d146c !important;
}
.wrapper-layout-tab .product01:hover,
.wrapper-layout-tab .product02:hover {
	opacity: 0.5;
}
.wrapper-layout-tab .product01.active:hover,
.wrapper-layout-tab .product02.active:hover {
	opacity: 1.0;
}
/* ジャンルリスト */
dl.list-layout-genrelist {
	display: table;
	width: 958px;
	padding: 30px 0;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	margin-bottom: 20px;
}
/* tabなし	border-top付与 */
dl.list-layout-genrelist.tab-none {
	border-top: 1px solid #b2b2b2;
}
dl.list-layout-genrelist dt,
dl.list-layout-genrelist dd {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
/* ジャンルを絞り込む */
dl.list-layout-genrelist dt {
	background: url("/img/iconlist_right_border_s.png") no-repeat right center #ffffff;
	width: 275px;
}
dl.list-layout-genrelist p.bg-icon-genre {
	background: url("/img/icon_genre.png") no-repeat 60px center;
	padding-left: 30px;
}
/* カテゴリラベル	配置リスト */
dl.list-layout-genrelist ul.list-label {
	margin-left: 50px;
}
dl.list-layout-genrelist ul.list-label li {
	float: left;
	width: 80px;
	margin-left: 20px;
}
dl.list-layout-genrelist ul.list-label li:first-child {
	margin-left: 0;
}
/* カテゴリラベル 共通設定 */
.label-category {
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	width: 80px;
	padding: 5px 0;
	height: 12px;
}
/* すべて */
.label-category.all {
	background: #555555;
}
/* 時計 */
.label-category.clock {
	background: #64acb0;
}
/* 電子機器 */
.label-category.electron {
	background: #0c3d74;
}
/* 健康機器 */
.label-category.health {
	background: #217a36;
}
/* ジュエリー */
.label-category.jewelry {
	background: #9f4d8f;
}
/* その他 */
.label-category.other {
	background: #626935;
}
/* 工作機械 */
.label-category.machine {
	background: #89851d;
}
/* デバイス */
.label-category.device {
	background: #8a276d;
}
/* 絞込み検索に配置の場合 */
dl.list-layout-genrelist ul.list-label li .label-category {
	transition: all 0.5s;
	cursor: pointer;
}
dl.list-layout-genrelist ul.list-label li .label-category:hover {
	opacity: 0.5;
}

/* サムネイルリンクボックス	レイアウト用リスト */
ul.list-genre-products {
	overflow: hidden;
}
ul.list-genre-products li {
	transition: all 0.5s;
	float: left;
	width: 220px;
	padding: 0 13px 20px 0;
}
ul.list-genre-products li:hover {
	opacity: 0.5 !important;
}
ul.list-genre-products li a {
	color: #000000;
}
/* サムネイルリンクボックス */
dl.list-boxlink-s {
	border: 1px solid #b2b2b2;
	position: relative;
	height: 287px;
}
dl.list-boxlink-s dt {
	height: 186px;
}
dl.list-boxlink-s dt .label-category {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.9;
}
dl.list-boxlink-s dd {
	min-height: 81px;
	padding: 20px 30px 0 8px;
	font-size: 14px;
	background: url("/img/icon_window_default.png") no-repeat right 56px #eeeeee;
}
dl.list-boxlink-s dd:hover {
	color: #0c3287;
	background: url("/img/icon_window_over.png") no-repeat right 56px #eeeeee;
}
dl.list-boxlink-s dd h3 {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.2em;
}

/*--------------------------------------------
	
	企業情報
	/company/
	
---------------------------------------------*/
/* キービジュアル背景指定 */
body#second #keyvisual.wrapper-keyvisual-company {
	background: url("/img/keyvisual_company.jpg") no-repeat right top;
	max-width: 1200px;
	min-width: 960px;
	height: 200px;
	margin: 0 auto 20px auto;
}
/* 会社案内・シチズングループについて	リンクリスト配置 */
ul.listlayout-companylist {
	margin-bottom: 40px;
}
ul.listlayout-companylist li {
	float: left;
	width: 470px;
	margin-left: 5px;
}
ul.listlayout-companylist li:first-child {
	margin-left: 0;
	margin-right: 5px;
}
/* 第三階層へのリンク部分	背景指定 */
.box-thirdpage-gray {
	background: #f7f7f7;
}
/* アイコン付きタイトル */
/* 会社案内 */
h2.title-2-company-01 {
	height: 70px;
	padding-top: 70px;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	color: #0d146c;
	background: url("/img/title_2_company_01.png") no-repeat center 15px;
}
/* リンクリスト */
ul.list-boxarrow-whiteblock-link {
}
ul.list-boxarrow-whiteblock-link li {
	height: 68px;
	border: 1px solid #b2b2b2;
	border-top: none;
	margin: 0;
	background: url("/img/arrow_right_boxgray.png") no-repeat right center #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.list-boxarrow-whiteblock-link li:hover {
	background: url("/img/arrow_right_boxgray.png") no-repeat right center #edebeb;
}
ul.list-boxarrow-whiteblock-link li:first-child {
	border-top: 1px solid #b2b2b2;
	margin: 0;
}
ul.list-boxarrow-whiteblock-link li a {
	display: block;
	color: #000000;
	height: 66px;
	line-height: 66px;
	font-size: 18px;
	padding-left: 20px;
}
/* PDFリンク */
.wrapper-company-pdflink {
	padding: 15px 20px 15px 20px;
}
.wrapper-company-pdflink a {
	display: inline-block;
	padding-right: 32px;
	padding-top: 10px;
	min-height: 22px;
	text-decoration: underline;
	background: url("/img/icon_pdffile.gif") no-repeat right center;
}

/* アイコン付きタイトルがリンクの場合 */
.boxlink-boxarrow-navy-bggray {
	background: url("/img/arrow_link_boxblue.png") no-repeat right bottom;
}
/* シチズングループについて */
h2.title-2-company-02 {
	height: 70px;
	padding-top: 70px;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	color: #0d146c;
	background: url("/img/title_2_company_02.png") no-repeat center 15px;
}

/* アイコン付きタイトルのみのリンクボックス */
.boxlink-boxarrow-navy {
	width: 226px;
	height: 158px;
	border: 1px solid #b2b2b2;
	background: url("/img/arrow_link_boxblue.png") no-repeat right bottom;
}

.boxlink-boxarrow-navy:hover {
	background: url("/img/arrow_link_boxblue.png") no-repeat right bottom #f7f7f7;
}
/* 4点配置 */
ul.listlayout-4clm-companylink {
	padding: 0 10px;
}
ul.listlayout-4clm-companylink li {
	float: left;
	width: 228px;
	margin-left: 9px;
}
ul.listlayout-4clm-companylink li:first-child {
	margin-left: 0;
}
/* 事業紹介 */
h2.title-2-company-03 {
	padding-top: 90px;
	font-size: 18px;
	text-align: center;
	color: #0d146c;
	background: url("/img/title_2_company_03.png") no-repeat center 20px;
}
/* CSR 環境・社会活動 */
h2.title-2-company-04 {
	padding-top: 90px;
	font-size: 18px;
	text-align: center;
	color: #0d146c;
	background: url("/img/title_2_company_04.png") no-repeat center 20px;
}
/* 企業スポーツ活動 */
h2.title-2-company-05 {
	padding-top: 90px;
	font-size: 18px;
	text-align: center;
	color: #0d146c;
	background: url("/img/title_2_company_05.png") no-repeat center 20px;
}
/* 採用情報 */
h2.title-2-company-06 {
	padding-top: 90px;
	font-size: 18px;
	text-align: center;
	color: #0d146c;
	background: url("/img/title_2_company_06.png") no-repeat center 20px;
}
/*** 社長メッセージ ***/
/* 署名欄 */
.wrapper-sign {
	text-align: right;
	margin-top: 20px;
}

/*** 企業理念 ***/
/* ネイビーボックス */
.box-bgnavy-policy {
	background: #0d146c;
	padding: 20px 0;
	text-align: center;
	color: #ffffff;
}
/* コンテンツカード配置（メインカラム内に3つずつ配置の場合） */
ul.listlayout-3clm-contentscard {
	margin-top: 20px;
	margin-bottom: 20px;
}
ul.listlayout-3clm-contentscard li {
	float: left;
	width: 226px;
	margin-left: 11px;
}
ul.listlayout-3clm-contentscard li:first-child {
	margin-left: 0;
}

/* コンテンツカード配置（メインカラム内に2つずつ配置の場合） */
ul.listlayout-2clm-contentscard {
	margin-bottom: 20px;
	margin-top:20px;
}
ul.listlayout-2clm-contentscard li {
	float: right;
	width: 340px;
}
ul.listlayout-2clm-contentscard li:first-child {
	margin-left: 0;
	float:left;
}
ul.listlayout-2clm-contentscard li .contentscard {
	height:175px;
}


/* コンテンツカード */
.contentscard {
	transition: all 0.5s;
	border: 1px solid #b2b2b2;
	border-top: 5px solid #0d146c;
	padding: 20px;
	height: 265px;
	background: #ffffff;
}
.contentsval-questionnaire .contentscard,
#contents.detail .contentscard {
	height: auto;
}
/* コンテンツカードタイトル部分 */
.contentscard h2 {
	color: #000000;
	font-size: 20px;
	line-height: 1.3em;
	height: 30px;
	margin-bottom: 15px;
}
/* 会社概要・沿革等定義リスト */
dl.list-2clm-bggray {
	border-bottom: 1px solid #D6D6D6;
	background: url("/img/bg_list-gray.png")repeat-y left top;
	line-height: 1.5em;
}
dl.list-2clm-bggray dt {
	float: left;
	width: 110px;
	font-weight: bold;
	padding: 30px 10px;
}
dl.list-2clm-bggray dd {
	float: left;
	width: 550px;
	padding: 30px 10px;
}
/* 定義リスト（横幅大） */
.large dl.list-2clm-bggray {
	border-bottom: 1px solid #D6D6D6;
	background: url("/img/bg_list_gray_l.png")repeat-y left top;
	line-height: 1.5em;
}
.large dl.list-2clm-bggray dt {
	float: left;
	width: 225px;
	font-weight: bold;
	padding: 30px 10px 30px 25px;
}
.large dl.list-2clm-bggray dd {
	float: left;
	width: 385px;
	padding: 30px 10px 30px 25px;
}
/* 役員一覧の場合背景なし */
.listval-officer dl.list-2clm-bggray {
	background: none;
}
.listval-officer dl.list-2clm-bggray dt {
	width: 200px;
}
.listval-officer dl.list-2clm-bggray dd {
	width: 460px;
}
/* contentscard内でのレイアウト */
.contentscard dl.list-2clm-bggray dd {
	width: 508px;
}
.large .contentscard dl.list-2clm-bggray dd {
	width: 300px;
}

/*** 企業紹介ムービー ***/
/* 動画再生エリア */
.wrapper-movieplayer {
	width: 646px;
	margin: 0 auto 20px auto;
}

.J-Stream_16-9 {
	width:100%; 
	position:relative; 
	padding-bottom:56.25%;
}
.J-Stream_4-3 {
	width:100%; 
	position:relative; 
	padding-bottom:75%;
}
.inline_content_16-9,
.inline_content_4-3 {
	width:640px;
    overflow: hidden;
}

/* 所在地定義リスト */
dl.list-bold-title dd.map {
	background: url("/img/icon_map.png") no-repeat left center;
	padding-left: 30px;
	line-height: 20px;
	margin: 20px 0;
}
dl.list-bold-title dd.tell {
	background: url("/img/icon_tell.png") no-repeat left center;
	padding-left: 30px;
	line-height: 20px;
}
/*** グループ会社一覧 ***/
/* 遷移タブ */
.wrapper-layout-tab.tabval-group .group01 {
	border-left: 1px solid #b2b2b2;
}
.wrapper-layout-tab.tabval-group .group01,
.wrapper-layout-tab.tabval-group .group02 {
	transition: all 0.5s;
	float: left;
	width: 50%;
	background: #eeeeee;
	border-top: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapper-layout-tab .group01:hover,
.wrapper-layout-tab .group02:hover {
	opacity: 0.5;
}
.wrapper-layout-tab.tabval-group .group01.active:hover,
.wrapper-layout-tab.tabval-group .group02.active:hover {
	opacity: 1.0;
}
.wrapper-layout-tab.tabval-group .group01 a,
.wrapper-layout-tab.tabval-group .group02 a {
	color: #989898;
}
/* アクティブ時 */
.wrapper-layout-tab.tabval-group .active {
	color: #0d146c;
	background: #ffffff;
	border-top: 5px solid #0d146c;
	margin-top: -4px;
}
/* グループ会社一覧ページのみ適用スタイル */
.wrapper-layout-tab.tabval-group {
	padding: 0 10px;
	border: none;
	border-bottom: 1px solid #b2b2b2;
}
.wrapper-layout-tab.tabval-group h2 {
	line-height: 50px;
}
/* グループ会社情報カード */
ul.listlayout-3clm-contentscard.listval-group {
}
ul.listlayout-2clm-contentscard.listval-group {
}
/* 住所表示 */
ul.listlayout-3clm-contentscard.listval-group li p.icon-map {
	background: url("/img/icon_map.png") no-repeat left center;
	padding-left: 30px;
	margin-top: 20px;
}
ul.listlayout-2clm-contentscard.listval-group li p.icon-map {
	background: url("/img/icon_map.png") no-repeat left center;
	padding-left: 30px;
	margin-top: 20px;
}
/* 電話番号表示 */
ul.listlayout-3clm-contentscard.listval-group li p.icon-telno {
	background: url("/img/icon_tell.png") no-repeat left center;
	padding-left: 30px;
	margin-top: 20px;
}
ul.listlayout-2clm-contentscard.listval-group li p.icon-telno {
	background: url("/img/icon_tell.png") no-repeat left center;
	padding-left: 30px;
	margin-top: 20px;
}
/* タイトル高さ調整 */
ul.listlayout-3clm-contentscard.listval-group li h2 {
	height: auto;
}
ul.listlayout-2clm-contentscard.listval-group li h2 {
	height: auto;
}

/* 3カラム配置を局所的に解除 */
.contentsval-grouplist ul.listlayout-3clm-contentscard {
	margin: 0;
}
.contentsval-grouplist ul.listlayout-3clm-contentscard.grouplist-01-01 {
	margin-top: 20px;
}
.contentsval-grouplist ul.listlayout-3clm-contentscard li {
	float: none;
	width: 100%;
	margin-left: 0;
	margin-bottom: 20px;
}


/* 国内グループ会社カード	高さ調整 */
ul.grouplist-01-01 .linkcard-blank {
	height: auto;
}
ul.grouplist-01-02 .linkcard-blank {
	height: auto;
}
ul.grouplist-01-03 .linkcard-blank {
	height: auto;
}
ul.grouplist-01-04 .linkcard-blank {
	height: auto;
}
ul.grouplist-01-05 .linkcard-blank {
	height: auto;
}
ul.grouplist-01-05 .linkcard-fifth {
	height: auto;
}
ul.grouplist-01-06 .linkcard-blank,
ul.grouplist-01-07 .linkcard-blank,
ul.grouplist-01-07 .contentscard {
	height: auto;
}
ul.grouplist-01-08 .contentscard,
ul.grouplist-01-09 .contentscard {
	height: auto;
}
/* 海外グループ会社カード	高さ調整 */
ul.grouplist-02-01 .contentscard,
ul.grouplist-02-01 .linkcard-blank {
	height: auto;
}
ul.grouplist-02-02 .contentscard,
ul.grouplist-02-02 .linkcard-blank {
	height: auto;
}
ul.grouplist-02-03 .linkcard-blank {
	height: auto;
}
ul.grouplist-02-04 .contentscard {
	height: auto;
}
ul.grouplist-02-05 .contentscard {
	height: auto;
}
ul.grouplist-02-06 .contentscard {
	height: auto;
}
ul.grouplist-02-07 .contentscard {
	height: auto;
}
ul.grouplist-02-08 .contentscard {
	height: auto;
}
ul.grouplist-02-09 .contentscard {
	height: auto;
}
ul.grouplist-02-10 .contentscard,
ul.grouplist-02-10 .linkcard-blank {
	height: auto;
}
ul.grouplist-02-11 .contentscard {
	height: auto;
}
ul.grouplist-02-12 .contentscard,
ul.grouplist-02-13 .contentscard {
	height: auto;
}
ul.grouplist-02-14 .contentscard {
	height: auto;
}
ul.grouplist-02-15 .contentscard {
	height: auto;
}
ul.grouplist-02-16 .contentscard {
	height: auto;
}
ul.grouplist-02-17 .contentscard,
ul.grouplist-02-17 .linkcard-blank {
	height: auto;
}
ul.grouplist-02-18 .linkcard-blank {
	height: auto;
}

/* 時計事業ページ高さ調整 */
ul.listval-watches .linkcard-blank {
	height: 415px;
}


/**** CSR ****/
/*** index ***/
/* トップメッセージ */
.layout-half-thumbnail-boxlink {
	transition: all 0.5s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #b2b2b2;
	background: url("/img/icon_cardlink_fourth.png") no-repeat right bottom;
}
.layout-half-thumbnail-boxlink:hover {
	opacity: 0.5;
}
.layout-half-thumbnail-boxlink .thumbnail-clm {
	float: left;
	width: 50%;
	border-right: 1px solid #b2b2b2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.layout-half-thumbnail-boxlink .boxlink-clm {
	float: right;
	width: 50%;
	padding-top: 70px;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* リンクサムネイル・文言リスト */
dl.list-thumbnail-boxlinkleft {
	position: relative;
	height: 274px;
}
dl.list-thumbnail-boxlinkleft dt {
	height: 274px;
}
dl.list-thumbnail-boxlinkleft dt img {
	display: block;
}
dl.list-thumbnail-boxlinkleft dd {
	position: absolute;
	width: 478px;
	padding-left: 25px;
	height: 70px;
	line-height: 70px;
	bottom: -1px;
	font-size: 18px;
	border-bottom: 1px solid #b2b2b2;
	color: #000000;
	background: rgba(255,255,255,0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* 4カラムリンクリスト	スタイルカスタマイズ */
ul.listlayout-4clm-inline-stuck.listval-socialindex {
	border: 1px solid #b2b2b2;
	margin-top: 10px;
}
ul.listlayout-4clm-inline-stuck.listval-socialindex li {
	transition: all 0.5s;
	border-left: 1px solid #b2b2b2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.listlayout-4clm-inline-stuck.listval-socialindex li:first-child {
	border-left: none;
}
ul.listlayout-4clm-inline-stuck.listval-socialindex li:hover {
	opacity: 0.5;
}
/* リンクサムネイル	ブロックタイプ */
dl.list-thumbnaillink-block-gray {

}
dl.list-thumbnaillink-block-gray dt {
	height: 170px;
}
dl.list-thumbnaillink-block-gray dt img {
	display: block;
}
dl.list-thumbnaillink-block-gray dd {
	height: 66px;
	padding-left: 25px;
	color: #000000;
	background: url("/img/arrow_right_boxgray.png") no-repeat right center #eeeeee;
}
/* 別ウィンドウ遷移アイコンの場合 */
dl.list-thumbnaillink-block-gray.linkval-windowlink dd {
	background: url("/img/icon_windowlink_inlist.png") no-repeat right center #eeeeee;
}
dl.list-thumbnaillink-block-gray dd div {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* 3カラムレイアウトリスト	スタイルカスタマイズ */
ul.listlayout-3clm-linkcard.listval-socialindex {
	margin-top: 40px;
	margin-bottom: 40px;
}
ul.listlayout-3clm-linkcard.listval-socialindex li {
	transition: all 0.5s;
	width: 307px;
	margin-left: 16px;
	border: 1px solid #b2b2b2;
}
ul.listlayout-3clm-linkcard.listval-socialindex li:hover {
	opacity: 0.5;
}
ul.listlayout-3clm-linkcard.listval-socialindex li:first-child {
	margin-left: 0;
}
ul.listlayout-3clm-linkcard.listval-socialindex li dl.list-thumbnaillink-block-gray dt {
	height: 178px;
}
ul.listlayout-3clm-linkcard.listval-socialindex-middle li dl.list-thumbnaillink-block-gray dt {
	height: auto;
}

/* 4カラムリンクリスト	結合タイプ */
ul.list-link-4clm-stuck {
	margin-top: 40px;
	border-top: 1px solid #b2b2b2;
}
ul.list-link-4clm-stuck li {
	float: left;
	width: 240px;
	height: 68px;
	border-left: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #000000;
	background: url("/img/arrow_right_boxgray.png") no-repeat right center;
}
ul.list-link-4clm-stuck li.linkval-windowlink {
	background: url("/img/icon_windowlink_20.png") no-repeat right center;
}
ul.list-link-4clm-stuck li.lastclm {
	width: 238px;
}
ul.list-link-4clm-stuck li.bd-right-on {
	border-right: 1px solid #b2b2b2;
}
ul.list-link-4clm-stuck li.bd-right-on.wd-240 {
	width: 240px;
}
ul.list-link-4clm-stuck li.bd-right-on.wd-241 {
	width: 241px;
}
ul.list-link-4clm-stuck li:hover {
	background-color: #edebeb;
}
ul.list-link-4clm-stuck li a {
	display: block;
	padding: 26px 25px;
	color: #000000;
}
ul.list-link-4clm-stuck li.linelayout-2 a {
	padding: 20px 25px;
}
/*** シチズングループについて ***/
/* 製品スライダー */
.wrapper-slideritem {
	position: relative;
	height: 250px;
	text-align: center;
}
/* ディレクションナビ */
.wrapper-slideritem ul.flex-direction-nav li a {
	text-indent: -9999px;
	opacity: 1.0;
	width: 64px;
	height: 64px;
}
.wrapper-slideritem ul.flex-direction-nav li a.flex-prev {
	left: 0;
	background: url("/img/icon_slider_prev.png") no-repeat left top;
}
.wrapper-slideritem ul.flex-direction-nav li a.flex-next {
	right: 0;
	text-align: left;
	background: url("/img/icon_slider_next.png") no-repeat left top;
}

/*** 特集 ***/
/* データリスト	スローガン・経営理念 */
dl.list-dataitem-titlegray {
	display: table;
	width: 100%;
}
dl.list-dataitem-titlegray dt {
	display: table-cell;
	width: 80px;
	padding: 30px 10px;
	background: #f7f7f7;
	color: #0d146c;
	text-align: center;
}
dl.list-dataitem-titlegray dd {
	display: table-cell;
	border: 1px solid #b2b2b2;
	text-align: center;
	vertical-align: middle;
}
/* 2カラム	文章メイン、画像左 */
.layout-2clm-left-images .left-clm{
	float: left;
	width: 210px;
}
.layout-2clm-left-images .right-clm{
	float: right;
	width: 470px;
	padding-left: 20px;
}
/* 2カラム	文章メイン、画像右 */
.layout-2clm-right-images .right-clm{
	float: right;
	width: 210px;
}
.layout-2clm-right-images .left-clm{
	float: left;
	width: 470px;
	padding-right: 20px;
}

/*** 特集2015 ***/
.specialMain_pc {
	margin: 0 0 20px;
}

.specialMain_sp {
	display: none;
}

ul.specialList_a,
ul.specialList_c {
	display: table;
	margin: 0 0 10px;
	padding: 0 0 40px;
}

ul.specialList_a li,
ul.specialList_c li {
	display: table-cell;
	vertical-align: top;
	width: 212px;
	padding: 0 15px 0;
	line-height: 1.3em;
	border-left: 2px solid #0d146c;
}

ul.specialList_a li span,
ul.specialList_c li span {
	display: block;
	font-weight: bold;
	margin: 0 0 5px;
}

ul.specialList_a li:first-child,
ul.specialList_c li:first-child {
	border-left: none;
	padding: 0 15px 0 0;
}

ul.specialList_a li:last-child,
ul.specialList_c li:last-child {
	padding: 0 0 0 15px;
}


ul.specialList_a {
	background: url(../img/bg_splist_a.png) center bottom no-repeat;
}

ul.specialList_b {
	margin: 0 0 10px;
	padding: 0 0 30px;
	background: url(../img/bg_splist_a.png) center bottom no-repeat;
} 

ul.specialList_b li {
	display: table;
	margin: 0 0 10px;
	padding: 0 0 30px;
	background: url(../img/bg_splist_b.png) center bottom no-repeat;
}

ul.specialList_b li:last-child {
	padding: 0;
	background: none;
}

ul.specialList_b li span.ic_a,
ul.specialList_b li span.ic_b,
ul.specialList_b li span.ic_c,
ul.specialList_b li span.ic_d {
	display: table-cell;
	width: 100px;
	height: 5.5em;
	text-align: center;
	vertical-align: middle;
}

ul.specialList_b li span.ic_a { background: #facba4; }
ul.specialList_b li span.ic_b { background: #efcbca; }
ul.specialList_b li span.ic_c { background: #d6eba3; }
ul.specialList_b li span.ic_d { background: #d8c1e9; }

ul.specialList_b li span.txt_a,
ul.specialList_b li span.txt_b,
ul.specialList_b li span.txt_c,
ul.specialList_b li span.txt_d {
	display: table-cell;
	width: 570px;
	padding: 3px 10px 0 20px;
	line-height: 1.4em;
	vertical-align: middle;
}

ul.specialList_b li span.txt_a { background: #fceadb; }
ul.specialList_b li span.txt_b { background: #f0dcdb; }
ul.specialList_b li span.txt_c { background: #ebf0df; }
ul.specialList_b li span.txt_d { background: #e6dfeb; }

ul.specialList_c {
	margin: 0 0 30px;
	padding: 0;
}

/*** シチズンの製品・技術はこんなところに使われています ***/
/* 製品カード包括 */
.wrapper-carousel-3items-mainclm {
	margin-bottom: 20px;
}
/* 製品カード */
.card-square-socialproducts {
	width: 222px;
	margin-left: 5px;
}
.card-square-socialproducts dl.list-boxlink-s {
	height: 330px;
}
.card-square-socialproducts dl.list-boxlink-s dt h3 {
	font-size: 16px;
}
.card-square-socialproducts dl.list-boxlink-s dd {
	background: none;
	padding: 20px;
	font-size: 14px;
}
.card-square-socialproducts dl.list-boxlink-s dd:hover {
	color: #000000;
}
/*** 環境とシチズン ***/
/* 事例紹介カード */
.contentscard.cardval-kankyo-management {
	height: auto;
}
.contentscard.cardval-kankyo-management h3.title-3-contentscard {
	margin-bottom: 20px;
	font-size: 16px;
}
/*** 環境負荷 ***/
/* 定義リストサイズ指定 */
.contentscard.cardval-kankyo-management dl.list-2clm-bggray dt {
	padding-bottom: 35px;
}
.contentscard.cardval-kankyo-management dl.list-2clm-bggray dd {
	width: 508px;
}

/*** CSR報告書（環境報告書） ***/
/* PDFファイルリスト */
ul.list-standard-blocklayout {
	border: 1px solid #b2b2b2;
}
ul.list-standard-blocklayout li {
	border-top: 1px solid #b2b2b2;
	margin: 0;
	background: url("/img/arrow_link_right_dropmenu.png") no-repeat right center #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.list-standard-blocklayout li:first-child {
	margin: 0;
	border-top: none;
}
ul.list-standard-blocklayout li:hover {
	background-color: #edebeb;
}
ul.list-standard-blocklayout li a {
	display: block;
	color: #000000;
	padding: 10px;
	padding-right: 30px;
	line-height: 1.3em;
	font-size: 14px;
}
/* 2カラム	文章メイン、画像左	レイアウトカスタマイズ */
.layout-2clm-left-images.layoutval-socialreport-pdf .left-clm {
	width: 165px;
}
.layout-2clm-left-images.layoutval-socialreport-pdf .right-clm {
	float: left;
	padding-left: 0;
}
/* 請求ボタン	レイアウトカスタマイズ */
.button-submit-formsend.buttonval-socialreport-pdf {
	font-size: 16px;
	font-weight: bold;
	height: 55px;
	line-height: 55px;
	cursor: pointer;
	width: 320px;
	margin: 20px auto;
}

/*** CSR報告書2015第三者意見 ***/
dl#adviceArea {
	margin: 0 0 20px;
}

dl#adviceArea img {
	max-width: 100%;
	vertical-align: bottom;
}

dl#adviceArea dt,
dl#adviceArea dd {
	display: inline-block;
}

dl#adviceArea dd {
	margin: 0 0 0 10px;
	line-height: 1.3em;
}

dl#adviceArea dd b {
	display: block;
	margin: 5px 0 0;
	font-size: 1.2em;
}

/*--------------------------------------------
	
	採用情報
	/recruit/
	
---------------------------------------------*/
/* KVスライダー */
.wrapper-kvslider-recruit {
	position: relative;
	width: 960px;
	text-align: center;
}
.wrapper-kvslider-recruit img {
	height: 363px;
}
/* リストリンク	スタイルカスタマイズ */
ul.listlayout-3clm-linkcard.listval-recruit ul.list-link-4clm-stuck {
	margin-top: 0;
}
ul.listlayout-3clm-linkcard.listval-recruit ul.list-link-4clm-stuck li {
	width: 100%;
	border-right: 1px solid #b2b2b2;
}
/* コンテンツカード	スタイルカスタマイズ */
ul.listlayout-3clm-linkcard.listval-recruit li .contentscard {
	position: relative;
	height: 455px;
}
ul.listlayout-3clm-linkcard.listval-recruit li .contentscard h2 {
	height: 50px;
}
/* リンクリスト 5階層アロー */
ul.list-link-fifth {
	border: 1px solid #b2b2b2;
}
ul.list-link-fifth li {
	float: none;
	border-top: 1px solid #b2b2b2;
	height: 54px;
	margin: 0;
	background: url("/img/icon_fifthlink_20.png") no-repeat right center #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.list-link-fifth li.linkval-windowlink {
	background: url("/img/icon_windowlink_20.png") no-repeat right center;
}
ul.list-link-fifth li:first-child {
	margin: 0;
	border-top: none;
}
ul.list-link-fifth li:hover {
	background-color: #edebeb;
}
ul.list-link-fifth li a {
	display: block;
	padding: 20px 25px;
	color: #000000;
}

/* 採用情報ページ	会社カード時	スタイルカスタマイズ */
ul.listlayout-3clm-linkcard.listval-recruit li .contentscard ul.list-link-fifth {
	position: absolute;
	bottom: 0;
	left: 0;
	border: none;
	border-top: 1px solid #b2b2b2;
}
ul.listlayout-3clm-linkcard.listval-recruit li .contentscard ul.list-link-fifth li {
	width: 311px;
}



/*--------------------------------------------
	
	株主・投資家情報
	/ir/
	
---------------------------------------------*/
/* キービジュアル背景指定 */
body#second #keyvisual.wrapper-keyvisual-ir {
	background: url("/img/keyvisual_ir.jpg") no-repeat right top;
	background-size: cover;
	max-width: 1200px;
	min-width: 960px;
	height: 200px;
	margin: 0 auto 20px auto;
}
body#second #keyvisual.wrapper-keyvisual-ir .wrapper-keyvisual-titlearea {
	padding: 30px 0;
}

/*** index ***/
/* IRイベント・ニュース */
.layout-2clm-irindex {
/*	height: 172px; 初期値*/
	height: 130px;
	margin-bottom: 20px;
}
.layout-2clm-irindex {
	display: table;
	width: 100%;
}
.layout-2clm-irindex .title-clm {
	display: table-cell;
	width: 310px;
	text-align: center;
	background: #f7f7f7;
}
/* リンク有の場合 */
.layout-2clm-irindex .title-clm.link-item {
	background: url("/img/arrow_link_boxblue.png") no-repeat scroll right bottom #f7f7f7;
}


.layout-2clm-irindex .contents-clm {
	display: table-cell;
	width: 650px;
/*	height: 125px; 初期値*/
	height: 80px;	
	vertical-align: middle;
	border: 1px solid #b2b2b2;
	padding: 25px 20px;
}
/* リンクリスト：ブロックレイアウト */
ul.list-link-block-normal {

}
ul.list-link-block-normal li {
	margin-top: 10px;
}
ul.list-link-block-normal li:first-child {
	margin-top: 0;
}
ul.list-link-block-normal li a:hover {
	text-decoration: underline;
}

/* ネイビーボックスリンク	背景色設定 */
ul.listval-irindex-linklist li .boxlink-boxarrow-navy-bggray {
	background-color: #f7f7f7;
}
/* リンクリスト	スタイルカスタマイズ */
ul.list-boxarrow-whiteblock-link.listval-irindex li {
	height: 50px;
	background-size: 32px;
}
ul.list-boxarrow-whiteblock-link.listval-irindex li a {
	font-size: 14px;
	height: 50px;
	line-height: 50px;
}
/* アイコンリンクボックス配置リスト */
ul.list-boxlink-block {

}
ul.list-boxlink-block li {
	margin: 0;
	margin-top: 12px;
}
ul.list-boxlink-block li:first-child {
	margin-top: 0;
}
/* コンテンツタイトルアイコン */
h2.title-2-ir-01,
h2.title-2-ir-02,
h2.title-2-ir-03,
h2.title-2-ir-04,
h2.title-2-ir-05,
h2.title-2-ir-06,
h2.title-2-ir-07,
h2.title-2-ir-08,
h2.title-2-ir-09,
h2.title-2-ir-10,
h2.title-2-ir-11,
h2.title-2-ir-12 {
	color: #0d146c;
	font-size: 18px;
	text-align: center;
}
/* IRイベント情報 */
h2.title-2-ir-01 {
	background: url("/img/icon_irevent.png") no-repeat center 30px;
	width: 310px;
	padding-top: 85px;
}
/* IRニュース */
h2.title-2-ir-02 {
	background: url("/img/icon_irnews.png") no-repeat center 30px;
	width: 310px;
	height: 105px;
	padding-top: 95px;
}
/* 経営方針 */
h2.title-2-ir-03 {
	background: url("/img/icon_policy.png") no-repeat center 30px;
	height: 50px;
	padding-top: 90px;
}
/* IR資料 */
h2.title-2-ir-04 {
	background: url("/img/icon_material.png") no-repeat center 30px;
	height: 50px;
	padding-top: 90px;
}
/* 個人投資家の皆さまへ */
h2.title-2-ir-05 {
	background: url("/img/icon_investor.png") no-repeat center 30px;
	height: 50px;
	padding-top: 90px;
}
/* 株式情報 */
h2.title-2-ir-06 {
	background: url("/img/icon_ir.png") no-repeat center 30px;
	height: 50px;
	padding-top: 90px;
}
/* 財務・業績情報 */
h2.title-2-ir-07 {
	background: url("/img/icon_financial.png") no-repeat 30px center;
	height: 72px;
	padding-top: 50px;
	padding-left: 100px;
	text-align: left;
}
/* 電子公告 */
h2.title-2-ir-08 {
	background: url("/img/icon_koukoku.png") no-repeat 30px center;
	height: 72px;
	padding-top: 50px;
	padding-left: 100px;
	text-align: left;
}
/* よくあるご質問 */
h2.title-2-ir-09 {
	background: url("/img/icon_question.png") no-repeat 30px center;
	height: 72px;
	padding-top: 50px;
	padding-left: 100px;
	text-align: left;
}
/* IRカレンダー */
h2.title-2-ir-10 {
	background: url("/img/icon_ircalendar.png") no-repeat 30px center;
	height: 72px;
	padding-top: 50px;
	padding-left: 100px;
	text-align: left;
}
/* 株価情報 */
h2.title-2-ir-11 {
	background: url("/img/icon_stock.png") no-repeat 30px center;
	height: 72px;
	padding-top: 50px;
	padding-left: 100px;
	text-align: left;
}
/* お問い合わせ */
h2.title-2-ir-12 {
	background: url("/img/icon_contact.png") no-repeat 30px center;
	height: 72px;
	padding-top: 50px;
	padding-left: 100px;
	text-align: left;
}
/*** 経営方針 ***/
#contents.contentsval-managepolicyindex .linkcard-fourth {
	height: 255px;
}
/*** 株式情報 ***/
#contents.contentsval-stocksindex .linkcard-fourth {
	height: 120px;
}
/*** シチズンの歩み ***/
/* コンテンツカード	スタイルカスタマイズ */
ul.listlayout-3clm-contentscard.listval-investorhistory li .contentscard {
}
ul.listlayout-3clm-contentscard.listval-investorhistory li .contentscard h2 {
	height: 80px;
}
ul.listlayout-3clm-contentscard.listval-investorhistory li .contentscard dl.list-thumbnail-inlinkcard dt p {
	padding: 10px 0;
	font-size: 12px;
}
ul.listlayout-3clm-contentscard.listval-investorhistory.investorhistorylist-01 li .contentscard {
	height: 510px;
	padding: 20px 16px;
}
ul.listlayout-3clm-contentscard.listval-investorhistory.investorhistorylist-02 li .contentscard {
	height: 405px;
	padding: 20px 16px;
}
ul.listlayout-3clm-contentscard.listval-investorhistory.investorhistorylist-03 li .contentscard h2 {
	height: 110px;
}
ul.listlayout-3clm-contentscard.listval-investorhistory.investorhistorylist-03 li .contentscard {
	height: 460px;
	padding: 20px 16px;
}
ul.listlayout-3clm-contentscard.listval-investorhistory.investorhistorylist-04 li .contentscard h2 {
	height: 110px;
}
ul.listlayout-3clm-contentscard.listval-investorhistory.investorhistorylist-04 li .contentscard {
	height: 385px;
	padding: 20px 16px;
}
ul.listlayout-3clm-contentscard.listval-investorhistory.investorhistorylist-05 li .contentscard h2 {
	height: 110px;
}
ul.listlayout-3clm-contentscard.listval-investorhistory.investorhistorylist-05 li .contentscard {
	height: 415px;
	padding: 20px 16px;
}
ul.listlayout-3clm-contentscard.listval-investorhistory.investorhistorylist-06 li .contentscard h2 {
	height: 110px;
}
ul.listlayout-3clm-contentscard.listval-investorhistory.investorhistorylist-06 li .contentscard {
	height: 460px;
	padding: 20px 16px;
}
ul.listlayout-3clm-contentscard.listval-investorhistory.investorhistorylist-07 li .contentscard h2 {
	height: 130px;
}
ul.listlayout-3clm-contentscard.listval-investorhistory.investorhistorylist-07 li .contentscard {
	height: 505px;
	padding: 20px 16px;
}
/*** シチズンの業績 ***/
ul.listlayout-3clm-contentscard.listval-achievements li .contentscard {
	height: 260px;
}
ul.listlayout-3clm-contentscard.listval-achievements li .contentscard h2 {
	height: 60px;
}

/*** よくあるご質問 ***/
/* Q&Aアコーディオン */
.wrapper-accordion-faq {
	padding-bottom: 10px;
}
dl.list-faq {
	
}
dl.list-faq dt {
	border: 1px solid #b2b2b2;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	padding-left: 0;
	padding-right: 30px;
	background: url("/img/icon_accordion_default.png") no-repeat right center;
	cursor: pointer;
}
dl.list-faq dt.active {
	background: url("/img/icon_accordion_active.png") no-repeat right center;
}
dl.list-faq dt p {
	min-height: 32px;
	line-height: 2.0em;
	padding-left: 90px;
	background: url("/img/icon_faqtitle.png") no-repeat 30px top;
}
dl.list-faq dd {
	display: none;
	font-size: 16px;
	background: url("/img/icon_arrow_faqlist_answer.png") no-repeat 40px center #f7f7f7;
	padding: 15px;
	padding-left: 90px;
	line-height: 1.4em;
}

/*--------------------------------------------
	
	ニュース
	/release/
	
---------------------------------------------*/
/* タイトル・キャプションエリア（透明）	 */
.wrapper-keyvisual-titlearea.pageval-news {
	padding: 45px 20px 20px 30px;
	position: relative;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.list-genre-news {
	overflow: hidden;
}
ul.listlayout-border-box {
	border: 1px solid #b2b2b2;
}
ul.listlayout-border-box li {
	border-top: 1px solid #b2b2b2;
	padding: 20px 0 20px 20px;
	min-height: 120px;
}
ul.listlayout-border-box li:first-child {
	border-top: none;
}
ul.listlayout-border-box li a {
	display: block;
	color: #000000;
}
ul.listlayout-border-box li a:hover{
	color: #0c3287;
}
dl.liststyle-2clm-article {
	background: url("/img/arrow_right_boxgray.png") no-repeat right center;
	display: table;
	width: 100%;
	height: 100px;
}
dl.liststyle-2clm-article dt {
	width: 165px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-right: 10px;
}
dl.liststyle-2clm-article dt img {
/*
	height: 122px;
*/
}
dl.liststyle-2clm-article dd {
	width: 450px;
	display: table-cell;
	padding-right: 50px;
}
dl.liststyle-2clm-article dd p.article {
	line-height: 1.3em;
	padding-top: 8px;
}
.box-border-gray dl.list-bold-title {
	padding: 20px;
}
dl.list-bold-title {
	padding-bottom: 20px;
	line-height: 1.5em;
}
dl.list-bold-title dt {
	padding-bottom: 10px;
	font-weight: bold;
}
dl.list-bold-title dd span.red {
	color: #C00C00;
}
/* 汎用テキストリスト（ニュース詳細で使用） */
ul.list-base li {
	line-height: 1.5em;
	margin-top: 10px;
	padding-bottom: 10px;
}
ul.list-base li b,
ul.list-base li h3 {
	border-left: 5px solid #0D146C;
	padding-left: 10px;
	margin-bottom: 10px;
}
ul.list-base li:first-child {
	padding-top: 0;
}
/* 汎用テキストリスト（数字付きリスト） */
ol.list-number {
	padding-left: 20px;
}
ol.list-number li {
	margin-top: 10px;
	padding-bottom: 10px;
	line-height: 1.3em;
}
ol.list-number li {
	list-style-type: decimal;
}
ol.list-number li:first-child{
	padding-top: 0;
}
/* スーパーチタニウム「TM」の小文字表記 */
.tm-little{
	font-size:9px; 
	height:0; 
	line-height:1; 
	vertical-align:baseline; 
	vertical-align:bottom; 
	position:relative; 
	bottom:2ex;
}

/* SNSボタンレイアウトカスタマイズ */
.wrapper-snsbuttons {
	float: right;
	text-align: right;
}
#twitter-widget-0 {
	margin-right: 10px;
}
/* ページタイトル */
.pageval-news h1.title-1-pagetitle {
	font-size: 24px;
}

/* ニュース用コンテンツカードスタイルカスタマイズ */
#contents.detail .contentscard {
	border-top: 1px solid #b2b2b2;
}
/* 表　table */
table.typeA,
table.typeB{
	border:1px solid #bac2df;
	border-collapse:collapse;
	text-align:center;
}
table.typeA th, 
table.typeA td,
table.typeB th, 
table.typeB td{
	padding:8px;
	border-right:1px solid #bac2df;
	border-bottom:1px solid #bac2df;
}
.productTable td{ line-height:1.45em!important; } 
table.typeA th,
table.typeB th{
	text-align:left;
	font-weight:normal;
}

table .sp{
	display:none;
}
div .item1,
div .item2{
	width:660px;
	margin:0 auto;
}
div .item1 table.typeA th,
div .item1 table.typeA td {
	line-height:1.5em;
}
div .item1 table.typeA td {
	width:503px;
}
div .item2 table.typeA,
div .item3 table.typeA {
	width:400px;
	float:left;
}
div .item2 table.typeA td,
div .item3 table.typeA td {
	width:243px;
}
div .item2 table.typeB,
div .item3 table.typeB {
	width:260px;
	float:left;
	border-left:none;
}
div .item2 table.typeB td,
div .item3 table.typeB td {
	width:260px;
}

/*--------------------------------------------
	
	サポート・お問い合わせ
	
---------------------------------------------*/
h2.title-2-support-01 {
	height: 60px;
	padding-top: 80px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #0d146c;
	background: url("/img/icon_support_01.png") no-repeat center 20px;
}
h2.title-2-support-02 {
	padding-top: 80px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #0d146c;
	background: url("/img/icon_support_02.png") no-repeat center 20px;
	line-height: 1.3em;
	margin-bottom: 3px;

}
h2.title-2-support-03 {
	padding-top: 80px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #0d146c;
	background: url("/img/icon_support_03.png") no-repeat center 20px;
	line-height: 1.3em;
	margin-bottom: 10px;
}
h2.title-2-support-04 {
	padding-top: 80px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #0d146c;
	background: url("/img/icon_support_04.png") no-repeat center 20px;
	line-height: 1.3em;
	margin-bottom: 10px;

}
.wrapper-supportpage-layout .left-clm {
	float: left;
	width: 315px;
}
.wrapper-supportpage-layout .right-clm {
	float: right;
	width: 636px;
}
ul.listlayout-3clm-linkcard.support li ul.list-link-fifth li {
	height: 67px;
}
ul.listlayout-3clm-linkcard.support li ul.list-link-fifth li.linkval-windowlink:hover {
}
ul.listlayout-3clm-linkcard.support li ul.list-link-fifth li a {
	padding: 28px 25px;
}
dl.list-thumbnaillink-block-gray.support dt {
	padding-left: 20px;
	padding-right: 20px;
}
ul.listlayout-3clm-linkcard.listval-support li dl.list-thumbnaillink-block-gray dt {
	height: 208px!important;
}
ul.listlayout-3clm-linkcard.listval-support {
	margin-top: 40px;
	margin-bottom: 40px;
}
ul.listlayout-3clm-linkcard.listval-support li {
	transition: all 0.5s;
	width: 307px;
	margin-left: 16px;
	border: 1px solid #b2b2b2;
}
ul.listlayout-3clm-linkcard.listval-support li:hover {
	opacity: 0.5;
}
ul.listlayout-3clm-linkcard.listval-support li:first-child {
	margin-left: 0;
}
/*--------------------------------------------
	
	お問い合わせ
	/お問い合わせフォームパーツ/
	
---------------------------------------------*/
dl.list-form-base {
	margin-bottom: 20px;
	display: table;
}
dl.list-form-base dt {
	display: table-cell;
	width: 170px;
	font-weight: bold;
	vertical-align: middle;
	padding-right: 20px;
}
dl.list-form-base dd {
	display: table-cell;
	vertical-align: middle;
	width: 520px;
}
dl.list-form-base dd input.name {
	width: 39%!important;
}
dl.list-form-base dd input[type="text"] {
	border: 1px solid #d6d6d6;
	color: #333333;
	box-sizing: border-box;
	font-size: 14px;
	padding: 8px;
	width: 100%;
}
dl.list-form-base dd textarea {
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	color: #2f2626;
	min-height: 200px;
	padding: 5px;
	width: 100%;
}
input.button-submit-formreset[type="reset"],
input.button-submit-formsend[type="send"],
.button-submit-formsend {
	font-size: 18px;
	font-weight: bold;
	height: 70px;
	cursor: pointer;
	width: 320px;
}
input.button-submit-formreset[type="reset"] {
	color: #000000;
	background: #ffffff;
	border: 1px solid #b2b2b2;
	margin-right: 20px;
}
input.button-submit-formsend[type="send"],
.button-submit-formsend {
	color: #0d146c;
	background: #f7f7f7;
	border: none;
	text-align: center;
}
dl.list-form-base select.quetion {
	color: #000000;
	border: 1px solid #b2b2b2;
	width: 250px;
	font-size: 14px;
	padding: 3px;
}

/*--------------------------------------------
	
	サイトマップパーツ
	
--------------------------------------------*/

/* サイトマップ内、レイアウト（半分） */
.wrapper-layout-sitemaplist .right-clm {
	width: 470px;
	float: right;
	margin-left: 5px;
}
.wrapper-layout-sitemaplist .left-clm {
	width: 470px;
	margin-left: 0;
	margin-right: 5px;
	float: left;
}
/* 製品情報アイコン */
h3.title-3-product01 {
	height: 40px;
	padding-top: 80px;
	background: url("/img/icon_product01_sitemap.png") no-repeat center 30px #f7f7f7;
	text-align: center;
	text-decoration: underline;
}
h3.title-3-product02 {
	height: 40px;
	padding-top: 82px;
	background: url("/img/icon_product02_sitemap.png") no-repeat center 30px #f7f7f7;
	text-align: center;
	text-decoration: underline;
}
/* タイトル２ブロックリンク */
h2.title-2-blocklink {
	font-size: 20px;
	text-align: center;
	height: 70px;
	background: url("/img/arrow_kink_right_blocklink.png") no-repeat right center;
	box-sizing: border-box;
}
h2.title-2-blocklink a {
	display: block;
	color: #000000!important;
	font-weight: bold;
	line-height: 68px;
	border: 1px solid #b2b2b2;
}
/* タイトル２ブロック */
h2.title-2-block {
	font-size: 20px;
	text-align: center;
	height: 70px;
	line-height: 78px;
	box-sizing: border-box;
	border: 1px solid #b2b2b2;
}
ul.list-link-sitemaplist {
	margin-bottom: 20px;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	padding: 30px 0 30px 60px;
}
ul.list-link-sitemaplist li {
	padding-bottom: 10px;
	padding-left: 20px;
}

ul.list-link-sitemaplist.csr,
ul.list-link-sitemaplist.privacy,
ul.list-link-sitemaplist.sp,
ul.list-link-sitemaplist.support {
	padding: 30px 0 30px 40px;
}
ul.list-link-sitemaplist.support li,
ul.list-link-sitemaplist.csr li,
ul.list-link-sitemaplist.privacy li,
ul.list-link-sitemaplist.sp li
 {
	padding-left: 0;
}
ul.list-link-sitemaplist li.title {
	margin-top: 10px;
	padding-left: 0;
}
ul.list-link-sitemaplist li.title a {
	color: #0d146c!important;
	text-decoration: underline;
}
ul.list-link-sitemaplist li a {
	color: #6d6d6d;
	text-decoration: underline;
}
.wrapper-sitemap-icon-company {
	background: url("/img/title_2_company_01.png") no-repeat center 15px #f7f7f7;
	height: 70px;
	width: 100%;
}
.wrapper-sitemap-icon-ir {
	background: url("/img/icon_ir_sitemap.png") no-repeat center 15px #f7f7f7;
	height: 70px;
	width: 100%;
}
.wrapper-sitemap-icon-csr {
	background: url("/img/title_2_company_04.png") no-repeat center 15px #f7f7f7;
	height: 70px;
	width: 100%;
}
.wrapper-sitemap-icon-support {
	background: url("/img/icon_contact.png") no-repeat center 21px #f7f7f7;
	height: 70px;
	width: 100%;
}

/*--------------------------------------------
	
	汎用パーツ
	
---------------------------------------------*/
.f-right {
	float: right;
}
.f-left {
	float: left;
}
/* 余白調整 */
.pd-top-5 {
	padding-top: 5px;
}
.pd-top-10 {
	padding-top: 10px;
}
.pd-top-15 {
	padding-top: 15px;
}
.pd-top-20 {
	padding-top: 20px;
}
.pd-top-30 {
	padding-top: 30px;
}
.pd-bottom-5 {
	padding-bottom: 5px;
}
.pd-bottom-10 {
	padding-bottom: 10px;
}
.pd-bottom-15 {
	padding-bottom: 15px;
}
.pd-bottom-20 {
	padding-bottom: 20px;
}
.pd-bottom-30 {
	padding-bottom: 30px;
}
.pd-tb-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pd-tb-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pd-tb-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.pd-left-5 {
	padding-left: 5px;
}
.pd-left-10 {
	padding-left: 10px;
}
.pd-left-15 {
	padding-left: 15px;
}
.pd-left-20 {
	padding-left: 20px;
}
.pd-left-30 {
	padding-left: 30px;
}
.mg-top-5 {
	margin-top: 5px;
}
.mg-top-10 {
	margin-top: 10px;
}
.mg-top-15 {
	margin-top: 15px;
}
.mg-top-20 {
	margin-top: 20px;
}
.mg-top-30 {
	margin-top: 30px !important;
}
.mg-bottom-5 {
	margin-bottom: 5px!important;
}
.mg-bottom-10 {
	margin-bottom: 10px!important;
}
.mg-bottom-15 {
	margin-bottom: 15px!important;
}
.mg-bottom-20 {
	margin-bottom: 20px!important;
}
.mg-bottom-30 {
	margin-bottom: 30px!important;
}
.mg-tb-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mg-left-5 {
	margin-left: 5px;
}
.mg-left-10 {
	margin-left: 10px;
}
.mg-left-15 {
	margin-left: 15px;
}
.mg-left-20 {
	margin-left: 20px;
}
.mg-left-30 {
	margin-left: 30px;
}
.mg-rl-10 {
	margin: 0 10px;
}
.pd-rl-10 {
	padding: 0 10px;
}
/* 中央寄せ */
.ta-center {
	text-align: center;
}
/* 右寄せ */
.ta-right {
	text-align: right;
}
/* 左寄せ */
.ta-left {
	text-align: left !important;
}
/* フォントスタイル */
.fw-bold {
	font-weight: bold;
}
.fw-normal {
	font-weight: normal;
}
.point {
	color: #cc0000;
}
/* borderを含むbox */
.box-border-gray {
	border: 2px solid #cccccc;
	width: 560px;
	margin: 0 auto;
}
.box-border-gray.border-none,
.bd-top-none {
	border-top: none !important;
}
/* 別ウィンドウアイコン */
.icon-window:after {
	content: url("/img/icon_window.png");
	margin-left: 7px;
}

/***	汎用パーツ		ボックスリンク ***/
/* 左カラム（画像）右カラム（h2タイトル） */
.layout-2clm-right-img {
	border: 1px solid #b2b2b2;
}
.layout-2clm-right-img .main-clm {
	width: 488px;
	float: right;
}
.layout-2clm-right-img .main-clm p.ta-right {
	padding-right: 20px;
	margin-top: 20px;
}
.layout-2clm-right-img .main-clm h2 {
	font-size: 16px;
	text-align: center;
	line-height: 1.6em;
	padding-top: 80px;
}
.layout-2clm-right-img .sub-clm {
	width: 209px;
	float: left;
	border-right: 1px solid #b2b2b2;
}
.layout-2clm-right-img .sub-clm img {
	display: block;
}
/* ボックスレイアウト（半分） */
.wrapper-layout-half .left-clm{
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapper-layout-half .right-clm{
	float: right;
	width: 50%;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* ボックスレイアウト（3当分） */
.tripartition-clm{
	float: left;
	width: 33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* 下層用2clmのボックスリンク */
/* 白ボックスリンク、フォントサイズ14px（リンクの文字量が多い場合） */
ul.list-2clm-boxarrow-whiteblock-link {
	border: 1px solid #b2b2b2;
}
ul.list-2clm-boxarrow-whiteblock-link li {
	border-top: 1px solid #b2b2b2;
	height: 68px;
	margin: 0;
	background: url("/img/arrow_link_right_dropmenu.png") no-repeat right center #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.list-2clm-boxarrow-whiteblock-link li.window {
	border-top: 1px solid #b2b2b2;
	height: 68px;
	margin: 0;
	background: url("/img/icon_window_default.png") no-repeat #ffffff;
	background-position:right center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.list-2clm-boxarrow-whiteblock-link li:first-child {
	margin: 0;
	border-top: none;
}
/* 白ボックスリンク、左カラム*/
ul.list-2clm-boxarrow-whiteblock-link li.left {
	width: 50%;
	float: left;
	border-right: 1px solid #b2b2b2;
	border-top: none;
}
/* 白ボックスリンク、右カラム*/
ul.list-2clm-boxarrow-whiteblock-link li.right {
	width: 50%;
	float: right;
	border-top: none;
}
ul.list-2clm-boxarrow-whiteblock-link li.window:hover {
	background: url("/img/icon_window_default.png") no-repeat #edebeb;
	background-position:right center;
}
ul.list-2clm-boxarrow-whiteblock-link li:hover {
	background: url("/img/arrow_link_right_dropmenu.png") no-repeat right center #edebeb;
}
ul.list-2clm-boxarrow-whiteblock-link li a {
	display: block;
	color: #000000;
	height: 66px;
	line-height: 66px;
	padding-left: 10px;
	font-size: 14px;
}
/* PDFアイコン付きテキストリンク */
.icon-pdffile-item:after {
	content: url("/img/icon_pdffile_small.gif");
	margin-left: 20px;
}
/*WMPアイコン付きテキストリンク */
.icon-wmpfile-item:after {
	content: url("/img/icon_wmpfile.gif");
	margin-left: 20px;
}
/*tellアイコン付きテキストリンク */
.icon-tell-item:before {
	content: url("/img/icon_tell.png");
}
.box-border-lightgray-overflow {
	overflow-y: scroll;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #d6d6d6;
	height: 120px;
	margin-bottom: 40px;
}
.mark-attention:after {
	color: #c7000b;
	content: "※";
	font-size: 13px;
	font-weight: normal;
}
.txtcolor-blue {
	color: #0c3287;
}
.txtcolor-red {
	color: #c7000b;
}
/* テキスト下線 */
.txtdecor-underline {
	text-decoration: underline;
}