@charset "utf-8";

/* ==================================
     base
===================================== */
#contentsArea,
#footerLink,
footer .irFooter,
.breadcrumb {
	font-family: Helvetica, Arial, Verdana, Osaka, sans-serif;
}

#wrapper,
footer {
	width: 100%;
	min-width: 1000px;
}

header, 
.globalNav ul,
.breadcrumb ol,
#contentsArea,
#footerLink .row:last-child p,
#footerLink .row:last-child ul,
footer .irFooter .inner {
	width: 980px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

header,
.globalNav ul {
	width: 970px;
}

#contentsArea {
	color: #333;
	background:#fff;
	margin-top: 30px;
	padding: 0 10px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	padding: 0;
}

img {
	border: none;
}

#contentsArea img {
	vertical-align: text-top;
}

#contentsArea p,
#contentsArea .talkList,
#contentsArea .profile {
	line-height: 1.75;
	margin: 0;
}

#contentsArea figure {
	margin: 0;
}

#contentsArea figcaption {
	margin: 5px 0;
}

#contentsArea sup,
#contentsArea sub {
	padding: 0 2px 0 0;
}

#contentsArea sup {
 	vertical-align: baseline;
	position: relative;
	top: -0.75ex;
}

#contentsArea table {
	border-top: #666 1px solid;
	border-collapse: collapse;
	width: 100%;
	margin: 30px 0;
}

#contentsArea th,
#contentsArea td {
	border-bottom: #666 1px solid;
}

#contentsArea th {
	padding: 0;
}

#contentsArea th span {
	background: #c9d9e2;
	display: block;
	margin: 4px 0;
	padding: 3px 0 5px;
}

#contentsArea th span img {
	vertical-align: middle;
}

#contentsArea td {
	text-align: left;
	padding: 10px 0;
}

#contentsArea .leadinfTxt {
	font-weight: 600;
}

dl.notation {
	line-height: 1.4;
}

dl.notation dt {
	width: 1.5em;
	float: left;
	clear: both;
}

dl.notation dd {
	margin-left: 1.5em;
}

#contentsArea a img,
.innerLinkArea li {
	transition: .3s opacity;
}

#contentsArea a:hover img,
.innerLinkArea li:hover,
#contentsArea p a:hover {
	opacity: 0.75;
} 

#contentsArea a:link,
#contentsArea a:hover,
#contentsArea a:visited {
	text-decoration: none;
}

#contentsArea ul li a:hover,
#contentsArea .backtop a:hover,
footer #footerLink a:hover,
footer article a:hover,
.breadcrumb a:hover,
#contentsArea .relationalArea a:hover,
#contentsArea .relationalLink dd a:hover,
#contentsArea p a:link,
#contentsArea p a:hover,
#contentsArea p a:visited {
	text-decoration: underline;
}

/* align */
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.alignL {
	text-align: left;
}
.vAlignC {
	display: table-cell;
	vertical-align: middle;
}

/* margin/padding */
.marginTop0 {
	margin-top: 0 !important;
}

.marginTop25 {
	margin-top: 25px !important;
}



/* ==================================
     font-size
===================================== */
#contentsArea,
.breadcrumb {
	font-size: 16px;
}

/* bede16px(footer:13px)
6px 37.50%
7px 43.80%
8px 50.00%
9px 56.30%
10px 62.50%
11px 68.80%
12px 75.00%
13px 81.30%
14px 87.50%
15px 93.80%
16px 100.00%
17px 106.30%
18px 112.50%
19px 118.80%
20px 125.00%
21px 131.30%
22px 137.50%
23px 143.80%
24px 150.00%
*/


/*40px*/
#contentsArea h1 {
	font-size: 250%;
}

/*27px*/
.valueCopy,
.case #contentsArea h2 {
	font-size: 168.75%;
}

/*24px*/
.message #contentsArea h2 {
	font-size: 150.00%;
}

/*22px*/
.special02 #contentsArea h2 {
	font-size: 137.50%;
}
#contentsArea h1 .subtitleInline,
#contentsArea h1 .subtitle {
	font-size: 54.99%;
}

