@charset "utf-8";


/* 共通 */
.ir_content {
    padding:0 0 60px 0;
    border-bottom: 1px solid #ddd;
}
.ir_content.index {
    padding:60px 0;
}
.eir img {
	width: auto;
}
.mt20 {
	margin-top: 20px;
}
@media(max-width:767px) {
	.clear_sp {
		clear: both;
	}
	.float.none_sp {
		float: none;
	}
}


.h_level3{
	font-family: "Hiragino Sans W5";
	font-size: 130%;
	margin-bottom: 1em;
	padding-bottom: 5px;
	border-bottom: 3px double #62c6d2;
}


/* TOP */
.irTopContents{
	width: 100%;
	max-width: 996px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.irTopCalendar{
	width: 48%;
}

.irTopMess{
	width: 48%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.irTopTitle{
	text-align: center;
}
.irTopTitle_en{
    font-family: 'Palanquin Dark', sans-serif;
    font-size: 20px;
    letter-spacing: 0.25em;
    line-height: 1;
	color: #212121;
	font-weight: 400;
    z-index: 15;
}
.irTopTitle_ja{
	display: block;
    margin-top: 7px;
    font-size: 1em;
    font-weight: 600;
	color: #212121;
}

.irTopMess1{
	background-color: #f9f9f9;
	position: relative;
 	padding-bottom: 1%;
}
.irTopMess1::before{
	position: absolute;
    width: 100%;
	max-width: 200px;
    height: auto;
    top: 0;
    left: 0;
    content: url(/ir/img/common_section-info_back.svg);
    display: block;
	z-index: 9;

}
.irTopMess_link{
display: block;
    width: 100%;
    height: 60%;
    position: relative;
    z-index: 10;
    padding: 30px 20px 70px 40%;
}

.irTopMidterm{
	background-color: #ededed;
	position: relative;
 	padding-bottom: 0.5%;
}
.irTopMidterm::before{
	position: absolute;
    width: 100%;
	max-width: 200px;
    height: auto;
    top: 0;
    left: 0;
    content: url(/ir/img/common_section-info_back.svg);
    display: block;
	z-index: 9;
}
.irTopMidterm_link{
display: block;
    width: 100%;
    height: 20%;
    position: relative;
    z-index: 10;
    padding: 30px 20px 70px 40%;
}


.irTopMess_text{
	margin-top: 20px;
	font-size: 14px;
}
.irTopMessSign{
	position: absolute;
	bottom: 10px;
	margin-top: 10px;
}
.irTopMessSign_CEO{
	font-size: 12px;
}
.irTopMess .arrow{
    width: 100px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.irTopMess1:hover{
	opacity:0.7;
}
.irTopMidterm:hover{
	opacity:0.7;
}
.irTopMess a:hover,
.irTopMess a:hover * {
    color: #333;
}
.irTopCalendar_link{
	display: block;
	width: 100%;
	margin-top: 10px;
}
.irTopCalendar_link img{
	vertical-align: bottom;
}


.irTop_footer {
    margin: 60px 0 40px
}
.irTop_footer_top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.irTop_footer_cell {
	width: 31%;
}
.irTop_footer_cell:last-child {
	margin-right: 0 !important;
}
.irTop_footer_other {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.irTop_footer_other p {
	width: 23%;
	margin-bottom: 10px;
}
.irTop_footer_other a {
	border-bottom: 1px solid #000;
	padding: 10px 0;
	display: block;
}

.irTop_footer_cell_title {
	border-bottom: 1px solid #000;
	padding: 10px 0;
	margin-bottom: 10px;
}
.irTop_footer_cell_title a {
	display: block;
}


.irTop_footer_cell_list li{
	margin-bottom: 10px;
}

.irTop_footer_cell_list li a::before {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-weight: 600;
    margin-right: 0.6em;
    font-size: 13px;
}




@media(max-width:767px) {
	.irTopContents{
		display: block;
	}
	.irTopCalendar,
	.irTopMess{
		width: 100%;
	}
	.irTopCalendar{
		margin-top: 30px;
	}
	.irTopMess1{
		margin-top: 30px;
		height: 50%;
	}
	.irTopMess_link{
		display: block;
		width: 100%;
		position: relative;
		z-index: 10;
		padding: 20px;
		padding-bottom: 50px;
	}
	.irTopMessSign{
		margin: 0 0 0 90px;
	}
	.irTopMess .arrow {
		width: 50px;
	}
	.irTopMidterm{
		margin-top: 30px;
		height: 50%;
	}
	.irTopMidterm_link{
		display: block;
		width: 100%;
		position: relative;
		z-index: 10;
		padding: 20px;
		padding-bottom: 50px;
	}


	.irTop_footer_cell {
		width: 100%;
	}
	.irTop_footer_other p {
		width: 48%;
	}
}

/* nav */
.ir_navWrap {
	background: #f2f2f2;
	padding: 30px 0;
	margin-bottom: 50px;
}
#ir-nav {
	max-width: 1170px;
	margin: auto;
}
#ir-nav .l_nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#ir-nav .l_nav li {
	width: 16%;
	margin-bottom: 10px;
	height: 40px;
}
#ir-nav .l_nav li.current {
	
}
#ir-nav .l_nav li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	padding: 0 10px;
}
#ir-nav .l_nav li a:hover,
#ir-nav .l_nav li.current a {
	background: #f17105;
	color: #fff;
}


