@charset "utf-8";
/* ===========================================================

	Title:					common.css
	Created:			2015-11-25
	Last Created:		2015-11-26

=========================================================== */
/*

	body
	container
	header
	globalNavi
	contens
	btPageTop
	footer-navi
	footer

=========================================================== */
/*

	body

=========================================================== */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Arial, Helvetica, sans-serif, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #111;
	text-align: center;
}
/* ===========================================================

	container

=========================================================== */
.container {
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
/* ===========================================================

	header

=========================================================== */
.header {
	width: 100%;
	height: 80px;
}
.header-inner {
	position: relative;
	width: 980px;
	height: 80px;
	margin: 0 auto;
}
/* logo
----------------------------------------------------------- */
.header h1 {
	float: left;
	margin: 0;
	padding: 10px 0 0;
	font-size: 11px;
	line-height: 1;
}
/* hed-link
----------------------------------------------------------- */
ul.hed-link {
	position: absolute;
	top: 27px;
	right: 450px;
	height: 25px;
	line-height: 25px;
	margin: 0;
}
ul.hed-link li {
	float: left;
	margin: 0 0 0 20px;
	line-height: 25px;
	height: 25px;
	font-size: 11px;
}
ul.hed-link li a {
	background: url(../img/common/ic/ic_arrow_a.png) 0 50% no-repeat;
	padding: 0 0 0 8px;
	text-decoration: none;
	color: #111;
}
ul.hed-link li a:hover {
	text-decoration: underline;
	color: #00b5e3;
}
/* fontSize
----------------------------------------------------------- */
.header dl.font-size {
	position: absolute;
	top: 27px;
	right: 300px;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0;
}
.header dl.font-size dt {
	height: 25px;
	line-height: 25px;
	font-size: 11px;
	float: left;
	padding: 0 10px 0 0;
}
.header dl.font-size dd {
	float: left;
	height: 25px;
	line-height: 25px;
	margin: 0;
}
.header dl.font-size dd a {
	display: block;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 10px;
	background-color: #17469e;
	color: #fff;

}
.header dl.font-size dd a:hover {
	background-color: #00b5e3;
	color: #fff;
	text-decoration: none;
}
.header dl.font-size dd.font-size-s {
}
.header dl.font-size dd.font-size-l {
}
/* header-search
----------------------------------------------------------- */
.header-search {
	position: absolute;
	top: 27px;
	right: 90px;
}
.header-search form {
	display: block;
	height: 25px;
	line-height: 25px;
	width: 200px;
	background: #edf0f4;
}
.header-search form input[type="text"] {
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0 0 0 10px;
	width: 150px;
	display: block;
	float: left;
	border: none;
	background: none;
}
.header-search form input:focus {
	outline: none !important;
	background: none;
}
.header-search form input[type="submit"] {
	margin: 0;
	padding: 0;
	height: 25px;
	line-height: 25px;
	width: 20px;
	float: right;
	border: none;
	text-indent: -999px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-image: url(../img/common/ic/ic_search.png);
}
/* hed-language
----------------------------------------------------------- */
ul.hed-language {
	position: absolute;
	top: 27px;
	right: 0;
	margin: 0;
	font-size: 10px;
}
ul.hed-language li {
	float: left;
	margin: 0;
	padding: 0;
	width: 80px;
	height: 25px;
}
ul.hed-language li a {
	display: block;
	width: 80px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background-color: #17469e;
	color: #fff;
}
ul.hed-language li a:hover {
	background-color: #00b5e3;
	color: #fff;
	text-decoration: none;
}

/* ===========================================================

	global-navigation

=========================================================== */
.global-navigation {
	clear: both;
	width: 100%;
	height: 45px;
	margin: 0;
	padding: 0;
	background-color: #17469e;
}
.global-navigation ul {
	width: 980px;
	margin: 0 auto;
}
.global-navigation ul li {
	float: left;
	position: relative;
	display: inline-block;
	width: 163px;
	height: 45px;
	margin:  0;
}
.global-navigation li#gn-home,
.global-navigation li#gn-about {
	width: 165px;
}
.global-navigation > a {
	display: none;
}
.global-navigation li a.gn-btn {
	overflow: hidden;
	display: block;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 13px;
}
.global-navigation li a.gn-btn:hover {
	text-decoration: none;
	background-color: #00b5e3;
}
.global-navigation li a.gn-btn span {
	border-color: #3f64ab;
	border-right-style: solid;
	border-right-width: 1px;
	width: 100%;
	height: 15px;
	margin: 15px 0 0;
	line-height: 15px;
	display: inline-block;
}
.global-navigation li#gn-home a.gn-btn span,
.global-navigation li#gn-about a.gn-btn span {
	border-left-style: solid;
	border-left-width: 1px;
}
.global-navigation li a.gn-btn:hover span {
	border-color: #00b5e3;
}
/* hover */
.global-navigation li a.gn-btn:hover,
.global-navigation li a.gn-over {
	background-color: #08317c !important;
}
.global-navigation li a.gn-btn:hover span,
.global-navigation li a.gn-over span{
	border-color: #08317c !important;
}
/* current */
#home .global-navigation li#gn-home a.gn-btn,
#about .global-navigation li#gn-about a.gn-btn,
#feature .global-navigation li#gn-feature a.gn-btn,
#esg .global-navigation li#gn-esg a.gn-btn,
#portfolio .global-navigation li#gn-portfolio a.gn-btn,
#finance .global-navigation li#gn-finance a.gn-btn,
#ir .global-navigation li#gn-ir a.gn-btn,
.global-navigation li a.gn-over {
	background-color: #00b5e3;
}
#home .global-navigation li#gn-home a.gn-btn span,
#about .global-navigation li#gn-about a.gn-btn span,
#feature .global-navigation li#gn-feature a.gn-btn span,
#esg .global-navigation li#gn-esg a.gn-btn span,
#portfolio .global-navigation li#gn-portfolio a.gn-btn span,
#finance .global-navigation li#gn-finance a.gn-btn span,
#ir .global-navigation li#gn-ir a.gn-btn span,
.global-navigation li a.gn-over span {
	border-color: #00b5e3;
}
.global-navigation li .gnavList {
	display: none;
	width: 263px;
	position: absolute;
	top: 45px;
	left: -50px;
	z-index: 999900;
	background-color: #08317c;
}
.global-navigation li .gnavList ul {
	width: 263px;
	padding: 10px;
	text-align: left;
}
.global-navigation li .gnavList li {
	float: none;
	display: block;
	height: auto;
	width: 243px;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.global-navigation li .gnavList li a {
	display: block;
	width: auto !important;
	padding: 10px 5px 10px 20px;
	margin: 0;
	background-image: url(../img/common/ic/ic_arrow_b.png);
	background-repeat: no-repeat;
	background-position: 10px 18px !important;
}
.global-navigation li .gnavList li a:link, .global-navigation li .gnavList li a:visited {
	color: #fff;
	text-decoration: none;
}
.global-navigation li .gnavList li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #17469e;
}
.global-navigation li .gnavList li a.current {
	color: #00b5e3;
}


