@charset "utf-8";

#navi-left{
display:none;
}

.irc_rightnavi{
	margin:20px 0 -10px 0;
	border:solid 1px #999;
}
.irc_rightnavi img{
	width:100%;
}
.main_cont p{
	margin:0;
}
.privilege_item_box_ttl {
    font-size: 18px;
    font-weight: bold;
    padding-left: 16px;
    margin-bottom: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height:1.4;
}
.privilege_item_box_ttl::before {
    content: attr(data-num)"";
    width: 32px;
    height: 32px;
    font-size: 16px;
    border-radius: 100%;
    color: #fff;
    background: #468fd6;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    flex-shrink: 0;
}
.privilege_item_box_flex {
    width: 100%;
    margin: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.privilege_item_box__pic {
    width: 220px;
    height: auto;
    border: 1px solid #ddd;
    padding: 0;
    margin-left: 16px;
    flex-shrink: 0;
}
.privilege_item_box__pic img{
	width:100%;
}
.privilege_item_box__txt {
    padding: 16px;
}
@media only screen and (max-width: 840px) {
.privilege_item_box_flex{
	display:initial;
}
.privilege_item_box__pic{
	margin:0 auto !important;
    width: 50%;
}
.privilege_item_box__txt {
	float:left;
    width: 100%;
}
.btn_moreA{
	font-size:11px !important;
}
}
.privilege_contact {
    width: 100%;
    padding: 0 16px;
    border-bottom: 2px solid #468fd6;
    
}
.privilege_contact:hover {
    background: #f0f4f7;
}
.privilege_contact a {
    width: 100%;
    /* max-width: 600px; */
    font-size: 13px;
    font-weight: bold;
    color: #468fd6;
    padding: 8px 0px;
}
.ir_mallInfo {
    border: 4px double #bfd7ed;
    padding: 32px 16px 8px 16px;
    margin: 16px;
}
.ir_mallInfo__ttl {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
}
.ir_mallInfo__desc {
    width: 100%;
    padding: 16px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.ir_mallInfo a {
    max-width: 400px;
}
.btn_moreA {
    width: 80%;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    letter-spacing: 4px;
    text-align: center;
    border: 1px solid #4b92d7;
    background: #fff;
    margin: 32px auto;
    display: block;
    cursor: pointer;
    position: relative;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
}
.privilege_request_box {
    padding: 16px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    margin: 16px 0;
}
.privilege_request_box_ttl {
    font-size: 16px;
    font-weight: bold;
    border-left: 4px solid #468fd6;
    padding-left: 4px;
    margin-bottom: 8px;
}
.privilege_request_box_btn {
    width: 100%;
    max-width: 480px;
    border: 2px solid #4b92d7;
    border-radius: 4px;
    background: #fff;
    margin: 16px 0;
    display: block;
    cursor: pointer;
    position: relative;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 12px;
}
.privilege_request_box_btn:hover {
    color: #fff;
    background: #4b92d7;
}
.privilege_request_box_btn:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.privilege_request_box_btn::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #4b92d7;
    border-right: 2px solid #4b92d7;
    position: absolute;
    right: 14px;
    top: calc(50% - 4px);
    transform: rotate(45deg);
}
.privilege_request_box_desc {
    width: 100%;
    background: #fff;
    padding: 32px 16px;
    margin-top: 16px;
}
.privilege_request_box_note {
    font-size: 13px;
    color: #888;
    margin-top: 8px;
}
.privilege_request_box_btn p:first-child {
    font-size: 12px;
}
.privilege_request_box_btn p:last-child {
    font-size: 18px;
    font-weight: bold;
}







.irc_imgarea img{
	width:100%;
}
.irc_privilege_request {
    width: 100%;
    padding: 5px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.irc_privilege_request a{
    width: 100%;
    max-width: 300px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #468fd6;
    background: #fff;
    border: 2px solid #468fd6;
    border-radius: 8px;
    padding: 8px 0;
    margin-right: 16px;
    margin-bottom: 16px;
}
@media only screen and (max-width: 840px) {
.irc_privilege_request a{
    max-width: 100%;
}
}


.irc_release_pdf .icpdf{
	display:inline-block;
	width:auto;
	height:20px;
	margin:3px 0 0 10px;
	padding:0 0 0 20px;
	background:url(../img/icon/icon_pdf.gif) 0 center no-repeat;
}
.irc_release_xls .icpdf{
	display:inline-block;
	width:auto;
	height:20px;
	margin:3px 0 0 10px;
	padding:0 0 0 20px;
	background:url(../img/icon/icon_xls.gif) 0 center no-repeat;
}
.irc_release_out .icpdf{
	display:inline-block;
	width:auto;
	height:20px;
	margin:3px 0 0 10px;
	padding:0 0 0 20px;
	background:url(../img/icon/icon_link_blank.gif) 0 8px no-repeat;
}
.icnew{
	display:inline-block;
	width:auto;
	height:auto;
	color:#fff;
	font-weight:bold;
	background-color:#ffb81c;
	margin:3px 0 0 10px;
	font-size:12px;
	padding:0 10px 0 10px;
}


.accbtn_open{
#	display:none !important;
}
.accbtn_close{
#	display:none !important;
}
.irc_anchor{
	display:block;
	position:relative;
	top:-110px;
	visibility:hidden;
}
var{
    font-style:normal;
}
#irc_libraryYYYYBtn{
	width:100%;
	display:inline-block;
	clear:both;
}
#irc_libraryYYYYBtn p{
	margin:0 5px 5px 0;
	border:solid 1px #eeeeee;
	width:19%;
	float:left;
	background-color:#f2f2f2;
	padding:5px;
	text-align:center;
	cursor:pointer;
}
#irc_libraryYYYYBtn p:hover{
	background-color:#e4e4e4;
	color:#c43c84;
}
/*企業特殊*/
@media only screen and (max-width: 640px) {
#irc_libraryYYYYBtn p{
	width:23%;
	font-size:80%;
}
}

