@charset "UTF-8";
/* ===========================================================

	Title: style.css
	Created: 2018-4-27
	必要に応じて編集。モジュール一覧に準拠

=========================================================== */
/*

	基本スタイル : テキスト
	基本スタイル : コンテンツ間にマージンをとる
	基本スタイル : リンク
	基本スタイル : インデントリスト・注意書き
	基本スタイル : シンプルテーブル
	基本スタイル : テーブル
	基本スタイル : コラム
	基本スタイル : 画像
	コンテンツスタイル : タブモジュール
	コンテンツスタイル : リリースリスト
	コンテンツスタイル : リンクモジュール


=========================================================== */

.global-content { font-size: 1.0em; line-height: 1.8; }


/* ===========================================================

	基本スタイル : テキスト

=========================================================== */

/* 超小文字 12px */
.text--x-small { font-size: 1.2rem !important; }
/* 小文字 14px */
.text--small { font-size: 1.4rem !important; }
/* 通常 16px */
.text--medium { font-size: 1.6rem !important; }
/* 大文字 18px */
.text--large { font-size: 1.8rem !important; }
/* 特大文字 20px */
.text--x-large { font-size: 2rem !important; }
/* 超特大文字 */
.text--xx-large { font-size: 2.4rem !important; font-weight: bold; }
/* 色文字 */
.contents-style em { color: #F2F5F8; font-style: normal; }
/* 太文字 */
.contents-style strong { font-weight: bold; }
/* リード文 */
.text--read {
	font-size: 2.4rem;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    color: #C0A46E;
    margin-bottom: 20px !important;
}
.text--read-english {
	font-size: 2.4rem;
	letter-spacing: 0.02em;
	line-height: 1.4em;
	color: #000;
	margin-bottom: 20px !important;
	text-align: center;
}
.caution > li,
.caution > li > span{
  font-size: 1.4rem !important;
  word-break: normal;
}

@media screen and (max-width: 768px) {
	.text--read {
		font-size: 2.4rem;
		text-align: left;
	}
	.text--read br {
		display: none;
	}
}
/* 強調 */
.text--emphasis { border: solid 1px #0f274e; padding: 1.0em; }
/* フォントファミリーリセット */
.font-family--reset { font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace !important; }

/* 赤文字 */
.text--red { color: #f00; }
/* 白文字 */
.text--white { color: #fff; }

/* ===========================================================

	改行

=========================================================== */
@media print, screen and (min-width: 1201px) {
  .dn-pc {
    display: none !important; } }

@media print, screen and (min-width: 768px) {
  .dn-tab-pc {
    display: none !important; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .dn-tab {
    display: none !important; } }

@media print, screen and (max-width: 1200px) {
  .dn-sp-tab {
    display: none !important; } }

@media print, screen and (max-width: 767px) {
  .dn-sp {
    display: none !important; } }

/* ===========================================================

	基本スタイル : コンテンツ間にマージンをとる

=========================================================== */
/* .contents-style section, */
.cont-margin { margin-bottom: 3.0em !important; }

/* ===========================================================

	基本スタイル : リンク

=========================================================== */

a {
	font-style: inherit; font-weight: inherit;
	text-decoration: none; color: #0f274e;
	transition: all 0.5s;
}
a:link,
a:visited { color: #0f274e; text-decoration: underline;}
a:hover { color: #0f274e; text-decoration: underline;}


/* リンク色反転 */
.link-reverse a:link,
.link-reverse a:visited,
a.link-reverse:link,
a.link-reverse:visited {
	color: #111;
	text-decoration: underline;
}
.link-reverse a:hover,
a.link-reverse:hover {
	color: #0f274e;
	text-decoration: none;
}

/* 外部リンク */
.link-blank,
.blank {
	display: inline-block;
	padding-right: 15px; margin: 0;
	background-image: url(../img/global/ic_blank_a.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 9px auto;
}

/* 矢印付きリンク（三角） */
a.link-triangle, .link-triangle a,
a.link-triangle--top, .link-triangle--top a,
a.link-triangle--left, .link-triangle--left a,
a.link-triangle--bottom, .link-triangle--bottom a,
a.link-triangle--right, .link-triangle--right a {
	/* Default (Basic form : basicstyle.css)
	padding-left: 0.75em;
	*/
}
a.link-triangle::before, .link-triangle a::before,
a.link-triangle--top::before, .link-triangle--top a::before,
a.link-triangle--left::before, .link-triangle--left a::before,
a.link-triangle--bottom::before, .link-triangle--bottom a::before,
a.link-triangle--right::before, .link-triangle--right a::before {
	/* Default (Basic form : basicstyle.css)
	margin-top: -0.20em;
	border-width: 0.20em 0 0.20em 0.25em;
	border-color: transparent transparent transparent #000;
	*/
	border-color: transparent transparent transparent #285183;
}


/* 矢印付きリンク */
a.link-arrow, .link-arrow a,
a.link-arrow--top, .link-arrow--top a,
a.link-arrow--left, .link-arrow--left a,
a.link-arrow--bottom, .link-arrow--bottom a,
a.link-arrow--right, .link-arrow--right a {
	/* Default (Basic form : basicstyle.css)
	padding-left: 0.75em;
	*/
	padding-left: 12px;
	text-decoration: none;
}
a.link-arrow:hover, .link-arrow a:hover {
	text-decoration: underline;
}
a.link-arrow::before, .link-arrow a::before,
a.link-arrow--top::before, .link-arrow--top a::before,
a.link-arrow--left::before, .link-arrow--left a::before,
a.link-arrow--bottom::before, .link-arrow--bottom a::before,
a.link-arrow--right::before, .link-arrow--right a::before {
	/* Default (Basic form : basicstyle.css)
	width: 0.30em;
	height: 0.30em;
	margin-top: -0.15em;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	*/
	width: 0.4em;
	height: 0.4em;
	border-top: 1px solid #0f274e;
	border-right: 1px solid #0f274e;
}


/* リンクボタン */
.link-button {
	display: inline-block; padding: 1em 4.0em;
	background-color: #006cb6; color: #fff !important;
}
.link-button a:link,
.link-button a:visited {
	color: #fff !important;
	text-decoration: none !important;
}
.link-button:hover {
	background-color: #e50038;
	text-decoration: underline;
}



/* ===========================================================

	基本スタイル : ヘッドライン

=========================================================== */
.contents-style h2 {
	display: block;
	margin: 2.5em 0 1em 0;
	position: relative;
	font-family: "noto serif jp";
	font-size: 32px;
	letter-spacing: 0.05em;
	color: #00133B;
	font-weight: bold;
}
html[lang="en"] .contents-style h2 {
	letter-spacing: 0;
} 
.contents-wrapper > h2:first-child,
.contents-style > section:first-child > h2:first-child,
.link-button-parade--in-page + h2 {
	margin-top: 0 !important;
}
.contents-style h3 {
	display: block;
	margin: 1em 0;
	padding-bottom: 1em;
	border-bottom: 1px solid #ddd;
	position: relative;
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #00133B;
	font-weight: bold;
}
html[lang="en"] .contents-style h3 {
	letter-spacing: 0;
} 
.contents-style > h3:first-child {
	padding-top: 0 !important;
}
@media screen and (max-width: 1279px) {
	.contents-style h3 {
		font-size: 2.0rem;
	}
}
.contents-style h4 {
	display: block;
	margin: 1em 0;
	line-height: 1.4;
	font-size: 20px; font-weight: bold;
	color: #00133B;
	position: relative;
}
.contents-style h4.esg_h4 {
	display: block;
	padding: 0.5em 0 0 0;
	margin: 0 0 0.2em;
	line-height: 1.4;
	font-size: 1.8rem; font-weight: bold;
	color: #333; position: relative;
	float: left;
}


.contents-style h5 {
	display: block;
	margin: 1em 0;
	line-height: 1.4;
	font-size: 18px; font-weight: bold;
	color: #C0A46E;
	position: relative;
}
.contents-style h6 {
}


.contents-style p { margin: 0.5em 0 1em; }

.contents-style ul,
.contents-style ol { margin: 0 0 1em; }
.contents-style li { margin: 0.5em 0; }


img {
	vertical-align: baseline;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}
.contents-style img {
	margin: 0.5em 0 1em;
}

sup, sub { font-size: 0.75em; font-style: inherit; font-weight: inherit; }
sup {  }
sub { vertical-align: baseline; }

small { font-size: 0.78em; }

.contents-style input,
.contents-style button,
.contents-style textarea,
.contents-style select { transition: all 0.5s; }
.contents-style .input-ui__select {
	/*
	display: block; padding: 0; margin: 0;
	border: solid 1px #ddd; border-radius: 4px;
	position: relative; overflow: hidden;*/
}
.contents-style .input-ui__select select {
	/*
	display: block; width: 100%; padding: 0.5em 2.0em 0.5em 1.0em; margin: 0;
	font-size: 1em; line-height: 28px;
	*/
	padding: 0.5em 3.0em 0.5em 1.0em;
}
.contents-style .input-ui__select::before {
	display: block; padding: 0.5em 0; margin: 0;
	position: absolute;
	content: "\f107";
	font-family: FontAwesome;
	top: 0; right: 0;
	text-align: center;
	width: 3.0em; height: auto;
	line-height: 28px;
	border: none;
	transform: rotate(0);
}

.contents-style input.input-ui__button {
	border: solid 1px #F2F5F8;
	background-color: #F2F5F8;
	color: #fff;
}
.contents-style input.input-ui__button:hover {
	background-color: #fff;
	color: #F2F5F8;
}
.contents-style input.input-ui__button.input-ui__button--sub {
	border: solid 1px #ddd;
	background-color: #fff;
	color: #000;
}
.contents-style input.input-ui__button.input-ui__button--sub:hover {
	background-color: #ddd;
	color: #F2F5F8;
}


/* ===========================================================

	time-stamp

=========================================================== */

.time-stamp { text-align: right; color: #666; font-size: 0.875em; }

/* ===========================================================

	基本スタイル : インデントリスト・注意書き

=========================================================== */

.indent-list { }
.indent-list > li { }
.indent-list > li > span {
	/* Default (Basic form : basicstyle.css)
	padding: 0.25em 0 0.25em 0.25em;
	*/
	padding-left: 1.0em;
}
.indent-list > li::before {
	/* Default (Basic form : basicstyle.css)
	padding: 0.25em 0;
	*/
	padding-right: 0.5em;
	vertical-align: inherit;
}
.caution-text,
.caution {}
.caution > li { }
.caution > li > span {
	/* Default (Basic form : basicstyle.css)
	padding: 0.25em 0 0.25em 0.25em;
	*/
}
.caution > li::before {
	/* Default (Basic form : basicstyle.css)
	padding: 0.25em 0;
	*/
}


/* ===========================================================

	基本スタイル : シンプルテーブル

=========================================================== */
/* modifyはcontents.cssにて */
/* dl-table  (Basic form : basicstyle.css) */
.dl-table { }
.dl-table > dl { }
.dl-table > dl > dt,
.dl-table > dl > dd { padding-bottom: 1em;}
.dl-table > dl > dt { padding-bottom: 1em; padding-right: 1.0em; vertical-align: top;}
.dl-table > dl > dd { }

.dl-table--narrow-padding > dl > dd { padding-bottom: 0.2em;}
.dl-table--narrow-padding > dl > dt { padding-bottom: 0.2em; padding-right: 0.2em;}

/* ===========================================================

	基本スタイル : テーブル

=========================================================== */

table { margin: 1.0em 0; line-height: 1.4; width: 100%; }
table caption {
	padding: 1.0em 1.0em; line-height: 1.2;
	background-color: rgba(35, 43, 79, 0.90); border-top: solid 1px #ddd;
	color: #fff; text-align: left;
}
table th {
	width: 20%;
}
table th,
table td {
	padding: 1.0em;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	vertical-align: middle;
}
table th:last-child,
table td:last-child { border-right: none; }
table thead th,
table thead td { text-align: center; width: auto;}
table thead th { color: #fff; background-color: #000E2D;}
table thead td { background-color: #fafafa; }
table tbody th,
table tbody td { }
table tbody th { background-color: #000E2D;color:#fff;}
table tbody td { background-color: #fff; }
table tfoot th,
table tfoot td { text-align: center; }
table tfoot th { color: #fff;  background-color: #7A8499; }
table tfoot td { background-color: #CCD0D8; }

table td ul:last-child,
table td ol:last-child {
	margin-bottom: 0;
}

/* 狹い余白のテーブル */
table.table--narrow-padding { }
table.table--narrow-padding caption,
table.table--narrow-padding th,
table.table--narrow-padding td { padding: 5px; }

/* 狹い余白のテーブル */
table.society--table--narrow-padding { }
table.society--table--narrow-padding caption,
table.society--table--narrow-padding th,
table.society--table--narrow-padding td { padding: 5px 30px; }


/* .responsive-table
----------------------------------------------------------- */
.responsive-table {}
@media screen and (max-width: 1024px) {
	table.responsive-table tr th,
	table.responsive-table tr td {
		display: block;
		width: 100% !important;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	.responsive-table {
		border-top: solid 1px #ddd;
	}
	.responsive-table th {
		border: none;
	}
}


/* js-scroll-table  js-scroll-graph  js-scroll-area
----------------------------------------------------------- */
.js-scroll-table {
}
.js-scroll-graph {
	overflow: auto!important;
}
.js-scroll-area {
}
.js-scroll-table__caution {
	display: none;
		margin: 1.5em 0 0 !important;
		font-size: 75%;
		color: #999;
		padding: 0 0 0 45px;
		background-image: url(../img/global/icon_scroll_side.png);
		background-size: 40px auto;
		background-position: 0 50%;
		background-repeat: no-repeat;
		text-align: left;
}

.js-scroll-graph-coution {
	display: none;
	margin: 0 0 5px;
	font-size: 11px;
	color: #999;
	padding: 0 0 0 40px;
	background-image: url(../img/global/ic_scroll_side.png);
  background-size: 37px 14px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

.js-scroll-table__wrap {
	overflow: auto;
}

@media screen and (max-width: 1024px) {
	.js-scroll-table__wrap {
		overflow: auto;
		position: relative;
	}
	.js-scroll-table th, .js-scroll-table td {
		white-space: nowrap;
	}
	.js-scroll-table__caution {
		display: block;
	}
	
	.js-scroll-graph__caution {
		display: block;
	}
	
  .js-scroll-table.table-layout--fixed {
    table-layout: auto!important;
  }
}

/* tableIndent
----------------------------------------------------------- */
table.indent-table {
	width: auto;
	border: none;
  font-size: 86%;
}
table.indent-table th {
	border: none;
	padding: 0 2px 0 0;
	width: 1% !important;
	white-space: nowrap!important;
	background: none;
	border: none!important;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	color: #111111;
	background: none!important;
	vertical-align: top!important;
}
table.indent-table td {
	border: none!important;
	background: none;
	padding: 0;
}
table table.indent-table {
	width: auto;
	margin: 0;
}

/* ===========================================================

	基本スタイル : コラム

=========================================================== */

.column {
	/* Default (Basic form : basicstyle.css)
	margin: 0 -1em;
	*/
}
.column__cell {
	/* Default (Basic form : basicstyle.css)
	padding: 0 1.0em; margin: 0;
	*/
}

/* 等幅コラム */
.column--equal-width {
	/* Default (Basic form : basicstyle.css)
	margin: 0 -1em;
	*/
    flex-grow: 1;
	width: calc(100% + 2em) !important;
}
.column--equal-width > *{
	min-width: 0;
}
.column--equal-width .column__cell {
	/* Default (Basic form : basicstyle.css)
	padding: 0 1.0em; margin: 0;
	*/
}

/* 3等分コラム */
.column--3 {
	/* Default (Basic form : basicstyle.css)
	margin: 0 -1em;
	*/
}
.column--3 .column__cell--3of1,
.column--3 .column__cell--3of2,
.column--3 .column__cell--3of3 {
	/* Default (Basic form : basicstyle.css)
	padding: 0 1.0em; margin: 0;
	*/
}

/* 4等分コラム */
.column--4 {
	/* Default (Basic form : basicstyle.css)
	margin: 0 -1em;
	*/
}
.column--4 .column__cell--4of1,
.column--4 .column__cell--4of2,
.column--4 .column__cell--4of3,
.column--4 .column__cell--4of4 {
	/* Default (Basic form : basicstyle.css)
	padding: 0 1.0em; margin: 0;
	*/
}
@media screen and (max-width: 992px) {
    .column {
		display: block;
    }
	.column--equal-width {
		display: block;
		width: 100% !important;
		margin: 0;
	}
	.column--equal-width .column__cell {
		padding: 0;
		margin: 0 0 1em;
	}
	.column--3, .column--4 {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.column--3 .column__cell--3of1, .column--3 .column__cell--3of2, .column--3 .column__cell--3of3,
	.column--4 .column__cell--4of1, .column--4 .column__cell--4of2, .column--4 .column__cell--4of3, .column--4 .column__cell--4of4 {
		width: 100% !important;
		padding-left: 0;
		padding-right: 0;
	}
}





/* ===========================================================

	基本スタイル : 画像

=========================================================== */

.img-float--right {
	/* Default (Basic form : basicstyle.css)
	0 0 2.0em 2.0em;
	*/
}
.img-float--left {
	/* Default (Basic form : basicstyle.css)
	margin: 0 2.0em 2.0em 0;
	*/
}
.img-float--none {
	/* Default (Basic form : basicstyle.css)
	margin: 0 0 2.0em 0;
	*/
}


/* ===========================================================

	コンテンツスタイル : タブモジュール

=========================================================== */
.tab-row {
	/* Default (Basic form : basicstyle.css)
	display: flex; flex-wrap: nowrap;
	*/
	margin: 1.0em 0 !important;
}
.tab-row > li {
	/* Default (Basic form : basicstyle.css)
	display: flex; width: 100%; flex-flow: 1;
	*/
	margin: 0;
	border: solid 1px #ddd;
	border-left: none;
	text-align: center;
	overflow: hidden;
}
.tab-row > li:first-child {
	border-left: solid 1px #ddd;
	border-radius: 0;
}
.tab-row > li:last-child {
	border-radius: 0;
}
.tab-row > li > a {
	/* Default (Basic form : basicstyle.css)
	display: flex; width: 100%; flex-flow: 1;
	align-items: center; align-content: center;
	*/
	display: block;
	text-align: center;
	padding: 0.5em 1em;
	font-size: 1.8rem;
	font-weight: bold;
	color: #0f274e;
	text-decoration: none;
}
@media screen and (max-width: 1024px) {
	.tab-row {
		display: block;
		border: none;
		border-top: solid 1px #ddd;
	}
	.tab-row > li {
		border: none;
		border-left: solid 1px #ddd;
		border-right: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
	}
	.tab-row > li > a {
		padding: 0.2em 1em;
	}
}
.tab-row > li > a:hover {
	background-color: #F2F5F8;
	text-decoration: none;
}
.tab-row > li > a.current,
.tab-row > li > a.active,
.tab-row > li > a.current:hover,
.tab-row > li > a.active:hover {
	color: #fff; background-color: #002A74;
}
.tab-row > li > a > span {
	/* Default (Basic form : basicstyle.css)
	display: block; width: 100%;
	*/
	padding: 0.50em 1.0em;
}

.tab-row li a {
	position: relative;
}
/*.tab-row li a:after {*/
/*	position: absolute;*/
/*	content: "";*/
/*	vertical-align: middle;*/
/*	top: 50%;*/
/*	right: 15px;*/
/*	width: 6px;*/
/*	height: 6px;*/
/*	border-top: 1px solid #0f274e;*/
/*	border-right: 1px solid #0f274e;*/
/*	margin: -6px 0 0;*/
/*	-webkit-transform: rotate(135deg);*/
/*	transform: rotate(135deg);*/
/*}*/
.tab-row > li > a.current:after,
.tab-row > li.active a:after {
	display: none;
}


/* ===========================================================

	コンテンツスタイル : リリースリスト

=========================================================== */
/* date-list */
.date-list { width: 100%;}
.date-list > dl { }
.date-list > dl > dt,
.date-list > dl > dd { border-top: 1px solid #DDDDDD; border-bottom: 1px solid #DDDDDD;}
.date-list > dl > dt {
	padding: 1em 1em; width: 1%;
	white-space: nowrap;
}
.date-list__date {
	display: inline-block; line-height: 20px;
	font-size: 1em;
	padding: 0 1em 0 0;
}
.date-list > dl > dd {
	padding: 1em; line-height: 1.8;
	font-size: 1em;
}
.date-list > dl > dd a {
	display: inline;
}
.date-list > dl > dd a[target="_blank"]:after {}

.date-list__text { font-size: 1em; }

@media screen and (max-width: 768px) {
	.date-list > dl {display: block;border-bottom: 1px solid #DDDDDD;}
	.date-list > dl > dt {
		display: block;
		width: 100%;
		border: none;
		padding: 10px 0 5px;
	}
	.date-list > dl > dd {
		display: block;
		border: none;
		padding: 0 0 10px;
	}
	.date-list .file-date-list__revied dt span {
		margin-left: 2.5em !important;
	}
	.date-list .file-date-list__revied dd {margin-left: 2.5em !important;}
}


/* ===========================================================

	コンテンツスタイル : リンクモジュール

=========================================================== */

/* ボタンパレード */
.link-button-parade {
	/* Default (Basic form : basicstyle.css)
	margin-left: -0.25em; margin-right: -0.25em;
	*/
	margin: 0 -0.25em 1.0em -0.25em !important;
	flex-wrap: wrap;
}
.link-button-parade li {
	/* Default (Basic form : basicstyle.css)
	padding-left: 0.25em; padding-right: 0.25em;
	*/
	padding: 0 0.25em;
}
.link-button-parade a {
	display: inline-block;
	padding: 0.25em 1.0em 0.25em 1.0em;
	border: solid 1px #ddd;
	color: #002A74;
	background-color: #fff;
	position: relative;
	text-decoration: none;
}
.link-button-parade a:hover,
.link-button-parade a.current,
.link-button-parade a.current:hover {
	background-color: #002A74;
	color: #fff;
}
/* .link-button-parade a:after {
	position: absolute;
	content: "";
	vertical-align: middle;
	top: 50%;
	left: 15px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #0f274e;
	border-right: 1px solid #0f274e;
	transform: translateY(-50%) rotate(45deg);
}
.link-button-parade a:hover::after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
} */

/* ページ内リンク */
.link-button-parade.link-button-parade--in-page a {
	padding: 0.25em 2.0em 0.25em 1.0em;
}
.link-button-parade.link-button-parade--in-page a::after {
	left: inherit;
	right: 15px;
	transform: translateY(-50%) rotate(135deg);
}


/* HP更新 */
.sticker-category--1,
.link-button-parade a.button-category--1:hover,
.link-button-parade a.button-category--1.current { background-color: #7CAD62; border: solid 1px #7CAD62; }
/* お知らせ */
.sticker-category--2,
.link-button-parade a.button-category--2:hover,
.link-button-parade a.button-category--2.current { background-color: #91B6E0; border: solid 1px #91B6E0; }
/* 物件 */
.sticker-category--11,
.link-button-parade a.button-category--11:hover,
.link-button-parade a.button-category--11.current { background-color: #94C9BD; border: solid 1px #94C9BD; }
/* 決算 */
.sticker-category--12,
.link-button-parade a.button-category--12:hover,
.link-button-parade a.button-category--12.current { background-color: #E87676; border: solid 1px #E87676; }
/* 借入 */
.sticker-category--13,
.link-button-parade a.button-category--13:hover,
.link-button-parade a.button-category--13.current { background-color: #F4B06D; border: solid 1px #F4B06D; }
/* 増資 */
.sticker-category--14,
.link-button-parade a.button-category--14:hover,
.link-button-parade a.button-category--14.current { background-color: #D8B38E; border: solid 1px #D8B38E; }
/* その他 */
.sticker-category--15,
.link-button-parade a.button-category--15:hover,
.link-button-parade a.button-category--15.current { background-color: #ADB5BD; border: solid 1px #ADB5BD; }


/*
.ul-page-link li a:after {
	margin: -6px 0 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.ul-page-link-bottom li a:after {
	margin: -2px 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(-45deg);
}
.ul-page-link li a:hover,
.ul-page-link-bottom li a:hover {
	text-decoration: none;
	border: solid 1px #fff;
	color: #fff !important;
	background-color: #0f274e;
}
.ul-page-link li a:hover:after,
.ul-page-link-bottom li a:hover:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}*/




/* テキストパレード */

.link-text-parade {
	/* Default (Basic form : basicstyle.css)
	margin-left: -1.0em; margin-right: -1.0em;
	*/
	margin-bottom: 1.0em !important;
}
.link-text-parade li {
	/* Default (Basic form : basicstyle.css)
	padding: 0 1.0em;
	*/
	border-right: solid 1px #ddd;
}
.link-text-parade li:first-child {
	border-left: solid 1px #ddd;
}
.link-text-parade a {
	font-size: 0.875em; line-height: 1.4;
	border-bottom: solid 1px transparent;
}
.link-text-parade a:hover,
.link-text-parade a.current,
.link-text-parade a.current:hover {
	border-bottom: solid 1px #285183;
}




/* 関連リンク */
.link-list-box,
.link-list-box--row,
.link-list-box--column { margin: 0 0 1.0em 0; }

.link-list-box > dt,
.link-list-box--row > dt,
.link-list-box--column > dt {
	padding: 0 1.0em;
	background-color: rgba(35, 43, 79, 0.05);
	color: #F2F5F8;
	border: solid 1px #ddd;
}
.link-list-box > dt { border-right: none; }
.link-list-box--row > dt { border-right: none; }
.link-list-box--column > dt { padding: 0.5em 1.0em; border-bottom: none; }

.link-list-box > dd,
.link-list-box--row > dd,
.link-list-box--column > dd { border: solid 1px #ddd; }

.link-list-box > dd { padding: 0.25em 1.0em; }
.link-list-box--row > dd { padding: 0.25em 1.0em; }
.link-list-box--column > dd { padding: 0.25em 1.0em; }

.link-list-box ul,
.link-list-box--row ul,
.link-list-box--column ul { margin: 0 -1.0em; }

.link-list-box li,
.link-list-box--row li,
.link-list-box--column li { display: block; padding: 0.25em 1.0em; margin: 0; }

table th.nowrap,
table td.nowrap {
	white-space: nowrap !important;
}

.strong-color {
    color: #ff0039;
}

.chart-unit,#grahpUnit{
	margin-left: 15px;
	margin-top: 20px;
	font-size: 12px!important;
	text-align: left;
}

.chart-unit.text-align--right{
	float: right;
}