@charset "utf-8";

/*=========================================
  モジュール
*=========================================*/
.mb0 {margin-bottom: 0 !important;}
.mb30 {margin-bottom: 30px !important;}

.txt_c { text-align: center !important;}

.ir_library_annotation a:hover {
text-decoration: underline;
}

/*=========================================
  扉
*=========================================*/
.m_column3 ul.e_list.door_list li.e_li {
	width: 28%;
	padding: 0 1%;
  border: 1px solid #999;
	min-height: 150px;
}

@media screen and (max-width: 641px){
	.m_column3 ul.e_list.cf.door_list li.e_li {
		width: 46%;
	}
}


/*=========================================
  IRトップ
*=========================================*/
.m_ir .m_txt_toarchive{
	top: 10px;
}
.m_ir .m_news .m_tab .e_li{
    padding: 0;
    border-bottom: 0;
    overflow: visible;
}
.m_ir .m_ir .m_news .e_list .e_li:last-child{
	border-bottom: 0;
}

@media screen and (max-width: 641px){
	.menu_margin_fix {
		min-height: 0!important;
		height:auto!important;
		margin-bottom: 0!important;
	}
}

/*=========================================
  Shareholder Status
*=========================================*/
.m_shareholder .stock_glaph {
	display: table;
	margin: 0 auto;
}
.m_shareholder .stock_glaph_areaL,
.m_shareholder .stock_glaph_areaR {
	display: table-cell;
	vertical-align: top;
}
.m_shareholder .stock_glaph_areaL {
	padding-right: 30px;
}
.m_shareholder figure {
	text-align: center;
	padding-top: 20px;
}
.m_shareholder .unit {
	text-align: right;
}
.m_shareholder .stock_glaph_areaR table td {
	border-bottom: 1px dotted #999;
	padding-top: 9px;
    padding-right: 9px;
    padding-bottom: 9px;
    padding-left: 9px;
    line-height: 150%;
    vertical-align: top;
	text-align: right;
}
.m_shareholder .stock_glaph_areaR table .title {
	font-weight: bold;
	width: 50%;
	text-align: left;
}

@media screen and (max-width: 641px){
	.m_shareholder .stock_glaph table{
		width: 100%;
	}
	
	.m_shareholder .stock_glaph_areaL,
	.m_shareholder .stock_glaph_areaR {
		display: block;
	}
}


/*=========================================
  経営基本方針
*=========================================*/
.m_management_policy .e_list dd{
	text-indent: 0px;
	padding-left: 27px;
}


/*=========================================
  Stock Information
*=========================================*/
.m_stockinfo table.e_tbl_01 tr th:first-child{
	width: 160px;
}
@media screen and (max-width: 641px){
	.m_stockinfo div.stockinfo_box{
		display: block;
		overflow-x: scroll;
	}
	.m_stockinfo div.stockinfo_box table.e_tbl_01{
		width: 800px;
	}
}
dl.stockInfo{
	display:table;
	margin:0;
	width:600px;
	border-bottom:1px dotted #999;
}
dl.stockInfo:nth-child(even){
	border-bottom:none;
}

dl.stockInfo > dt,
dl.stockInfo > dd {
    display: table-cell;
    vertical-align: top;
    padding: 1em 0;
	margin:0;
}
dl.stockInfo > dt{
	padding-right:1em;
	width:280px;
	white-space:nowrap;
}
/*
dl.stockInfo > dd {
    text-align:right;
}
*/
dl.stockInfo > dd.child{
    padding-top: 0;
    }

dl.stockInfo dl.in{
	display:table;
    margin: 0 0 0 auto;
    width: 320px;
}

dl.stockInfo dl.in dt,
dl.stockInfo dl.in dd {
    display: table-cell;
	margin:0;
}
dl.stockInfo dl.in dt{
    text-align:left;
	white-space:nowrap;
	width:210px;
}
dl.stockInfo dl.in dd {
    text-align:right;
    	width:110px;
}



/*=========================================
  IRカレンダー
*=========================================*/
.m_calender #irCalNote2{
margin: -20px auto 30px;
width: 800px;
}
@media screen and (max-width: 641px){
.m_calender #irCalNote2{
margin: -20px 0 30px;
width: 100%;
}
}

