@charset "shift-jis";

#header .gnav{background: #ffffff;}

.bg_h1Title{
    width: 100%;
    height: 0;
    position: relative;
    background-size: cover !important;
    padding-top: calc(400 / 1920 * 100%);
    margin-top: 64px;
}
.bg_h1Title.index{ background:url(../img/bg_h1_index.jpg) no-repeat;}
.bg_h1Title.information{ background:url(../img/bg_h1_information.jpg) no-repeat;}
.bg_h1Title.howto{ background:url(../img/bg_h1_howto.jpg) no-repeat;}
.bg_h1Title.finance{ background:url(../img/bg_h1_finance.jpg) no-repeat;}
.bg_h1Title.contact{ background:url(../img/bg_h1_contact.jpg) no-repeat;}
.bg_h1Title.library{ background:url(../img/bg_h1_library.jpg) no-repeat;}
.bg_h1Title.management{ background:url(../img/bg_h1_management.jpg) no-repeat;}
.bg_h1Title.shareholders{ background:url(../img/bg_h1_shareholders.jpg) no-repeat;}
.bg_h1Title.stock{ background:url(../img/bg_h1_stock_bond.jpg) no-repeat;}

.bg_h1Title .mainvisual-catch{
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    color: #ffffff;
}
h1.pageTitle{
    font-size: 55px;
    font-family: forma-djr-text, sans-serif;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 640px) {
.bg_h1Title.index{ background:url(../img/bg_h1_index_sp.jpg) no-repeat;}
.bg_h1Title.information{ background:url(../img/bg_h1_information_sp.jpg) no-repeat;}
.bg_h1Title.howto{ background:url(../img/bg_h1_howto_sp.jpg) no-repeat;}
.bg_h1Title.finance{ background:url(../img/bg_h1_finance_sp.jpg) no-repeat;}
.bg_h1Title.contact{ background:url(../img/bg_h1_contact_sp.jpg) no-repeat;}
.bg_h1Title.library{ background:url(../img/bg_h1_library_sp.jpg) no-repeat;}
.bg_h1Title.management{ background:url(../img/bg_h1_management_sp.jpg) no-repeat;}
.bg_h1Title.shareholders{ background:url(../img/bg_h1_shareholders_sp.jpg) no-repeat;}
.bg_h1Title.stock{ background:url(../img/bg_h1_stock_bond_sp.jpg) no-repeat;}
    
.bg_h1Title{
	    padding-top: calc(500 / 750 * 100%);
    }
 h1.pageTitle{font-size: 6vw;}
.bg_h1Title p{font-size: 2vw; padding-top: 2vw;}
    
}


/* IRナビゲーション
****************************************************************/
#ir-nav{
    background: #e3e3e3;
    color: #fff;
    width: 100%;
    position: fixed;
    z-index: 1;
}
#ir-nav nav li a{
	color: #000;
	display: block;
	padding: 20px 10px;
}
#ir-nav nav li a:nth-first{
	padding-left: 0;
}
#ir-nav nav li.active a{
	color: #D8000F;
  background: #ccc;
}
#ir-nav nav li a:hover{
	text-decoration: underline;
}

#ir-nav nav li .ulNav{
  display: none;
  position: absolute;width: 100%;left: 0;
  background: #ccc;
  text-align: center;
}
#ir-nav nav li .ulNav li{display: inline-block;}
#ir-nav nav li .ulNav li a{color: #000;padding: 20px 16px;}
#ir-nav nav li .ulNav li a.current{color: #D8000F;}
#ir-nav nav li .ulNav li a:before{
  content:'';
  display: inline-block;
  border: 5px solid #ccc;
  border-left-color: #D8000F;
  margin-right: 6px;
}


@media screen and (min-width: 641px) {
	#ir-nav{top: 64px;}
	#ir-nav nav{
	    width: 1200px;
	    margin: 0 auto;
	}
	#ir-nav nav li{
		display: inline-block;
	}

	#nav-toggle{display: none;}
  #ir-nav nav li.active .ulNav{display: block;}
}