/*企業独自css読み込み*/
@import url("./irc_0.css");

.irc_jpgfix{
	width:auto;
}
.excel_btn img{
	float:right;
	width:auto;
}

/*
.irc_jpg img{
	width:auto;
}*/

.irc_LR{
	padding:0 0 20px 0;
	margin:0 0 20px 0;
	border-bottom:solid 1px #ddd;
	display:block;
	clear:both;
}

.irc_Ljpg{
	
	width:230px;
	margin:0 0px 0 0;
	float:left;
}
.irc_Rtext{
	width:auto;
	float:left;
}

#navi-left ul.left_sub li{
	background: url(../img/arrow_menu.gif) 0.1em 0.5em no-repeat;
}

/*サブメニュー*/
.ir_submenu{
	margin:15px 0 0 20px;
	font-size:13px;
}



/*文字サイズ等irc_headertool*/
.irc_headertool{
	float:right;
	width:100%;
}
/*printBtn*/
#printBtn{
	float:right;
	width:47px;
}

/*textSize*/
#textSize{
	margin:0 10px 0 0;
	float:right;}
#textSize li{
	float:left;}
#textSize li.title01{
	padding-right:9px;
	line-height:25px;
	font-size:11px;
	color:#aaa;}
#textSize .sizeM{
	margin-right:1px;}

body.fontL {font-size: 110%;}
body.fontM {font-size: 100%;}

#medium a,
#medium a:hover {
	display: block !important;
	width: 47px !important;
	height: 25px !important;
	background: url(../img/headertool/textsize_m_on.png) no-repeat 0 0;
	overflow: hidden;}
