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

	basic_style_forSP.css

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

	デフォルト設定

---------------------------------------------*/
/* html */
html {
	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.6em;
}
p,dl,h1,h2,h3,h4 {
	margin: 0;
}
small {
	font-size: 12px;
}
/* imgタグレスポンシブ対応 */
img{
	max-width: 100%;
	height: auto;
	width/***/ :auto;
}
/* .dev01 PCレイアウトは非表示 */
.dev01 {
	display: none !important;
}
/* リンク */
a {
	color: #0d146c;
	text-decoration: none;
}
/* 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;

}
/* 内	1000px固定値 */
.inner-frame {
	min-width: 320px;
}

/**** カラムデザイン ****/
/* 2カラム	左メイン */
.layout-2clm-left {
}
.layout-2clm-left .main-clm,
.layout-2clm-left .main-clm2,
.layout-2clm-left .main-clm-350,
.layout-2clm-left .main-clm-400, 
.layout-2clm-left .main-clm-450,
.layout-2clm-left .main-clm-500,
.layout-2clm-left .main-clm-550,
.layout-2clm-left .main-clm-600,
.layout-2clm-left .main-clm-650,
.layout-2clm-left .main-clm-700,
.layout-2clm-left .main-clm-750,
.layout-2clm-right .sub-clm,
.layout-2clm-right .sub-clm-150,
.layout-2clm-right .sub-clm-150,
.layout-2clm-right .sub-clm-200,
.layout-2clm-right .sub-clm-250,
.layout-2clm-right .sub-clm-300,
.layout-2clm-right .sub-clm-350,
.layout-2clm-right .sub-clm-400,
.layout-2clm-right .sub-clm-450,
.layout-2clm-right .sub-clm-500 {
	margin-bottom: 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;
}
.layout-2clm-left .sub-clm {
}
.layout-2clm-left.layout-2clm-pdnone-sp .main-clm,
.layout-2clm-left.layout-2clm-pdnone-sp .main-clm2 {
	padding: 0 !important;
}

/* ヒーロービジュアル配置レイアウト */
.layout-herovisual {
	border: 1px solid #0d146c;
	margin: 0 -10px;
}
.layout-herovisual .herovisual-clm {
	border-bottom: 1px solid #0d146c;
}
.layout-herovisual .herovisual-clm img {
	display: block;
	width: 100%;
}
.layout-herovisual .caption-clm {
	padding: 10px;
}
.layout-herovisual .caption-clm p {
	font-weight: bold;
	font-size: 16px !important;
	text-align: center;
}
/* 2lm	文章メイン、画像左 */
.layout-2clm-left-images .left-clm{
	text-align: center;
	margin-bottom: 20px;
}
.layout-2clm-left-images .right-clm{
}
/**** リストレイアウト ****/
/* 半分 */
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: none;
	width: 100%;
	height: 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;
}

/* 4clmボックスリスト */
ul.listlayout-4clm {
	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.listlayout-4clm li {
	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;
	float: left;
	padding-right: 10px;
	margin-bottom: 10px;
}

ul.listlayout-4clm li:first-child{
	margin-left: 0;
}




/*--------------------------------------------
	
	共通構成パーツ
	
---------------------------------------------*/
/* 固定範囲指定 */
.wrapper-headernavigation {
	position: relative;
	z-index: 100;
}
/* ヘッダー */
#header {
	height: 46px;
	line-height: 50px;
	background: #ffffff;
	border-bottom: 4px solid #464646;
}
#header .inner-frame {
	position: relative;
	height: 46px;
}
/* ロゴ設置エリア */
#header h1.logo {
	width: 250px;
	height: 100%;
	margin-left: 20px;
	padding-top: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* ヘッダー右スイッチ */
.switch-menunavigation-sp {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 7.5px;
	background: url("/img/switch_menunavigation_sp_default.png") no-repeat left top;
	background-size: cover;
}
.switch-menunavigation-sp.active {
	background: url("/img/switch_menunavigation_sp_close.png") no-repeat left top;
	background-size: cover;
}
/* メニューナビゲーション */
#menubg_sp {
	display: none;
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.6);
}
#menunavigation_sp {
	display: none;
}
ul.list-menu-navigation {
}
ul.list-menu-navigation li {
	line-height: 1.3em;
	border-bottom: 1px solid #b2b2b2;
	background: url("/img/arrow_right_black_sp.png") no-repeat right center #ffffff;
	line-height: 40px;
}
ul.list-menu-navigation li a {
	padding: 10px 0 10px 20px;
	display: block;
	font-size: 14px;
	color: #000000;
}
#menunavigation_sp ul.listlayout-half {
	font-size: 14px;
}
#menunavigation_sp ul.listlayout-half li {
	border-left: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	background: #e4e4e4;
	line-height: 15px;
}
#menunavigation_sp ul.listlayout-half li a {
	display: block;
	padding: 15px 0;
	text-align: center;
	color: #000000;
}
/* 検索フォーム */
.wrapper-commonsearchform {
	padding: 20px 0;
	background: #e4e4e4;
	border-bottom: 1px solid #b2b2b2;
}
.wrapper-commonsearchform form {
	width: 280px;
	margin: 0 auto;
}
/* 入力欄 */
.wrapper-commonsearchform-input {
	float: left;
	margin-right: 5px;
}
.wrapper-commonsearchform-input input {
	width: 232px;
	height: 32px;
	padding: 5px;
}
/* 検索ボタン */
.wrapper-commonsearchform-button {
	float: right;
	height: 34px;
	padding-top: 10px;
}
/* フッター */
#footer {
}

/* pagetop */
#pagetop .imagebutton-pagetop {
	width: 100%;
	height: 25px;
	padding-top: 30px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	cursor: pointer;
	background: url("/img/arrow_pagetop.png") no-repeat center 10px #282828;
}
#pagetop .imagebutton-pagetop span {
	color: #ffffff !important;
}
#footer_contents {
	background: #464646;
	color: #e5e5e5;
}

