@charset "UTF-8";

/*
 * ir.css
 *
 */
	
	@import url(https://fonts.googleapis.com/css?family=Roboto:400,100);

/* IR
---------------------------------------------------------- */
.index #categoryVisual {
/*background-image: url(../../img/ir/ir-visual.jpg);*/
}

#StockQuote {
background-color: #16348c;
color: #FFFFFF;
padding-top: 20px;
padding-bottom: 20px;
}

#StockQuote table {
width: 980px;
margin-left: auto;
margin-right: auto;
}

#StockQuote table th {
font-size: 25px;
background-image: url(../../img/ir/ir-icn-stock.png);
background-repeat: no-repeat;
background-position: 20px center;
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 100;
border-right: 1px solid #7183b8;
width: 40%;
padding-left: 25px;
}

#StockQuote table th span {
font-size: 14px;
padding-left: 30px;
margin-right: 30px;
}

#StockQuote .price {
width: 210px;
font-size: 40px;
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 100;
text-align: right;
line-height: 1;
padding-right: 20px;
}

#StockQuote .price span {
font-size: 12px;
}

#StockQuote .ratio {
color: #16338C;
}

#StockQuote .ratio span {
background-color: #e4e6eb;
padding: 5px 20px;
font-size: 16px;
border-radius: 4px;
line-height: 1;
}

#StockQuote .time {
font-size: 10px;
color: #babfd6;
text-align: right;
border-left: 1px solid #7183b8;
}

.ttl-List-IR {
border-bottom-style: none;
margin-bottom: -1em;
}

.ttl-List-IR li {
border-top-style: none;
background-color: #FFFFFF;
position: relative;
display: table;
margin-bottom: 10px;
width: 100%;
}

.ttl-List-IR li a {
color: #16338C !important;
vertical-align: middle;
width: 980px;
display: table;
min-height: 6em;
height: 6em;
}

.ttl-List-IR li .ttl-List-text {
display: table-cell;
vertical-align: middle;
padding: 1.9em 20px;
text-align: left;
font-size: 19px;
}

.boxLinks {
margin-bottom: 10px;
}

.boxLinks li {
background-color: #071171;
margin-bottom: 20px;
height: 151px; /* 20151124 旧：144 */
}

.boxLinks li span{
height: 48px; /* 20151124 旧：40 */
}


.boxLinks li:nth-child(4n) {
margin-right: 20px;
}

.boxLinks li a {
color: #FFFFFF;
}

.boxLinks li:nth-child(5n),
.boxLinks li:nth-child(6n),
.boxLinks li:nth-child(7n),
.boxLinks li:nth-child(8n)  {
	margin-bottom: 20px;
}

.boxLinks li:hover {
background-color: #2D358A !important;
color: #2EC5DF !important;
}

.boxLinks li.list00 {
height: 322px; /* 20151124 旧：308 */
background-color: #FFFFFF;
}

/*IR 一番左の決算枠 ----------------------------------------------------------*/
.boxLinks li.list00 ul li.title{
background-color: #071171;
color:#ffffff!important;
font-size: 13px;
padding: 0.5em 1em;
height: 35px;
margin-bottom: 0px;
text-align:center;
}
@media screen and (max-width:767px) and (min-width:1px) {
.boxLinks li.list00 ul li.title{
text-align:left;
font-size: 16px;
height: 40px;
}
}

.boxLinks li.list00 ul li.title:hover{
background-color: #071171!important;
}

.boxLinks li.list00 ul li.line{
padding-top: 4px;
padding-bottom: 4px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
border-bottom: 1px solid #f1f1f1;
}

.boxLinks li.list00 ul li.line:last-child {
border-bottom-style: none;
}
.boxLinks li.list00 ul li a{
color: #000000;
display: block;
height: 100%;
width: 100%;
position: relative;
}

/*IR 一番左の決算枠 ここまで --------------------------------------------------*/

.boxLinks ul.dlLint {
margin-top: 5px; /* 20170407 25px */
}

.boxLinks ul.dlLint li {
margin-bottom: 5px;
width: 100%;
}

.boxLinks ul.dlLint li a {
/* [disabled]height: 320px; */
background-color: #FFFFFF;
color: #007aff;
}

.boxLinks ul.dlLint i {
color: #ff9900;
}

.boxLinks li.list00:hover,
.boxLinks ul.dlLint li:hover {
background-color: #ffffff !important;
color: #2EC5DF !important;
}

