@charset "utf-8";
/*///////////////////////////////

	日の出入・潮位

///////////////////////////////*/

.sun-tide {
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}

/*------------------------------
	日の出入・潮位タイトル
------------------------------*/
.sun-tide .frame-top-left {
	padding: 5px 0 5px 0;
	background-color: #fb0;
	text-align: center;
}
.sun-tide .frame-top-left .title {
	font-size: 100%;
	color: white;
}
.sun-tide .frame-top-left .title:before,
.sun-tide .frame-top-left .title:after {
	content: '■';
}

/*------------------------------
	日の出入・潮位ボックス
------------------------------*/
.sun-tide .sun-tide-box {
	margin: 0 10px 5px 10px;
	padding: 10px 10px 8px 10px;
	background-color: white;
	font-size: 80%;
}
.sun-tide .sun-tide-box .today {
	height: 20px;
	font-weight: bold;
	text-align: center;
}
.sun-tide .sun-tide-box .item {
	width: 39px;
	text-align: right;
}
.sun-tide .sun-tide-box .time {
	padding-left: 15px;
	background: url("../images/icon/arrow-gray.gif") no-repeat left center;
}
.sun-tide .sun-tide-box .tide-link a {
	display: block;
	margin: 0 auto;
	width: 83px;
	height: 23px;
	background: url("../images/button/choi.gif") no-repeat;

	/*	text-hidden */
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}