/* copyright */
#copyright {
	border-top: 1px solid #5a5a5a;
}
/* ユーティリティリンク */
ul.list-copyright-utility {
}
ul.list-copyright-utility li {
	height: 47px;
	line-height: 47px;
	border-bottom: 1px solid #eaeaea;
	padding: 0 15px;
	font-size: 12px;
}
ul.list-copyright-utility li a {
	color: #ffffff;
}
ul.list-copyright-utility li a:hover {
	text-decoration: underline;
}
#copyright p {
	height: 55px;
	padding-top: 20px;
	font-size: 10px;
	text-align: center;
	color: #ffffff !important;
}
#copyright .inner-frame:after {
	content: "";
}

/*--------------------------------------------
	
	タイトルパーツ
	
---------------------------------------------*/
/* コンテンツタイトル	TOP：メインコンテンツリンク */
h2.title-2-boldblack {
	font-size: 14px;
	color: #000000;
	line-height: 1.6em;
}
.sp-fs-19{
	font-size:19px !important;
}
/* TOPページ「ニュース」のみレイヤー操作 */
h2.title-2-boldblack.type-topnews {
	position: absolute;
	top: 0;
	left: 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;
	z-index: 20;
/*	background: rgba(255,255,255,0.7);*/
}

/* 汎用タイトルパーツ	h2	背景グレー	borderネイビー */
h2.title-2-navybar-bggray {
	background: #f7f7f7;
	font-size: 15px;
	border-left: 10px solid #0d146c;
	padding: 10px;
	min-height: 20px;
	line-height: 1.3em;
	margin-bottom: 10px;
}
.title-2-navybar-bggray-right {
	 float:right;
	 font-weight:normal;
	 font-size:14px;
	 padding-right:10px;
}
/* 汎用タイトルパーツ h3	背景グレー	borderネイビー*/
h3.title-3-navybar-bggray {
	background: #f7f7f7;
	font-size: 14px;
	border-left: 10px solid #0d146c;
	line-height: 20px;
	padding: 10px;
	margin-bottom: 10px;
}
/* 汎用タイトルパーツ h3 borderネイビー（小） */
h3.title-3-navybar-short {
	border-left: 5px solid #0D146C;
	padding-left: 10px;
	margin-bottom: 10px;
}
/* 汎用タイトルパーツ h3	株主・投資家情報：IRイベント情報タイトル */
h3.title-3-boldblack {
	font-size: 14px;
	margin-bottom: 15px;
}

/*--------------------------------------------
	
	TOPページ
	
---------------------------------------------*/
/* メインビジュアル */
#mainvisual {
	position: relative;
	margin: 0;
	background: #ffffff;
	border: none;
	border-radius: 0 !important;
	border-bottom: 1px solid #808080;
}
/* 各ビジュアル包括 */
.wrapper-mainvisual-item {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 250px;
	padding: 78.125% 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: 250px;
}
.wrapper-mainvisual-item .wrapper-fiximg img {
	width: 100%;
	min-width: 320px;
}
/* リンク表記エリア */
.wrapper-mainvisual-item .outer-frame {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 250px;
	top: 0;
	left: 0;
}
.wrapper-mainvisual-item .outer-frame .inner-frame {
	position: relative;
	height: 100%;
	min-height: 250px;
}
.wrapper-mainvisual-link {
	position: absolute;
	width: 130px;
	left: 10px;
	bottom: 50px;
}
.wrapper-mainvisual-link p:after {
	content: url("/img/icon_mvarrow_sp.png");
	margin-left: 8px;
}
.wrapper-mainvisual-link.window p:after {
	content: url("/img/icon_window_sp.png");
	margin-left: 8px;
}
.wrapper-mainvisual-link.window-black p {
	color:#000000;
}
.wrapper-mainvisual-link.window-black p:after {
	content: url("/img/icon_window-black_sp.png");
	margin-left: 8px;
}
a .wrapper-mainvisual-link {
	color: #ffffff;
	font-size: 10px;
	line-height: 1.2em;
}
/* サムネイルサークル */
.flex-control-nav {
	bottom: 10px;
	z-index: 10;
}
.flex-control-nav li {
	margin: 0 4px;
}
.flex-control-paging li a {
	width: 8px;
	height: 8px;
	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;
}
/* sp版簡易ナビゲーション */
.wrapper-primarynavigation-sp {
	margin: 10px 0;
}
.wrapper-primarynavigation-sp ul.listlayout-half {
	border-bottom: 1px solid #d1d1d1;
}
.wrapper-primarynavigation-sp ul.listlayout-half li {
	border: 1px solid #d1d1d1;
	border-right: none;
	border-bottom: none;
}
.wrapper-primarynavigation-sp ul.listlayout-half li:first-child {
	border-left: none;
}
.wrapper-primarynavigation-sp ul.listlayout-half li a {
	display: block;
	font-size: 14px;
	padding: 15px;
	color: #000000;
}
/* メインコンテンツリンク */
.wrapper-maincontentslink-sp {
	padding: 0 10px;
}
.box-contentsmenu {
	position: relative;
	border: 1px solid #b2b2b2;
	margin-bottom: 20px;
}
.box-contentsmenu img {
	display: block;
	min-width: 100%;
}
.box-contentsmenu h2 {
	position: absolute;
	top: 10px;
	left: 10px;
}
/* 余白設定 */
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 {
}
ul.listlayout-half li ul.listlayout-half-child li:first-child .box-contentsmenu {
	margin-left: 5px;
	margin-right: 0;
	margin-bottom: 0;
}
ul.listlayout-half li ul.listlayout-half-child li.layout-fix-contentsmenu-sp img {
	display: block;
	min-width: 100%;
}
/* 透過白アイコンのみ付与の場合 */
.box-contentsmenu-captionnone {
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 5px;
	left: 0;
	background: url("/img/arrow_right_boxblack.png") no-repeat right center;
	background-size: 27px;
	-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.wrapper-blocklist-sp {

}
ul.wrapper-blocklist-sp li {
	float: none;
	width: 100%;
}
.box-contentsmenu-double {
	position: relative;
	border: 1px solid #b2b2b2;
	border-bottom: none;
	padding: 20px 25px;
}
/* 背景設定 */
.box-contentsmenu-double.bgimg-contentsmenu-06 {
	height: 115px;
	background: url("/img/bgimg_contentsmenu_06_sp.jpg") no-repeat center bottom;
	background-size: cover;
}
.box-contentsmenu-double .box-contentsmenu-double-caption {
	position: absolute;
	width: 100%;
	padding: 10px 20px;
	bottom: 0;
	left: 0;
	background: url("/img/arrow_right_black.png") no-repeat right center rgba(255,255,255,0.7);
	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;
}
ul.list-boxarrow-block li {
	float: none;
	width: 100%;
	border-top: 1px solid #b2b2b2;
	background: url("/img/arrow_right_boxgray_sp.png") no-repeat right center;
	background-size: 27px;
	-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:first-child {
	border-top: none;
}
ul.list-boxarrow-block li a {
	display: block;
	padding: 15px;
	padding-right: 36px;
	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;
}
/* 「一覧」リンク包括用 */
.wrapper-buttonarea-contentsmenu-double {
	border: 1px solid #b2b2b2;
	border-top: none;
	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 {
	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;
}
/* ピックアップニュース */
dl.list-thumbnail-pickupnews {
	position: relative;
	/*
	margin: 0 -25px -20px;
	*/
	margin: -20px -25px;
}
dl.list-thumbnail-pickupnews dt {
}
dl.list-thumbnail-pickupnews dt img {
	display: block;
	min-width: 100%;
}
dl.list-thumbnail-pickupnews dd {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 15px;
	padding-right: 36px;
	-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: url("/img/arrow_right_boxgray_sp.png") no-repeat right center rgba(255,255,255,0.7);
	background-size: 27px;
}
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 {
}
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;
}
/* シチズンウオッチサイト	ラージバナー */
.bnr-windowlink-01 {
	min-height: 166px;
	background: url("/img/bnr_01_sp.jpg") no-repeat right center #ffffff;
	background-size: contain;
	color: #000000;
	font-size: 12px;
	border: 1px solid #b2b2b2;
}
.bnr-windowlink-01 p {
	line-height: 1.5em;
	padding-top: 60px;
	padding-left: 15px;
}

/* スペシャルコンテンツ */
#specialcontents {
	margin: 20px 0 40px 0;
}
#specialcontents .owl-wrapper-outer {
	position: relative;
}
/* バナーカード */
.card-square {
	width: 228px;
	height: 218px;
	margin: 0 auto;
	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 {
}
/* コンテンツ部分包括 */
body#second .wrapper-contentsarea {
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
/* ページタイトルパーツ配置エリア	タイトル部分 */
#pagetitle {
	margin-bottom: 40px;
	padding: 0 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;
}
#pagetitle h1.title-1-pagetitle {
	padding-top: 30px;
	margin-bottom: 30px;
}
#pagetitle p {
}
/* ローカルナビゲーション */
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;
}

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 dt a,
dl.list-localnavigation dd a {
	display: block;
}
dl.list-localnavigation dt a {
	color: #ffffff;
	height: 20px;
	line-height: 1.0em;
	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;
}
/* リンクカード配置（メインカラム内に2つずつ配置の場合） */
ul.listlayout-2clm-linkcard {
}
ul.listlayout-2clm-linkcard li {
	margin-bottom: 20px;
}
ul.listlayout-2clm-linkcard li:first-child {
}
/* リンクカード配置（コンテンツ幅内に3つずつ配置の場合） */
ul.listlayout-3clm-linkcard {
	padding: 0 10px;
}
ul.listlayout-3clm-linkcard li {
	margin-bottom: 20px;
}
ul.listlayout-3clm-linkcard li:first-child {
}