#ir-nav .s_nav {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#ir-nav .s_nav li {
	width: 22%;
	height: 40px;
}
#ir-nav .s_nav li.current {
	
}
#ir-nav .s_nav li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	transition: none;
}
#ir-nav .s_nav li a:hover,
#ir-nav .s_nav li.current a {
	border-top: 2px solid #f17105;
	color: #f17105;
}
@media screen and (max-width: 1200px){
	#ir-nav .l_nav li {
		width: 240px;
	}
}
@media screen and (max-width: 768px){
	#ir-nav {
		width: 96%;
		margin: auto;
	}
	#ir-nav .l_nav li {
		width: 100%;
	}
	#ir-nav .s_nav li {
		width: 100%;
		margin-bottom: 10px;
	}
}

/* 株式について */

.stockoverview_tit{
	font-weight: bold;
	font-size: 25px;
}
.stockoverview_tit_date{
	font-weight: bold;
	font-size: 18px;
}
.stockoverview_lead{
	margin: 50px 0 10px 0;
	font-size: 20px;
	font-weight: bold;
}
.stockoverview_text{
	text-align: right;
	padding-right: 20px;
}
.stockoverview_graph{
	margin: 0;
	text-align: center;
}
.stockoverview_graph_img{
	width: 470px;
}
.br_sp{
	display: none;
}

@media screen and (max-width: 555px){
	.stockoverview_scroll_sp{
		display: block;
    	overflow-x: scroll;
    	white-space: nowrap;
	}
	.stockoverview_list_sp{
		overflow-x: auto;
		overflow-y: hidden;
    	white-space: nowrap;
	}
	.stockoverview_list_sp_text{
		display: table-cell;
	}
	.br_sp{
		display: block;
	}
}

@media screen and (max-width: 520px){
	.stockoverview_graph_img{
		width: 100%;
	}
}


/* 株主投資家の皆さんへ */
.individual_img01{
	max-width: 665px;
}
.individual_img02{
	max-width: 332px;
}
.individual_img03{
	max-width: 853px;
}
.individual_img04{
	max-width: 835px;
}
.individual_img05{
	max-width: 264px;
}
.individual_img06{
	max-width: 835px;
}
.individual_img07{
	max-width: 236px;
}
.individual_img08{
	max-width: 599px;
}
.individual_img09{
	max-width: 803px;
}
.individual_img10{
	max-width: 809px;
}

