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

	日の出入・潮位

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

.sun-tide {
	background-color: #eff0f1;
	border: 1px solid #ccc;
}

/*------------------------------
	日の出入・潮位タイトル
------------------------------*/
.sun-tide .frame-top-left {
	padding: 10px 0 0 0;
	text-align: center;
}
.sun-tide .frame-top-left .title {
	font-size: 85%;
}

/*------------------------------
	日の出入・潮位ボックス
------------------------------*/
.sun-tide .sun-tide-box {
	margin: 0 10px 10px 10px;
	padding: 10px 10px 8px 10px;
	background-color: white;
	border: 1px solid #ccc;
	font-size: 80%;
}
.sun-tide .sun-tide-box .today {
	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-indent: -9999px;
}