/* リンクカード	（第4階層へのリンクの場合：黒アロウ） */
.linkcard-fourth {
	border: 1px solid #b2b2b2;
	border-top: 5px solid #0d146c;
	padding: 20px;
	background: url("/img/icon_cardlink_fourth.png") no-repeat scroll right bottom #ffffff;
}
/* カードタイトル部分 */
.linkcard-fourth h2 {
	color: #000000;
	font-size: 15px;
	line-height: 1.3em;
	height: 30px;
	margin-bottom: 15px;
}
/* リンクカード	（第5階層へのリンクの場合：黒アロウ） */
.linkcard-fifth {
	border: 1px solid #b2b2b2;
	border-top: 5px solid #0d146c;
	padding: 20px;
	background: url("/img/icon_cardlink_fifth.png") no-repeat scroll right bottom #ffffff;
}
/* カードタイトル部分 */
.linkcard-fifth h2 {
	color: #000000;
	font-size: 15px;
	line-height: 1.3em;
	margin-bottom: 15px;
}
/* リンクカード	（別窓リンクの場合） */
.linkcard-blank {
	border: 1px solid #b2b2b2;
	border-top: 5px solid #0d146c;
	padding: 20px;
	background: url("/img/icon_cardlink_blank.png") no-repeat right bottom #ffffff;
}
.linkcard-blank h2 {
	color: #000000;
	font-size: 15px;
	line-height: 1.3em;
	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;
}

/* IDリンク項目包括リスト */
ul.list-pagelink-item {
	margin: 10px auto;
	border: 1px solid #0d146c;
	padding: 10px;
	padding-bottom: 0;
	text-align: center;
}
ul.list-pagelink-item li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}
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;
}

