@charset "utf-8";


/*株価*/
#stockFLAME1{
 position:relative;
 width:100%;
 padding:75% 0 0 0;
}
#stockFLAME{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:800px;
}
#stockFLAME0{
	clear:both;
}
#stockPC{
	display:block;
	margin-bottom:10px;
}
#stockSP{
	display:none;
}
@media only screen and (max-width: 640px) {
#stockFLAME1{
 padding:0 0 0 0;
}
#stockPC{
	display:none;
}
#stockSP{
	display:block;
	margin-bottom:10px;
}
#stockFLAME{
	padding:0px !important;
	position:relative;
	display:block;
	clear:both;
	height:800px;
}
#stockFLAME0{
	clear:both;
}
}



.irc_banner{
	margin:15px 0 0 0;
}
.irc_jpglink{
	text-align:right;
}
table td,th{
	border:none;
}

/*企業特殊*/
#irc_top_link{
	margin-top:-65px;
	background-color:#F0F0F0;
}
.irc_blank{
	position:relative;
	top:-16px;
	left:63px;
	background:url(../img/icon/icon_blank.gif) 0px 0px  no-repeat;
	width:16px;
	height:16px;
	display:block;
	margin-bottom:-20px;
}

/*全般*/
ul,ol,li {
	list-style: none;
}
.irc_submenu_blank{
	position:relative;
	top:-26px;
	left:57px;
	background:url(../img/icon/icon_blank.gif) 0px 0px  no-repeat;
	width:15px;
	height:15px;
	display:block;
}
.pb30{
    padding-bottom: 30px;
}
.mb60{
    margin-bottom: 60px;
}
.irc_clear{
	display: block;
	clear: both;
	height:20px;
}
.irc_margintop_20{
	clear:both;
	margin-top:20px !important;
}
@media only screen and (max-width: 640px) {
.irc_jpg img{
	width:100%;
}
}
.irc_caution{
	display:none;
}

/*フリーフォーマット更新日*/
.irc_update{
	text-align:right;
}
b {
	font-weight: bold;
}


/*ボックスメニュー*/
.ir-top .irc_boxmenu {
    margin-top: 1em;
}
.irc_boxmenu{
	margin:0;
	padding:0;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
  justify-content: flex-start;
}

.ir-top .irc_boxmenu{margin-top: 1em;}
.irc_boxmenu > li{
	margin-bottom:1.5em;
/*	float:left;*/
	width:32%;
	box-sizing: border-box;
  margin-left: 2%;
}
.irc_boxmenu > li:nth-child(3n+1){margin-left: 0;}

.irc_boxmenu .irc_link{
	margin: 1em 0 1.5em 1.5em;
}
.irc_boxmenu .irc_link li{position: relative;padding-left: 1.5em; }
.irc_boxmenu .irc_link li:before{
	position: absolute;
	top: 5px;
	left: 10px;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: solid 5px transparent;
	border-right: solid 5px transparent;
	border-bottom: solid 5px transparent;
	border-left: solid 5px #d8000f;
}

.irc_boxmenu_eachbox{
	padding:0;
	border:1px solid #ddd;
}

.irc_boxmenu_eachboxR{
/*	margin:0 0 0 6px;*/
}
.irc_boxmenu_eachboxL{
}
/*背景画像があるとき*/

.irc_boxmenu_eachboxIMG {
	width:49% !important;
	height:140px;
	}

.irc_boxmenu_eachboxIMG.irc_boxmenu_eachboxR{
	margin:0 0 10px 7px;
}
.irc_boxmenu_eachboxIMG.irc_boxmenu_eachboxL{
	margin:0 0 10px 7px;
}

.irc_boxmenu_eachboxIMG a:hover {
	background-color:#ffffff;
	opacity:0.3;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(opacity=30)";
}
.irc_boxmenu li a{
	font-size:0.9em;
/*	height:115px;*/
	text-decoration:none;
	display:block;
	position: relative;
	
}
.irc_boxmenu li a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/*
.irc_boxmenu li a span.irc_boxmenu_title{
	color:#333;
	background:url(../img/boxmenu/bg_boxmenu_title.gif) 12px  no-repeat;
	background-color:#e4e4e4;
	padding:10px 10px 8px 40px;
	border-bottom:1px solid #ddd;
	font-weight: bold;
	display:block;
}
.irc_boxmenu li a span.irc_boxmenu_caption{
	padding:5px 10px 5px 15px;
	display:block;
}
*/
.irc_boxmenu li a img{width: 100%;}
.irc_boxmenu li a span.irc_boxmenu_title{
	color: #fff;
    font-size: 20px;line-height: 1.4;
    position: absolute;
    top: 25%;
    left: 20px;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
}
.ir-top .irc_boxmenu li a span.irc_boxmenu_title{
    top: calc(50% - .5em);
}
.irc_boxmenu li a span.irc_boxmenu_caption{
	background: #000000;
	padding: 10px 20px;
	position: absolute;
	bottom: 0;
	color: #ffffff;
	font-size: 13px;
	width: 100%;
	box-sizing: border-box;
    left: 0;
    height: 62px;
    display: flex;
    align-items: center;
}
	