#medium a:hover {background: url(../img/headertool/textsize_m_on.png) no-repeat 0 0;}
.fontS #medium a,
.fontL #medium a {background: url(../img/headertool/textsize_m_off.png) no-repeat 0 0;}
.fontS #medium a:hover,
.fontL #medium a:hover {background: url(../img/headertool/textsize_m_on.png) no-repeat 0 0;}
#large a,
#large a:hover {
	display: block !important;
	width: 47px !important;
	height: 25px !important;
	background: url(../img/headertool/textsize_l_off.png) no-repeat 0 0;
	overflow: hidden;}
#large a:hover {background: url(../img/headertool/textsize_l_on.png) no-repeat 0 0;}
.fontM #medium a {
	display: block;
	width: 47px;
	height: 25px;
	background: url(../img/headertool/textsize_m_on.png) no-repeat 0 0;
	overflow: hidden;}
.fontL #large a {
	display: block;
	width: 47px;
	height: 25px;
	background: url(../img/headertool/textsize_l_on.png) no-repeat 0 0;
	overflow: hidden;}




.irc_library_ziparea{
	width:100%;
	padding:0px 10px 3px 10px;
	margin:0;
}
.irc_library_zip{
	float:left;
}
.irc_library_zipbtn{
	border-radius: 5px;
	text-align:center;
	width:200px;
	margin-top:10px;
	padding:10px 0px 10px 0px;
	background-color: #e4e4e4;
}
.irc_library_zipbtn a{
	font-size:14px;
	color:#333;
}

.irc_library_ziptext{
	margin:10px 0px 10px 10px;
	float:left;

}

#toggle{
	display:none;
}
#header_second_sp{
	display:none;
}

#navi_in_sp{
	display:none;

}

/*企業特殊*/
@media only screen and (max-width: 640px) {
.irc_jpglink img{
	width:100%;
}
.irc_event_title {
	width:300px;
}

.irc_faq_tab{
	width:100% !important;
	border-bottom:solid 1px #fff;
}
.irc_faq_tab0{
	width:100% !important;
	border-bottom:solid 1px #fff;
}
.irc_faq_tab0 a{
	line-height:1;
	width:100%;
}
.irc_faq_tab a{
	line-height:1;
	}

#library_index{
	border:none !important;
}
.irc_event_jpgarea{
	padding:0 0 0 20px;
	width:100%;
	float:left;
	text-align:center;

}
.irc_event_table td{
	border:solid 1px #e4e4e4;
}
.rc_event_tablearea{
	width:100%;
	float:left;
}
.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;}
  
#sh_contents_btn_about{
	border:solid 1px #DDDDDD;
	background:none !important;
	width:100%;
}

div#sh_contents_btn_about span.caption{
position: relative !important;
top:0px;
left:10px;
margin:0;
padding:0;
float:left;
}
#sh_contents_btn_about a{
	height:160px;
}

#bread ul {
	margin: 0px 0;

}
#header_in {
	background-image: url(../img/logo2.png);
}
#search {
	position: absolute;
	top: 20px;
	right: 150px;
	width: 120px;
	vertical-align: middle;
}
#keywords{
width:120px;

}
#sns_btn a#hb_gws {
margin:7px 5px 0 0;
width:105px !important;
background-image:url(../img/icon_gws2.png);
}

#sns_btn a#hb_mail {
margin:7px 5px 0 0;
width:30px !important;
background-image:url(../img/icon_mail2.png);

}

#header_second{
	display:none;
}
#header_second_sp{
	display:block;
}
#sns_btn{
	margin-top:-20px;
}
#search{
	margin-top:-15px;
}

#container {width:100% !important;}
#contents {width:100% !important;}
#header_in {width:100% !important;}
#footer_in {width:100% !important;}
#navi ul#main {width:100% !important;}
#bread ul {width:100% !important;}
#news {width:100% !important;}
.scroll-pane {width:100% !important;}

#footer{
	margin-bottom:20px;
}
#wn_line{
width:100%;
}
#ir_info .irc_release_title{
	float: left;
	width:70%;
}
#bread{
	margin:0 5px 0 0;
}
#header{
}
#navi_in{
	display:none;
}