/* ===========================================================

	topicPath

=========================================================== */
.topic-path {
	clear: both;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	width: 100%;
	background-color: #EDF0F4;
	/*border-bottom: solid 1px #D0D9E9;*/
}
.topic-path ol {
	clear: both;
	width: 980px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	font-size: 11px;
}
.topic-path ol li {
	float: left;
	margin: 0;
	height: 40px;
	line-height: 40px;
}
.topic-path ol li:before {
	content:"/";
	padding: 0 12px;
	color: #ccc !important;
}
.topic-path ol li.ic-home {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 10px 10px;
	background-image: url(../img/common/ic/ic_home.png);
	padding: 0 0 0 20px;
}
.topic-path ol li.ic-home:before {
	content:"";
	padding: 0;
}
.topic-path ol li a {
	height: 40px;
	line-height: 40px;

}
.topic-path ol li:before {content:"/";}
.topic-path ol a:link, .topic-path ol a:visited {
	text-decoration: underline;
	color: #333;
}
.topic-path ol a:hover {
	text-decoration: none;
}
/* ===========================================================

	title

=========================================================== */
#title {
	clear: both;
	background: #fff;
	border-bottom: solid 3px #17469e;
	height: 100px;
}
#title h2 {
	font-size: 28px;
	color: #001a4b;
	margin: 0 auto;
	width: 980px;
	text-align: left;
}
#title h2 span {
	height: 100px;
	line-height: 95px;
	display: inline-block;
	border-bottom: solid 3px #00b5e3;
}
/* ===========================================================

	contens

=========================================================== */
.contents {
	width: 980px;
	margin: 0 auto;
	padding: 40px 0 60px;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;; /* IE用 */
}
/* main
----------------------------------------------------------- */
.main {
	width: 720px;
	float: right;
	margin: 0;
}
/* column
----------------------------------------------------------- */
.column-1 {
	width: 310px;
}
.column-2-left {
	width: 350px;
	float: left;
}
.column-2-right {
	width: 350px;
	float: right;
}
.column-3-left {
	width: 230px;
	float: left;
}
.column-3-center {
	width: 230px;
	margin: 0 0 0 15px;
	float: left;
}
.column-3-right {
	width: 230px;
	float: right;
}
.column-2w-left {
	width: 645px;
	float: left;
}
.column-2w-right {
	width: 645px;
	float: right;
}