.irc_boxmenu li.irc_boxmenu_eachbox a{
}
@media only screen and (max-width: 640px) {
	.irc_boxmenu li{
		width:100%;
    margin-left: 0;
  }
	.irc_boxmenu li.leftMenu a{
		margin-right:0px;}
	.irc_boxmenu li.rightMenu a{
		margin-left:0px;}
	.irc_boxmenu li a{
		height:auto;}
	.irc_boxmenu_eachboxR{
		margin:0 0 0 0px;
	}
	.irc_boxmenu li a{
		font-size:0.9em;
	}
	.irc_boxmenu li a span.irc_boxmenu_title{

	}
	.irc_boxmenu .irc_link{ display: none;}
	.irc_boxmenu li a img{object-fit: cover; height: 15em!important;}
	.ir-top .irc_boxmenu li a img{object-fit: cover; height: 10em!important;}
}

@media screen and (min-width: 641px) {
	#main{margin-bottom: 40px;}
}


.bottom_menu{
	border: 1px #ddd;
	border-style: solid none;
	margin-left: 40px;
	margin-bottom: 40px;
}
.bottom_menu li{
	display: inline-block;
	position: relative;
	font-size: .9em;
	padding: 1.5em 1em 1.5em 2em;
}
.bottom_menu li::before {
    position: absolute;
    top: calc(50% - 5px);
    left: 1em;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: solid 5px transparent;
    border-right: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-left: solid 5px #d8000f;

}


/*pdfや別ウインドアイコン*/
.irc_icon_toparrow{
	margin:5px 5px 0 5px;
	vertical-align: middle;
	float:left;
}
.irc_icon{
	margin:3px 5px 3px 5px !important;
	padding:0 0 0px 0 !important;
	vertical-align: bottom;
}
.irc_icon_blank{
	display:none;
}
.iconSet{
	vertical-align: middle;
}
@media only screen and (max-width: 640px) {
.irc_icon{
	width:auto;
}
#ir #side_menu2{
clear:both;
display:block;
margin:0 !important;
}
}

/*IRトップリリース系*/
.irc_release{
/*	display: inline-block;*/
	display: block;
	1G: both;
	font-weight: normal !important;
	margin:5px 0 0px 5px !important;
}

.irc_release:after {
  content: "";
  display: block;
  clear: both;
}


.irc_release_yyyymmdd{
/*	width:120px;*/
	width:155px;
	float: left;
	padding:0 15px 0 0;
	font-size:14px;
	color:#333;
	
}
.irc_release_yyyymmdd .irc_icon{
	margin: 0 5px 5px 5px !important;
}
.irc_release_icon0{/*アイコンが画像の場合*/
	float: left;
}
.irc_release_icon0 img{
	vertical-align: middle;
	margin:0px 10px 0px 0 !important;
}
.irc_release_icon{
	width:72px;
	float: left;
	text-align:center;
	margin:2px 10px 0px 0;
	border:solid 1px #d8d8d8;
	font-size:80%;
}
.irc_release_iconnull{ /*アイコンを表示させない時用*/
	width:0px;
	height:0px;
	display:block;
	float:left;
}
.irc_release_title{
	float: left;
/*	width:500px;*/
	font-size:14px;
}
.irc_release_title a{
	color:#333 !important;
}
#ir_info .irc_release_title{
	float: left;
	width:480px;
	font-size:14px;
	padding:0 !important;
	margin:0 !important;
	color:#333 !important;
}

.irc_release_backnotitle{
	display:none;
	font-size:14px;
}
.irc_release_yyyyselect{
	width:100%;
	margin:0 0px 40px 0;
	border-bottom:solid 1px #fff;
}
.irc_release_yyyyselect li{
	padding:0 10px 0px 0;
	border-right:solid 1px #999;
}
@media only screen and (max-width: 640px) {
.irc_release_title{
	float: left;
	width:100%;
}
}/*@media*/