#navi_in_sp{
	width:100%;
	height:40px;
	background-color: #000000;
	display:block;
}
/*toggle*/

#navi_in_sp .toggle {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 10000;
}

#navi_in_sp .toggle a {
	display: block;
	position: absolute;
	top: 18px;
	left: 15px;
	width: 25px;
	height: 3px;
	background-color: #ffffff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#navi_in_sp .toggle a::before,
#navi_in_sp .toggle a::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 25px;
	height: 3px;
	background-color: #ffffff;
	-webkit-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}

#navi_in_sp .toggle a::before {
	margin-top: -9px;
}

#navi_in_sp .toggle a::after {
	margin-top: 5px;
}

#navi_in_sp .toggle.active a {
	background: transparent;
}

#navi_in_sp .toggle.active a::before,
#navi_in_sp .toggle.active a::after {
	margin-top: -2px;
}

#navi_in_sp .toggle.active a::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#navi_in_sp .toggle.active a::after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#gnav-sp {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 90%;
	background-color:  rgba(70,70,70,0.95);
	z-index: 9999;
}

#gnav-sp .main-nav a {
	display: block;
	position: relative;
	height: 40px;
	padding: 0 0px 0 30px;
	border-bottom: 1px solid #fff;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	line-height: 40px;
}

#gnav-sp .main-nav a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	width: 20px;
	height: 20px;
	margin: auto;
	background-color: #E60012;
}

#gnav-sp .main-nav a span::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 39px;
	bottom: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 2px solid #ffffff;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

#gnav-sp .main-nav a span::after {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	right: 35px;
	bottom: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 2px solid #ffffff;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

#gnav-sp .active .main-nav a {
	color: #ffffff !important;
	background-color: #999999;
	}

#gnav-sp .main-nav a:hover {
	color: #cccccc;
}

#gnav-sp .sub-nav {
	display: none;
	width: 100%;
	background-color: #999999;
	}

#gnav-sp .sub-nav a {
	display: block;
	position: relative;
	height: 40px;
	padding: 0px 0px 0px 66px;
	border-bottom: 1px dotted #e4e4e4;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	line-height: 40px;
}

#gnav-sp .sub-nav a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50px;
	margin: auto;
}

#gnav-sp .sub-nav a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 52px;
	bottom: 0;
	width: 6px;
	height: 6px;
	margin: auto;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#gnav-sp .sub-nav a:hover {
	color: #cccccc;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 100;
}

#gnav-sp ul {
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	font: inherit;
	list-style: none;
}







#footer{
}
#ir_contents{
	float:left;
	width:100%;

}
#navi-left{
	float:left;
	width:100%;
}
}


.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;
}
.irc_clear{
	display: block;
	clear: both;
	height:25px;
}
.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;
}


/*ボックスメニュー*/
.irc_boxmenu{
	margin:5px 0 0 0;
	padding:0;
}
.irc_boxmenuTop{
	margin:0;
	padding:0;
}
.irc_boxmenu li{
	margin-bottom:10px;
	float:left;
	width:354px;
}
.irc_boxmenuTop li{
	margin-bottom:10px;
	float:left;
	width:345px;
}

.irc_boxmenu_eachbox{
	padding:0;
	border:1px solid #ddd;
	height:120px;
}

.irc_boxmenu_eachboxR{
	margin:0 0 0 12px;
	height:120px;
}
.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:12px;
	height:135px;
	line-height: 20px;
	text-decoration:none;
	display:block;
	
}
.irc_boxmenuTop li a{
	font-size:12px;
	height:135px;
	line-height: 20px;
	text-decoration:none;
	display:block;
	
}
.irc_boxmenu li a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.irc_boxmenuTop li a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.irc_boxmenu li a span.irc_boxmenu_title{
	color:#555;
	background:url(../img/boxmenu/bg_boxmenu_title.gif) 9px  no-repeat;
	background-color: #fff;
	padding:12px 10px 12px 40px;
	border-bottom:1px solid #ddd;
	display:block;
	font-size:110%;
}
.irc_boxmenuTop li a span.irc_boxmenu_title{
	color:#555;
	background:url(../img/boxmenu/bg_boxmenu_title.gif) 12px  no-repeat;
	background-color: #fff;
	padding:10px 10px 8px 40px;
	border-bottom:1px solid #ddd;
	font-weight: bold;
	display:block;
}
.irc_boxmenu li a span.irc_boxmenu_caption{
	padding:12px 20px 5px 15px;
	display:block;
}
.irc_boxmenuTop li a span.irc_boxmenu_caption{
	padding:5px 10px 5px 15px;
	display:block;
}
	
