/*--------------------------------------------------
	年間潮汐・潮見表
--------------------------------------------------*/
#sio_today_30 {
	margin: 50px 0 80px;
}
#sio_today_30 .today_best {
	margin-bottom: 30px;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
}
#sio_today_30 .today_best .box_flex {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sio_today_30 .today_best dl {
	width: 48%;
	text-align: center;
}
#sio_today_30 .today_best dt {
	font-size: 20px;
	font-weight: bold;
}
#sio_today_30 .today_best dt img {
	display: block;
	width: 200px;
	margin: 0 auto 6px;
}
#sio_today_30 .today_best dd.data {
	margin-bottom: 10px;
	color: #FFA600;
	font-size: 22px;
	font-weight: 500;
	font-family: 'Hina Mincho', serif;
	line-height: 1.3;
}
#sio_today_30 .today_best dl+dl dd.data {
	color: #4DAEDD;
}
#sio_today_30 .today_best dd.note {
	font-size: 90%;
	line-height: 1.5;
}
/**/
#sio_today_30 .caution {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	/* フレックス */
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 20px;
}
#sio_today_30 .caution p {
	margin: 0;
	font-size: 90%;
	line-height: 1.5;
}
#sio_today_30 .caution img {
	width: 60px;
}
/**/
#sio_today_30 .tbl th,
#sio_today_30 .tbl td {
	padding: 4px;
	text-align: center;
}
#sio_today_30 .tbl th {
	background-color: #F8DFAE;
}
#sio_today_30 .tbl td {
	background: #FFFFFF;
}
#sio_today_30 .list {
	margin-bottom: 40px;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sio_today_30 .tbl_box {
	width: 50%;
}
#sio_today_30 .txt_box {
	width: 46%;
}
#sio_today_30 .txt .tbl {
	margin-bottom: 15px;
	border: 1px solid #EBA51E;
}
#sio_today_30 .txt .tbl td {
	border: none;
}
/**/
#sio_today_30 .photo {
	margin-top: 30px;
}
#sio_today_30 .photo p {
	margin-bottom: 0.5em;
}
#sio_today_30 .photo ul {
	list-style: none;
}
#sio_today_30 .photo li+li {
	margin-top: 10px;
}
#sio_today_30 .photo li img {
	width: auto;
	height: auto;
	max-width: 100%;
}