
/* 2020renewal
-------------------------------------------------------------- */

.pagemenu {
    padding: 0px;
    background-image: none;
    background-color: #FFFFFF;
}

#container h2.top_news_title {
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #999;
    padding-bottom: 5px;
    position: relative;
}

#top_info dl dd {
    float: left;
    font-size: 13px;
    width: 510px;
}

.newsMore {
    position: absolute;
    top: -5px;
    right: 0px;
}

.newsMore a {
    text-decoration: none;
    font-size: 0.7em;
    color: #fff;
    background: #333;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: block;
    padding: 3px 30px;
}

dd {
    display: block;
    margin-inline-start: 4px;
}

#xj-mainlist dl dt,
#xj-mainlist-Fresults dl dt,
#xj-mainlist-setumei dl dt,
#xj-mainlist-Sreport dl dt,
#xj-mainlist-Meeting dl dt,
#xj-mainlist-Other dl dt,
#xj-mainlist-Disclosure dl dt,
#xj-mainlist-Areport dl dt{
	width: 105px;
	float: left;
}

#xj-mainlist dl dd.label.icon_legal {
    background-color: #a4690d;
}

#xj-mainlist dl dd.label.icon_discro {
    background-color: #0c39ba;
}

#xj-mainlist dl dd.label.icon_result {
    background-color: #9d0f8e;
}

#xj-mainlist dl dd.label.icon_ir {
    background-color: #267b0c;
}

#xj-mainlist dl{
    padding: 0;
    margin: 4px 8px;
    border-bottom: #CCC 1px dotted;
    padding: 5px 0;
    overflow: hidden;
}

#xj-mainlist.press_list dl{
    padding: 0;
    margin: 4px 8px;
    border-bottom: #CCC 1px dotted;
    padding: 5px 0;
    overflow: hidden;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    -webkit-justify-content: center;
    /* 横方向中央揃え（Safari用） */
    justify-content: center;
    /* 横方向中央揃え */
}

#xj-mainlist dl dd.label {
    float: left;
    width: 40px;
    padding: 3px 5px;
    color: #FFFFFF;
    font-size: 10px;
    text-align: center;
}

#xj-mainlist dl dd.txt,
#xj-mainlist-Fresults dl dd.txt,
#xj-mainlist-setumei  dl dd.txt,
#xj-mainlist-Sreport dl dd.txt,
#xj-mainlist-Meeting dl dd.txt,
#xj-mainlist-Other dl dd.txt,
#xj-mainlist-Disclosure dl dd.txt,
#xj-mainlist-Areport dl dd.txt{
    float: left;
    width: 290px;
    font-size: 13px;
    line-height: 24px;
}

#xj-mainlist dl dd.txt_news,
#xj-mainlist-Fresults dl dd.txt_news,
#xj-mainlist-setumei  dl dd.txt_news,
#xj-mainlist-Sreport dl dd.txt_news,
#xj-mainlist-Meeting dl dd.txt_news,
#xj-mainlist-Other dl dd.txt_news,
#xj-mainlist-Disclosure dl dd.txt_news,
#xj-mainlist-Areport dl dd.txt_news{
    float: left;
    width: 380px;
    font-size: 13px;
    line-height: 24px;
}

#xj-mainlist dl dd.pdf,
#xj-mainlist-Fresults  dl dd.pdf,
#xj-mainlist-setumei  dl dd.pdf,
#xj-mainlist-Sreport dl dd.pdf,
#xj-mainlist-Meeting dl dd.pdf,
#xj-mainlist-Other dl dd.pdf,
#xj-mainlist-Disclosure dl dd.pdf,
#xj-mainlist-Areport dl dd.pdf {
    float: right;
    font-size: 12px;
		width: 115px;
}


/* sidenavi
-------------------------------------------------------------- */

.pagemenu ul {
    list-style-type: none;
    background-color: #717171;
}

.pagemenu ul h3 {
    font-size: 12px;
    font-weight: normal;
    background-image: none;
		background-color: #848484;
    background-repeat: no-repeat;
    color: #ffffff;
		border-bottom: solid 1px #959595;
}

.pagemenu ul h3 a {
    height: auto;
    display: block;
    padding: 5px 0px 5px 60px;
    color: #ffffff;
		margin-left: 0px;
		text-indent: -0.6em;
}

.pagemenu ul li a {
    height: auto;
    display: block;
    padding: 10px 5px 5px 40px;
		margin-left: 0px;
		text-indent: -0.4em;
}

.pagemenu ul li {
    font-size: 12px;
    font-weight: normal;
    background-image: none;
    background-repeat: no-repeat;
    color: #ffffff;
		border-bottom: solid 1px #808080;

}