/*20px*/
.message #contentsArea h2.value, /* */
.cfomessage #contentsArea h2,
.cfomessage #contentsArea h3,
#contentsArea .leadinfTxt {
	font-size: 125.00%;
}

/*18px*/
#contentsArea .relationalArea h2,
ul.linklist_03,
#contentsArea .relationalLink {
	font-size: 112.50%;
}

/*17px*/
.message #contentsArea h3,
.cfomessage #contentsArea h4,
.case #contentsArea h4,

.innerLinkArea,
.bic .quote {
	font-size: 106.30%;
}
#footerLink h2 {
	font-size: 124%;
}

/*16px*/
.special02 #contentsArea h3 {
	font-size: 100%;
}

#footerLink .linklist_01 {
	font-size: 105.3%;
}

/*15px*/
.bic table p {
	font-size: 93.80%;
}

/*14px*/
.breadcrumb ol,
.backtop,
.special02 .captionArea,
#contentsArea figcaption,
#contentsArea .notation {
	font-size: 87.50%;
}

/*12px*/
#contentsArea p sup,
#contentsArea p sub {
	font-size: 75.00%;
}



/* ==================================
     font-color
===================================== */
/*#333*/
#contentsArea a,
#contentsArea a:hover,
#contentsArea a:visited,
.breadcrumb,
.breadcrumb a,
.breadcrumb a:hover,
.breadcrumb a:visited {
	color: #333;
}

/*#4d4d4d*/
footer,
#footerLink a,
#footerLink .row li a:visited,
#footerLink .row li a:hover {
	color: #4d4d4d;
}

/*#fff*/
footer .irFooter,
footer .irFooter a,
footer .irFooter a:visited,
#contentsArea .innerLinkArea a,
.case #contentsArea h2 {
	color: #fff;
}

/*#06c*/
.message #contentsArea h2,
.special02 #contentsArea h2,
#contentsArea .relationalArea .current a,
#contentsArea .relationalArea a:hover,
#contentsArea .leadinfTxt {
	color: #06c;
}

/*#3398ff*/
.special02 #contentsArea .talkList.blue dt,
#contentsArea .blueTxt {
	color: #3398ff;
}

/*#009800*/
.special02 #contentsArea .talkList.green dt {
	color: #009800;
}

/*#005bac*/
.bic .quote,
.bic .quoteName {
	color: #005bac;
}


/* ==================================
     heading：見出し
===================================== */
#contentsArea h1 {
	font-weight: 500;
	line-height: 1.25;
	border-bottom: #06c 6px solid;
	margin: 0 0 30px;
}

#contentsArea h1 .subtitle {
	display: block;
}

#contentsArea h2,
#contentsArea h3 {
	margin: 0;
}



/* ==================================
     col
===================================== */
#contentsArea .row {
	display: table;
	table-layout: fixed;
	position: relative;
	width: 100%;
}

#contentsArea .col {
	display: table-cell;
	padding-right: 20px;
}

#contentsArea .col:last-child {
	padding-right: 0;
}

#contentsArea .size1of2 {
	width: 480px;
}

#contentsArea .size1of3 {
	width: 320px;
}

#contentsArea .size2of3 {
	width: 640px;
}



/* ==================================
     List
===================================== */
.pdf_icon {
	vertical-align: middle !important;
	padding-left: 3px;
	/*margin-top: -5px;*/
}

ul li a.newwin {
	background: url(/about/investors/ir_library/ar/ar2015/img/icon_newwin.png) no-repeat scroll right 0;
	padding: 0 24px 0 0;
}


/*list_01*/
ul.list_01 li {
	background: url(/about/investors/ir_library/ar/ar2015/img/icon_list_01.png) no-repeat scroll left 0.5em;
	padding: 0 0 0 12px;
}

/*list_02*/
ul.list_02 li {
	background: url(/about/investors/ir_library/ar/ar2015/img/icon_disc_01.png) no-repeat 0 0.2em;
	margin: 0 0 5px;
	padding: 0 0 0 17px;
}