/* tit
----------------------------------------------------------- */
h3 {
	background-color: #edf0f4;
	padding: 5px 10px;
	margin: 0 0 20px;
	line-height: 1.6 !important;
}
h3 span {
	font-weight: bold;
	color: #001a4b;
	font-size: 16px;
	background: url(../img/common/ic/ic_tit_a.png) 0 50% no-repeat;
	padding: 0 0 0 20px;
}
h4 {
	margin: 0 0 10px;
}
h4 span {
	font-weight: bold;
	color: #17469E;
}
h5 {
	margin: 0 0 10px;
	font-weight: bold;
	border-bottom: dotted 1px #bbb;
	padding: 0 0 3px;
}
h6 {
	font-weight: bold;
	color: #111;
	margin: 0 0 10px;
}
em {
	color: #17469e;
	font-weight: bold;
}
strong {
	font-weight: bold!important;
}
.read {
	margin-bottom: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 28px;
	line-height: 1.6;
	/*font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
}
.ffReset { font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace !important;}

/* text
----------------------------------------------------------- */
p,
ul,
ol,
dl,
.indent-table {
	margin: 0 0 20px;
}

ul li,
ol li {
	margin: 0;
}

ol ol {
	padding: 5px 0 0;
}

.cont-margin {margin-bottom: 50px !important;}

/* link
----------------------------------------------------------- */
a:link,
a:visited {
	text-decoration: none;
	color: #0066cc;
}
a:hover {
	text-decoration: underline;
	color: #00b5e3;
}
.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: #00b5e3;
	text-decoration: none;
}
/* link-arrow */
.link-a,
.link-a a {
	background: url(/img/common/ic/ic_arrow_b.png) 2px 50% no-repeat;
	padding: 0 0 0 12px;
}
.link-b,
.link-b a {
	background: url(/img/common/ic/ic_arrow_d.png) 0 50% no-repeat;
	padding: 0 0 0 18px;
}
/* blank */
.blank {
	background: url(/img/common/ic/ic_blank.png) right 50% no-repeat !important;
	padding: 0 18px 0 0 !important;
}
/* link-button */
.link-button-a,
.link-button-b {
	height: 35px;
	line-height: 35px;
	padding: 0 40px;
	display: inline-block;
	color: #111 !important;
	font-size: 13px;
	text-align: center;
	border: solid 1px #ccc;
}
.link-button-a span {
	background: url(../img/common/ic/ic_arrow_b.png) 0 50% no-repeat;
	padding: 0 0 0 10px;
}
.link-button-a:hover,
.link-button-b:hover {
	background: #17469e;
	border: solid 1px #17469e;
	text-decoration: none;
	color: #fff !important;
}
.link-button-a:hover span {
	background: url(../img/common/ic/ic_arrow_a.png) 0 50% no-repeat;
}

/* table
----------------------------------------------------------- */
table {
	width: 720px;
	margin: 0 0 20px;
	border: solid 1px #ccc;
}