/* ５分でわかるupr */
.uprModalPh {
    margin: 20px 0 100px 0 !important;
}
.modalBox .modalTtl .en {
	font-size: 40px !important;
}
.modalBox .modalTtl .jp {
    font-size: 14px !important;
}
.modalBox .modalContainer p {
	font-size: 14px !important;
}
.modaal-close {
    font-size: 18px !important;
}
.pointButton button i {
    font-size: 16px !important;
}
a.modal:hover img {
    opacity: 1;
}

@media screen and (max-width: 768px){
	.modalBox .modalTtl .en {
		font-size: 20px !important;
	}
	.modalBox .modalTtl .jp {
		margin: 5px 0 0 26px;
	}
	.pointButton button i {
		margin: 0 5px 0 0;
		font-size: 16px !important;
	}
}


/*Top Message*/
.message-wrap > p + p{
    margin-top: 1.5em;
}

/*----------------------------------
 TOP MESSAGE
-----------------------------------*/
.company-address01 {
	padding:40px 0 0 0;
}
.company-address01 .lead01 {
	font-weight:600;
	text-align:center;
	margin-bottom:20px;
	font-size:120%;
	padding:0 20px;
}
.company-address01 p {
	margin-top:20px;
}
.profile-box {
	padding:0;
	text-align:center;
	border:#E7E7E7 2px solid;
	display:inline-block;
}
.profile-box figcaption {
	padding:20px;
}
.profile-box figcaption b {
	display:block;
	font-size:150%;
}
 @media screen and (min-width:767px) {
.company-address01 {
	padding-top:100px;
}
.company-address01 .lead01 {
	font-size:24px;
	margin-bottom:40px;
	padding:0;
}
.company-address01 p {
	margin-top:40px;
}
.company-address01 p img {
	width:auto;
}
.profile-box {
	float:right;
	margin:0 0 20px 20px;
	width:20%;	
}
}

.footer-middle ul li:nth-child(3) {
	display: none;
}