/* ピンチ拡大案内 */
.box-spfinger {
	height: 22px;
	line-height: 22px;
	padding-top: 10px;
	padding-left: 30px;
	margin-top: 10px;
	background: url("/img/icon_spfinger.png") no-repeat scroll 10px center;
	background-size: 17px;
	border-bottom: 1px dotted #cac5c5;
}
/*--------------------------------------------
	
	キージュアル
	
---------------------------------------------*/
/* KV基本パーツ */
body#second #keyvisual {
	position: relative;
	padding: 30px 20px 10px 20px;
	min-width: 320px;
}
/* タイトル */
h1.title-1-pagetitle {
	font-size: 19px;
	font-weight:normal;
	line-height: 1.3em;
}
/* キャプション */
p.caption-pagedescription {
	position: absolute;
	font-size: 12px;
	line-height: 1.3em;
	margin-right: 20px;
	margin-bottom: 10px;
	bottom: 0;
}
/*--------------------------------------------
	
	製品情報
	/business/
	
---------------------------------------------*/
/* 包括パーツ	余白調整 */
body#second .wrapper-contentsarea.pageval-business {
	padding: 0 0 0 10px;
}
body#second .wrapper-contentsarea.pageval-business a{
	color: #000;
}
/* キービジュアル背景指定 */
body#second #keyvisual.wrapper-keyvisual-business {
	background: url("/img/bg_keyvisual_business.jpg") repeat-x left bottom;
	background-size: contain;
	height: 170px;
	padding: 0;
	margin: 0 auto 20px auto;
}
body#second #keyvisual.wrapper-keyvisual-business .inner-frame {
	height: 170px;
	background: url("/img/keyvisual_business_sp.jpg") no-repeat right bottom;
	background-size: contain;
}
body#second #keyvisual.wrapper-keyvisual-business .inner-frame h1.title-1-pagetitle {
	padding-top: 30px;
	margin-left: 20px;
}
/* 個人・法人タブ */
.wrapper-layout-tab {
	border-top: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	background: #ffffff;
	line-height: 40px;
	font-size: 15px;
	margin-bottom: 20px;
}
/* 個人 */
.wrapper-layout-tab .product01 {
	float: left;
	width: 50%;
	padding-left: 40px;
	border-right: 1px solid #b2b2b2;
	border-bottom:1px solid #b2b2b2;
	background: url("/img/icon_product01_default.png") no-repeat 10px center #eeeeee;
	-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 .product01.active {
	background: url("/img/icon_product01_active.png") no-repeat 10px center #ffffff;
	color: #0d146c;
	margin-top: -5px;
}
/* 法人 */
.wrapper-layout-tab .product02 {
	float: left;
	width: 50%;
	padding-left: 40px;
	background: url("/img/icon_product02_default.png") no-repeat 10px center #eeeeee;
	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;
}
.wrapper-layout-tab .product02.active {
	background: url("/img/icon_product02_active.png") no-repeat 10px center #ffffff;
	margin-top: -5px;
}
/* 個人・法人	マウスオーバースタイル */
.wrapper-layout-tab .product01 a,
.wrapper-layout-tab .product02 a {
	color: #989898 !important;
	display: block;
}
.wrapper-layout-tab .product01.active a,
.wrapper-layout-tab .product02.active a {
	color: #0d146c !important;
	display: block;
}
/* ジャンルリスト */
dl.list-layout-genrelist {
	padding: 15px 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.tab-none dt {
	background: url("/img/icon_accordion_open_s.png") no-repeat right top;
}
dl.list-layout-genrelist.tab-none dt.close {
	background: url("/img/icon_accordion_close_s.png") no-repeat right top;
}
dl.list-layout-genrelist dt,
dl.list-layout-genrelist dd {
	text-align: left;
}
/* ジャンルを絞り込む	内容包括 */
dl.list-layout-genrelist dd {
	padding-top: 15px;
}
dl.list-layout-genrelist p.bg-icon-genre {
	background: url("/img/icon_genre.png") no-repeat 20px center;
	padding-left: 40px;
	font-size: 15px;
}
/* ラベルリスト */
dl.list-layout-genrelist ul.list-label {
	text-align: center;
}
dl.list-layout-genrelist ul.list-label li {
	display: inline-block;
	margin-bottom: 10px;
}
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;
}
/* サムネイルリンクボックス	レイアウト用リスト */
ul.list-genre-products {
	overflow: hidden;
	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-products li {
	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;
	float: left;
	padding: 0 10px 10px 0;
}
ul.list-genre-products li:first-child{
	margin-left: 0;
}
ul.list-genre-products li a {
	display: block;
}
/* サムネイルリンクボックス */
dl.list-boxlink-s {
	border: 1px solid #b2b2b2;
	position: relative;
}
dl.list-boxlink-s dt {
	height: 125px;
	text-align: center;
}
dl.list-boxlink-s dt img {
	height: 125px;
}
/* サムネイル画像比率保持設定 */
.wrapper-thumbnailimg-products {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 85.2% 0 0;
}
.wrapper-thumbnailimg-products img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

dl.list-boxlink-s dt .label-category {
	position: absolute;
	right:0;
	top: 0;
	opacity: 0.9;
}
dl.list-boxlink-s dd {
	min-height: 77px;
	padding: 10px 20px 0 8px;
	font-size: 10px;
	background: url("/img/icon_window_default.png") no-repeat right 66px #eeeeee;
}
dl.list-boxlink-s dd h3 {
	font-size: 11px;
	margin-bottom: 10px;
}

/*--------------------------------------------
	
	企業情報
	/company/
	
---------------------------------------------*/
/* キービジュアル背景指定 */
body#second #keyvisual.wrapper-keyvisual-company {
	background: url("/img/keyvisual_company_sp.jpg") no-repeat center top;
	background-size: cover;
	height: 170px;
	padding: 0;
	margin: 0 auto 20px auto;
}
body#second #keyvisual.wrapper-keyvisual-company .inner-frame h1.title-1-pagetitle {
	padding-top: 30px;
	margin-left: 20px;
}
/* 会社案内・シチズングループについて	リンクリスト配置 */
ul.listlayout-companylist {
	margin-bottom: 40px;
}
ul.listlayout-companylist li {
}
ul.listlayout-companylist li:first-child {
	margin-bottom: 20px;
}
/* 第三階層へのリンク部分	背景指定 */
.box-thirdpage-gray {
	background: #f7f7f7;
}
/* アイコン付きタイトル */
/* 会社案内 */
h2.title-2-company-01 {
	height: 70px;
	padding-top: 70px;
	font-size: 20px;
	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;
	background-size: 27px;
	-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: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: 16px;
	padding-left: 20px;
}
/* PDFリンク */
.wrapper-company-pdflink {
	padding: 15px 20px 15px 20px;
	border-bottom: 1px solid #b2b2b2;
}
.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: 20px;
	font-weight: normal;
	text-align: center;
	color: #0d146c;
	background: url("/img/title_2_company_02.png") no-repeat center 15px;
}
/* 4点配置 */
ul.listlayout-4clm-companylink {
	padding: 0 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;
}
ul.listlayout-4clm-companylink li {
	margin-bottom: 10px;
}
ul.listlayout-4clm-companylink li:first-child {
}
/* アイコン付きタイトルのみのリンクボックス */
.boxlink-boxarrow-navy {
	height: 158px;
	border: 1px solid #b2b2b2;
	background: url("/img/arrow_link_boxblue.png") no-repeat right bottom;
}
/* 事業紹介 */
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: center;
	margin-top: 20px;
}
/* ネイビーボックス */
.box-bgnavy-policy {
	background: #0d146c;
	padding: 10px;
	text-align: center;
	color: #ffffff;
}
/* コンテンツカード配置（メインカラム内に3つずつ配置の場合） */
ul.listlayout-3clm-contentscard {
	margin-top: 20px;
	margin-bottom: 20px;
}
ul.listlayout-3clm-contentscard li {
	margin-top: 10px;
}
ul.listlayout-3clm-contentscard li:first-child {
	margin-top: 0;
}
/* コンテンツカード配置（メインカラム内に2つずつ配置の場合） */
ul.listlayout-2clm-contentscard {
	margin-top: 20px;
	margin-bottom: 20px;
}
ul.listlayout-2clm-contentscard li {
	margin-top: 10px;
}
ul.listlayout-2clm-contentscard li:first-child {
	margin-top: 0;
}
/* コンテンツカード */
.contentscard {
	transition: all 0.5s;
	border: 1px solid #b2b2b2;
	border-top: 5px solid #0d146c;
	padding: 20px;
	background: #ffffff;
}
/* コンテンツカードタイトル部分 */
.contentscard h2 {
	color: #000000;
	font-size: 15px;
	line-height: 1.3em;
	margin-bottom: 15px;
}
/* 概要・沿革等の定義リスト */
dl.list-2clm-bggray {
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 20px;
}
dl.list-2clm-bggray dt {
	font-weight: bold;
	padding-left: 20px;
	padding-top: 10px;
	background: url("/img/bg_list-gray.png") repeat left top;
	padding-bottom: 10px;
	line-height: 1.3em;
}
dl.list-2clm-bggray dd {
	padding-top: 10px;
	padding-left: 20px;
	line-height: 1.3em;
}
/*** 企業紹介ムービー ***/
/* 動画再生エリア */
.containing-block {
	width: 100%;
	margin-bottom: 10px;
}
.outer-container {
	position: relative;
	padding-bottom: 56.25%;
}
.BrightcoveExperience {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.inline_content_16-9 {
	width:320px;
	height:180px;
    overflow: hidden;
}
.inline_content_4-3 {
	width:320px;
	height:240px;
    overflow: hidden;
}

.wrapper-movieplayer {
	margin: 0 auto;
}
.wrapper-movieplayer object {
	width: 100% !important;
	/* width: 320px; */
	padding: 0 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;
}
/* 所在地定義リスト */
dl.list-bold-title dd.map {
	background: url("/img/icon_map.png") no-repeat left center;
	padding-left: 30px;
	line-height: 20px;
	margin: 10px 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 .group01 {
	border-left: 1px solid #b2b2b2;
}
.wrapper-layout-tab .group01,
.wrapper-layout-tab .group02 {
	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 a,
.wrapper-layout-tab .group02 a {
	color: #989898;
	display: block;
}
/* アクティブ時 */
.wrapper-layout-tab .active {
	color: #0d146c;
	background: #ffffff;
	border-top: 5px solid #0d146c;
	margin-top: -4px;
}
/* グループ会社一覧ページのみ適用スタイル */
.wrapper-layout-tab.tabval-group {
	padding: 0 10px;
	margin: 0 -10px 20px -10px;
	border: none;
	border-bottom: 1px solid #b2b2b2;
	text-align: center;
}
/* グループ会社情報カード */
ul.listlayout-3clm-contentscard.listval-group {
	margin-bottom: 0;
	margin-top: 0;
}
ul.listlayout-3clm-contentscard.listval-group li {
	margin-bottom: 20px;
}
ul.listlayout-2clm-contentscard.listval-group {
	margin-bottom: 0;
	margin-top: 0;
}
ul.listlayout-2clm-contentscard.listval-group li {
	margin-bottom: 20px;
}

/* 住所表示 */
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 p.icon-mail {
	background: url("/img/icon_contact.png") no-repeat left center;
	padding-left: 30px;
	margin-top: 20px;
	background-size: 20px; 
}
ul.listlayout-2clm-contentscard.listval-group li p.icon-mail {
	background: url("/img/icon_contact.png") no-repeat left center;
	padding-left: 30px;
	margin-top: 20px;
	background-size: 20px; 
}

/* お問い合わせ表示 */
ul.listlayout-3clm-contentscard.listval-group li p.icon-window {
	margin-top: 20px;
}
ul.listlayout-2clm-contentscard.listval-group li p.icon-window {
	margin-top: 20px;
}

/**** CSR ****/
/*** index ***/
/* トップメッセージ */
.layout-half-thumbnail-boxlink .thumbnail-clm {
	border-top: 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;
}
.layout-half-thumbnail-boxlink .boxlink-clm {
	display: none;
}
/* リンクサムネイル・文言リスト */
dl.list-thumbnail-boxlinkleft {
	position: relative;
}
dl.list-thumbnail-boxlinkleft dt img {
	display: block;
	min-width: 100%;
}
dl.list-thumbnail-boxlinkleft dd {
	position: absolute;
	padding-left: 25px;
	width: 100%;
	height: 70px;
	line-height: 70px;
	bottom: -1px;
	border-bottom: 1px solid #b2b2b2;
	color: #000000;
	font-size: 14px;
	background: url("/img/arrow_right_boxgray.png") no-repeat right center rgba(255,255,255,0.5);
	background-size: 27px;
	-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 {
}
ul.listlayout-4clm-inline-stuck.listval-socialindex li {
	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;
}
ul.listlayout-4clm-inline-stuck.listval-socialindex li:first-child {
	border-left: none;
}
/* リンクサムネイル	ブロックタイプ */
dl.list-thumbnaillink-block-gray {
	font-size: 14px;
}
dl.list-thumbnaillink-block-gray dt img {
	min-width: 100%;
}
/* 冒頭のみサムネイル画像非表示 */
ul.listval-socialindex-top dl.list-thumbnaillink-block-gray dt {
	display: none;
}
/* リンク文言 */
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;
	background-size: 27px;
}
/* 別ウィンドウ遷移アイコンの場合 */
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%);
	line-height: 1.3em;
}
/* 3カラムレイアウトリスト	スタイルカスタマイズ */
ul.listlayout-3clm-linkcard.listval-socialindex {
	margin: 40px 0;
	padding: 0;
	border-top: 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-3clm-linkcard.listval-socialindex li {
	border-bottom: 1px solid #b2b2b2;
	margin-bottom: 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;
}
ul.listlayout-3clm-linkcard.listval-socialindex li:first-child {
	
}
ul.listlayout-3clm-linkcard.listval-socialindex li dl.list-thumbnaillink-block-gray dt {
	border-bottom: 1px solid #b2b2b2;
}
ul.listlayout-3clm-linkcard.listval-socialindex li dl.list-thumbnaillink-block-gray dt img {
	min-width: 100%;
}
/* 下部リスト */
ul.listval-socialindex-bottom {
	border-top: 1px solid #b2b2b2;
}

/* 4カラムリンクリスト	結合タイプ */
ul.list-link-4clm-stuck {
	margin-top: 20px;
	border-top: 1px solid #b2b2b2;
}
ul.list-link-4clm-stuck li {
	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;
	background-size: 27px;
}
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 a {
	display: block;
	padding: 25px;
	color: #000000;
}

/*** シチズングループについて ***/
/* 製品スライダー */
.wrapper-slideritem {
	position: relative;
	height: auto;
	text-align: center;
}
.wrapper-slideritem .flex-viewport {
	height: auto;
}
/* ディレクションナビ */
.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;
}

/*** 特集 ***/
/* データリスト	スローガン・経営理念 */
ul.listval-special {
	margin: 0 -10px;
}
ul.listval-special li:first-child {
	margin-bottom: 0;
}
dl.list-dataitem-titlegray {
	
}
dl.list-dataitem-titlegray dt {
	padding: 15px;
	background: #f7f7f7;
	color: #0d146c;
	text-align: center;
}
dl.list-dataitem-titlegray dd {
	padding: 15px;
	border: 1px solid #b2b2b2;
	border-right: none;
	border-left: none;
	text-align: center;
}

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

.specialMain_pc {
	display: none;
}

ul.specialList_a,
ul.specialList_c {
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 30px;
}

ul.specialList_a li,
ul.specialList_c li {
	width: 100%;
	margin: 0 0 10px;
	padding: 15px 0 0;
	line-height: 1.3em;
	border-top: 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-top: none;
	padding: 0;
}

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

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

ul.specialList_b li {
	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: block;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	line-height: 1em;
}

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: 10px;
	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: 0 auto;
}
.card-square-socialproducts dl.list-boxlink-s dt h3 {
	font-size: 14px;
}
.card-square-socialproducts dl.list-boxlink-s dd {
	background: none;
	padding: 20px;
	font-size: 12px;
}
/*** 環境とシチズン ***/
/* 事例紹介カード */
.contentscard.cardval-kankyo-management h3.title-3-contentscard {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.3em;
}