@media screen and (max-width: 640px) {
	#nav-toggle{
		background: #e3e3e3;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: fixed;
		width: 100%;
		z-index: 999;
	}
  #ir-nav nav ul{text-align: left;}
  #ir-nav nav li>a,
  #ir-nav nav li>span{
    display: block;
    padding: 14px 1em;
  }
	#ir-nav nav li a{
    color: #fff;
  }
  #ir-nav nav li .ulNav{position: relative;}
  #ir-nav nav li .ulNav li{
    display: block;
    text-align: left;
    border-bottom: none;
    border-top: 1px solid #777;
    background: #ccc;
  }
  #ir-nav nav li .ulNav li a{padding: 14px 1em;}
  #ir-nav nav li .ulNav li a:before{
    border: 2px solid #777;
    border-left: none;
    border-bottom: none;
    margin-right: 0;
  }
  #ir-nav nav li span.js-acc{position: relative;}
	#ir-nav nav li span.js-acc:before,
  #ir-nav nav li span.js-acc:after{
    display: block;
    content: "";
    position: absolute;
    top: 46%;
    right: 10px;
    width: 16px;
    height: 2px;
    background: #fff;
    visibility: visible;
  }
  #ir-nav nav li span.js-acc:after{
    transform: rotate(90deg);
  }
  #ir-nav nav li span.js-acc.open:after{
    display: none;
  }
  
	#nav-toggle .nav-title{padding-left: 1em;font-size: 14px;}
	#nav-toggle .ir-menu{
		font-size: 12px;
		position: relative;
		padding: 1.5em 1em;
		background: #515151;
    color: #fff;
	}
	#nav-toggle .ir-menu:before{
		content: "";
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(135deg);
		position: absolute;
		right: 13px;
		bottom: 8px;
		width: 6px;
		height: 6px;
		left: 50%;
		margin-left: -3px;
	}
	#nav-toggle.open .ir-menu:before{display: none;}
	#nav-toggle.open .ir-menu span{visibility: hidden;position: relative;}
	#nav-toggle.open .ir-menu span::before,
	#nav-toggle.open .ir-menu span::after {
		display: block;
		content: "";
		position: absolute;
		top: 40%;
		left: 50%;
		width: 60%;
		height: 20%;
		margin: 5% 0 0 -30%;
		background: #fff;
		visibility: visible;
	}
	#nav-toggle.open .ir-menu span::before {
		transform: rotate(-45deg);
	}
	#nav-toggle.open .ir-menu span::after {
		transform: rotate(45deg);
	}


	#ir-nav{
	    background: rgba(0,0,0,.8);
	    color: #fff;
	    position: fixed;
	    z-index: 990;
	    visibility: hidden;
	    font-size: 14px;
	    opacity: 0;
	    transition: opacity .6s ease, visibility .6s ease;
	    height: 100%;
	}
	#ir-nav.open  {
	    visibility: visible;
	    opacity: 1;
	}
	#ir-nav ul li {
		background-color: #535353;
		border-bottom: 1px solid #777;
		position: relative;
	}

	#ir-nav ul li a:before{
		content: "";
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		right: 13px;
		top: 50%;
		width: 6px;
		height: 6px;
		margin-top: -5px;
	}

}
#main{
    padding: 0;    
}
/*
****************************************************************/

#ir_c {
	width: 980px;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	overflow: hidden;
	}

#ir_lnavi {
	width: 200px;
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: left;
	}
	
#ir_cr {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	float: left;
	text-align: left;
	}

#btn_iren {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	margin: 0px 0px 20px 0px;
	padding: 8px 0px 8px 10px;
	clear: both;
	font-size: 13px;
	font-weight: bold;
	line-height: 0.9em;
	background: #000000;
	text-align: left;
	}
#btn_iren a {
	padding: 0px 0px 0px 20px;
	background: url(../img/btn_iren.gif) no-repeat 1px;
	color: #ffffff;
}

#btn_ir {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	clear: both;
	}

#chart {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	clear: both;
	}

.lnav_title {
	margin: 0px;
	padding: 10px 0px;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8em;
	color: #ffffff;
	background: #000000;
	text-align: center;
	}

.lnav_title a{
	color: #ffffff;
}

#ir_lnavi ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	list-style: none;
	}

#ir_lnavi ul li {
	width: 178px;
	margin: 0px;
	padding: 10px;
	clear: both;
	font-size: 14px;
	line-height: 1.8em;
	background: #f4f4f4;
	text-align: left;
	border: solid 1px #dedede;
	border-top: none;
	display: inline-block;
	}

#ir_lnavi ul li.lev2 {
	width: 178px;
	margin: 0px;
	padding: 10px 0px 10px 20px;
	clear: both;
	font-size: 13px;
	line-height: 1.3em;
	background: #ffffff;
	text-align: left;
	border: solid 1px #dedede;
	border-top: none;
	display: inline-block;
	}

#ir_lnavi ul li.sb {
	margin: 0px;
	padding: 0px 0px 10px 10px;
	clear: both;
	font-size: 13px;
	line-height: 1em;
	text-align: left;
	background: none;
	border: none;
	display: inline-block;
	}
	
#ir_lnavi ul li a.current {
	color: #D3131C;
}