.irc_boxmenu li.irc_boxmenu_eachbox a{
}


@media only screen and (max-width: 1240px) {
.irc_boxmenu li{
	width:48%;}
.irc_boxmenuTop li{
	width:48%;}
}

@media only screen and (max-width: 640px) {
.irc_boxmenu li{
	width:100%;}
.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_eachbox{
	height:85px;
}
.irc_boxmenu li a{
	font-size:11px;
}
.irc_boxmenuTop li{
	width:100%;}
}
.irc_boxmenuTop li a{
	font-size:11px;
}
.irc_boxmenu li a span.irc_boxmenu_title{
	font-size:12px;
}
.irc_boxmenuTop li a span.irc_boxmenu_title{
	font-size:12px;
}
}



/*pdfや別ウインドアイコン*/
.irc_icon_toparrow{
	margin:5px 5px 0 5px;
	vertical-align: middle;
	float:left;
}

.irc_icon_rss{
	margin:10px 0 0 0;
	width:50px;
	float:left;
}
.irc_icon_rss img{
	width:36px;
}
.irc_icon{
	width:auto;
	margin:0px 5px 7px 5px !important;
	padding:0 0 0px 0 !important;
	vertical-align: bottom;
}
.irc_icon_blank{
	padding:0 30px 0 0;
	background: url(../img/icon/icon_blank.gif) 4.5em 0.3em no-repeat;
}
.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{
	width:99%;
	display: inline-block;
	clear: both;
	font-weight: normal !important;
	margin:5px 0 0px 5px !important;
}
.irc_release_yyyymmdd{
	width:140px;
	float: left;
	padding:0 5px 0 0;
	font-size:14px;
	color:#333;
	
}
.irc_release_icon0{/*アイコンが画像の場合*/
	float: left;
	margin:0px 10px 0px 0 !important;
}
.irc_release_icon0 img{
	vertical-align: middle;
}
.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;
	font-size:14px;
}
#ir_info .irc_release_title{
	float: left;
	width:480px;
	font-size:14px;
	padding:0 !important;
	margin:0 !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;
}
.irc_release_yyyyselect .current a{
	background: #fff !important;
	color:#333; !important;
}
@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;
	padding:0;
	line-height:1.8;
}
.irc_sitemap_lv1{
	padding: 0 0 0 10px;
	background: url(../img/sitemap/arrow_menu.gif) 0 0.7em no-repeat;
}
.irc_sitemap_lv2{
	margin:0;
	padding:5px 0 5px 20px;
	background: url(../img/sitemap/level02.gif) repeat-y left center;
}
.irc_sitemap_lv2last{
	margin:0;
	padding:10px 0 5px 20px;
	background: url(../img/sitemap/level02.gif) repeat-y left center;
}
.irc_sitemap_lv3{
	margin:0;
	padding:0 0 0 40px;
	background: url(../img/sitemap/level03.gif) repeat-y left center;
}
.irc_sitemap_lvsub{
	margin:0;
	padding:5px 0 5px 20px;
	background: url(../img/sitemap/level02.gif) repeat-y left center;
}
.irc_sitemap_lvsublast{
	margin:0;
	padding:5px 0 5px 20px;
	background: url(../img/sitemap/level02_last.gif) repeat-y left center;
}
/*FAQ*/
.irc_faq_tabbox {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left:0px;
	display: block;
	clear: both;
	border: 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: 10px 10px 10px 10px;
}
.irc_question{
	clear:both;
	display:block;
	width:90%;
	padding:0 0 0px 25px;
	background:url(../img/faq/icon_question.gif) 0.2em 0.4em no-repeat;
	clear:both;
}
.irc_answer{
	clear:both;
	display:block;
	width:90%;
	margin:0 0 0px 0px !important;
	padding:0 0 15px 25px;
	background:url(../img/faq/icon_answer.gif) 0.2em 0.4em no-repeat;	clear:both;
}


