@charset "utf-8";
/* CSS Document */
#investor .xj-list {
    margin: 10px 0 0 0;
    padding-top: 5px;
    border-top: 1px dotted #999999;
    font-size: 13px;
}
#investor .xj-list dl {
    position: relative;
    padding: 0 1rem 5px;
    margin-bottom: 5px;
    overflow: hidden;
    border-bottom: 1px dotted #999999;
	width: 100%;
    _padding-bottom: 5px;
    _height: 100%;
}
#investor .xj-list dl.new_dl{
  padding-right: 5rem;
}
#investor .xj-list dl:before {
    content: '';
    display: inline-block;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #5C3707;
    position: absolute;
    left: 0;
    top: 7px;
}
#investor .xj-list dl dt {
    overflow: hidden;
}
#investor .xj-list dl dt .date {
    float: left;
    padding-right: 10px;
    padding-top: 0;
	width:75px;
}
#investor .xj-list dl dt .icon {
    float: left;
    margin: 2px 5px 0;
    width: 50px;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
}
/*適時開示*/
#investor .xj-list .icon_discro {
    background: #ff8f53;
}
/*決算短信*/
#investor .xj-list .icon_result {
    background: #7291e3;
}
/*法定開示*/
#investor .xj-list .icon_legal {
    background: #54d5ff;
}
/*IR資料*/
#investor .xj-list .icon_ir {
    background: #ff99cb;
}
/*お知らせ*/
#investor .xj-list .icon_info {
    background: #93c43a;
}
#investor .xj-list dl dd.txt {
    clear: both;
    text-align: left;
    display: inline;
}
#investor .xj-list dl dd.txt a {
    color: #222;
    text-decoration: none;
    line-height: 1.6;
}
#investor .library .xj-list dl dd.txt a {
    line-height: 1.6;
}
#investor .xj-list dl dd.txt a:hover {
    color: #FF9933;
}
#investor .xj-list dl dd.txt img {
    vertical-align: text-top;
}
#investor .xj-list dl dd.pdf {
    display: inline;
}
#investor .xj-list dl dd.pdf img {
    vertical-align: middle;
    width: 16px;
    margin: 0 3px;
}
#investor .xj-list dl dd .new {
    border: 2px solid #ff0000;
    border-radius: 1rem;
    padding: 0 5px;
    font-size: 11px;
    margin: 0 5px;
    color: #ff0000;
    position: absolute;
    top: 50%;
    right: 0;
  transform: translateY(-50%);
}
#ir_list form, #ir_list_sp form{
    margin-bottom: 20px;
}
#xj-select-year_s_sp {
border:1px solid #CCC;
}
.tab {
	display:flex;
	justify-content:space-between;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
	flex-flow:wrap;
}
.tab li {
    background: none repeat scroll 0 0 transparent;
    padding-left: 0;
    text-align: center;
	list-style:none;
	margin-left:0 !important;
	margin-bottom:1px !important;
	width:calc((100% - 2px) / 3);
}
.tab li .active {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #795C46;
    color: #795C46;
    text-decoration: none;
}
.tab li a {
    background-color: #795C46;
    border: 1px solid #795C46;
    color: #FFFFFF;
    display: block;
    margin-left: 1px;
    text-decoration: none;
    width: 100%;
}
.tab .a .active, .tab .a a:hover {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #795C46;
    color: #795C46;
    text-decoration: none;
}
.tab .b .active, .tab .b a:hover {
    background-color: #FFC400;
    border: 1px solid #FFC400;
    color: #000;
    text-decoration: none;
}
.tab .c .active, .tab .c a:hover {
    background-color: #AD87FE;
    border: 1px solid #AD87FE;
    color: #000;
    text-decoration: none;
}
.tab .d .active, .tab .d a:hover {
    background-color: #75DDFF;
    border: 1px solid #75DDFF;
    color: #000;
    text-decoration: none;
}
.tab .e .active , .tab .e a:hover{
    background-color: #FF99CC;
    border: 1px solid #FF99CC;
    color: #000;
    text-decoration: none;
}
.tab .f .active, .tab .f a:hover {
    background-color: #D1E76D;
    border: 1px solid #D1E76D;
    color: #000;
    text-decoration: none;
}

#investor ul.year {
margin:0 0 10px;
display: flex;
justify-content: center;
flex-flow: wrap;
}
#investor ul.year li {
display: inline-block;
width:46%;
margin:0 5px 10px !important;
}
#investor ul.year li a {
width:100%;
padding:12px;
border-radius:12px;
background: #EEE;
text-align: center;
margin:0 auto;
display: block;
}
#investor ul.year li.select a {
background: #fff664;
color:#000;
}

#investor #xj-select-year {
margin-top:20px;
}
/*
#investor .xj-list dl dd.txt {
padding-left: 10px !important;
}
*/
#investor .xj-list dl dd.txt.nodate {
display: inline-block;
padding-bottom:5px !important;
padding-left: 10px !important;
}
#library dl dd.txt {
    float: left;
    padding-left: 10px;
    text-align: left;
    /*width: 480px;*/
  max-width: 450px;
}
@media screen and (min-width:480px) {
#investor ul.year li {
display: inline-block;
width:30%;
margin:0 5px 10px !important;
}
}
@media screen and (min-width:768px) {
    #investor .xj-list dl:before {
        content: none;
    }
    #investor .xj-list dl {
        background: url(arr_s_b.gif) no-repeat 0 5px;
        clear: both;
        padding: 0 0 5px 15px;
    }
  #investor .xj-list dl.new_dl{
    padding-right: 0;
  }
	#investor .library .xj-list dl {
    padding: 0 0 5px 15px;
}
    #investor .xj-list dl dt {
        overflow: visible;
    }
    #investor .xj-list dl, #investor .xj-list dl dd.pdf {
        position: static;
        transform: none;
    }
    #investor .xj-list dl dd.txt {
        clear: none;
        float: left;
        padding-left: 10px !important;
/*        width: 440px;*/
		width: 540px;
    }
 
    #investor .xj-list dl dd.txt a {
        color: #00F;
        text-decoration: none;
    }
    #investor .xj-list dl dd.pdf img {
        vertical-align: bottom;
        margin-right: 5px;
        width: 20px;
    }
    #investor .xj-list dl dd .new {
        position: static;
      transform: none;
    }
	.tab {
	justify-content:flex-start;
	}
	.tab li a {
		width: 100%;
	}
	.tab li {
		width:100px;
		margin:0 !important;
	}
	#investor ul.year li a {
		color: #00F;
		}
	#investor ul.year {
		margin:0 0 10px;
		display: block;
		}
		#investor ul.year li {
		display: inline-block;
		width: 6.25em;
		margin:0 !important;
		padding-right:1em;
		}
		#investor ul.year li:after {
		content:"|";
		display: inline-block;
		padding-left:1.1em;
	}
	#investor ul.year li a {
width:auto;
padding:0;
border-radius:0;
background: none;
text-align: left;
margin:0 auto;
display: inline;
}
#investor ul.year li.select a {
background: #fff664;
color:#000;
}

}