#calendar {
	margin: 0px;
	padding: 10px;
	clear: both;
	border: solid 1px #cccccc;
	border-top: none;
	}

#calendar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#calendar ul li {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	clear: both;
	font-size: 13px;
	line-height: 1.8em;
	text-align: left;
	display: inline-block;
	border: none;
	background: none;
	}

#calendar ul li.lis {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	clear: both;
	font-size: 13px;
	line-height: 1.8em;
	text-align: right;
	display: inline-block;
	border: none;
	background: none;
	}

.a_ic {
	background-image: url("../img/a_mi.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	}

#message {
	width: 736px;
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #ffffff;
	clear: both;
	}

#menu {
	width: 736px;
	margin: 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
	}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#menu ul li {
	width: 367px;
	margin: 0px;
	padding: 0px;
	border-left: solid 1px #ffffff;
	float: left;
	}

#menu ul li.mt {
	width: 337px;
	margin: 0px;
	padding: 5px 15px;
	font-size: 14px;
	line-height: 1.8em;
	background: #dad8cc;
	text-align: left;
	border-left: solid 1px #ffffff;
	float: left;
	}


.ir_banner li img{max-width: 100%;}
@media screen and (min-width: 641px) {
	.ir_banner{font-size: 0;}
	.ir_banner li{display: inline-block; margin-right: 20px;}
	.ir_banner li:last-child{margin-right: 0;}
}
@media screen and (max-width: 640px) {
	.ir_banner li{margin-bottom: 1.5em;}
	.ir_banner li:last-child{margin-bottom: 0;}
	.ir_banner li img{width: 100%;}
}


.rw {
	margin: 40px 0px 0px 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
	}
.rtitl,
.rtitr{
  -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.rtitl {
	width: 200px;
	height: 30px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8em;
	text-align: left;
	border-bottom: solid 3px #d8000f;
	}

.rtitr {
	width: calc(100% - 200px);
	height: 30px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: right;
	border-bottom: solid 3px #e2e2e2;
	}

.rtitr ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

.rtitr ul li {
	margin: 0px 0px 0px 20px;
	padding: 5px 0px 0px 0px;
	float: right;
	font-size: 12px;
	line-height: 1.8em;
	text-align: right;
	}

.rss_m {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.8em;
	text-align: right;
	color: #fb811e;
	}

#top_table {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	border: none;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.8em;
	text-align: left;
	}

#top_table dt {
	width: 205px;
	margin: 0px;
	float: left;
	clear: left;
	background-color: #ffffff;	
	}

#top_table dt img{
	vertical-align: middle;
	margin:0px 0px 0px 10px;
}
#top_table dd {
	margin-bottom: 10px;
	padding-left: 215px;
	}
#top_table dd img{
	vertical-align: middle;
	margin:0px 0px 0px 5px;
}

#top_table dt span.info {
	background: url(../img/icon_info.jpg) no-repeat left 0.15em;
	padding-left:87px;
	}

#top_table dt span.ir {
	background: url(../img/icon_ir.jpg) no-repeat left 0.15em;
	padding-left:87px;
	}

.ir_news{
	margin-top:12px;
}
.ir_news #top_table dt {
	float:left;
	display:block;
	width: 130px;
}
.ir_news #top_table dd {
	float:left;
	width:585px;
	display:block;
	padding-left: 0px;
}

.i_new {
	background-image: url("../img/i_new.jpg");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	}

.i_pdf {
	background-image: url("../img/i_pdf.jpg");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 22px;
	}

#info_table {
	margin: 20px 0px 50px 0px;
	padding: 0px; 
	border: none;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.8em;
	text-align: left;
	}

#info_table dt {
	width: 135px;
	margin: 0px;
	float: left;
	clear: left;
	background-color: #ffffff;	
	}

#info_table dd {
	margin-bottom: 20px;
	padding-left: 150px;
	}


#info_table img {
	margin:0 0 8px 5px;
}

.ir_menu {
	width: 49%;
	height: 120px;
	display: block;
	padding: 0px;
	margin: 0 5px 15px 0;
	background-repeat: no-repeat;
	position: relative;
	float:left;
}

.ir_menu span.title {
	font-size:14px;
	background:url(../img/icon_menu01.gif) 10px center no-repeat;
	background-color:#e4e4e4;
	padding:7px 10px 8px 40px;
	border-bottom:1px solid #ddd;
	display:block;}

.ir_menu span.caption {
	font-size:12px;
	width: 90%;
	position: absolute;
	top: 50px;
	left: 24px;
	line-height: 1.5em;
}

.ir_menu a, .ir_menu a:hover {
	border:1px solid #ddd;
	display: block;
	width: 100%;
	height: 120px;
	color: #000;
	text-decoration: none;
}
.ir_menu a:hover {
	color:#888888;
}