/*** シチズングループ会社の環境負荷状況 ***/
.contentscard.cardval-kankyo-management ul.listlayout-half li {
	float: none;
	width: 100%;
}
.contentscard.cardval-kankyo-management ul.listlayout-half li:first-child {
	margin-bottom: 20px;
}
/*** 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 a {
	display: block;
	color: #000000;
	padding: 10px;
	padding-right: 30px;
	line-height: 1.3em;
}
/* 2カラム	文章メイン、画像左	レイアウトカスタマイズ */
.layout-2clm-left-images.layoutval-socialreport-pdf .left-clm {
}
.layout-2clm-left-images.layoutval-socialreport-pdf .right-clm {
}
/* 請求ボタン	レイアウトカスタマイズ */
.button-submit-formsend.buttonval-socialreport-pdf {
	height: 55px;
	line-height: 55px;
	cursor: pointer;
	margin: 20px auto;
}

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

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

dl#adviceArea dt {
	width: 210px;
	margin: 0 auto 10px;
}

dl#adviceArea dd {
	width: 210px;
	margin: 0 auto 0;
	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;
	text-align: center;
}
.wrapper-kvslider-recruit img {
	width: 100%;
}
/* リストリンク	スタイルカスタマイズ */
ul.listlayout-3clm-linkcard.listval-recruit li {
	margin-bottom: 0;
}
ul.listlayout-3clm-linkcard.listval-recruit ul.list-link-4clm-stuck {
	margin-top: 0;
	border: none;
}
ul.listlayout-3clm-linkcard.listval-recruit ul.list-link-4clm-stuck li {
	margin-bottom: 10px;
	border: 1px solid #b2b2b2;
}
/* コンテンツカード	スタイルカスタマイズ */
ul.listlayout-3clm-linkcard.listval-recruit li .contentscard {
	position: relative;
}
ul.listlayout-3clm-linkcard.listval-recruit li .contentscard h2 {
}
/* リンクリスト 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 a {
	display: block;
	padding: 20px;
	color: #000000;
}

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

/*--------------------------------------------
	
	株主・投資家情報
	/ir/
	
---------------------------------------------*/
/* キービジュアル背景指定 */
body#second #keyvisual.wrapper-keyvisual-ir {
	background: url("/img/keyvisual_ir_sp.jpg") no-repeat center bottom;
	background-size: cover;
	height: 170px;
	padding: 0;
	margin: 0 auto 20px auto;
}
body#second #keyvisual.wrapper-keyvisual-ir .inner-frame h1.title-1-pagetitle {
	padding-top: 30px;
	margin-left: 20px;
}
/*** index ***/
/* IRイベント・ニュース */
.layout-2clm-irindex {
	margin-bottom: 20px;
}
.layout-2clm-irindex {
}
.layout-2clm-irindex .title-clm {
	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 {
	border: 1px solid #b2b2b2;
	border-right: none;
	border-left: none;
	padding: 25px 20px;
}

/* リンクリスト：ブロックレイアウト */
ul.list-link-block-normal {
}
ul.list-link-block-normal li {
	margin-top: 20px;
	font-size: 14px;
}
ul.list-link-block-normal li:first-child {
	margin-top: 0;
}

/* ネイビーボックスリンク	背景色設定 */
ul.listval-irindex-linklist li .boxlink-boxarrow-navy-bggray {
	background-color: #f7f7f7;
}
/* リンクリスト	スタイルカスタマイズ */
ul.list-boxarrow-whiteblock-link.listval-irindex li {
	height: 50px;
	background-size: 27px;
}
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;
}