/*IRサイトマップ*/
ul.irc_sitemap{
	list-style-type:none;
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 2px dashed #d8d8d8;
	line-height:1.8;
	display: flex;
    flex-flow: wrap;
}
ul.irc_sitemap li{
	width: 300px;
}
ul.irc_sitemap li a{
	text-decoration: underline!important;
}
ul.irc_sitemap li a:hover{
	text-decoration: none!important;
}
ul.irc_sitemap li dl{
	margin: 0 0 0 20px;
}
ul.irc_sitemap li dl dt{
	margin: 0 0 20px;
}
ul.irc_sitemap .irc_sitemap_lv1{
    width: 100%!important;
	margin: 0 0 40px;
    font-size: 20px;
    position: relative;
}
ul.irc_sitemap .irc_sitemap_lv1:before{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(100% - 70px);
    margin: auto;
    height: 1px;
    border-bottom: 1px solid #d8d8d8;
}
ul.irc_sitemap li dl dt a,
ul.irc_sitemap .irc_sitemap_lv1 a{
	color: #d8000f;
	font-weight: bold;
	font-size: 20px;
}
ul.irc_sitemap .irc_sitemap_lv2{
	margin:0;
}
ul.irc_sitemap .irc_sitemap_lv3{
	margin:0;
}
ul.irc_sitemap .irc_sitemap_lvsub{
	margin:0;
}
ul.irc_sitemap .irc_sitemap_lvsublast{
	margin:0;
}
.sitemap_other {
	display: flex;
    flex-flow: wrap;
}
.sitemap_other li{
    width: 225px;
    margin: 0 0 20px 20px;
    box-sizing: border-box;
}
.sitemap_other li a{
	color: #d8000f;
	font-size: 20px;
	text-decoration: underline!important;
}
.sitemap_other li a:hover{
	text-decoration: none!important;
}
@media only screen and (min-width: 641px) {
	ul.irc_sitemap li:last-child{
		width: 340px;
	}
}

@media only screen and (max-width: 640px) {
	ul.irc_sitemap{
		justify-content: space-between;
	}
	ul.irc_sitemap li{
		width: 48%;
		margin: 0 0 30px;
	}
	ul.irc_sitemap li dl{
		margin: 0;
	}

	.sitemap_other li{
	    width: 48%;
	    margin: 0 0 20px;
	}
	.sitemap_other li a{
		font-size: 16px;
	}


}


/*FAQ*/
.irc_faq_tabbox {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left:0px;
	display: block;
	clear: both;
	border-top: 1px solid #d8d8d8;
}
.irc_faq_tab0 {
	float: left;
	background-color: #eee;
	text-align:center;
	padding:10px 0 10px 0;
}
.irc_faq_tab0 a{
	text-decoration:none;
}
.irc_faq_tab a{
	text-decoration:none;
}
.irc_faq_tab {
	float: left;
	box-sizing: border-box;
	border-right:solid 1px #ffffff;
	background-color: #eee;
	text-align:center;
	padding:10px 0 10px 0;
}
#irc_qbox1,#irc_qbox2,#irc_qbox3,#irc_qbox4{
	clear: both;
	margin-top: 0px;
	padding: 30px 20px 10px;
}
.irc_question{
	clear:both;
	display:block;
	padding: 4px 0 4px 30px;
	background: #e4e4e4;
	clear:both;
	position: relative;
}
.irc_question:before{
	content: "Q";
	position: absolute;
	top: 3px;
	left: 8px;
	color: #009cff;
	font-size: 18px;
	font-weight: bold;
}
.irc_answer{
	clear:both;
	display:block;
	width:90%;
	margin: 5px 0 0px 8px !important;
	padding:0 0 15px 22px;
	clear:both;
	position: relative;
}
.irc_answer:before{
	content: "A";
	position: absolute;
	top: 0;
	left: 0;
	color: #d8000f;
	font-weight: bold;
}

/*IRイベント*/
.irc_event {
	width:100%;
	display:table;
	vertical-align: top;
}
.irc_event_title {
	box-sizing: border-box;
	width:100%;
	float:left;
	margin:0 0 10px 0;
	padding:0 0 0 10px;
	border-left:solid 5px #AAAAAA;
	border-bottom:dotted 1px #ffffff;
	font-weight: bold;
}
.irc_event_jpgarea{
	vertical-align: top;
	margin:0px 10px 10px 0px;
	display:table-cell;
}
.irc_event_tablearea{
	vertical-align: top;
	display:table-cell;
}