.a_mb {
	background-image: url("../img/a_mb.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	}

#date {
	width: 736px;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
	font-size: 13px;
	line-height: 1.8em;
	text-align: right;
	}

div#sh_contents_btn_about {
cursor:pointer;
margin-bottom: 16px;
text-decoration: none;
border: 1px solid #ddd;
background: -moz-linear-gradient(top,  rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.10)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}

div#sh_contents_btn_about a {
display: block;
padding:40px 30px 40px 10px;
color:#4C4C4C;
text-decoration: none;
}

div#sh_contents_btn_about a:hover {
text-decoration: none;
}

div#sh_contents_btn_about span.title {
font-size:14px;
background: url(../img/icon_menu01.gif) no-repeat  0px;
text-decoration: none;
padding-left:35px;
padding-right:20px;
padding-top:5px;
padding-bottom:5px;
display: inline-block;  
color:#4C4C4C;
}

div#sh_contents_btn_about span.caption {
font-size:14px;
text-decoration: none;
color:#4C4C4C;
}

p#sh_contents_link a {
background: url(../img/arrow_menu.gif) no-repeat left center;
padding-left: 14px;
}





div#library_index dl dt {
clear: left;
float: left;
width: 140px;
padding: 0 0 0 0px;
}

div#library_index dl dd {
padding: 0 0 0 140px;
}

div#library_index dl dd a {
line-height: 170%;
padding-top: 3px;
padding-bottom: 3px;
}

div#library_index dl dd a.pdf {
line-height: 170%;
background: url(../img/icon_pdf.gif) no-repeat 3px 3px;
padding-left: 20px;
}

div#library_index dl dd a.movie {
line-height: 170%;
background: url(../img/icon_movie.gif) no-repeat 3px 3px;
padding-left: 20px;  
}

div#library_index dl dd a.xls {
line-height: 170%;
background: url(../img/icon_excel.gif) no-repeat 3px 3px;
padding-left: 20px;   
}

div#library_index dl dd a.null {
line-height: 170%;
background: url(../img/icon_null.gif) no-repeat 3px 3px;
padding-left: 20px;    
}

div#library_index dl dd a.in {
line-height: 170%;
background: url(../img/icon_link_inner.gif) no-repeat 3px 3px;
padding-left: 20px; 
}

div#library_index dl dd a.ou {
line-height: 170%;
background: url(../img/icon_link_blank.gif) no-repeat 3px 3px;
padding-left: 20px;   
}

div#library_contents_btn {
background: url(../../shareholders/img/bg_shareholders_contents_btn.gif) no-repeat left top;
width: 310px;
height: 60px;
position: relative;
margin-bottom: 10px;
}

div#library_contents_btn a {
display: block;
width: 310px;
height: 60px;
color: #000;
}

div#library_contents_btn a:hover {
text-decoration: none;
color: #000;
}

div#library_contents_btn span.title {
position: absolute;
top: 20px;
left: 20px;
background: url(../../shareholders/img/arrow_contents_btn.gif) no-repeat left center;
padding-left: 16px;	
font-size: 80%;
}



.library_yymmdd{
margin:10px 0 0px 0;width:145px;float:left;
}
.library_txt{
margin:10px 0 10px 0;width:560px;float:left;
}

.library_txt0{
margin:0 0 10px 145px;width:560px;float:left;
}
#ir_contents .librarytitle{
font-size:1.2em;
border-bottom: 1px dotted #999;
}


ul#library_result {
padding:0 0 0px 0px;
margin:0 0 10px 5px;
}

ul#library_result li{
	margin-left:18px;
	margin-bottom:6px;
	clear:both;
}

* html ul#library_result li {
height: 24px;
}

ul#library_result li span img {
margin-left: 3px;
vertical-align: baseline;
}

* html ul#library_result li span img {
border-top: 5px solid #ffffff;
}

ul#library_result li a {
padding-top: 2px;
padding-bottom: 2px;
}


ul#library_result li span span img {
vertical-align: 0px;
}

ul#library_result li span span {
vertical-align: baseline;
}

table#shareholder_table {
width: 100%;
margin-top: 0px;
margin-bottom: 5px;
border-collapse: collapse;
}

table#shareholder_table th {
padding-top: 7px;
padding-right: 9px;
padding-bottom: 7px;
padding-left: 9px;
border: 1px solid #d8d8d8;
font-weight: bold;
text-align: center;
background: #eee;
}

table#shareholder_table td {
padding-top: 13px;
padding-right: 18px;
padding-bottom: 10px;
padding-left: 18px;
border: 1px solid #d8d8d8;
vertical-align: top;
text-align: left;
}

