/*--------------------------------------------------
	年間潮汐・潮見表
--------------------------------------------------*/
#sio_today * {
	box-sizing: border-box;
}
#sio_today img {
	width: auto;
	height: auto;
	max-width: 100%;
}
#sio_today {
	padding: 15px 10px 15px;
}
#sio_today h2 {
	margin-bottom: 15px;
	padding: 5px;
	background: #000000 url(../img/bg_news.png);
	background-size: auto 35px;
	-webkit-background-size: auto 35px;
	color: #FFFFFF;
	border-radius: 5px;
	text-align: center;
}
#sio_today h2 span {
	font-size: 85%;
	font-weight: normal;
}
#sio_today .today_best {
	margin-bottom: 30px;
}
#sio_today .today_best .box_flex {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sio_today .today_best dl {
	width: 48%;
	text-align: center;
}
#sio_today .today_best dt {
	font-size: 120%;
	font-weight: bold;
}
#sio_today .today_best dt img {
	display: block;
	margin: 0 auto 6px;
}
#sio_today .today_best dd.data {
	margin-bottom: 10px;
	color: #FFA600;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Hina Mincho', serif;
	line-height: 1.3;
}
#sio_today .today_best dl+dl dd.data {
	color: #4DAEDD;
}
#sio_today .today_best dd.note {
	font-size: 90%;
	line-height: 1.5;
}
/**/
#sio_today .caution {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
	/* フレックス */
	display: flex;
	align-items: flex-start;
	justify-content: center;
	column-gap: 20px;
}
#sio_today .caution p {
	margin: 0;
	font-size: 90%;
	line-height: 1.5;
}
#sio_today .caution img {
	width: 50px;
}
/**/
#sio_today .list {
	margin-bottom: 10px;
	font-size: 90%;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sio_today .list p {
	margin-bottom: 10px;
}
#sio_today .list table {
	width: 100%;
}
#sio_today .list th {
	background: #EEEEEE;
}
#sio_today .list th,
#sio_today .list td {
	padding: 2px 0;
	border: 1px solid #CCCCCC;
	text-align: center;
}
#sio_today .tbl_box {
	width: 35%;
}
#sio_today .txt_box {
	width: 61%;
}
#sio_today .txt .tbl {
	margin-bottom: 10px;
}
/**/
#sio_today .photo p {
	margin-bottom: 0.5em;
}
#sio_today .photo ul {
	list-style: none;
}
#sio_today .photo li+li {
	margin-top: 10px;
}
#sio_today .photo li img {
	width: auto;
	height: auto;
	max-width: 100%;
}