@charset "utf-8";
/* CSS Document */
.xj_comment {text-align: right;margin: 20px 0}


/*IR TOP*/
.news_title {
    border-bottom: #024FA5 5px solid;
    margin-bottom: 25px;
}
#content .wrapper .news_title h3 {
    margin-top: 40px;
    border: none;
    color: #222;
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
    padding-bottom: 2px;
    display: inline-block;
}
#content .wrapper .news_title ul {
    float: right;
    margin-top: 50px;
    padding-right: 45px;
}
#content .wrapper .news_title li.rss {
    background-image: url(../images/ico_rss.png);
    background-repeat: no-repeat;
    background-position: left center;
}
#content .wrapper .news_title li.news {
    background-image: url(../images/ico_arrow_pink.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 18px;
}
#content .wrapper .news_title li {
    display: inline-block;
    padding-left: 25px;
    margin-left: 40px;
    font-size: 14px;
    font-weight: normal;
}
#xj-mainlist dl {
    display: table;
    margin: 0;
    width: 100%;
    line-height: 1.5;
    border-bottom: 1px dotted #CCCCCC;
}
#xj-mainlist dt {
    padding-right: 1em !important;
    width: 1px;
    white-space: nowrap;
}
#xj-mainlist dt, #xj-mainlist dd {
    display: table-cell;
    vertical-align: top;
    padding: 1em 0;
    margin: 0;
}
#xj-mainlist .xjItem.result dt:before {
    background-color: #27a6ea;
    content:"決算";
}
#xj-mainlist .xjItem.legal dt:before {
    background-color: #2F54A2;
    content:"有報";
}
#xj-mainlist .xjItem.discro dt:before {
    background-color: #cf4f5e;
    content:"適時開示";
}
#xj-mainlist .xjItem.info dt:before {
    background-color: #90b740;
    content:"お知らせ";
}
#xj-mainlist .xjItem.meet dt:before {
    background-color: #C69931;
    content:"株主総会";
}
#xj-mainlist .xjItem.pr dt:before {
    background-color: #805F8D;
    content:"PR情報";
}
#xj-mainlist .xjItem dt:before {
    display: inline-block;
    width: 100px;
    margin: -0.3em 1em;
    padding: 0.4em 0;
    color: #FFF;
    font-size: 80%;
    text-align: center;
    content:"";
}
.xj-icon-pdf { background-image: url(icon_pdf.png); display: inline-block; width: 15px; height: 15px; background-size: 15px; background-repeat: no-repeat; vertical-align: middle; margin: 0 10px;}

@media screen and (max-width: 680px) and (min-width: 0px){
#content .wrapper .news_title h3 {  font-size: 18px;}
#content .wrapper .news_title ul {
    margin-top: 45px;
    padding-right: 10px;
}
#content .wrapper .news_title li {
    padding-left: 20px;
    margin-left: 30px;
    font-size: 12px;
}
#xj-mainlist dt { display: block;  padding: 0.75em 0px 0px;}
#xj-mainlist dd { display: block; padding: 0.75em 0px 0.75em;}
#xj-mainlist .xjItem dt:before {margin-left: 0}
}

/*IR NEWS*/

.xj-press-list a {color:#333}

.disnon {display:none !important}
#xj-press-navi {
    padding: 0.5em 1em;
    font-size: 100%;
}
.clearfix.mt25.mb20 .irRSS ul.ico li {
    padding: 0.5em 0.5em 0.5em 25px;
    float: right;
    list-style-type: none;
    background: url(../images/ico_rss.png) no-repeat left center;
}
.irRSS ul.ico li a {color: #222;}
#tab {
    margin: 0px 0px 30px;
}
#tab {
    width: 100%;
    margin: 1em 0 2em;
    padding: 0;
    list-style: none;
	font-size: 0;
}
#tab li {
    width: 200px;
	margin: 0 10px 0 0;
    display:inline-block;
    position: relative;
    background-color: #FFF;
    padding: 10px 15px;
    color: #024FA5;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 1px solid #024FA5;
    outline: none;
    background: url(../images/ico_arrow_bl.png) no-repeat 15px 50% / 10px auto;
}
#tab li.active, #tab li:hover {
    opacity: 1;
    color: #FFF;
    background-color: #024FA5;
    background-image: url(../images/ico_arrow_wh.png);
    text-decoration: none;
}
#tab li {
    width: 183.5px;
	cursor: pointer
}
#tab li:last-child {
    margin-right: 0;
}
@media screen and (max-width: 680px){
#tab li a {
    width: 100%;
}
#tab li {
    width: 49%;
    margin: 0 0 8px 0;
    float: left;
}
#tab li:nth-child(2n) {
    float: right;
}
}