/*linklist_01*/
ul.linklist_01 li {
	display: inline-block;
	background: url(/about/investors/ir_library/ar/ar2015/img/icon_linklist_01.png) no-repeat scroll 3px 1.4em;
	padding: 0 0 0 10px;
}

ul.linklist_01 li.newwin {
	background: url(/about/investors/ir_library/ar/ar2015/img/icon_newwin_02.png) no-repeat 0 0.2em;
	padding: 0 0 0 20px;
}

ul.linklist_01 li a {
	display: block;
	padding: 1px 0 0;
}

/*linklist_02*/
ul.linklist_02 li {
	background: url(/about/investors/ir_library/ar/ar2015/img/icon_linklist_02.png) no-repeat scroll left 0.2em;
	padding: 0 0 0 15px;
}

/*linklist_03*/
ul.linklist_03 li a {
	font-weight: 600;
	display: block;
	background: url(/about/investors/ir_library/ar/ar2015/img/icon_arrow_02.png) no-repeat 0 0.05em;
	padding: 0 0 0 35px;
}

.msie8 ul.linklist_03 li a,
.msie9 ul.linklist_03 li a {
	background-position: 0 0;
}

ul.linklist_03.col3 li {
	display: inline-block;
	width: 316px;
	margin-right: 10px;
}

ul.linklist_03.col3 li:nth-of-type(3n) {
	margin-right: 0;
}

/*linklist_04*/
ul.linklist_04 li a {
	background: url(/about/investors/ir_library/ar/ar2015/img/icon_linklist_01.png) no-repeat scroll 0 0.3em;
	display: block;
	padding: 0 0 0 15px;
}


/* ==================================
     .innerLinkArea:ページ内リンクボタン
===================================== */
.innerLinkArea {
	font-weight: 400;
	line-height: 1.15;
	margin: 30px 0 70px;
}

.innerLinkArea li {
	float: left;
	background: #002b60 repeat-y 0 0;
	margin: 0 19px 11px 0;
}

.innerLinkArea.col2 li {
	width: 480px;
	background-image: url(/about/investors/ir_library/ar/ar2015/img/bg_btn_02.png);
}

.innerLinkArea.col3 li {
	width: 314px;
	background-image: url(/about/investors/ir_library/ar/ar2015/img/bg_btn_01.png);
}

.innerLinkArea.col2 li:nth-of-type(2n),
.innerLinkArea.col3 li:nth-of-type(3n) {
	margin-right: 0;
}

.innerLinkArea a {
	display: table;
	width: 100%;
	box-sizing: border-box;
	background: url(/about/investors/ir_library/ar/ar2015/img/icon_arrow_03.png) no-repeat 8px center;
	padding: 10px 10px 10px 40px;
}

.innerLinkArea a span {
	vertical-align: middle;
	display: table-cell;
}

#contentsArea .innerLinkArea a:hover {
	text-decoration: none;
}



/* ==================================
     .relationalLink:
===================================== */
#contentsArea .relationalLink {
	background: #ebebeb;
	border: #ccc 1px solid;
	padding: 10px 20px 5px;
}

#contentsArea .relationalLink dt {
	font-weight: 600;
	width: 170px;
	float: left;
	clear: both;
}

#contentsArea .relationalLink dd {
	margin: 0 0 5px 170px;
}

#contentsArea .relationalLink.multi dd {
	display: inline-block;
	margin: 0 20px 5px 0;
}

#contentsArea .relationalLink dd a {
	display: block;
	background: url(/about/investors/ir_library/ar/ar2015/img/icon_linklist_01.png) no-repeat 5px 0.35em;
	padding: 0 0 0 25px;
}

#contentsArea .relationalLink dd.newwin a {
	background: url(/about/investors/ir_library/ar/ar2015/img/icon_newwin_02.png) no-repeat 0 0.25em;
}



/* ==================================
     .profile
===================================== */
#contentsArea .profile {
	margin: 10px 0 0;
}