/* 20170407 */
.boxLinks div.kessan_topics_title{
	text-align: center;
	background-color: #e0fbfc;
	padding-top: 4px;
	padding-bottom: 3px;
	color:#000000!important;
	font-weight:bold;
}
@media screen and (max-width:767px) and (min-width:1px) {
.boxLinks div.kessan_topics_title{
text-align:left;
font-size: 16px;
padding-left: 8px;
}
}


ul.boxTableLinks3 .item01,
ul.boxTableLinks3 .item02,
ul.boxTableLinks3 .item03,
ul.boxTableLinks3 .item04 {
background-repeat: no-repeat;
background-position: right bottom;
width: 25%;
float: left;
border-right: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
padding-top: 1em;
padding-left: 10px;
display: block;
height: 110px;
}

ul.boxTableLinks3 li:hover{
background-color: #F2F8FC;
text-decoration: underline;
color: #007aff;
cursor: pointer;
	}

ul.boxTableLinks3 .item01 {
background-image: url(../../ir/img/index/ir_icn01.png);
}

ul.boxTableLinks3 .item02 {
background-image: url(../../ir/img/index/ir_icn02.png);
}

ul.boxTableLinks3 .item03 {
background-image: url(../../ir/img/index/ir_icn03.png);
}

ul.boxTableLinks3 .item04 {
background-image: url(../../ir/img/index/ir_icn04.png);
}

.boxTableLinks3 {
width: 100%;
display: block;
border-top: 1px solid #e5e5e5;
}

.boxTableLinks3 li.heightLinegroup1,
.boxTableLinks3 li.heightLinegroup2 {
width: 25%;
float: left;
border-right: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
padding-top: 1em;
padding-left: 10px;
height: 20em;
}

.boxTableLinks3 li.heightLinegroup1{
height: 17em;
}

.boxTableLinks3 li.heightLinegroup2 {
height: 5em;
}

.boxTableLinks3 li.heightLinegroup2 a {
padding-bottom: 0.5em;
}

.boxTableLinks3 li:nth-child(4n) {
border-right-style: none;
}

.boxTableLinks3 a {
display: block;
}

.boxTableLinks3 h4 {
height: 2em;
font-size: 16px;
font-weight: 400;
position: relative;
margin-bottom: 1em;
margin-right: 0px;
padding-right: 20px;
}

ul.bnr li {
float: left;
margin-right: 20px;
}

.dlLint {
margin-left: 10px;
}

.dlLint li {
height: auto;
background-color: #FFFFFF;
}

ul.boxTableLinks3.IrLinkList li:hover{
text-decoration: none;
}

ul.bnr { /* 20161018 mod → 20161111 mod */
width:900px;
margin:0 auto;
}

/*
#main_contents2 section {
    margin-bottom: 3em;
}
.sp-pw100{
	width: 100%;
}
*/

/*Links-Index
---------------------------------------------------------- */
.LinksIndex {
padding: 15px 15px 0px !important;
}
.LinksIndex a.LinksIndex-link {
display: block;
}
.LinksIndex a.LinksIndex-link:hover {
color: #007AFF;
background-color: #F2F8FC;
}
.LinksIndex h2 {
display: block;
font-size: 18px;
font-weight: 400;
padding-top: 0.8em;
padding-bottom: 0.8em;
padding-left: 5px;
}
.LinksIndex img {
	float: left;
	margin-right: 20px;
	width: 150px;
}
.LinksIndex li.LinksIndex-item {
	background-color: #FFFFFF;
	min-height: 150px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	height: 150px;
	}
.LinksIndex p {
margin-bottom: 1em;
margin-right: 1.5em;
}