ul.listlayout-3clm-linkcard.listval-irindex-linklist {
	padding: 0;
}
ul.listval-irindex-bottomlist {
	padding: 0 20px;
}
/* コンテンツタイトルアイコン */
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;
	height: 55px;
	padding-top: 85px;
}
/* IRニュース */
h2.title-2-ir-02 {
	background: url("/img/icon_irnews.png") no-repeat center 30px;
	height: 45px;
	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: 67px;
	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: 67px;
	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: 67px;
	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: 67px;
	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: 67px;
	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: 67px;
	padding-top: 50px;
	padding-left: 100px;
	text-align: left;
}


/*--------------------------------------------
	
	ニュース
	/release/
	
---------------------------------------------*/
.box-border-gray dl.list-bold-title {
	padding: 10px;
}
dl.list-bold-title {
	padding-bottom: 20px;
	line-height: 1.6em;
}
dl.list-bold-title dt {
	padding-bottom: 10px;
	font-weight: bold;
}
dl.list-bold-title dd span.red {
	color: #C00C00;
}
p.topics-details{
	text-align: left;
}
/*--------------------------------------------
	
	IR/投資家情報
	/ir/
	
---------------------------------------------*/
.wrapper-pagelink-sp-arrowlink {
	margin: 10px 0;
}
.wrapper-pagelink-sp-arrowlink ul.listlayout-half {
}
.wrapper-pagelink-sp-arrowlink ul.listlayout-half li {
	border: 1px solid #d1d1d1;
	background: url("/img/icon_pagelink_arrowright_sp_default.png") no-repeat right center;
	border-left: none;
}
.wrapper-pagelink-sp-arrowlink ul.listlayout-half li:first-child {
	border: 1px solid #d1d1d1;
}
.wrapper-pagelink-sp-arrowlink ul.listlayout-half li.bordernone {
	border-top: none;
}
.wrapper-pagelink-sp-arrowlink ul.listlayout-half li a {
	display: block;
	font-size: 14px;
	padding: 15px;
	color: #000000;
}
.wrapper-pagelink-sp-arrowlink ul.listlayout-half li.active {
	background: url("/img/icon_pagelink_arrowright_sp_active.png") no-repeat right center;
}
.wrapper-pagelink-sp-arrowlink ul.listlayout-half li.active a {
	color: #0d146c;
}
/*** よくあるご質問 ***/
/* Q&Aアコーディオン */
.wrapper-accordion-faq {
	padding-bottom: 20px;
}
dl.list-faq {
	
}
dl.list-faq dt {
	border: 1px solid #b2b2b2;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
	background: url("/img/icon_accordion_default.png") no-repeat right center;
	background-size: 30px;
}
dl.list-faq dt.active {
	background: url("/img/icon_accordion_active.png") no-repeat right center;
	background-size: 30px;
}
dl.list-faq dt p {
	min-height: 23px;
	line-height: 2.0em;
	padding-left: 40px;
	padding-right: 30px;
	background: url("/img/icon_faqtitle.png") no-repeat 10px top;
	background-size: 23px;
}
dl.list-faq dd {
	display: none;
	font-size: 14px;
	background: url("/img/icon_arrow_faqlist_answer.png") no-repeat 10px center #f7f7f7;
	background-size: 13px;
	padding: 10px;
	padding-left: 40px;
	line-height: 1.4em;
}

