@charset "UTF-8";

.boat .notitem {
    line-height: 1.7;
}
.boat .category-guide {
    line-height: 1.7;
    font-size: 1.1em;
}
.boat .category-guide img {
    width: 1rem;
}
.boat table.table {
    border-left: 1px solid #999999;
    width: 100%;
}
.boat table th, .boat table td {
    width: 10rem;
    height: 3rem;
}
.boat .table th {
    background-color: #5F89D7;
    color: #fff;
    border-right: 1px solid #fff;
    font-size: 1.1rem;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
}
.boat .table td {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #999999;
}
.boat .table th.select {
    background-color: #003c95;
}
.boat th a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0.2rem;
}

.boat th a ul {
    display: table;
    height: 100%;
    width: 100%;
}
.boat th a li {
    display: table-cell;
    color: #fff;
    vertical-align: middle;
}
.boat .table th a li img {
    width: 0.6rem;
}
.boat .table th.col1 {width:20%;}
.boat .table th.col2 {width:13%;}
.boat .table th.col3 {width:18%;}
.boat .table th.col4 {width:17%;}
.boat .table th.col5 {width:14%;}
.boat .table th.col6 {width:18%;border-right: 1px solid #999999;}

.boat .table td .underline {
    text-decoration: underline;
    color: #000;
}

.popup-background {
    position: absolute;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 100;
}
.popup-outline {
    width: 100%;
    margin: auto;
    position: relative;
}
.popup-wrapdiv {
    right: 10%;
    width: 90.5%;
    background-color: #FFF;
    position: absolute;
    left: 5%;
    z-index: 150;
    top: 15rem;
}
.popup-title {
    color: #0f2f67;
    font-size: 1.2em;
    font-weight: bold;
}
.popup-table {
    width: 100%;
}
.popup-table tbody th {
    width: 25%;
    height: 3.5rem;
    text-align: center;
    vertical-align: middle;
    background: #5a8cda;
    color: #fff;
    border-right: 1px solid #fff;
    font-weight: normal;
}
.popup-table tbody th.cell4 {
    border: 1px solid #999999;
}
.popup-table tbody td {
    height: 3rem;
    border: 1px solid #999999;
    text-align: center;
    vertical-align: middle;
}
.popup-close-btn {
    width: 2rem;
    position: absolute;
    top: 11rem;
    right: 5%;
}
.popup-close-btn img {
    width: 2rem;
}

/******************************************
    ボート節間成績
******************************************/
.boat_hist .com-ttl03{
	font-size: 1.5rem;
}
.boat_hist .head__contents{
	padding: 2rem 1rem;
}
.boat_hist table{
	border-top: 2px solid #FFF;
}

.bt_hist.boat table{
    border-left: none;
}
.bt_hist.boat thead th{
    height: 0;
    padding: 0.6rem 0;
}
.bt_hist.boat thead th.raceTtl,
.bt_hist.boat thead th.racer{
    border-bottom: 1px solid #FFF;
}
.bt_hist.boat tbody td{
    text-align: left;
    padding-left: .5rem;
    border-left: none;
} 
.bt_hist.boat .item-sup{
    padding-top: 1rem;
    text-align: left;
}
.boat_hist table td {
    vertical-align: middle;
    height: 2.5rem;
    /* font-size: 1rem; */
    text-align: left;
    padding-left: 1rem;
}
.boat_hist .kaisai{
	width: 25%;
}
.boat_hist td.setsukan{
	font-size:1rem;
}
.boat_hist .button{
	text-align: right;
	padding: 0 1rem 1rem 1rem;
}
.boat_hist .button .com-button01{
	width: 30%;
	padding: 1.3rem 1rem;
}