td.file {
}

td.file ul {
margin-bottom: 0px;
}

table.shareholder_layout{
	width:100%;
	margin-bottom:30px;
}

table.shareholder_layout th{
	text-align:left;
	padding:0 20px 0 0;}

table.shareholder_layout td{
	padding:0;
	width:100%;
}

table.shareholder_layout .box01{
	border-top:1px dotted #999;}

table.shareholder_layout .box01 th{
	font-weight:bold;
}

table.shareholder_layout .box01 th,
table.shareholder_layout .box01 td{
	border-bottom:1px dotted #999;
	padding:15px 5px;
	width:auto;}

ul.ir-sitemap,ul.ir-sitemap ul {
list-style-type:none;
margin:0;
padding:0;
}
ul.ir-sitemap li div.arrow{
padding: 0 0 0 10px;
background: url(../img/arrow_menu.gif) 0 0.45em no-repeat;
}

*+html body ul.ir-sitemap li a {
display:inline-block ;
}

* html body ul.ir-sitemap li a {
display:inline-block ;
}

ul.ir-sitemap-level03 {
_width:610px;
}
ul.ir-sitemap-level03 li {
margin-right:10px;
}

div.ir-sitemap-level01 {
margin-top:10px;
padding:3px;
}
div.ir-sitemap-level02 {
margin:0;
padding:5px 0 5px 20px;
background: url(../img/level02.gif) repeat-y left center;
}
div.ir-sitemap-level02Last {
margin:0;
padding:10px 0 5px 20px;
background: url(../img/level02_last.gif) no-repeat left center;
}

div.ir-sitemap-level03 {
margin:0;
padding:0 0 0 40px;
background: url(../img/level03_repeat.gif) repeat-y left center;
}

div.ir-sitemap-level03Last {
margin:0;
padding:0 0 0 40px;
background: url(../img/level03_last.gif) no-repeat left center;
}

div#faq_box {
width: 99%;
padding: 0px;
margin-top: 0px;
margin-bottom: 20px;
margin-left:2px;
}

ul#faq_tab {
list-style-type: none;
}


ul#faq_tab li{
float: left;
width:33.33333%;
/zoom:1;
}
ul#faq_tab li a{ margin-right:1px;}

ul#faq_tab li.stocks a {margin-right:0;}


ul#faq_tab li a {
display: block;
padding: 10px 10px 8px;
background-color: #eee;
text-align: center;
zoom:1;
/z-index:10;
}

ul#faq_tab li.lst0 a {
border:none;
/z-index:1;
}

ul#faq_tab li a {
text-decoration: none;
color: #666;
font-weight: normal;
}

ul#faq_tab li a:hover{
background-color: #ddd;
}
ul#faq_tab li.current a {
background-color: #ddd;
font-weight: bold;
}

div#faq_box div#faq_qlist {
clear: both;
margin: 0px 1px 0 0px;
padding: 10px 10px 10px 10px;
border-left: 1px solid #d8d8d8;
border-right: 1px solid #d8d8d8;
border-bottom: 1px solid #d8d8d8;
}

div#faq_qlist ul {
margin: 0;
padding: 0 5px 0 10px;
display: inline-block;
list-style-type: none;
}

div#faq_qlist ul:after {
content: ".";  
display: block;  
visibility: hidden;  
height: 0.1px;  
font-size: 0.1em;  
line-height: 0;  
clear: both;
}

div#faq_qlist ul li {
padding-left: 16px;
margin-bottom:5px;
background: url(../img/icon_question.gif) no-repeat 0 4px;
}

div#faq_qlist ul li img {
vertical-align: middle;
margin-right: 5px;
}

dl#faq_alist {
margin-left: 20px;
}

dl#faq_alist dt {
margin-left: 0px;
padding-left: 16px;
margin-right: 60px;
margin-bottom:5px;
background: url(../img/icon_question.gif) no-repeat 0 4px;
}

dl#faq_alist dd {
margin-bottom: 20px;
padding-left: 16px;
margin-right: 20px;
margin-left:0px;
background: url(../img/icon_answer.gif) no-repeat 0 4px;
}

dl#faq_alist dd ul {
margin-bottom: 5px;
}

dl#faq_alist dd ul li {
font-size: 100%;
}

dl#faq_alist img {
vertical-align: middle;
margin-right: 5px;
}


.highlight_table {
width: 100%;
margin-top: 0px;
margin-bottom: 5px;
border-collapse: collapse;
}

.highlight_table th {
padding-top: 5px;
padding-right: 7px;
padding-bottom: 5px;
padding-left: 7px;
border: 1px solid #d8d8d8;
font-weight: bold;
text-align: center;
background: #eee;
}

