@charset "UTF-8";

/* 2020.09.25追加 */
.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;
}

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

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

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


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

/* 2020.10.15追加 */
.return_notice{
	list-style-type: decimal !important;
}

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

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:125px;
	background-image: url(../img/right_arrow.gif);
	background-repeat: no-repeat;
	background-position:6% 22%;
}

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 {
    background-position:5% 13%;
	}
}

/* 2020.11.13 追加 */
.tab_menu_btn {
	width:180px;
	margin-top:.5em;
}

.tab_menu_btn a {
	display: block;
	padding: 6px 6px 6px 25px;
	text-decoration: none;
	color: #333;
	width: 100%;
	border: 2px solid #0075a9;
}

.tab_menu_btn a {
	background: url(../img/right_arrow.gif) no-repeat 1em 0.9em;
}

.tab_menu_btn a:hover {
	background: #0075a9 url(../img/right_arrow_on.gif) no-repeat 1em 0.9em;
	color: #fff;
}

#irp-highlight-table-ex2kabu02 td.c2 span {
    line-height: 0 !important;
    margin: 0 !important;
    padding-left: 0 !important;
    letter-spacing: 0 !important;
    display: inline-block !important;
    width:100% !important;
}

/* 2020.11.17追加 */
/* PDFアイコン調整 */
#irp-library-category a.pdf {
    background-image: url(../images/i_arrow-pdf.gif);
    background-repeat: no-repeat;
    background-position: right 2px !important;
    padding: 2px 22px 2px 0 !important;
}

#irp-library-category a.pdf:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 16px;
    background: url(../../shared/img/i_arrow.gif) no-repeat left 0.25em;
    padding-right: 5px !important;
}

/* 年度更新ごとに追加_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_r201909.cssの設定を解除）
 */
 #irp-highlight-table-ex2kabu2c.table-scroll,
 #irp-highlight-table-ex2kabu2d.table-scroll,
 #irp-highlight-table-ex2kabu2e.table-scroll{
	 max-height: none !important;
	 min-width: auto !important;
 }
 
 #irp-highlight-table-ex2kabu2c.table-scroll table,
 #irp-highlight-table-ex2kabu2d.table-scroll table,
 #irp-highlight-table-ex2kabu2e.table-scroll table{
	 transform: none !important;
	 margin-bottom:1em !important;
 }
 
 #irp-highlight-table-ex2kabu02.table-scroll{
	 margin-bottom:0 !important;
 }
 
 @media screen and (max-width: 560px){	
	 #irp-highlight-table-ex2kabu2b td,
	 #irp-highlight-table-ex2kabu2c td,
	 #irp-highlight-table-ex2kabu2d td
	  {
		 font-size:unset !important;
	 }
 }