@charset "UTF-8";

@media print, screen and (min-width: 500px) {
.pageTitle--stock .page__header .page__title.longTitle {
	margin-right:34%;
	font-size:140%;
	line-height:1.3em;
  }
}

/* 2020.09.25追加 */
#irp-highlight-table-ex2enkabu2c td:not(:first-child){
	text-align:right;
}

#irp-highlight-table-ex2enkabu2c td:first-child{
	text-align: left;
}

#irp-highlight-table-ex2enkabu2d td:first-child{
	text-align: left;
}


#irp-highlight-table-ex2enkabu2e td:not(:first-child){
	text-align:right;
}



#irp-highlight-table-ex2enkabu2e td:first-child{
	text-align: left;
}

.dl--list {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
    margin-left: 0 !important;
}

figure{
	margin:0;
	text-align: center;
}

figure img{
	padding:1rem 0;
}

figure.gray__area{
	border:1px #d2d2d2 solid;
}

figure.gray__area figcaption{
	display: block;
	background:#eeeeee;
	padding:.5rem 1rem;
	text-align: left;
}

/* 2020.10.15追加 */
ul.libTop {
	margin-top: 40px;
}

ul.libTop:after
{
		content: "";
		display:block;
		clear: both;
}

ul.libTop li a {
	display: inline-block;
	width: 48%;
	float: left;
	background-color: #fff;
	border: solid 2px #dbdbdb;
	margin-bottom:15px;
	min-height:135px;
	background-image: url(../img/right_arrow.gif);
	background-repeat: no-repeat;
	background-position:6% 20%;
}

ul.libTop li a:hover {
	background-color: #f0faff;
	color:#333;
	border: solid 2px #0075a9;
}

ul.libTop li:nth-child(even) a {
    float:right;
}

ul.libTop a {
	text-decoration: none;
	color:#333;
}

ul.libTop a h3 {
	margin: 20px 20px 10px 35px;
}

ul.libTop a p {
	margin: 0 15px 10px 20px;
}

@media screen and (max-width: 560px){
	ul.libTop{
		font-size:12px;
	}
	
	ul.libTop a h3 {
			margin: 10px 10px 10px 20px;
			font-size: 12px;
	}
	ul.libTop li a {
		min-height:210px;
    background-position:5% 8%;
	}
}

/* 年度更新ごとに追加_2022.05.10追加 */
.m2020 li a.y2020,
.m2021 li a.y2021,
.m2022 li a.y2022,
.m2023 li a.y2023,
.m2024 li a.y2024{
    text-decoration: none;
    color: #333;
    cursor: default;
}

/* 2022.07.26追加 */
/* tableの高さの指定等を解除する（https://irpocket.com/7181/irpocket/style_en_r201909.cssの設定を解除）
 */
#irp-highlight-table-ex2enkabu2c.table-scroll,
#irp-highlight-table-ex2enkabu2d.table-scroll,
#irp-highlight-table-ex2enkabu2e.table-scroll{
	max-height: none !important;
    min-width: auto !important;
}

#irp-highlight-table-ex2enkabu2c.table-scroll table,
#irp-highlight-table-ex2enkabu2d.table-scroll table,
#irp-highlight-table-ex2enkabu2e.table-scroll table{
    transform: none !important;
	margin-bottom:1em !important;
}

#irp-highlight-table-ex2enkabu02.table-scroll{
	margin-bottom:0 !important;
}

@media screen and (max-width: 560px){	
	#irp-highlight-table-ex2enkabu2b td,
	#irp-highlight-table-ex2enkabu2c td,
	#irp-highlight-table-ex2enkabu2d td
	 {
		font-size:unset !important;
	}
}


h5.notes_title {
	margin-bottom: 5px !important;
	font-size: 105%; color: #0075a9;
}