#contentsArea .profile caption {
	font-weight: 600;
	text-align: left;
	border-bottom: #ccc 1px solid;
}

#contentsArea .profile th,
#contentsArea .profile td {
	font-weight: normal;
	text-align: left;
	border: none;
	padding: 0;
}


/* ==================================
     .colorBox
===================================== */
#contentsArea .colorBox {
	background: #d4e1e8;
	margin: 20px 0;
	padding: 10px 15px 15px;
}

#contentsArea .colorBox>:first-child {
	margin-top: 0;
}

#contentsArea .colorBox>:last-child {
	margin-bottom: 0;
}


/* ==================================
     .borderBox
===================================== */
#contentsArea .borderBox {
	border-top: #06c 1px solid;
	border-left: #06c 1px solid;
}

#contentsArea .borderBox .inner {
	margin: 15px 0 0 20px;
}


/* ==================================
     .backtop:「ページトップへ」リンク
===================================== */
#contentsArea .backtop {
	line-height: 1;
	text-align: right;
	margin: 25px 0 45px;
}

#contentsArea .backtop a {
	display: inline-block;
	min-height: 12px;
	background: url(/about/investors/ir_library/ar/ar2015/img/icon_arrow_01.png) no-repeat 0 center;
	padding: 0 0 0 20px;
}


/* ==================================
     breadcrumb:パンくず
===================================== */
.breadcrumb {
	border-bottom: #ccc 1px solid;
}

.breadcrumb ol {
	list-style: none;
	margin: U0;
	padding: 7px 0 8px;
}

.breadcrumb li {
	display: inline-block;
}

.breadcrumb li:after {
	content: ">";
	margin: 0 0 0 5px;
}

.breadcrumb li.current:after {
	content: "";
}

.breadcrumb a {
	text-decoration: none;
}



/* ==================================
     .message:トップメッセージページ
===================================== */
.message #contentsArea>section {
	border-top: #333 1px solid;
}

.message #contentsArea h2 {
	font-weight: 600;
	line-height: 1.27;
	margin: 10px 0 25px;
}

.message #contentsArea h3 {
	margin: 40px 0 15px;
}

.message #contentsArea figure {
	margin: 0 0 30px;
}

/*国内外の評価機関からの評価*/
.message .evaluation{
	margin-top:30px;
}

.message #contentsArea .tableEvaluation{
	margin: 0 0 10px;
}

.message #contentsArea .tableEvaluation caption{
	text-align:left;
	padding-bottom:2px;
}
.message #contentsArea .tableEvaluation th{
	background-color:#c9d9e2;
	border-right:#666 1px solid;
}

.message #contentsArea .tableEvaluation td{
	padding-left:10px;
}

.message .valueCopy{
	font-weight:bold;
}



/* ==================================
     .cfomessage:CFOメッセージページ
===================================== */
.cfomessage #contentsArea>section>section {
	border-top: #06c 1px solid;
	margin: 7px 0 0;
}

.cfomessage #contentsArea h2,
.cfomessage #contentsArea h3 {
	font-weight: 600;
	line-height: 1.8;
}

.cfomessage #contentsArea h3 {
	margin: 7px 0;
}

.cfomessage #contentsArea h2 img,
.cfomessage #contentsArea h3 img {
	float: left;
}

.cfomessage #contentsArea h2 span,
.cfomessage #contentsArea h3 span {
	line-height: 1.4;
	display: block;
	width: 925px;
	margin: 0 0 0 55px;
	padding: 11px 0;
}

.cfomessage #contentsArea h4 {
	margin: 40px 0 15px;
}

.cfomessage #contentsArea section figure {
	margin: 25px 0 0;
}

.cfomessage #contentsArea .innerLinkArea a span {
	vertical-align: baseline;
}



/* ==================================
     .special01:特集1トップページ
===================================== */
.special01 #contentsArea .contents-inner img {
	vertical-align: middle;
}

.special01 #contentsArea .size1of3 {
	width: 327px;
	padding: 0;
}