.highlight_table td {
padding-top: 5px;
padding-right: 7px;
padding-bottom: 5px;
padding-left: 7px;
border: 1px solid #d8d8d8;
vertical-align: top;
text-align: right;
}

.highlight_table td.title {
text-align: left;
}

.highlight_table td.titleL {
text-align: left;
font-weight: bold;
}

.highlight_graph_table {
width: 100%;
margin-top: 20px;
margin-right: 5px;
margin-bottom: 5px;
margin-left: 5px;
border-collapse: collapse;
}

.highlight_graph_table th {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
border: none;
font-weight: bold;
text-align: left;
background: none;
}

.highlight_graph_table td {
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 0px;
border: none;
text-align: left;
}



.highlight_graph_table_cell {
width: 100%;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
border-collapse: collapse;
}

.highlight_graph_table_cell th {
font-size:12px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
border: none;
font-weight: bold;
text-align: left;
background: none;
}

.highlight_graph_table_cell td {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
border: none;
vertical-align: top;
text-align: left;
}

.highlight_graph_table_cell_blank td {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
border: none;
vertical-align: top;
text-align: left;
width:200px;
}

.highlight_graph_table_cell h5 {
margin-left: 0px;
}

.highlight_graph_table_cell td p.notice {
margin-left: 30px;
}
.highlight_graph_table_cell td p.center {
text-align: center;
}
.highlight_graph_table_cell td p.notice_right {
margin-left: 30px;
}




.segment_graph_table {
width: 100%;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
border-collapse: collapse;
}

.segment_graph_table th {
padding-top: 7px;
padding-right: 0px;
padding-bottom: 7px;
padding-left: 0px;
border-bottom: ;
font-weight: bold;
text-align: left;
background: #fff;
border: none;
}

.segment_graph_table td {
padding-top: 9px;
padding-right: 3px;
padding-bottom: 9px;
padding-left: 0px;
border: none;
text-align: right;
}