/* アコーディオンメニュー：新規
---------------------------------------------------------- */
.acMenu dt {
display: block;
cursor: pointer;
background-image: url(../../img/icn-plus.png);
background-repeat: no-repeat;
background-position: right 2% center;
background-color: #f9f9f9;
color: #007aff;
background-size: 20px auto;
}
.acMenu dt:hover {
background-color: #F2F8FC;
}
.acMenu dt.active,
.acMenu dt.active:hover {
background-image: url(../../img/icn-minus-w.png);
background-color: #0a2986;
color: #FFFFFF !important;
}
.acMenu dd.active {
display: block;
}
/*
.acMenu dt.active h3{
color: #FFFFFF !important;
}
*/
.acMenu dd {
display: none;
margin-bottom: 2em; /* 20180424 */
}
.acMenu .fy,
.acMenu .quarter,
.acMenu .small_title{
padding: 0.7em 1.8em 0.7em 20px;
}
.acMenu .fy {
font-size: 18px;
font-weight: normal;
margin-bottom: 0.5em;
}
.acMenu .quarter {
background-color: #D1E3F4; /* 20180424 #f9f9f9 */
/*
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
*/
}
.acMenu .small_title {
padding-left: 0;
padding-bottom: 0;
padding-top: 0;
}
/*
li .acMenu h5 {
padding-top: 1em;
padding-bottom: 1em;
}
*/
.acMenu ul {
	margin-left: 20px;
	margin-bottom: 0em;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.acMenu ul li {
padding-top: 0.8em;
padding-bottom: 0.8em;
border-bottom: 1px solid #e5e5e5;
}
.acMenu ul li:last-child {
	border-bottom-style: none;
}
.oldList-Block{
width: 47%;
}
.oldList-Block-ttl{
background-color: #f1f1f1;
border-bottom: 1px solid #cccccc;
padding: 0.7em 1em 0.7em 20px;
margin-bottom: 0.5em;
}
.acMenu-txt {
margin-bottom: 1.5em;
}
.acMenu-txt dd{
padding: 0.7em 1em 0.7em 20px;
margin-bottom: 1em;
}

/* IRカレンダー
---------------------------------------------------------- */
#ir_calendar div.flex-table .ft-th{
width: 25%;
}
#ir_calendar div.flex-table .ft-td{
width: 75%;
justify-content: space-between;
}
#ir_calendar div.flex-table .held{
padding: 0;
}
#ir_calendar div.flex-table .ft-td a, #ir_calendar div.flex-table .ft-td a:hover {
width:100%;
min-height: 3.5em;
line-height: 3.5;
padding-left: 0.8em;
background-image: url(../../img/arw.png);
background-repeat: no-repeat;
background-position: right center;
}
#ir_calendar div.flex-table .ft-td a:hover {
background-color: #F2F8FC !important;
color: #2EC5DF !important;
text-decoration: underline!important;
}
.icn-plans{
background-color: #FFFFFF;
border: 1px dashed #999;
color: #666666;
display: inline-block;
float: right;
padding-top: 0.8em;
padding-bottom: 0.8em;
}

#ir_calendar div.gms.ft-td.held a {
position:relative;
}
#ir_calendar div.gms.ft-td.held a .icn-plans{
float:none;
margin-left:2em;
}

@media screen and (max-width:767px) and (min-width:1px) {

#ir_calendar div.flex-table .ft-td,
#ir_calendar div.flex-table .ft-td a,
#ir_calendar div.flex-table .ft-td a:hover {
    line-height: 1.5;
}
#ir_calendar div.flex-table .ft-td a,
#ir_calendar div.flex-table .ft-td a:hover {
  display: flex;
  justify-content: flex-start; /* 子要素の水平方向の揃え方：左 */
  align-items: center;     /* 子要素の垂直方向の揃え方：中央 */
}
}


/* よくあるご質問
---------------------------------------------------------- */
.acMenu-faq dt{
padding: 0.7em 1.8em 0.7em 20px;
font-size: 18px;
font-weight: normal;
margin-bottom: 0.5em;
}

@media screen and (max-width:767px) and (min-width:1px) {

.acMenu-faq dt, .acMenu-faq dd{
padding: 0.5em 1.8em 0.5em 10px;
}

}

/* 財務・業績
---------------------------------------------------------- */
#irdata .tabs {
display: table;
margin: 0px 0px 20px;
border-bottom: 4px solid #294b92;
width: 100%;
table-layout: fixed;
}
#irdata .tabs >li {
display: table-cell;
padding: 0px 5px;
height: 48px;
font-size:130%;
border-left: 6px solid #FFF;
background: #d9e3f7 none repeat scroll 0% 0%;
}
#irdata .tabs > li:first-child {
border-left: medium none;
}
#irdata .tabs a {
display: block;
text-align: center;
vertical-align: middle;
line-height:48px;
width:100%;
height:100%;
}
#irdata .tabs > .tab.active {
background: #294b92 none repeat scroll 0% 0%;
}
#irdata .tabs > .tab.active > a  {
font-weight: bold!important;
color: #FFF!important;
}
#irdata .panels > .panel {
display: none;
width: 850px;
margin-left:auto;
margin-right:auto;
}
#irdata .panels > .panel.active {
display: block;
}
#irdata .panels iframe {
width: 100%;
height: 850px;
}

