<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">iodpiodpiodpiodpiodpiodpiodp@charset "UTF-8";
/* CSS Document */

#contents_area dl.float  { margin-bottom: 2em;} 
#contents_area dl.float dt { width: 2em; } 
#contents_area dl.float dd { margin-left: 2em; margin-bottom: 5px;} 

#contents_area dl.float2  { margin: 2em 0;} 
#contents_area dl.float2 dt { width: 7em; float: left; } 
#contents_area dl.float2 dd { margin-left: 7em; margin-bottom: 5px;} 

#contents_area dl.float3  { margin-bottom: 0.5em;} 
#contents_area dl.float3 dt { width: 3em; float: left; } 
#contents_area dl.float3 dd { margin-left: 3em; margin-bottom: 5px;} 

@media screen and (max-width: 480px) {
	br.br-pc{
		display: none;
	}
}
@media screen and (min-width: 481px) {
	br.br-sp{
		display:none;
	}
}

a.url_br{
	word-break: break-all;	
}


/*繧ｹ繧ｱ繧ｸ繝･繝ｼ繝ｫ縺ｮ驛ｨ蛻�*/
#schedule {
	width: 95%;
	margin: 2rem auto 1rem;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
#schedule li.schedule_l {
	width: 35%;
	padding-bottom: 2rem;
}
#schedule li.schedule_r {
	width: 65%;
	padding-bottom: 2rem;
}
/*蜿り�Κ蛻�*/
#iodp ol {
	margin-left: 3.5rem;
}

#iodp ol li {
	list-style-type: none;
	counter-increment: cnt;
	line-height: 1.3;
	margin-bottom: 1.75rem;
}
 
#iodp ol li::before {
	content: "(" counter(cnt) ")";
	display:inline-block;
	margin-left:-2em; /* 繧ｵ繧､繝医↓蜷医○縺ｦ隱ｿ謨ｴ */
	width: 2em; /* 繧ｵ繧､繝医↓蜷医○縺ｦ隱ｿ謨ｴ */
}

@media screen and (max-width: 980px) {
#schedule {
	width: 100%;
	display: block;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 85%;
}
#schedule li.schedule_l {
	width: 100%;
	padding-bottom: 0;
}
#schedule li.schedule_r {
	width: 100%;
	padding-bottom: 2rem;
	padding-left: 2rem;
}

ol {
	margin-left: 2.5rem;
	font-size: 90%;
}


}

/*繝ｭ繧ｴ縺ｮ蝗槭ｊ霎ｼ縺ｿ*/
.page_newsroom_orgLogo {
	width: 500px;
}
@media screen and (max-width: 980px) {
.page_newsroom_orgLogo {
	width: 100%;
	max-width: 475px;
}

.page_newsroom_orgLogo img {
	width: 32%;
	height: auto;
	margin: 0;
	padding: 0 0 0 1.5rem;
}
}</pre></body></html>