.segment_graph_table td.unit {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

.segment_graph_table td img {
margin-top: 20px;
}

.segment_graph_table td.graph {
width: 40%;
text-align: center;
}

.segment_graph_table table td.title {
width: 60%;
text-align: left;
}

.segment_graph_table table td {
border-top: none;
border-right: none;
border-bottom: 1px dotted #999;
border-left: none;
}


.financeMenu{
	color:red;
	margin-left: 0px;
}
.fM1{
	width: 167px;
	height: 40px;
	text-align:center;
	color:#555;
	font-weight: bold;
	font-size: 12px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	border: 1px solid #d8d8d8;
	float:left;
}
.fM1 a{
	display:block;
	width: 167px;
	height: 40px;
	position: relative;
	color:#555;
	left:0;
	right:0;
	line-height: 40px;
	text-decoration:none;
}
.fM1 a:hover{
	color:#08d;
	background-color:#eee;
}
.fM1on{
	background-color:#eee;
	display:block;
	position: relative;
	left:0;
	right:0;
	line-height: 40px;
}
.fM1on a{
	color:#08d;}

.fM2{
	width: 139px;
	height: 40px;
	text-align:center;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	border: 1px solid #d8d8d8;
	float:left;
}
.fM2 a{
	display:block;
	position: relative;
	color:#555;
	left:0;
	right:0;
	line-height: 18px;
	padding-top:2px;
	text-decoration:none;
}
.fM2 a:hover{
	color:#AB974A;
	background-color:#eee;
}
.fM2on{
	background-color:#eee;
	display:block;
	position: relative;
	color:#AB974A;
	left:0;
	right:0;
	line-height: 18px;
	padding-top:2px;
}


.calendar_table {
width: 99%;
margin-top: 0px;
margin-right: 5px;
margin-bottom: 5px;
margin-left: 5px;
border-collapse: collapse;
}

.calendar_table th {
width: 90px;
padding-top: 7px;
padding-right: 9px;
padding-bottom: 7px;
padding-left: 9px;
border: 1px solid #d8d8d8;
font-weight: bold;
text-align: center;
background: #F2F1EC;
}

.calendar_table td {
padding-top: 13px;
padding-right: 18px;
padding-bottom: 10px;
padding-left: 18px;
border: 1px solid #d8d8d8;
vertical-align: top;
}

.calendar_table td.calendar_date {
text-align: left;
width: 120px;
background: #ffffff;
}

.calendar_table2 {
width: 100%;
margin-top: 0px;
margin-right: 5px;
margin-bottom: 5px;
margin-left: 5px;
border-collapse: collapse;
}

.calendar_table2 th {
width: 90px;
padding-top: 7px;
padding-right: 9px;
padding-bottom: 7px;
padding-left: 9px;
border: 1px solid #d8d8d8;
font-weight: bold;
text-align: center;
background: #ccffcc;
}

.calendar_table2 td {
padding-top: 13px;
padding-right: 18px;
padding-bottom: 10px;
padding-left: 18px;
border: 1px solid #d8d8d8;
vertical-align: top;
}

.calendar_table2 td.calendar_date {
text-align: left;
width: 120px;
background: #ffffff;
}


.calendar_table td a,.calendar_table2 td a {
padding-top: 3px;
padding-bottom: 3px;
}

.calendar_table td a.pdf,.calendar_table2 td a.pdf {
background: url(../img/icon_pdf.gif) no-repeat 3px 3px;
padding-left: 20px;
padding-top: 3px;
padding-bottom: 3px;
}

.calendar_table td a.movie,.calendar_table2 td a.movie {
background: url(../img/icon_movie.gif) no-repeat 3px 3px;
padding-left: 20px;  
padding-top: 3px;
padding-bottom: 3px;   
}

.calendar_table td a.xls,.calendar_table2 td a.xls {
background: url(../img/icon_excel.gif) no-repeat 3px 3px;
padding-left: 20px;   
padding-top: 3px;
padding-bottom: 3px;
}

.calendar_table td a.null,.calendar_table2 td a.null {
background: url(../img/icon_null.gif) no-repeat 3px 3px;
padding-left: 20px;   
padding-top: 3px;
padding-bottom: 3px;
}

.calendar_table td a.in,.calendar_table2 td a.in {
background: url(../img/icon_link_inner.gif) no-repeat 3px 3px;
padding-left: 20px; 
padding-top: 3px;
padding-bottom: 3px;
}

.calendar_table td a.ou,.calendar_table2 td a.ou {
background: url(../img/icon_link_blank.gif) no-repeat 3px 3px;
padding-left: 20px;   
padding-top: 3px;
padding-bottom: 3px;
}

.calendar_table td p,.calendar_table2 td p {
display: inline;
background: none;
padding-left: 20px;   
padding-top: 3px;
padding-bottom: 3px;
margin-left: 0px;
}
.FinanceTable {
	border-style:hidden;
	width:100%;
	background-color:#ffffff;
}
.FinanceTable tr{
	border-style:hidden;
	}
.FinanceTable td{
	border-style:hidden;
	}
.FinanceTable .bgclor1 {
	background-color:#ffffff;
}

.FinanceTable .bgclor2 {
	background-color:#C6E5FB;
}


.FinanceTable .th {
	padding:5px 10px 5px 10px;
	color:#000000;
	font-size: 100%;
}

.FinanceTable .col {
	padding:5px 10px 5px 10px;
	color:#000000;
	font-size: 100%;
}
.FinanceTable .td1 {
	width:100px;
	text-align:right;
	padding:5px 10px 5px 10px;
	color:#000000;
	font-size: 100%;
}
.FinanceTable .td2 {
	width:100px;
	text-align:right;
	padding:5px 10px 5px 10px;
	color:#000000;
	font-size: 100%;
}

.FinanceTable .line {
	border-top:solid 1px #0b9ccc;
	border-bottom:solid 1px #0b9ccc;
}
.FinanceTable .lineToP {
	border-top:solid 1px #0b9ccc;
}
.FinanceTable .lineBtM {
	border-bottom:solid 1px #0b9ccc;
}
.image_l {
border:0;
padding-right:20px;
padding-bottom:10px;
float:left;
}

.image_font {
padding: 8px 0 0 0;
font-size: 0.84em;
line-height: 120%;
display: block;
}

.image_r {
border:0;
padding-left:20px;
padding-bottom:10px;
float:right;
}

.image_r td {
padding:5px;
}

.related_data {
background: url(../img/arrow_menu.gif) no-repeat left center;
padding-left: 14px !important;
margin-bottom:0px;
}
ul.none{
margin:0px;
padding:0px;
}
.iconSet {
	margin: 0 4px 0 4px;
	vertical-align: middle;
}
.topMSG a:hover{
	cursor:pointer;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
    zoom:1;
}

.irstockchart{
margin:0 0 0 50px;
}

@media screen and (max-width: 640px) {

.highlight_table td,th{
font-size:6px;
}
.FinanceTable .th {
width:300px;
font-size:6px;
}
.FinanceTable .col {
font-size:6px;
}
.FinanceTable .td1 {
font-size:6px;
}
.FinanceTable .td2 {
font-size:6px;
}

#chart {
float:left;
}
.irstockchart{
margin:0 0 0 0px;
}
.scroll-text01{
	text-align:left;
	font-size:11px;
	color:#58a8cc;
	padding:5px 0px;
}
.scroll-box {
  margin-bottom:20px;
  overflow-x: auto;
  padding-bottom:10px;
 }

.scroll-box-inner{
	min-width:620px;
}

.scroll-box::-webkit-scrollbar {
  height: 5px;}
.scroll-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;}
.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;}