@media screen and (max-width:767px) and (min-width:1px) {
#irdata .panels > .panel {
width: 100%;
}
#irdata .panels iframe {
height: 900px;
}

}

/* 株式事務手続きについて
---------------------------------------------------------- */
#ir-process1 .ft-th{
width: 25%;
}
#ir-process1 .ft-td{
width: 75%;
}
#ir-process2 .ft-th{
width: 25%;
}
#ir-process2 .ft-td{
width: 75%;
}

/* 株式基本情報
---------------------------------------------------------- */
#ir-stock .ft-th{
width: 20%;
}
#ir-stock .ft-td{
width: 80%;
}


/* IRトップ　左ナビから移行した要素
---------------------------------------------------------- */
#irtop_etc_div #ranking a, #ranking span {
padding-top: 0.8em;
padding-bottom: 0.8em;
}

#irtop_etc_div ul.etc_navi {
width:310px;
padding-bottom: 0px;
margin-right:25px;
float:left;
}
#irtop_etc_div #ranking {
width:310px;
padding-bottom: 0px;
float:left;
}

#irtop_etc_div .etc_navi a {
background-color: #d2d7e4!important;
color: #000000!important;
border-radius: 1px;
padding-top: 1em;
padding-bottom: 1em;
display: block;
padding-left: 0.6em;
padding-right:1.15em;
border-style: none;
background-image: none;

height:108px;
}
#irtop_etc_div .etc_navi a{
background-image: url(../../img/arw.png);
background-repeat: no-repeat;
background-position: right center;
padding-left: 50px;
}
#irtop_etc_div .etc_navi a:hover{
color: #2EC5DF !important;
background-image: url(../../img/arw.png);
background-repeat: no-repeat;
background-position: right center;
padding-left: 50px;
background-color: #F2F8FC !important;
}
#irtop_etc_div .etc_navi_stock a{
background-image: url(../../img/arw.png), url(../../img/ir/left_icn_stock.png);
background-repeat: no-repeat,no-repeat;
background-position: right center, 6px 47%;
padding-top:2.4em;
}
#irtop_etc_div .etc_navi_stock a:hover{
background-image: url(../../img/arw.png), url(../../img/ir/left_icn_stock_h.png);
background-repeat: no-repeat,no-repeat;
background-position: right center, 6px 47%;
}
#irtop_etc_div .etc_navi_mail a{
background-image: url(../../img/arw.png), url(../../img/ir/left_icn_mail.png);
background-repeat: no-repeat,no-repeat;
background-position: right center, 6px 47%;
padding-top:1.5em;
}
#irtop_etc_div .etc_navi_mail a:hover{
background-image: url(../../img/arw.png), url(../../img/ir/left_icn_mail_h.png);
background-repeat: no-repeat,no-repeat;
background-position: right center, 6px 47%;
}
#irtop_etc_div .etc_navi_faq a{
background-image: url(../../img/arw.png), url(../../img/ir/left_icn_faq.png);
background-repeat: no-repeat,no-repeat;
background-position: right center, 6px 47%;
padding-top:2.9em;
}
#irtop_etc_div .etc_navi_faq a:hover{
background-image: url(../../img/arw.png), url(../../img/ir/left_icn_faq_h.png);
background-repeat: no-repeat,no-repeat;
background-position: right center, 6px 47%;
}
#irtop_etc_div .etc_navi_support a{
background-image: url(../../img/arw.png), url(../../img/ir/left_icn_support.png);
background-repeat: no-repeat,no-repeat;
background-position: right center, 6px 47%;
padding-top:2.9em;
}
#irtop_etc_div .etc_navi_support a:hover{
background-image: url(../../img/arw.png), url(../../img/ir/left_icn_support_h.png);
background-repeat: no-repeat,no-repeat;
background-position: right center, 6px 47%;
}


@media screen and (max-width:767px) and (min-width:1px) {

#irtop_etc_div .etc_div{
width:100%;
}
#irtop_etc_div ul.etc_navi {
width:100%;
margin-right:10px;
float:left;
}
#irtop_etc_div #ranking {
padding-bottom: 10px;
width:100%;
float:left;
}

}

/* アナリストカバレッジ
---------------------------------------------------------- */
table#analyst-table .corp-col{
width:70%;
}
table#analyst-table .ana-col{
width:30%;
}

