<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;} 

#contents_area .press_ref p {
	margin-bottom: 0.5rem;
}

/*2023/11 リニューアル対応*/

/* 機構名称と日付け */
#name {
	width: 100%;
	margin: 0 0 2rem 0;
	display: flex;
	justify-content: space-between;
}

#press_logo {
	width: 25%;
}

#date_org {
	width: 75%;
	text-align: right;
}

#date_org span {
	display: block;
	line-height: 1.5;
}

#press_logo img {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 35px;
	margin-bottom: 0.2rem;
}

/*文献情報*/
.info_box {
	display: flex;
	width: 100%;
	margin: 0.5rem 0;
}
.info_box_left {
	width: 15%;
	padding-bottom: 0.5rem;
	min-width: 100px;
	line-height: 1.3;
} 
.info_box_right {
	width: 85%;
	padding-bottom: 0.5rem;
	line-height: 1.3;
}
.info_box_right li {
	margin:  0 0 0.5rem 1.3rem;
	list-style: decimal;
}

sup {
	vertical-align: top;
	position: relative;
	top: 0.7em;
}
.press_text p {
	margin-bottom: 1rem;
}

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

#contents_area &gt; h1 {
	line-height: 1.3;
}
#contents_area &gt; h1 span {
	display: block;
	line-height: 1.3;
	margin-top: 0.2em;
	font-size: 85%;
}
#contents_area h4 {
	padding-bottom: 0.5rem;
}

.anchor {
	padding-top: 12.5rem;
	margin-top: -12.5rem;
}

/*テーブル*/
table {
	width: 100%;
	margin: 0.5rem 0 2rem 0!important;
}

/*用語解説に画像がある場合*/
#info_pic dd {
	width: 91%;
	display: flex
}
#info_pic_l {
	width: 70%;
}
#info_pic_r {
	width: 30%;
	margin: 0;
	padding: 0 1rem;
}
#info_pic_r img {
	width: 100%;
	max-width: 200px;
	padding: 13% 5% 0 10%;
}
#info_pic_r figcaption {
	font-size: 0.75em;
	padding: 0 5% 0 10%;
}

/*IODPの設定*/
#schedule {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 80%;
	margin: -0.5rem auto 1rem;
}
#schedule .schedule_date{
	width: 30%;
}
#schedule .schedule_port{
	width: 70%;
}
#kusaku {
	width: 100%;
}
#kusaku tr td {
	width: 25%;
	text-align: center;
}
#kusaku caption {
	padding: 1% 0;
	text-align: left;
}
#kusaku + p {
	margin: -1rem 0 0 3rem 0;
	text-indent: inherit;
}
.iodp_researcher {
	width: 100%;
	display: flex;
	text-align: center;
}
.iodp_researcher li:nth-child(1) {
	width: 12%;
	border: solid 1px gray;
	padding: 0.5rem 0;
}
.iodp_researcher li:nth-child(2) {
	width: 12%;
	border: solid 1px gray;
	padding: 0.5rem 0;
}
.iodp_researcher li:nth-child(3) {
	width: 50%;
	border: solid 1px gray;
	padding: 0.5rem 0;
}
.iodp_researcher li:nth-child(4) {
	width: 26%;
	border: solid 1px gray;
	padding: 0.5rem 0;
}
.iodp_researcher li:nth-child(n+2) {
	border-left: none;
}
.iodp_researcher1 {
	width: 100%;
	display: flex;
}
.iodp_researcher1_p {
	display: none;
}
.iodp_researcher1_p2 {
	text-align: right;
}
.iodp_researcher1 li:nth-child(1) {
	width: 12%;
	border: solid 1px gray;
	padding: 0.5rem;
	border-top: none;
	text-align: center;
}
.iodp_researcher1 li:nth-child(2) {
	width: 12%;
	border: solid 1px gray;
	padding: 0.5rem;
	border-top: none;
}
.iodp_researcher1 li:nth-child(3) {
	width: 50%;
	border: solid 1px gray;
	padding: 0.5rem;
	border-top: none;
}
.iodp_researcher1 li:nth-child(4) {
	width: 26%;
	border: solid 1px gray;
	padding: 0.5rem;
	border-top: none;
}
.iodp_researcher1 li:nth-child(n+2) {
	border-left: none;
}
.iodp_researcher1 li span {
	display: none;
}