.pagemenu >ul li a::before {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #ababab;
    display:  inline-block;
    vertical-align:  middle;
    position:  relative;
    top: -2px;
    left: -10px;
}

.pagemenu >ul h3 a::before {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #c9c9c9;
    display:  inline-block;
    vertical-align:  middle;
    position:  relative;
    top: -2px;
    left: -10px;
}

.no_content{
	margin: 0px 350px 0px 0px;
}

/* csr contents
-------------------------------------------------------------- */
.company h2 {
    display: flex;
}


.company .column ul {
    padding: 10px 0px 40px 0px;
}

.company .column ul li {
    border-bottom-style: none;
    display: -moz-box;    /* Firefox */
    display: -o-box;      /* Opera */
    display: -ms-box;     /* IE */
    display: box;
    -webkit-box-align: center; /* safari, Chrome */
    -moz-box-align: center;    /* Firefox */
    -o-box-align: center;      /* Opera */
    -ms-box-align: center;     /* IE */
    box-align: center;
    display: block;
}

.clm_2.clm2_link li {
	position: relative;
	padding: 5px 0px 5px 0px;
  background-color: #888888;
  border: 5px solid #FFF; /* 境界線を実線で指定 */
  border-radius: 10px;
  width: 300px;
}

.clm_2.clm2_link li a:after {
	display: inline-block;
	margin-right: 8px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	transform: translateY(-50%) rotate(-45deg);
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
  color: #FFF;
}

.clm_2.clm2_link li a:visited {
    text-decoration: none;
    color: #FFF;
}

.clm_2.clm2_link li a[target="_blank"]:after {
	background: url(/themes/toyoasano/ir/images/icon.png) no-repeat center right;
	background-size: 16px 14px;
	padding-right: 27px;
	width: 2px;
	height: 16px;
	border-right: none;
	border-bottom: none;
	transform: none;
	top: 31%;
}

.clm_2, .clm_3 {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	text-align: left;
}

.clm_2.clm2_link a{
text-decoration: none;
}

.clm_2>* {
	width: 50%;
}

.clm_3>* {
	width: 31.2%;
	margin-right: 3.2%;
}

.clm_2>*:nth-of-type(2n), .clm_3>*:nth-of-type(3n), .clm_4>*:nth-of-type(4n) {
	margin-right: 0;
}

.clm_2.clm2_link a {
	display: block;
  padding: 0 0 0 15px;
  color: #FFF;
}

.csr_fig_text{
  font-size: 16px;
  font-weight: bold;
}

.company ul.csr_list li {
  font-weight: bold;
  padding: 0px 0px 5px 20px;
  border-bottom-style: none;
  text-indent:-1.6em;
}

.company ul.csr_list_blue li {
  font-weight: bold;
  padding: 10px 10px 10px 20px;
  border-bottom-style: none;
  background-color: #f4f8fb;
}

.csr_box {
  display:flex;
  flex-direction: row;
}

.csr_box_text {
  width: 60%;
}

.csr_box_text_ISO {
  width: 60%;
  margin-left:30px
}

.csr_pict {
  width: 30%;
  margin-left: 40px;
}

.csr_pict img {
  width: 100%;
  height:auto;
  margin: 0px 0px 45px 0px;
}

img.csr_img{
  float: none;
}

.csr_text_link{
  margin: 0px 0px 60px 0px;
}

.csr_blue_back{
  background-color: #f4f8fb;
  padding: 20px 20px 5px 20px;
  margin: 0px 0px 40px 0px;
}

.sidebar {
  padding: 20px 10px 100px 10px;
	}

.company p.mt30{
    margin: 30px 0 0px 0;
  }

.company h3.mt30{
      margin: 30px 0 0px 0;
    }

.company p.mt10{
    margin: 10px 0 0px 0;
  }

.company h3.mt10{
      margin: 10px 0 0px 0;
    }
.company h3.mb10{
      margin: 0px 0 10px 0;
    }

.company p.fig{
    margin: -45px 0 5px 425px;
  }

.csr_img_mg img{
 margin: 0px 0px 20px 0px;
}

.lisk_btn{
  height: 22px;
}

.company ul.csr_list li.list_n{
  font-weight: normal;
}

table {
  table-layout: fixed;
}
table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
  text-align: center;
}
td, th {
	padding: 3px;
	width: 120px;
	height: 25px;
}
th {
	background: #cce6ff;
}
.a {
  width: 240px;
}
.b {
  width: 110px;
}
.c {
  width: 100px;
}
.d {
  width: 100px;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}