/*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:3px 0 0 10px;
	border-left:solid 4px #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{
	margin:0 0 20px 0;
	vertical-align: top;
	display:table-cell;
}

.irc_event_table{
	width:100% !important;
	border-collapse: collapse;
	border:solid 1px #d8d8d8;
}
.irc_event_table ul li{
	margin:0 0 5px 0px !important;
	padding:0 0 0px 0px !important;

}
.irc_event_table td{
	width:75% !important;
	border:solid 1px #fff;
	padding:10px 20px 10px 10px !important;
}
.irc_event_table th{
	border:solid 1px #fff;
	background:#eee;
	text-align:center;
	vertical-align: middle;
	width:25%;
	color:#000 !important;
	padding:10px 20px 10px 20px !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: 13px;
padding-right: 20px;
padding-left: 20px;
padding-bottom: 13px;
border-top: 1px dotted #d8d8d8;
border-bottom: 1px dotted #d8d8d8;
vertical-align: top;
}
.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: #eee;}
.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;
	font-size:12px;
}
.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: #518ac3;
	color:#ffffff
}
.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: center !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;
	font-size:0.84em;
}
.irc_financetable_remarks {
	text-align: left;
	font-size:0.84em;
}

/*セグメント円グラフ*/
.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:2px 0 2px 10px;
	color:#518ac3;
	border-left:solid 4px #518ac3;
	/*background: url(../../base/img/h4_bg.png) 0 0px no-repeat;*/
	text-align:left;
	font-size:110%;
}
.irc_graphbar_img2{
	margin:5px 0 0 0;
	text-align:right;
	font-size:0.84em;
}
.irc_graphbar_img3{
	width:370px !important;
	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;
	font-size:0.84em;
}
.irc_graphpile_img4{
text-align:center;
}
.irc_graphpile_img5{
}


@media only screen and (max-width: 640px) {
.irc_graphbar_img3{
	width:auto !important;
	text-align:left;
}
}


/*主な経営指標＞収益性等のボックスメニュー*/
.irc_financeboxmenu {
	width:100%;
}
.irc_financeboxmenu_each {
	width: 176px;
	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;
}
.irc_financeboxmenu_eachOn {
	background-color:#eee;
	width: 176px;
	height: 40px;
	text-align:center;
	color:#08d;
	font-size: 12px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	border: 1px solid #d8d8d8;
	float:left;
}
.irc_financeboxmenu a{
	display:block;
	width: 176px;
	height: 40px;
	position: relative;
	left:0;
	right:0;
	line-height: 40px;
	text-decoration:none;
	font-weight: bold;
}
.irc_financeboxmenu a:hover{
	color:#08d;
	background-color:#eee;
	font-weight: bold;
}

@media only screen and (max-width: 640px) {
.irc_financeboxmenu_eachOn {
	width: 100%;
	float:left;
}
.irc_financeboxmenu_each {
	width: 100%;
	float:left;
}
.irc_financeboxmenu a{
	width: 100%;

}

}