table th {
	width: 25%;
	padding: 10px 10px;
	border: solid 1px #ccc;
	background: #e0e0e0;
}
table tr.lastChild th {
}
table td {
	border-top: solid 1px #ccc;
	border: solid 1px #ccc;
	padding: 10px 10px;
	vertical-align: top;
}
table img {
	vertical-align: text-bottom;
}
table th.th-2nd,
table tr.th-2nd th {
	background: #f0f0f0 !important;
}
table td.td-2nd {
	vertical-align: middle;
	text-align: center;
	background: #f9f9f9;
}
table.td-padding-mini td {
	padding: 5px 10px;
}
table.padding-mini th,
table.padding-mini td {
	padding: 5px 10px;
}
table .total th,
table .total td,
table .total {
	background:#fdede8;
}
/* th-top */
table.th-top th {
	width: auto;
	text-align: center;
}
table.th-top td {
}
table.th-top th.firstChild,
table.th-top td.firstChild {
}
table.th-top th.firstChild-none {
	border-left: solid 1px #fff !important;
}
table.th-top td.firstChild-none {
	border-left: solid 1px #ccc !important;
}
/* ===========================================================

	sub

=========================================================== */
.sub {
	float: left;
	display: inline;
	width: 220px;
	margin: 0 0 0 0;
	padding: 0 0 50px;
}
/* sub-navi
----------------------------------------------------------- */
.sub .sub-navi {
}
.sub .sub-navi h3 {
	border: none;
	border-top: solid 3px #d0d9e9;
	border-bottom: solid 1px #d0d9e9;
	color: #001a4b;
	background: #EDF0F4;
	height: 80px;
	line-height: 80px !important;
	text-align: center;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.sub .sub-navi h3 span {
	font-weight: bold;
	height: 80px;
	line-height: 80px !important;
	color: #001a4b;
	font-size: 15px !important;
	background: none;
	padding: 0;
}
.sub .sub-navi ul {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.5;
	color: #000;
	background: #fff;
	border-bottom: solid 1px #d0d9e9;
}
.sub .sub-navi ul li {
	overflow: hidden;
	line-height: 0;
	vertical-align: bottom;
	margin: 0 0;
	padding: 0;
	border-bottom: solid 1px #eee;
}
.sub .sub-navi ul li a {
	display: block;
	background-repeat: no-repeat;
	background-position: 5px 18px;
	background-image: url(../img/common/ic/ic_arrow_f.png);
	padding: 12px 0 12px 25px;
	line-height: normal;
	zoom: 1;
}
.sub .sub-navi ul li a:link, .sub .sub-navi ul li a:visited {
	text-decoration: none;
	color: #111;
}
.sub .sub-navi ul li a:hover {
	color: #17469E !important;
}
.sub .sub-navi ul li a.current {
	color: #00B5E3 !important;
	font-weight: bold;
}
/* ===========================================================

	footer-navi

=========================================================== */
.footer-navi {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 35px 0 35px;
	background: #edf0f4;
	border-top: solid 1px #d0d9e9;
	border-bottom: solid 1px #d0d9e9;
}
.footer-navi-inner {
	clear: both;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
.footer-navi-inner:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.footer-navi-inner {
	zoom: 1;
}
.footer-navi .box {
	float: left;
	display: inline;
	width: 160px;
}
.footer-navi #fot-navi-about {
}
.footer-navi #fot-navi-feature {
	width: 130px;
}
.footer-navi #fot-navi-esg {
	width: 194px;
}
.footer-navi #fot-navi-portfolio {
}
.footer-navi #fot-navi-finance {
	width: 190px;
}
.footer-navi #fot-navi-ir {
	width: 140px;
}
.footer-navi h3 {
	padding: 0;
	margin: 0 30px 10px 0;
	border: none;
	background: none;
	overflow: inherit;
	font-size: 14px;
}
.footer-navi h3 a {
	font-weight: bold;
}
.footer-navi h3 a:link, .footer-navi h3 a:visited {
	text-decoration: none;
	color: #17469e;
}
.footer-navi h3 a:hover {
	text-decoration: none;
	color: #00b5e3;
}
.footer-navi ul {
	font-size: 11px;
	line-height: 1.3;
	margin: 0 20px 0 0;
	padding: 0;
}
.footer-navi ul li {
	margin: 0 0 2px;
	overflow: hidden;
}
.footer-navi ul a {
	background: url(../img/common/ic/ic_arrow_c.png) 0 50% no-repeat;
	padding: 2px 0 2px 10px;
	display: block;
}
.footer-navi a:link, .footer-navi a:visited {
	text-decoration: none;
	color: #303030;
}
.footer-navi a:hover {
	text-decoration: none;
	color: #00b5e3;
}
.footer-navi a.current {
	font-weight: bold;
}
/* ===========================================================

	footer

=========================================================== */
.footer-profile {
	clear: both;
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
	background: #e0e4ea;
}
.footer-profile-inner {
	clear: both;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
.footer-profile h3 {
	float: left;
	display: inline-block;
	padding: 0;
	margin: 0 40px 0 0;
	background-color: inherit;
}
.footer-profile dl {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 18px;
	font-size: 11px;
	width: 500px;
}
.footer-profile dt {
	clear: both;
	float: left;
	width: 8em;
}
.footer-profile dd {
}
.footer-profile p.bt-pagetop {
	/* Scott Kellum Method */
    width: auto;
    height: auto;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
	/* Scott Kellum Method */
	float: right;
	margin: 0;
	padding: 5px 0 0;
}
.footer-profile p.bt-pagetop a {
	width: 44px;
	height: 44px;
	line-height: 44px;
	display: block;
	background-color: #17469e;
	background-image: url(../img/common/ic/ic_pagetop.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.footer-profile p.bt-pagetop a:hover {
	background-color: #00b5e3;
}

/* ===========================================================

	footer

=========================================================== */
.footer {
	clear: both;
	width: 100%;
	padding: 25px 0;
	overflow: hidden;
	background: #17469e;
	color: #fff;
}
.footer-inner {
	clear: both;
	width: 980px;
	margin: 0 auto;
}
.footer ul {
	float: left;
	width: 550px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	padding: 0;
	font-size: 11px;
	line-height: 1
}
.footer ul li {
	display: inline;
	margin: 0;
	padding: 0 10px;
	border-left: solid 1px #d8dbdf;
}
.footer ul li:first-child {
	padding: 0 10px 0 0;
	border-left: none;
}
.footer ul li a {
}
.footer ul li a:link, .footer ul li a:visited {
	color: #fff;
	text-decoration: none;
}
.footer ul li a:hover {
	color: #00a7db;
}
.footer ul li a.current {
	color: #00a7db;
	font-weight: bold;
}
.footer p {
	float: right;
	width: 430px;
	text-align: right;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1;
}