@media screen and (max-width:767px) and (min-width:1px) {

table#analyst-table{
width:100%;
}
table#analyst-table .corp-col{
width:60%;
}
table#analyst-table .ana-col{
width:40%;
}
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* @media screen and (max-width:767px) スマホ表示 */
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:767px) and (min-width:1px) {
#StockQuote {
/* [disabled]display: none; */
padding-top: 10px;
padding-bottom: 10px;
}

#StockQuote table {
width: 95%;
}

#StockQuote table th {
background-image: none;
border-right-style: none;
width: 100%;
padding-left: 0px;
display: block;
border-bottom: 1px solid #7183b8;
margin-bottom: 0.6em;
padding-bottom: 0.2em;
}

#StockQuote table td {
	width: 100%;
	display: block;
	}

#StockQuote table th span {
font-size: 14px;
padding-left: 1em;
margin-right: 0px;
}

#StockQuote .price {
width: 50%;
font-size: 40px;
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 100;
text-align: right;
line-height: 1;
padding-right: 0px;
float: left;
}

#StockQuote .price span {
font-size: 12px;
}

#StockQuote .ratio {
width: 8em;
float: left;
padding-top: 0.5em;
padding-left: 1em;
}

#StockQuote .ratio span {
background-color: #e4e6eb;
padding: 5px 0px;
text-align: center;
}

#StockQuote .time {
text-align: right;
border-left-style: none;
width: 100%;
display: block;
clear: both;
padding-top: 0.3em;
}

.ttl-List-IR { /*ADD 201608*/
width: 95%;
margin-right: auto;
margin-left: auto;
}

.ttl-List-IR li {
}

.ttl-List-IR li a {
width: 100%;
}

.ttl-List-IR li .ttl-List-text {
padding-top: 1em;
padding-bottom: 1em;
}

.boxLinks {
margin-bottom: 10px;
}

.boxLinks li {
margin-bottom: 20px;
width: 100%;
float: none;
margin-left: 0px;
margin-right: 0px;
height: auto;
}

.boxLinks li span{
font-size: 16px;
height: 30px;
}

.boxLinks li:nth-child(4n) {
margin-right: 0px;
}

.boxLinks li:nth-last-child(1),
.boxLinks li:nth-last-child(2){
margin-bottom: 20px;
	}
	
.boxLinks li.list00 {
height: auto;
background-color: #FFFFFF;
}

.boxLinks ul.dlLint {
margin-top: 10px;
padding-top: 10px;
}

.boxLinks ul.dlLint li {
margin-bottom: 5px;
}

.boxLinks ul.dlLint li a {
background-color: #FFFFFF;
color: #007aff;
font-size: 18px;
}

ul.boxTableLinks3 .item01,
ul.boxTableLinks3 .item02,
ul.boxTableLinks3 .item03,
ul.boxTableLinks3 .item04 {
height: 10em;
width: 50%;
}

ul.boxTableLinks3 .item02{
border-right-style: none;
}

.boxTableLinks3 {
width: 100%;
display: block;
border-top: 1px solid #e5e5e5;
}

.boxTableLinks3 li.heightLinegroup1,
.boxTableLinks3 li.heightLinegroup2 {
padding-bottom: 2em;
width: 50%;
}

.boxTableLinks3 li.heightLinegroup1:nth-child(even),
.boxTableLinks3 li.heightLinegroup2:nth-child(even){
border-right-style: none;
}

.boxTableLinks3 li.heightLinegroup2 a {
padding-bottom: 4em;
}

.pdf-dl{
display: none;
}

ul.bnr { /* 20151204 add */
width:100%;
margin:0;
}


.ttl-List-IR-section {/* ADD 2016008*/
margin-top: 20px;
}

#category-Index-contents{/* ADD 2016008*/
padding-top: 0;
}

.boxLinks-section{/* ADD 2016008*/
padding-top: 0px !important;
}

.LinksIndex {
margin-top: 1em;
}
.LinksIndex h2,
.LinksIndex p {
	width: 74% !important;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 2%;
	float: right;
}
.LinksIndex img {
	margin-right: 0px;
	width: 20%;
}
.LinksIndex li.LinksIndex-item {
	height: auto;
	min-height: auto !important;
}
.acMenu h3,
.acMenu h4,
.acMenu h5 {
padding-left: 10px;
}
.acMenu li h5 {
padding-left: 0px !important;
}
.acMenu ul {
margin-left: 10px;
padding-left: 0px;
}
.oldList-Block{
width: 100%;
}
.oldList-Block.fl{
margin-bottom: 2em;
}
.icn-plans{ /* 20181217 */
width: 6em;
}


} /* @media screen and (max-width:767px) */
