@charset "UTF-8";

/* boatdata */
.category-guide img {
    vertical-align: middle;
}
.boatdata .description{
	line-height: 20px;
}
.boatdata tr.odd td{
	background-color:#ffffff;
}
.boatdata tr.even td{
	background-color:#F3F3F3;
}
.boatdata .table{
	border-left: 1px solid #999999;
}
.boatdata .table th{
	background-color:#5F89D7;
	color:#fff;
	border-right:1px solid #fff;
}
.boatdata .table th:last-child{
	border-right: 1px solid #5F89D7;
}
.boatdata .table th.col1{
	border-left: 1px solid #5F89D7;
}
.boatdata .table th.col1.select{
	border-left: 1px solid #173B92;
}
.boatdata .table td{
	background-color:#fff;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.boatdata .table th,
.boatdata .table td{
	width: 128px;
	height:40px;
	vertical-align: middle;
}
.boatdata th a{
	display: flex;
	width:100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.boatdata th a ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.boatdata th a li{
	display: inline-block;
}
.boatdata th a span{
	padding-right:10px;
}
.boatdata th.select{
	background-color:#173B92;
}
.boatdata table td a.boat_url {
    text-decoration: underline;
}