/*highlight*/
/*.xj-highlight-block {
    height: auto;
    float: left;
    margin-bottom: 30px;
	width: 450px;
}
.xj-highlight-block:nth-of-type(2n) {
    float: right;
}
.xj-highlight-block h3 {
    margin-top: 40px;
    margin-bottom: 25px;
    color: #222;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    padding-bottom: 2px;
    border-bottom: #97a9cf 2px solid;
}
.xj-unit {
    text-align: right;
    margin-bottom:10px !important;
}
.table_wrap table {width:100%}
.table_wrap table td {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 1px;
    border-bottom-width: 1px;
    padding: 1px;
    vertical-align: middle;
    font-size: 12px;
	border-style: solid;
    border-color: #CCCCCC;
	border: 1px #ccc solid;
	text-align: right
}
.table_wrap table .r1 td {
	text-align:center
}
.table_wrap table .c1 {
	text-align:center
}
@media screen and (max-width: 680px){
.xj-highlight-block {  float: none;width: 100%;}
}
*/


/*library*/
.xj-library-category section {display:none}
.xj-library-category section:last-child {display:block; margin-top: 40px;}
#xj-select-year_s {
    padding: 0.5em 1em;
    font-size: 100%;
}
#download { padding-top: 20px; padding-bottom: 10px;}
#download a { display: block;  width: auto; float: left;  margin-bottom: 10px; margin-right: 10px;}

#xj-mainlist .NoTXT {list-style-type: none}

#xj-mainlist h3{
	margin-bottom: 0;
}

.xj-library-category dl {
    display: table;
    margin: 0;
    width: 100%;
    line-height: 1.5;
    border-bottom: 1px dotted #CCCCCC;
}
.xj-library-category dl:last-child {
    border-bottom: 1px solid #CCCCCC;
}

.xj-library-category dt, .xj-library-category dd {
    display: table-cell;
    vertical-align: top;
    padding: 1em 0;
    margin: 0;
}
.xj-library-category dt {
    padding-right: 1em;
    width: 1px;
    white-space: nowrap;
}
@media screen and (max-width: 680px){
.xj-library-category section dl:first-child dt:before {position: absolute; margin-top: -45px; width:92%; max-width:680px;}
.xj-library-category dt {
    display: block;
    padding: 0.75em 0px 0px;
}
.xj-library-category dd {
    display: block;
    padding: 0.75em 0px 0.75em;
}
}


/*calendar*/
#xj-calendar-list dl {
    display: table;
    margin: 0;
    width: 100%;
    line-height: 1.5;
    border-bottom: 1px dotted #CCCCCC;
}
#xj-calendar-list dl:last-child {
    border-bottom: 1px solid #CCCCCC;
}

#xj-calendar-list dt, #xj-calendar-list dd {
    display: table-cell;
    vertical-align: top;
    padding: 1em 0;
    margin: 0;
}
#xj-calendar-list dt {
    padding-right: 1em;
    width: 15%;
    white-space: nowrap;
}
#xj-calendar-list {
    margin:40px 0 30px;
}
#XJTxtDPLowerNote{
	display: none;
}
@media screen and (max-width: 680px){
#xj-calendar-list dt {
    display: block;
    padding: 0.75em 0px 0px;
}
#xj-calendar-list dd {
    display: block;
    padding: 0.75em 0px 0.75em;
}
}