/*--------------------------------------------
	
	ニュース
	/release/
	
---------------------------------------------*/
/* タイトル・キャプションエリア（透明）	 */
.wrapper-keyvisual-titlearea.pageval-news {
	padding: 20px 10px;
	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 {
	position: relative;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}
ul.listlayout-border-box li {
	border-top: 1px solid #b2b2b2;
	width: 100%;
	height: 150px;
	/* padding: 10px 0 10px 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;
}
ul.listlayout-border-box li:first-child {
	border-top: none;
}
ul.listlayout-border-box li a {
	display: block;
	padding: 10px;
	height: 130px;
	padding-right: 0;
	color: #000000;
}
dl.liststyle-2clm-article {
	background: url("/img/arrow_right_boxgray.png") no-repeat right center;
	background-size: 27px;
	display: table;
	width: 100%;
	height: 130px;
}
dl.liststyle-2clm-article dt {
	width: 70px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-right: 10px;
}
dl.liststyle-2clm-article dt img {
	width: 70px;
}
dl.liststyle-2clm-article dd {
	/* display: table-cell; */
	padding-right: 30px;
	height: 130px;
}
dl.liststyle-2clm-article dd p.article {
	line-height: 1.3em;
	margin-top: 10px;
	height: 60px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.box-border-gray dl.list-bold-title {
	padding: 10px;
}
dl.list-bold-title {
	padding-bottom: 20px;
}
dl.list-bold-title dt {
	padding-bottom: 10px;
	font-weight: bold;
}
dl.list-bold-title dd span.red {
	color: #C00C00;
}
/* SNSボタンレイアウトカスタマイズ */
.wrapper-snsbuttons {
	float: right;
	text-align: right;
}
#twitter-widget-0 {
	margin-right: 10px;
}
/* ニュース用コンテンツカードスタイルカスタマイズ */
#contents.detail .contentscard {
	border-top: 1px solid #b2b2b2;
}
#contents.detail .contentscard h3.title-3-contentscard {
	text-align: left !important;
}
/* 表　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;
	line-height:1.6em;
	text-align:left;
}
table.typeA th,
table.typeB th{
	font-weight:normal;
}

table.typeA th,
table.typeB th{
	width:30%;
}
table.typeA td,
table.typeB td{
	width:70%;
}
table.typeB {
	margin-top:30px;
}
table.typeA td.ta-center,
table.typeB td.ta-center{
	text-align:center;
}



/*--------------------------------------------
	
	サポート・お問い合わせ
	
---------------------------------------------*/