/*ユーチューブ動画*/
.img_flex {
	width: 100%;
	justify-content: center;
	display: flex;
}

@media screen and (max-width: 979px) {

/* 機構名称と日付け */
#name {
	width: 100%;
	margin: -3rem 0 2rem 0;
	display: block;
	flex-direction: column;
}

#press_logo {
	width: 100%;
	display: flex;
	margin: 0 0 0.5rem 0;
	flex-wrap: wrap;
}

#date_org {
	width: 100%;
	text-align: right;
	font-size: 80%;
}

#date_org span {
	display: block;
	padding-top: 0.3em;
	line-height: 1.1;
}

#press_logo img {
	display: flex;
	max-width: 100%;
	height: auto;
	max-height: 18px;
	margin-bottom: 0.2rem;
	padding-right: 0.5rem;
	flex-wrap: wrap;
}


#contents_area &gt; h1 {
	text-align: left;
}
#contents_area &gt; h1 span {
	display: block;
	line-height: 1.2;
	margin-top: 0.3em;
	font-size: 85%;
}
.anchor {
	padding-top: 9.5rem;
	margin-top: -9.5rem;
}
#contents_area h4 {
	padding-bottom: 0.2rem;
}

/*テーブル*/
table {
	width: 100%;
	font-size: 0.8em;
}

/*用語解説に画像がある場合*/
#info_pic dd {
	width: 85%;
	display: block;
}
#info_pic_l {
	width: 100%;
}
#info_pic_r {
	width: 100%;
	margin: 0;
	padding: 0 0;
}
#info_pic_r img {
	width: 100%;
	max-width: 200px;
	padding: 3% 0 0 0;
}
#info_pic_r figcaption {
	font-size: 0.75em;
	padding: 0 0 0 1rem;
}

/*IODPの設定*/
#schedule {
	display: block;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: -0.5rem auto 0.5rem;
}
#schedule .schedule_date{
	width: 100%;
	padding: 0.3rem 0 0 2rem;
}
#schedule .schedule_port{
	width: 100%;
	padding: 0 0 0.3rem 3rem;
}
.iodp_researcher {
	display: none;
}
.iodp_researcher1 {
	width: 100%;
	display: flex;
	font-size: 0.8em;
	flex-wrap: wrap;
	border: solid 1px black;
	margin-top: 0.5rem;
}
.iodp_researcher1 + .last {
	margin-bottom: 3rem ;
}
.iodp_researcher1_p {
	text-align: right;
	font-size: 75%;
	display: block;
}
.iodp_researcher1_p2 {
	display: none;
}
.iodp_researcher1 li:nth-child(1) {
	width: 50%;
	border: solid 1px gray;
	padding: 0.7rem 0.5rem 0.3rem 0.5rem;
	text-align: center;
}
.iodp_researcher1 li:nth-child(2) {
	width: 50%;
	border: solid 1px gray;
	padding: 0.7rem 0.5rem 0.3rem 0.5rem;
	border-left: none;
	text-align: center;
}
.iodp_researcher1 li:nth-child(3) {
	width: 100%;
	border: solid 1px gray;
	padding-left: 0.5rem;
	border-top: none;
	text-indent: 0.5rem;
}
.iodp_researcher1 li:nth-child(4) {
	width: 100%;
	border: solid 1px gray;
	padding: 0.5rem;
	border-top: none;
	text-indent: 0.5rem;
}
.iodp_researcher1 li span {
	display: block;
	border-bottom: solid 1px gray;
	margin: -0.2rem -0.5rem 0.2rem;
	padding: 0 0 0.5rem 0;
	font-weight: bold;
}
.iodp_researcher1 li span:nth-child(1),
.iodp_researcher1 li span:nth-child(2) {
	margin: -0.4rem -0.5rem 0.2rem;
	padding: 0 0 0.3rem 0;
}

/*ユーチューブ動画*/
.img_flex{
    flex-direction: column;
}
}</pre></body></html>