.special01 #contentsArea .size1of3:nth-of-type(2) {
	width: 326px;
}


/* ==================================
     .case:特集1 事例紹介ページ
===================================== */
.case #contentsArea h2 {
	font-weight: 600;
	line-height: 1.4;
	background: #002b60 url(/about/investors/ir_library/ar/ar2015/img/bg_heading_01.png) repeat-y 0 0;
	margin: 0 0 13px;
	padding: 11px 20px;
}

.case #contentsArea h4 {
	font-weight: 600;
	margin: 0 0 10px;
}


/* ==================================
     .bic:特集1 BICページ
===================================== */
.bic #contentsArea h2 {
	margin: 30px 0 0;
}

.bic #contentsArea table p,
.bic #contentsArea table ul li {
	line-height: 1.5;
	margin: 0 5px 0 15px;
}

.bic #contentsArea table ul {
	margin-left: 1em;
}

.bic #contentsArea table ul li {
	font-size: 93.8%;
	list-style-type: disc;
}

.bic #contentsArea .quote,
.bic #contentsArea .quoteName {
	width: 370px;
	position: relative;
	padding: 10px 20px 0 25px;
}

.bic #contentsArea .quote:before,
.bic #contentsArea .quote:after {
	content: "";
	display: block;
	width: 20px;
	height: 15px;
	position: absolute;
	background: no-repeat 0 0;
}

.bic #contentsArea .quote:before {
	background-image: url(/about/investors/ir_library/ar/ar2015/img/icon_quote_01.png);
	left: 0;
	top: 0;
}

.bic #contentsArea .quote:after {
	background-image: url(/about/investors/ir_library/ar/ar2015/img/icon_quote_02.png);
	right: 0;
	bottom: 0;
}

.bic #contentsArea .quoteName {
	text-align: right;
	padding-top: 0;
}



/* ==================================
     .special02:特集2ページ
===================================== */
.special02 #contentsArea h2,
.special02 #contentsArea h3,
.special02 #contentsArea .talkList dt {
	font-weight: 600;
}

.special02 #contentsArea h2 {
	border-bottom: #06c 1px solid;
	margin: 0 0 10px;
}

.special02 #contentsArea h3 {
	line-height: 2.14;
}

.special02 #contentsArea h3:before {
	font-weight: normal;
	content: "———";
	margin: 0 5px 0 0;
}

.special02 #contentsArea .captionArea .size1of2 {
	line-height: 1.5;
	padding-top: 10px;
	width: 380px;
}

.special02 #contentsArea .captionArea .size1of2:first-child {
	padding-right: 220px;
}

.special02 #contentsArea figure.size1of3  {
	text-align: right;
}

.special02 .talkList dt,
.special02 .talkList dd {
	display: inline;
	margin: 0;
}

.special02 .talkList dt {
	display: inline-block;
	min-width: 5em;
	margin-right: 0.5em;
}


/* ==================================
     .relationalArea:関連ページへのリンク
===================================== */
#contentsArea .relationalArea {
	margin: 25px 0 70px;
}

#contentsArea .relationalArea h2 {
	color: #333;
	font-weight: 600;
	background: none;
	border-bottom: 1px dotted #06c;
	margin: 35px 0 10px;
	padding: 3px 0;
}

#contentsArea .relationalArea h2 a {
	display: block;
}


/* ==================================
     header
===================================== */
.configUnit {
	font: small Arial, Helvetica, sans-serif;
}

header div.svgSwitch .leftBox p.siteNameFull {
	margin-top: 32px;
}


/* ==================================
     globalNav
===================================== */
.globalNav {
	position: relative;
	background: #fff;
	border-bottom: solid 1px #c1c1c1;
}

.msie8 .globalNav:after {
	background: none;
}

.globalNav ul {
	display: table;
	height: 30px;
	padding-bottom:18px;	
}

.globalNav ul li:first-child,
.globalNav ul li {
	border-right: solid 1px #c1c1c1;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 184px;
}