h2.title-2-support-01 {
	height: 40px;
	padding-top: 70px;
	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: none;
}
.wrapper-supportpage-layout .right-clm {
	float: none;
}

ul.listlayout-3clm-linkcard.support ul.listlayout-3clm-linkcard.listval-socialindex {
	margin: 40px 10px;
	border-left: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
}
ul.listlayout-3clm-linkcard.support li ul.list-link-fifth li {
	height: 67px;
}
ul.listlayout-3clm-linkcard.support li ul.list-link-fifth li a {
	padding: 28px 25px;
}
ul.listlayout-3clm-linkcard.listval-support li {
	border: 1px solid #b2b2b2;
}
dl.list-thumbnaillink-block-gray.support dt {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
/*--------------------------------------------
	
	サイトマップパーツ
	
--------------------------------------------*/

/* サイトマップ内、レイアウト（半分） */
.wrapper-layout-sitemaplist .right-clm {
	float: none;
}
.wrapper-layout-sitemaplist .left-clm {
	float: none;
}
/* 製品情報アイコン */
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;
}
/* タイトル2ブロックリンク */
h2.title-2-blocklink {
	font-size: 18px;
	text-align: center;
	height: 70px;
	line-height: 68px;
	background: url("/img/arrow_kink_right_blocklink.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;
	border: 1px solid #b2b2b2;
}
h2.title-2-blocklink a {
	display: block;
	color: #000000 !important;
	font-weight: bold;
}
/* タイトル2ブロック */
h2.title-2-block {
	font-size: 18px;
	text-align: center;
	height: 70px;
	line-height: 68px;
	-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;
}
ul.list-link-sitemaplist {
	margin-bottom: 20px;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	padding: 10px 0 10px 20px;
}
ul.list-link-sitemaplist li {
	padding-bottom: 10px;
	padding-left: 10px;
}
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%;
}
/* アコーディオンコンテンツ */
.contents-accordion-sp {
	display: none;
}
.switch-accordion-sp {
	background: url("/img/icon_accordion_open_s.png") no-repeat right center !important;
}
.switch-accordion-sp.close {
	background: url("/img/icon_accordion_close_s.png") no-repeat right center !important;
}
/*--------------------------------------------
	
	お問い合わせ
	/お問い合わせフォームパーツ/
	
---------------------------------------------*/
dl.list-form-base {
	margin-bottom: 20px;
}
dl.list-form-base dt {
	font-weight: bold;
	vertical-align: middle;
	padding-right: 20px;
}
dl.list-form-base dd {
	padding-top: 20px;
}
dl.list-form-base dd input.name {
	width: 36%!important;
	margin-right: 5px;
}
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: 100px;
	padding: 5px;
	width: 100%;
}
input.button-submit-formreset[type="reset"],
input.button-submit-formsend[type="send"],
.button-submit-formsend {
	font-weight: bold;
	height: 60px;
	cursor: pointer;
	width: 100%;
}
input.button-submit-formreset[type="reset"] {
	color: #000000;
	background: #ffffff;
	border: 1px solid #b2b2b2;
	margin-bottom: 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: 100%;
	font-size: 14px;
	padding: 3px;
}
/*--------------------------------------------
	
	汎用パーツ
	
---------------------------------------------*/
/* 余白調整 */
.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;
	margin: 0 20px;
}
/* 上罫線なし */
.bd-top-none {
	border-top: none !important;
}
/* 汎用テキストリスト（ニュース詳細で使用） */
ul.list-base li {
	line-height: 1.6em;
	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;
}
/* アイコン	別窓 */
.icon-window:after {
	content: url("/img/icon_window.png");
	margin-left: 7px;
}
/* 汎用テキストリスト（数字付きリスト） */
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;
}

/***	汎用パーツ		ボックスリンク ***/
/* 左カラム（画像）右カラム（h2タイトル） */
.layout-2clm-right-img .main-clm {
	margin-top: 20px;
}
.layout-2clm-right-img .main-clm p.ta-right {
	text-align: center;
	margin-top: 20px;
}
.layout-2clm-right-img .main-clm h2 {
	font-size: 16px;
	text-align: center;
	line-height: 1.3em;
}
.layout-2clm-right-img .sub-clm {
	text-align: center;
}
/* ボックスレイアウト（半分） */
.wrapper-layout-half .left-clm{
	padding-bottom: 10px;
}
.wrapper-layout-half .right-clm{

}
/* ボックスレイアウト（3当分） */
.tripartition-clm{
	padding-bottom: 10px;
}

/* 下層用2clmのボックスリンク */
/* 白ボックスリンク、フォントサイズ14px（リンクの文字量が多い場合） */
ul.list-2clm-boxarrow-whiteblock-link {
	border: 1px solid #b2b2b2;
}
ul.list-2clm-boxarrow-whiteblock-link li {
	height: 68px;
	margin: 0;
	border-top: 1px solid #b2b2b2;
	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 {
	height: 68px;
	margin: 0;
	border-top: 1px solid #b2b2b2;
	background: url("/img/icon_window_default.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:first-child {
	margin: 0;
	border-top: none;
}
/* 白ボックスリンク、左カラム*/
ul.list-2clm-boxarrow-whiteblock-link li.left {
	border-top: none;
}
/* 白ボックスリンク、右カラム*/
ul.list-2clm-boxarrow-whiteblock-link li.right {

}
ul.list-2clm-boxarrow-whiteblock-link li a {
	display: block;
	color: #000000;
	height: 66px;
	line-height: 66px;
	font-size: 18px;
	padding-left: 10px;
	font-size: 14px;
}
/* PDFアイコン付きテキストリンク */
.icon-pdffile-item:after {
	content: url("/img/icon_pdffile_small.gif");
	margin-left: 20px;
}
/* PDFファイルアイコン付与 */
.icon-pdf:after {
	content: url("/img/icon_pdf.png");
	margin-left: 10px;
}
/*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;
}