/*IRカレンダー*/
.irc_calendar_table{
	margin:0;
	border-collapse: collapse;
	width:100%;
}
.irc_calendar_table td{
	border-top: 1px dotted #d8d8d8;
	border-bottom: 1px dotted #d8d8d8;
	padding:12px 0 12px 15px;
}
.irc_calendar_yyyy{
	width:20%;
	text-align:center;
	background:#eee !important;
	font-weight: bold;
}
.irc_calendar_mm{
	width:20%;
	background:#fff !important;
}
.irc_calendar_text{
	text-align:left;
}
.irc_calendar_L{
	clear:both;
	margin:0px 0 10px 5px;
}
.irc_calendar_Lyymmdd{
	float:left;
	margin:0 10px 0 0px;
	font-size:14px;
	width:100%;
}
.irc_calendar_Ltext{
	float:left;
	margin:0 0 0px 0px;
	font-size:14px;
}

/*財務諸表*/
.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;
	white-space:nowrap;
	width:50%;
}
.irc_StatementsTableT1 {
	background-color:#eeeeee;
	padding:5px 0 5px 0;
	white-space:nowrap;
	width:50%;
}
.irc_StatementsTable0 {
	text-align:right;
	background-color:#ffffff;
	padding:5px 0 5px 0;
}
.irc_StatementsTable1 {
	text-align:right;
	background-color:#eeeeee;
	padding:5px 0 5px 0;
}
.irc_StatementsTable_bordertop{
	border-top:solid 1px #333;

}
.irc_StatementsTable_borderbottom{
	border-bottom:solid 1px #333;
}
.irc_StatementsTable_unit{
	font-size:0.84em;
	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.6em;
}

}



/*IR資料室*/
.irc_library_title{
	/*border-bottom: 1px dotted #00417b;*/
	background-color:#f2f2f2 !important;
	/*background: url(../img/h4_bg.png) 0 0px no-repeat;*/
	padding:5px 0 10px 10px;
	color:#00417b;
	font-size:120%;
	font-weight:bold;
	margin-top:35px;
	margin-bottom:15px;
}
.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;
	font-weight: bold;
	border-left: 4px solid #aaaaaa;
}
.irc_library_each{
	padding:0 0 35px 0;
	margin:0 0 0px 0;
	clear:both;
	display:block;
}
.irc_library_yymmdd{
	width:120px;
	margin:0 0 0 0px;
	display:block;
	float:left;
}
.irc_clear_0{
	clear:both;
	display:block;
	margin:5px 0 0px 0;
}
/*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.6em no-repeat;
}
.irc_relatedmaterial_yymmdd{
	vertical-align:bottom;
	margin:0 0 0 20px;
	display:block;
	float:left;
}
.irc_library_txt{
	display:block;
	width:550px;
	float:left;
	margin:0 0 0 0px;
}
/*IR資料室以外のファイル*/
.irc_relatedmaterial .irc_library_txt{
	display:block;
	margin:0 0 0 130px;
}
.irc_library_txt0{
	display:block;
	margin:0 0 0 0;
	float:left;
}

@media only screen and (max-width: 1240px) {


.irc_library_each{
width:100%;
}

.irc_library_txt{
	
	width:70%;
}
}

@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;
}
}




/*OPEN/CLOSE*/
.accbtn_open{
	color:#ffffff!important;
	float:right;
	background-color:#00417b;
	height:18px;
	line-height:18px;
	width:120px;
	text-align:center;
	font-size:10px;
	margin-top:10px;
	margin-right:5px;
	padding-bottom:15px;
	display:block;}
.accbtn_open{ /margin-top:-24px; /*IE6-7*/ /margin-right:10px;/*IE6-7*/}
.accbtn_open:hover{
	text-decoration:none;
	color:#ffffff;}
.accbtn_close{
	color:#ffffff!important;
	float:right;
	background-color:#00417b;
	height:18px;
	line-height:18px;
	width:120px;
	text-align:center;
	font-size:10px;
	margin-top:10px;
	margin-right:5px;
	padding-bottom:15px;
	display:block;}
.accbtn_close{ /margin-top:-24px; /*IE6-7*/ /margin-right:10px;/*IE6-7*/}
.accbtn_close:hover{
	text-decoration:none;
	color:#ffffff;}