.msie9 .globalNav ul li {
	width: 182px;
}

.globalNav ul li:first-child {
	width: 43px;
	border-left: solid 1px #c1c1c1;
}

.globalNav ul li {
	border-right: solid 1px #c1c1c1;
}

.globalNav ul li a,
.globalNav ul li span {
	line-height: 30px;
	display: block;
	cursor: auto;
}

.globalNav ul li:first-of-type a {
	cursor: pointer;
}

.globalNav ul li a img,
.globalNav ul li span img {	
	vertical-align: middle;
}



/* ==================================
     #footerLink
===================================== */
#footerLink {
	line-height: 1.3;
	background: #e5e5e5;
	margin: 0px auto;
}

#footerLink .row {
	background: #e5e5e5;
	clear: both;
	overflow: hidden;
	box-sizing: border-box;
	width: 980px;
	display: flex;
	margin: 0 auto;
	padding: 0;
}

#footerLink .row:last-child {
	width: 100%;
	border-top: solid 1px #adadad;
	display: block;
}

#footerLink .row:last-child ul {
	box-sizing: border-box;
	padding: 10px 30px;
}

#footerLink .row:last-child p {
	font-size: 12px;
	box-sizing: border-box;
	padding: 10px 30px 0;
}

.msie9 #home #footerLink .row {
	display: table;
}

#footerLink .row h2 {
	font-weight: bold;
	border-bottom: solid 4px #adadad;
	padding: 30px 0 0 15px;
}

#footerLink .row h2:last-child {
	margin-bottom: 0;
}

#footerLink .row h2 a {
	display: block;
	background: url(/about/investors/ir_library/ar/ar2015/img/icon_linklist_01.png) no-repeat scroll 3px 0.35em;
	padding: 0 0 0 15px
}

#footerLink .row div {
	margin: 0;
	padding: 0 30px 5px 0;
	border-right: solid 1px #adadad;
}

#footerLink .row div:last-child {
	margin: 0 0 0 0;
	border-right: none;
}

#footerLink .row div ul {
	margin-left: 30px;
}

#footerLink .row div ul li {
	display: block;
	padding: 14px 0 14px 12px;
	border-bottom: #adadad 1px dotted;
}

#footerLink .row div ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

#footerLink .col_1of4 {
	width: 215px;
	display: table-cell;
}

#footerLink .row .pdfBox {
	width: 438px;
	border: 1px solid #8297c9;
	padding: 15px 15px 15px;
}

#footerLink .row .pdfBox ul li {
	padding-top: 2px;
	padding-bottom: 2px;
}

#footerLink .row .pdfBox ul li a {
	font-weight: bold;
}

#footerLink .row .pdfBox p {
	padding: 0px;
}


/* ==================================
     footer
===================================== */
footer {
	background-color: #094ec0;
	margin: 0 auto;
	padding-top: 0px;
	clear: both;
	overflow: hidden;
}

footer .irFooter .inner {
	box-sizing: border-box;
	padding: 14px 30px;
}

footer .irFooter article {
	width: 500px;
	float: left;
}
footer .irFooter article ul li {
	display: inline-block;
	padding: 2px 12px 0px 10px;
	background: url(/about/investors/ir_library/ar/ar2015/img/icon_linklist_03.png) no-repeat scroll left center;
}

footer .irFooter article .rightNav {
	display: none;
}

footer .irFooter p.copyright {
	border: none;
	float: right;
	margin: 0;
	padding: 0;
}

footer .irFooter p.copyright small {
	color: #fff;
}



/* ==================================
     clearfix
===================================== */
.row:after,
.irFooter:after,
.innerLinkArea:after,
ul.linklist_03:after,
.cfomessage #contentsArea h2:after,
.cfomessage #contentsArea h3:after,
.relationalLink:after {
    content: "";
    display: block;
    clear: both;
}

footer .ot-sdk-show-settings{
	color: #fff!important;
}

footer .ot-sdk-show-settings:hover {
	color: #fff!important;
	text-decoration: underline;
}