.irc_event_table{
	border-collapse: collapse;
	border:solid 1px #d8d8d8;
}
.irc_event_table ul li{
	margin:0 0 0 0px !important;
	padding:0 0 0 0px !important;

}
.irc_event_table td{
	border:solid 1px #d8d8d8;
}
.irc_event_table th{
	border:solid 1px #d8d8d8;
	background:#e4e4e4;
	text-align:center;
	vertical-align: middle;
	width:25%;
	color:#000 !important;
}
.irc_event li{
	margin:0 0 0 20px;
}
.irc_event ul li{
	margin:0 0 0 0px;
}


/*フリーフォーマット　table表組み*/
/*-- TableColor_ --*/
.irc_freetable {
width: 100%;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
border-collapse: collapse;
color: #555555;
}
.irc_freetable p {
margin:0 !important;
padding:0 !important;
}
.irc_freetable td {
line-height:20px;
padding-top: 7px;
padding-right: 9px;
padding-bottom: 7px;
padding-left: 9px;
border: 1px solid #d8d8d8;
vertical-align: middle;
}
.irc_freetable .FT_ffffff {background-color: #ffffff;}
.irc_freetable .FT_CCFFCC {background-color: #ccffcc;}
.irc_freetable .FT_eeeeee {background-color: #eeeeee;}
.irc_freetable .FT_e4e4e4 {background-color: #e4e4e4;}
.irc_freetable .FT_FADADA {background-color: #FADADA;}
.irc_freetable .FT_E0E2FF {background-color: #E0E2FF;}
.irc_freetable .FT_F2F1EC {background-color: #e4e4e4;}
.irc_freetable .FT_F1FFF1 {background-color: #E0E2FF;}

.irc_freetable .FT_right {text-align: left;}
.irc_freetable .FT_center {text-align: center;}
.irc_freetable .FT_right {text-align: right;}
.irc_freetable .FT_bold {font-weight: bold;}

.irc_freetable .FT_1 {width: 1%;}
.irc_freetable .FT_2 {width: 2%;}
.irc_freetable .FT_3 {width: 3%;}
.irc_freetable .FT_4 {width: 4%;}
.irc_freetable .FT_5 {width: 5%;}
.irc_freetable .FT_6 {width: 6%;}
.irc_freetable .FT_7 {width: 7%;}
.irc_freetable .FT_8 {width: 8%;}
.irc_freetable .FT_9 {width: 9%;}
.irc_freetable .FT_10 {width: 10%;}
.irc_freetable .FT_11 {width: 11%;}
.irc_freetable .FT_12 {width: 12%;}
.irc_freetable .FT_13 {width: 13%;}
.irc_freetable .FT_14 {width: 14%;}
.irc_freetable .FT_15 {width: 15%;}
.irc_freetable .FT_16 {width: 16%;}
.irc_freetable .FT_17 {width: 17%;}
.irc_freetable .FT_18 {width: 18%;}
.irc_freetable .FT_19 {width: 19%;}
.irc_freetable .FT_20 {width: 20%;}
.irc_freetable .FT_21 {width: 21%;}
.irc_freetable .FT_22 {width: 22%;}
.irc_freetable .FT_23 {width: 23%;}
.irc_freetable .FT_24 {width: 24%;}
.irc_freetable .FT_25 {width: 25%;}
.irc_freetable .FT_26 {width: 26%;}
.irc_freetable .FT_27 {width: 27%;}
.irc_freetable .FT_28 {width: 28%;}
.irc_freetable .FT_29 {width: 29%;}
.irc_freetable .FT_30 {width: 30%;}
.irc_freetable .FT_31 {width: 31%;}
.irc_freetable .FT_32 {width: 32%;}
.irc_freetable .FT_33 {width: 33%;}
.irc_freetable .FT_34 {width: 34%;}
.irc_freetable .FT_35 {width: 35%;}
.irc_freetable .FT_36 {width: 36%;}
.irc_freetable .FT_37 {width: 37%;}
.irc_freetable .FT_38 {width: 38%;}
.irc_freetable .FT_39 {width: 39%;}
.irc_freetable .FT_40 {width: 40%;}
.irc_freetable .FT_41 {width: 41%;}
.irc_freetable .FT_42 {width: 42%;}
.irc_freetable .FT_43 {width: 43%;}
.irc_freetable .FT_44 {width: 44%;}
.irc_freetable .FT_45 {width: 45%;}
.irc_freetable .FT_46 {width: 46%;}
.irc_freetable .FT_47 {width: 47%;}
.irc_freetable .FT_48 {width: 48%;}
.irc_freetable .FT_49 {width: 49%;}
.irc_freetable .FT_50 {width: 50%;}
.irc_freetable .FT_51 {width: 51%;}
.irc_freetable .FT_52 {width: 52%;}
.irc_freetable .FT_53 {width: 53%;}
.irc_freetable .FT_54 {width: 54%;}
.irc_freetable .FT_55 {width: 55%;}
.irc_freetable .FT_56 {width: 56%;}
.irc_freetable .FT_57 {width: 57%;}
.irc_freetable .FT_58 {width: 58%;}
.irc_freetable .FT_59 {width: 59%;}
.irc_freetable .FT_60 {width: 60%;}
.irc_freetable .FT_61 {width: 61%;}
.irc_freetable .FT_62 {width: 62%;}
.irc_freetable .FT_63 {width: 63%;}
.irc_freetable .FT_64 {width: 64%;}
.irc_freetable .FT_65 {width: 65%;}
.irc_freetable .FT_66 {width: 66%;}
.irc_freetable .FT_67 {width: 67%;}
.irc_freetable .FT_68 {width: 68%;}
.irc_freetable .FT_69 {width: 69%;}
.irc_freetable .FT_70 {width: 70%;}
.irc_freetable .FT_71 {width: 71%;}
.irc_freetable .FT_72 {width: 72%;}
.irc_freetable .FT_73 {width: 73%;}
.irc_freetable .FT_74 {width: 74%;}
.irc_freetable .FT_75 {width: 75%;}
.irc_freetable .FT_76 {width: 76%;}
.irc_freetable .FT_77 {width: 77%;}
.irc_freetable .FT_78 {width: 78%;}
.irc_freetable .FT_79 {width: 79%;}
.irc_freetable .FT_80 {width: 80%;}
.irc_freetable .FT_81 {width: 81%;}
.irc_freetable .FT_82 {width: 82%;}
.irc_freetable .FT_83 {width: 83%;}
.irc_freetable .FT_84 {width: 84%;}
.irc_freetable .FT_85 {width: 85%;}
.irc_freetable .FT_86 {width: 86%;}
.irc_freetable .FT_87 {width: 87%;}
.irc_freetable .FT_88 {width: 88%;}
.irc_freetable .FT_89 {width: 89%;}
.irc_freetable .FT_90 {width: 90%;}
.irc_freetable .FT_91 {width: 91%;}
.irc_freetable .FT_92 {width: 92%;}
.irc_freetable .FT_93 {width: 93%;}
.irc_freetable .FT_94 {width: 94%;}
.irc_freetable .FT_95 {width: 95%;}
.irc_freetable .FT_96 {width: 96%;}
.irc_freetable .FT_97 {width: 97%;}
.irc_freetable .FT_98 {width: 98%;}
.irc_freetable .FT_99 {width: 99%;}
.irc_freetable .FT_100 {width: 100%;}



/*業績・財務情報*/
/*表テーブル*/
.irc_financetable {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 5px;
	border-collapse: collapse;
}
.irc_financetable th {
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	border: 1px solid #d8d8d8;
	font-weight: bold;
	text-align: center;
	background: #eeeeee;
	color:#555555;
}
.irc_financetable td {
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	border: 1px solid #d8d8d8;
	vertical-align: top;
	text-align: right;
	table-layout:fixed;
}
.irc_financetable_title {
	text-align: left !important;
	color:#555555;
	background: #fff;
}
td.irc_financetable_title{
	width:40% !important;
}

.irc_financetable_titleL {
	text-align: center !important;
	font-weight: bold;
}
.irc_financetable_unit {
	text-align: right;
}
.irc_financetable_remarks {
	text-align: left;
	font-size:14px;
}

/*セグメント円グラフ*/
.irc_graphcircle{
	margin:20px 0 0 0;
}
.irc_graphcircle_img{
	text-align:center;
	width:40%;
	float:left;
}
.irc_graphcircle_note{
	width:58%;
	float:right;
}
.irc_graphcircle_note1{
	text-align:right;
}
.irc_graphcircle_notetable{
}
.irc_graphcircle_notetable tr{
}
.irc_graphcircle_notetable_square{
	font-size:1.5em;
}
.irc_graphcircle_notetable_td1{
vertical-align: middle;
	padding:3px 0 0px 5px !important;
	border-bottom:dotted 1px #333333;
}
.irc_graphcircle_notetable_td2{
	text-align:right;
vertical-align: middle;
	padding:px 5px 0 5px !important;
	border-bottom:dotted 1px #333333;
}
.irc_graphcircle_notetable_td3{
	text-align:right;
vertical-align: middle;
	padding:5px 5px 0 5px !important;
	border-bottom:dotted 1px #333333;
}

/*棒グラフ*/
.irc_graphbar{
	margin:30px 0 10px 0;
}
.irc_graphbar_img{
	margin:0 10px 0 0;
	text-align:center;
	width:48%;
	float:left;
}
.irc_graphbar_img1{
	padding:0 0 10px 0px;
	color:#333;
	border-bottom:solid 1px #ddd;
	/*background: url(../../base/img/bg_h4.gif) 0 0px no-repeat;*/
	text-align:left;
	font-size:1rem;
}
.irc_graphbar_img2{
	margin:5px 0 0 0;
	text-align:right;
}
.irc_graphbar_img3{
	text-align:left;
}
.irc_graphbar_img4{
	text-align:left;
}

/*積み上げ棒グラフ*/
.irc_graphpile_img{
	margin:20px 0 10px 0;
}
.irc_graphpile_squareeach{
	float:right;
	margin:0 0 0 10px;
}
.irc_graphpile_square{
	font-size:1.5em;
}
.irc_graphpile_squareclear{
	clear:both;
}
.irc_graphpile_img1{
	color:#008CD6;
	font-weight:bold;
	border-bottom:solid 1px #008CD6;
	text-align:left;
}
.irc_graphpile_img2{
}
.irc_graphpile_img3{
	text-align:right;
}
.irc_graphpile_img4{
	text-align:center;
}
.irc_graphpile_img5{
}



/*主な経営指標＞収益性等のボックスメニュー*/
.irc_financeboxmenu {
	width: 100%;
	display: flex;
    flex-flow: wrap;
}
.irc_financeboxmenu_each {
	width: 176px;
	text-align:center;
	color:#555;
	font-size: 12px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	border: 1px solid #d8d8d8;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}
.irc_financeboxmenu_eachOn {
	background-color:#eee;
	width: 176px;
	text-align:center;
	font-size: 12px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	border: 1px solid #d8d8d8;
	display: flex;
    flex-flow: wrap;
    align-items: center;
}
.irc_financeboxmenu_eachOn a{
	color:#0088DD !important;
}
.irc_financeboxmenu_each.typesquare_tags:nth-child(n+5) a{
	height: 58px;
}
.irc_financeboxmenu a{
	display:block;
	width: 176px;
	padding: 10px 24px;
	position: relative;
	text-decoration:none;
	color:#333;
	box-sizing: border-box;
	display: flex;
    align-items: center;
	justify-content: center;
}
.irc_financeboxmenu a:hover{
	color:#08d;
	background-color:#eee;
}
.irc_financeboxmenu a:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    width: 13px;
    height: 13px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #d8000f;
}
.irc_financeboxmenu a:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
    margin: auto;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 4px solid #fff;
}

@media only screen and (max-width: 640px) {
	.irc_financeboxmenu_eachOn {
		width: 100%;
		float:left;
	}
	.irc_financeboxmenu_each {
		width: 100%;
		float:left;
		color:#333;
	}
	.irc_financeboxmenu a{
		width: 100%;
	}
	.irc_financeboxmenu_each.typesquare_tags:nth-child(n+5) a{
		height: auto;
	}
}

/*IRカレンダー*/
.irc_calendar_table{
	margin:0;
	border-collapse: collapse;
	width:100%;
	border: 1px solid #d8d8d8;
}
.irc_calendar_table td{
	border: 1px solid #d8d8d8;
}
.irc_calendar_yyyy{
	width:20%;
	background:#e4e4e4 !important;
	font-weight: bold;
}
.irc_calendar_mm{
	width:20%;
	background:#eeeeee !important;
}
.irc_calendar_text{
	text-align:left;
}
.irc_calendar_L{
	margin:0 0 10px -3px;
	clear:both;
}
.irc_calendar_Lyymmdd{
	float:left;
	margin:0 0px 0 0px;
	color:#33C0F0;
	font-size:13px;
}
.irc_calendar_Ltext{
	float:left;
	margin:0 0 10px 0px;
	font-size:11px;
}

/*財務諸表*/
.irc_StatementsTable_yyyymm{
	text-align:right;
}
.irc_StatementsTable {
	border-collapse:collapse;
	width:100%;
	background-color:#ffffff;
}
.irc_StatementsTableT0 {
	background-color:#ffffff;
/*	padding:5px 0 5px 0;*/
    padding: 5px 0 5px 20px;
}
.irc_StatementsTableT1 {
	background-color:#C6E5FB;
	padding:5px 0 5px 0;
}
.irc_StatementsTable0 {
	text-align:right;
	background-color:#ffffff;
	padding:5px 15px 5px 0;
}
.irc_StatementsTable1 {
	text-align:right;
	background-color:#C6E5FB;
	padding:5px 15px 5px 0;
    vertical-align: middle;
}
.irc_StatementsTable_bordertop{
	border-top:solid 1px #6C97B6;

}
.irc_StatementsTable_borderbottom{
	border-bottom:solid 1px #6C97B6;
}
.irc_StatementsTable_unit{
	text-align:right;
}
.irc_StatementsTable_lv1{
	margin-left:0px;
}
.irc_StatementsTable_lv2{
	margin-left:10px;
}
.irc_StatementsTable_lv3{
	margin-left:20px;
}
.irc_StatementsTable_lv4{
	margin-left:30px;
}
.irc_StatementsTable_lv5{
	margin-left:40px;
}
.irc_StatementsTable_lv6{
	margin-left:50px;
}
.irc_StatementsTable_lv7{
	margin-left:60px;
}
.irc_StatementsTable_lv8{
	margin-left:70px;
}

@media only screen and (max-width: 640px) {

.irc_StatementsTable {
	font-size:0.9em;
}

}



/*IR資料室*/
.irc_library_title{
	border-bottom: 1px dotted #ddd;
	/*background-color:#F5F5F5;
	background: url(../../base/img/bg_h4.gif) 0 0px no-repeat;*/
	padding:3px;
	font-size:1.2rem;
	margin-bottom:10px;
	font-weight: bold;
}
.irc_library_titleb{
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	line-height: 150%;
	color: #111111;
	border-left: 4px solid #aaaaaa;
}
.irc_library_each{
	margin:0 0 10px 0;
}
.irc_library_yymmdd{
	margin:0 0 0 20px;
	display:block;
	float:left;
}
/*IR資料室以外のファイル*/
.irc_relatedmaterial{}
.irc_relatedmaterial_each{
	margin:0 0 10px 0;
}
.irc_relatedmaterial_title{
	padding:0 0 0 10px;
	background: url(../img/sitemap/arrow_menu.gif) 0 0.5em no-repeat;
}
.irc_relatedmaterial_link{
	padding:0 0 0 20px;
}
.irc_relatedmaterial_link0{
	margin:0 0 0 20px;
}
.irc_relatedmaterial_icon{
	background: url(../img/icon/icon_arrow2.gif) 0.5em 0.4em no-repeat;
}
.irc_relatedmaterial_yymmdd{
	vertical-align:bottom;
	margin:0 0 0 20px;
	display:block;
	float:left;
}
.irc_library_txt{
	display:block;
	margin:0 0 0 160px;
}
/*IR資料室以外のファイル*/
.irc_relatedmaterial .irc_library_txt{
	display:block;
	margin:0 0 0 130px;
}
.irc_library_txt0{
	display:block;
	margin:0 0 0 0;
}


@media only screen and (max-width: 640px) {
.irc_library_yymmdd{
	clear:both;
	display:block;
	float:left;
	width:100%;
	margin:0 0 0px 0px !important;
}
.irc_library_txt{
	width:100%;
	clear:both;
	display:block;
	float:left;
	margin:0 0 10px 10px !important;
}
}
/* 2019.9
***********************************************/

/*共通*/

/*@media*/
@media only screen and (max-width: 640px) {
	#main{
	margin-bottom: 19.06% !important;
	padding: 0 3.12% !important;
	}
}
.catch_management{
    color: #d8000f;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
.catch_management span{
    display: block;
    font-size: 16px;
    padding-bottom: 15px;
}
@media only screen and (max-width: 640px) {
    .catch_management{ font-size:6vw;}
}

ol.strategy{
    line-height: 2.0;
    margin-bottom: 30px;
}

/*hタグ*/

h2.contents_rnew2 {
	clear: both;
	padding: 8px 0 0 0;
	font-weight: bold;
	font-size: 28px;
	margin: 0px 0px 15px;
	text-align: left;
	border-bottom: none;
}

#ir_contents h2.contents_rnew2 {
	clear: both;
	padding: 8px 0 0 0;
	font-weight: bold;
	font-size: 28px;
	margin: 0px 0px 45px;
	text-align: center;
	border-bottom: none;
}
h2.contents_rnew2:before {
	content: '－';
	font-weight: normal;
	margin-right: .5em;
}
h2.contents_rnew2:after {
	content: '－';
	font-weight: normal;
	margin-left: .5em;
}

#ir_contents h3.contents_rnew3 {
	padding: 5px 10px 5px 5px;
	font-size: 20px;
	font-weight: normal;
	border-bottom: solid 3px #e2e2e2;
	position: relative;
	background-color: #FFF;
    margin-bottom: 30px;
}

#ir_contents h3.contents_rnew3:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 25%;
  border-bottom: 3px solid #d8000f;
}

#ir_contents .contents_rnew4{
	border-bottom: 1px solid #E60012;
	padding: 5px 10px 5px 5px;
	margin: 0px 0px 15px;
	font-weight: normal;
	font-size: 16px;
}
#ir_contents .contents_rnew5 {
	border-left:8px solid #E60012;
	border-bottom: none;
	margin: 0px 0px 10px 5px;
	padding: 0px 0px 0px 5px;
	font-size: 14px;
	font-weight: normal;
}
/* table */
table.table_rnew{
    width: 100%;
	border-collapse:collapse;
	border-spacing:0;
}
table.table_rnew th{
	width: 30%;
	text-align: center;
}
table.table_rnew th,
table.table_rnew td{
	padding: 10px;
	border: 1px solid #d8d8d8;
}
table.table_rnew th{
	background-color:#eeeeee;
    vertical-align: middle;
}
@media only screen and (max-width: 640px) {
table.table_rnew{
        width: 100%;
        margin:0 auto 30px; 
    }
table.table_rnew th,
table.table_rnew td{
	width: 94%;
	display: block;
	border-top: none;
    font-size: 100%;
    }
    table.table_rnew tr:first-child th{
        border-top: 1px solid #d8d8d8;
        
    }
    
}
    


/*IRトップリリース系*/

.irc_release_yyyyselect_re{
	width:80%;
	margin:0 auto 0px;
	border-bottom:solid 1px #fff;
	display:inline-block;
}
.irc_release_yyyyselect_re .current a{
	color: #d83333;
    font-weight: bold;
}
.irc_release_yyyyselect_re li:first-child{
	padding:0 10px 0px 0;
	border-right:solid 1px #999;
	float:left;
	margin:0 10px;
}
.irc_release_yyyyselect_re li{
	padding:0 10px 0px 0;
	border-right:solid 1px #999;
	float:left;
	margin-right:10px;
}
.irc_release_yyyyselect_re li:last-child{
	padding:0 0 0px 0;
	border-right:none;
}


@media only screen and (max-width: 640px) {
#ir_contents h2.contents_rnew2 {
        font-size:6vw ;
    }
	.irc_release_yyyyselect_re{
		width:100%;
		margin:0 0 40px;
		border-bottom:solid 1px #fff;
	}
	.irc_release_yyyyselect_re li{
	padding:0 10px 1px 10px;
	border-right:solid 1px #999;
	float:left;
	margin-right:10px;
	}
	.irc_release_yyyyselect_re li:first-child{
		padding:0 10px;
		border-right:solid 1px #999;
		float:left;
		margin:0 ;
	}
	.irc_release_title{
		float: left;
		width:100%;
	}

}

/*IRイベント*/
.irc_event {
	width:100%;
	display:table;
	vertical-align: top;
}
.irc_event_title_rnew {
	box-sizing: border-box;
	width:100%;
	float:left;
	margin:0;
	padding:5px 5px 5px 10px;
	border: solid 1.5px #d2d2d2;
}
.irc_event_title_rnew span .accbtn_open{
	cursor: pointer;
	text-decoration: none;
	float: right;
	background-color: #666666;
	height: 18px;
	line-height: 18px;
	width: 60px;
	text-align: center;
	font-size: 10px;
	margin-right: 7px;
	margin-top: 1px;
	display: block;
	background: #fff url(../img/icon/btn_open.png) no-repeat center right / 16px;
    color: #333!important;
	padding: 2px 15px 2px 0;
	font-size: 12px;
}
.irc_event_title_rnew span .accbtn_close{
	background: #fff url(../img/icon/btn_close.png) no-repeat center right / 16px;
    color: #333!important;
	padding: 2px 15px 2px 0;
	font-size: 12px;
}

/*finance*/

.btn_excelDl{
    background: #000000;
    padding: 5px 8px;
    float: right;
    border-bottom: 2px solid #9f9f9f;
    margin-bottom: 30px;
}
.btn_excelDl a{
    display: block;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}
.btn_excelDl a:hover{
    color: #999999 !important;
}
.irc_StatementsTableT1_rnew{
    background: #eeeeee;
}

@media only screen and (max-width: 640px) {
    .irc_StatementsTable_lv3{
        margin-left: 0;
    }
}
/*shareholders_02*/

#highlight{
    background: #eee;
    padding: 30px 0px 30px 44px;
    margin-bottom: 30px;
}
#highlight li{
    list-style: disc;
}


ul.irc_sitemap .irc_sitemap_lv1:before{
    width: calc(100% - 200px);
}




@media only screen and (max-width: 640px) {

.irc_boxmenu_eachboxL a{
	height:165px !important;
}
.irc_boxmenu_eachboxR a{
	height:165px !important;
}
}