/* ---------------------------------------------------------------------------------------------

　   20221111追加 Midterm Plan 2025 CSS

--------------------------------------------------------------------------------------------- */
.midtermPlan2025{
	
}
.midtermPlan2025 .h_level3 {
    margin-bottom: 30px;
}
.midtermPlan2025 .mag_top55{
	margin-top: 55px;
}
.mp2025_iTableBox{
	overflow-x: auto;
}
.mp2025_iTable01{
	margin-top: 30px;
}
.mp2025_iTableBox table{
	/* background-color: skyblue; */
	border: 1px solid #888;
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	background-color: #ffffff;
	min-width: 700px;
}
.mp2025_iTableBox table tr{
	
}
.mp2025_iTableBox table tr td{
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	padding: 20px 20px;
	display: table-cell;
	vertical-align: top;
	line-height: 25px;
}
.mp2025_iTableBox table tr.reference_th td{
	font-size: 17px;
	font-weight: bold;
	background-color: #888;
	color: #ffffff;
	border-right: 1px solid #e8e8e8;
	text-align: center;
	white-space: nowrap;
	padding: 11px 20px 9px;
	vertical-align: middle;
}
.mp2025_iTableBox table tr.reference_th td:last-child{
	border-right: 1px solid #888;
}
.mp2025_iTableBox table tr td:last-child{
	text-align: center;
}
.mp2025_iTableBox table tr.reference_th td.w80{
	width: 80px;
}
.mp2025_iTableBox table tr.reference_th td.w265{
	width: 26.5%;
}
.mp2025_iTableBox table tr.reference_th td.w151{
	width: 15.1%;
}
.mp2025_iTableBox table tr.reference_th td.w188{
	width: 18.8%;
}
.mp2025_iTableIT{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.mp2025_iTableIT_img{
	width: 40px;
	flex: 0 0 auto;
	padding-top: 3px;
}
.mp2025_iTableIT_img img{
	width: 40px;
	max-width: 100%;
}
.mp2025_iTableIT_text{
	padding-left: 15px;
	padding-right: 20px;
}
.mp2025_iTableIT02 .mp2025_iTableIT_img{
	padding-top: 0;
}
.mp2025_iTableIT02 .mp2025_iTableIT_text{
	padding-top: 5px;
}
.mp2025_iTableList01{
	
}
.mp2025_iTableList01>li{
	display: flex;
}
.mp2025_iTableList01>li>div:nth-child(1){
	flex: 0 0 auto;
	width: 16px;
}
.mp2025_iAnnotation{
	margin-top: 28px;
}
.mp2025_iAnnotation>ul{
	
}
.mp2025_iAnnotation>ul>li{
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mp2025_iAnnotation>ul>li>div{
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
}
.mp2025_iAnnotation>ul>li>div>a{
	text-decoration: underline;
}
.mp2025_innerBox h4.mp2025_iH4{
	padding-bottom: 12px;
	border-bottom: 1px solid #888888;
	margin-top: 42px;
}
.mp2025_innerBox02{
	padding-top: 20px;
}
.mp2025_iText02{
	font-size: 15px;
	font-weight: bold;
}
.mp2025_iText03{
	display: flex;
	align-items: center;
	margin-top: 18px;
}
.mp2025_iText03_title{
	width: 85px;
	flex: 0 0 auto;
}
.mp2025_iText03_title span{
	display: block;
	background-color: #888888;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: #ffffff;
	padding: 10px 10px;
}
.mp2025_iText03_text{
	padding-left: 12px;
}
.mp2025_iList01{
	
}
.mp2025_iList01>ul{
	
}
.mp2025_iList01>ul>li{
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 3px;
}
.mp2025_iList01>ul>li:last-child{
	margin-bottom: 0;
}
.mp2025_iList01>ul>li>div{
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
}
.mp2025_iList01>ul>li>div:nth-child(1) span{
	display: inline-block;
	width: 17px;
	height: 17px;
	font-size: 15px;
	color: #ffffff;
	line-height: 17px;
	background-color: #888888;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.mp2025_iList01>ul>li>div:nth-child(2){
	padding-left: 6px;
}
.mp2025_iTableBox02{
	margin-top: 55px;
}
.mp2025_iTableBox02 table tr td {
    padding: 20px 45px;
}
.mp2025_iTableBox02 table tr td:last-child {
    text-align: justify;
}
.mp2025_iTableBox table tr.reference_th td:last-child {
    text-align: center;
}
.mp2025_iTableBox table tr.reference_th td.w37{
	width: 37%;
}
.mp2025_iText01_50{
	margin-top: 50px;
}
.mp2025_iImg01{
	padding-top: 40px;
}
.mp2025_iImg01 img{
	width: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.mp2025_iTableBox03{
	padding-top: 58px;
}
.mp2025_iTable03{
	
}
.mp2025_iTableBox03 table tr td {
    padding: 12px 20px 11px;
	line-height: 1.2;
	text-align: center;
}
.mp2025_iTableBox03 table tr td:nth-child(1){
	text-align: justify;
}
.mp2025_iTableBox03 table tr.reference_th td{
	width: 157px;
}
.mp2025_iTableBox03 table tr.reference_th td:nth-child(1) {
   background-color: #ffffff;
   text-align: justify;
   width: 226px;
}
.mp2025_iTableBox03 table tr.reference_th td:nth-child(1) span{
   font-size: 13px;
   color: #a5a4a4;
}
.mp2025_iTableBox03 table tr.mp2025_iTable_color01 td{
	background-color: #e8e8e8;
}
.mp2025_iTableList{
	display: flex;
	flex-wrap: wrap;
	margin-top: 36px;
	margin-bottom: -48px;
}
.mp2025_iTableList>li{
	width: 48.46%;
	margin-right: 3.08%;
	margin-bottom: 48px;
}
.mp2025_iTableList>li:nth-child(2n){
	margin-right: 0;
}
.mp2025_iTableBox04 table {
    min-width: 100%;
}
.mp2025_iTableBox04Title{
	background-color: #888888;
	display: flex;
	justify-content: center;
	align-items: center;
	align-items: center;
	height: 64px;
}
.mp2025_iTableBox04Title_img{
	width: 74px;
	height: 100%;
	position: relative;
}
.mp2025_iTableBox04Title_img p{
	width: 74px;
	height: 74px;
	background-color: #ffffff;
	font-size: 15px;
	line-height: 18px;
	color: #888888;
	border: 2px solid #888888;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: -17px;
	left: 0;
}
.mp2025_iTableBox04{
	padding-top: 17px;
}
.mp2025_iTableBox04Title_text{
	font-size: 17px;
	line-height: 23px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding-left: 15px;
	padding-top: 2px;
}
.mp2025_iTableBox04 table tr td{
	padding: 5px 15px 4px;
	line-height: 25px;
	text-align: justify;
	vertical-align: middle;
	height: 44px;
}
.mp2025_iTableBox04 table tr.reference_th02 td{
	background-color: #cecccc;
}
.mp2025_iTableBox04 table tr.reference_th02 td.w158{
	width: 158px;
}
.mp2025_iTableBox04 table tr.reference_th02 td.w193{
	width: 193px;
}
.mp2025_iTableBox04 table tr td.mp2025_iTable04_color01{
	background-color: #e8e8e8;
	text-align: justify;
}
.mp2025_iTableBox04 table.mp2025_iTable04_02 tr td{
	height: 52px;
}
.mp2025_iTableBox04 table.mp2025_iTable04_02 tr td.h56{
	height: 56px;
}
.mp2025_iTableBox04 table.mp2025_iTable04_03 tr td.h89{
	height: 88px;
}
.mp2025_innerBox .pop_update{
	display: inline-block;
	font-size: 15px;
	text-align: center;
	line-height: 1;
	color: #ffffff;
	width: 88px;
	padding: 7px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f17105;
	border-radius: 4px;
	position: relative;
}
.mp2025_innerBox .pop_update:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-right: 6px solid #f17105;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	top: calc(50% - 4px);
	left: -6px;
}
.mp2025_iTableBox04 table tr td .pop_update{
	margin-left: 24px;
}
.mp2025_iIntensify{
	margin-top: 48px;
	border: 2px solid #888888;
	padding: 23px 10px;
}
.mp2025_iIntensify_title{
	font-size: 17px;
	text-align: center;
	font-weight: bold;
}
.mp2025_iIntensify_list{
	padding-top: 5px;
}
.mp2025_iIntensify_list>ul{
	text-align: center;
	font-size: 0;
	margin-bottom: -5px;
}
.mp2025_iIntensify_list>ul>li{
	display: inline-block;
	font-size: 15px;
	margin-bottom: 5px;
}
.mp2025_iIntensify_list>ul>li .pop_update{
	margin-left: 10px;
	margin-right: 7px;
}
.mp2025_iAnnotation .mp2025_iAnnotation_ico{
	font-size: 0;
	width: 13px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
@media only screen and ( max-width : 1190px ) {
	.mp2025_iTableList>li {
	    width: 100%;
	    margin-right: 0%;
	}
	.mp2025_iTableBox04{
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
	}
}

@media only screen and ( max-width : 1024px ) {
	.mp2025_iTableBox table tr td {
	    padding: 10px 10px 9px;
	    line-height: normal;
	}
	.mp2025_iTableBox table tr.reference_th td {
	    padding: 10px 10px 9px;
		font-size: 15px;
	}
	.mp2025_iText03_text br{
	    display: none;
	}
	.mp2025_iTableBox table tr.reference_th td.w265 {
	    width: 260px;
	}
	.mp2025_iTableIT_text {
	    padding-right: 0px;
	}
}
@media only screen and ( max-width : 768px ) {
	.mp2025_iTableIT {
	    flex-wrap: wrap;
	}
	.mp2025_iTableIT_img {
	    width: 100%;
	    padding-top: 0px;
		text-align: center;
	}
	.mp2025_iTableIT_text {
		width: 100%;
	    padding-left: 0px;
		padding-top: 10px;
		text-align: center;
	}
	.mp2025_iTableBox table tr.reference_th td.w265 {
	    width: 180px;
	}
	.mp2025_iTable01 {
	    margin-top: 20px;
	}
	.midtermPlan2025 .mag_top55 {
	    margin-top: 40px;
	}
	.mp2025_iAnnotation {
	    margin-top: 20px;
	}
	.mp2025_innerBox h4.mp2025_iH4 {
	    padding-bottom: 8px;
	    margin-top: 30px;
	}
	.mp2025_iTableBox02 {
	    margin-top: 30px;
	}
	.mp2025_iText01_50 {
	    margin-top: 30px;
	}
	.mp2025_iImg01 {
	    padding-top: 30px;
	}
	.mp2025_iTableBox03 {
	    padding-top: 40px;
	}
	.mp2025_iTableBox04 {
	    max-width: 100%;
	}
	.mp2025_iTableBox04Title {
	    height: 60px;
	}
	.mp2025_iTableBox04Title_img {
	    width: 70px;
	    height: 100%;
	    position: relative;
	}
	.mp2025_iTableBox04Title_img p {
	    width: 70px;
	    height: 70px;
	    font-size: 14px;
	    line-height: 16px;
	    top: -14px;
	}
	.mp2025_iTableBox04Title_text {
	    font-size: 15px;
	    line-height: 20px;
	    padding-left: 10px;
	    padding-top: 2px;
	}
	.mp2025_innerBox .pop_update {
	    font-size: 14px;
	    width: 80px;
	    padding: 6px 5px;
	}
	.mp2025_iTableBox04 table tr td .pop_update {
	    margin-left: 15px;
	}
}
@media only screen and ( max-width : 480px ) {
	.mp2025_iText03 {
	    flex-wrap: wrap;
	}
	.mp2025_iText03_title {
	    width: 100%;
	}
	.mp2025_iText03_title span {
		width: 80px;
	    font-size: 15px;
	    padding: 8px 10px;
	}
	.mp2025_iText03_text {
	    padding-left: 0px;
		padding-top: 10px;
		text-align: justify;
	}
	.mp2025_iImg01 {
	    padding-top: 20px;
	}
	.mp2025_iTableBox03 {
	    padding-top: 30px;
	}
	.mp2025_iTableList {
	    margin-top: -12px;
	    margin-bottom: -48px;
	}
	.mp2025_iTableBox04 {
	    padding-top: 12px;
	}
	.mp2025_iTableBox04Title_img p {
	    width: 66px;
	    height: 66px;
	    font-size: 13px;
	    line-height: 14px;
	    top: -12px;
	}
	.mp2025_iTableBox04Title_text {
	    padding-left: 2px;
	    padding-top: 2px;
	}
	.mp2025_iTableBox04 table tr.reference_th02 td.w158 {
	    width: 130px;
	}
	.mp2025_iTableBox04 table tr.reference_th02 td.w193 {
	    width: 130px;
	}
	.mp2025_iTableList>li{
		overflow-x: auto;
	}
	.mp2025_iTableBox04 {
	    min-width: 550px;
	}
	.mp2025_iIntensify_list>ul>li .pop_update {
	    margin-left: 10px;
	    margin-right: 5px;
	}
	.mp2025_innerBox .pop_update {
	    font-size: 12px;
	    width: 66px;
	    padding: 5px 3px;
	}
}