#ir_contents{
font-size:12px;
}
p{
font-size:12px;
}

dd{
font-size:12px;
}
.rw {
	width: 100%;
	}
.rtitl {
	width: 28%;
	}
.rtitr {
	width: 70%;
	}

#ir_c {
	float:left;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	overflow: hidden;
	}

.lnav_title {
	width: 100%;
}
#ir_lnavi {
	width: 100%;
	margin: 30px 0px 0px 0px;
	padding: 1px;
	float: left;
	text-align: left;
	box-sizing: border-box !important;
	}

#ir_lnavi ul li.lev2 {
	width: 95%;
	margin: 0px !important;
	padding: 10px !important;
	clear: both;
	font-size: 12px;
	line-height: 1.4em;
	background: #fff;
	text-align: left;
	border: solid 1px #dedede;
	border-top: none;
	display: inline-block;
	box-sizing: border-box !important;
	}
#ir_lnavi ul li {
	width: 100%;
	margin: 0px;
	padding: 10px;
	clear: both;
	font-size: 14px;
	line-height: 1.8em;
	background: #f4f4f4;
	text-align: left;
	border: solid 1px #dedede;
	border-top: none;
	display: inline-block;
	box-sizing: border-box !important;
	}

#ir_lnavi ul li.sb {
	margin: 0px;
	padding: 0px 5px 10px 5px;
	clear: both;
	font-size: 13px;
	line-height: 1em;
	text-align: left;
	background: none;
	border: none;
	display: inline-block;
	}
#ir_cr {
	float:left;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	float: right;
	text-align: left;
	}
#message {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #ffffff;
	clear: both;
	}
#menu {
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: both;
	overflow: none;
	}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#menu ul li {
	width: 50%;
	margin: -1px;
	padding: 0px;
	}
	
.irMenuRes {
width: 99%;

}
.ir_menu {
width: 100%;
height: 110px;
display: block;
padding: 0px;
margin: 0 0 15px 0;
background-repeat: no-repeat;
position: relative;
}


.ir_menu span.caption {
font-size:12px;
width: 90%;
position: absolute;
top: 56px;
left: 24px;
line-height: 1.5em;
}

.ir_menu a, .ir_menu a:hover {
border:1px solid #ddd;
color:#009900;
display: block;
width: 100%;
height: 110px;
color: #000;
text-decoration: none;
}
.ir_menu a:hover {
	color:#1E90FF;
}

#ir_lnavi ul li.lev2 {
	width: 100%;
	}

#top_table dt {
	width: 100%;
	margin: 0px;
	float: left;
	clear: left;
	background-color: #ffffff;	
	}
#top_table dd {
	width: 95%;
	margin-bottom: 10px;
	padding-left: 15px;
	}
#top_table dt img{
	vertical-align: top;
	margin:5px 0px 0px 10px;
}

.ir_news #top_table dd {
	width: 95%;
	padding-left: 15px;
}

#top_table dd img{
	vertical-align: baseline;
	margin:0px 0px 0px 10px;
}
#info_table dt {
	width: 100%;
	margin: 0px;
	float: left;
	clear: left;
	background-color: #ffffff;	
	}

#info_table dd {
	width: 100%;
	margin-bottom: 20px;
	padding-left: 15px;
	}
#calendar ul li {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	clear: both;
	font-size: 12px;
	line-height: 1.8em;
	text-align: left;
	display: inline-block;
	border: none;
	background: none;
	}

ul#faq_tab li{
float:none;
width:100%;
font-size:12px;}

ul#faq_tab li a{
margin-bottom:1px;
margin-right:0;
font-size:12px;}

dl#faq_alist dt,
dl#faq_alist dd {
font-size:12px;
    margin-right: 0px;
}
dl#faq_alist {
font-size:12px;
    margin-left: 0px;
}

.library_yymmdd{
margin:10px 0 0px -15px;
}
.library_txt{
margin:0px 0 10px 0;width:100%;float:left;
}

.library_txt0{
margin:0 0 10px 135px;width:100%;float:left;
}
.sp100{
width:100%;
}
.calendar_table{
width:99%;
}
.calendar_table td.calendar_date {
text-align: left;
width: 20%;
background: #ffffff;
}

}