div#contents_box #contents #map {
	height: 350px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
div#contents_box #contents #map iframe{
	border: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#contents_box #contents #gar-img li {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	width:100px;
	height:74px;
	overflow:hidden;
}

#contents_box #contents #gar-img li img {
	max-width:100px;
	height:auto;
}
#contents_box #contents form .waku {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#contents_box #contents form .waku #input_table {
	width: 100%;
}
#contents_box #contents form .waku #input_table tr {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666;

}
#contents_box #contents form .waku #input_table tr th {
	width: 20%;
	padding: 10px;
}
#contents_box #contents form .waku #input_table tr td {
	padding: 10px;
	width: 80%;
}
#contents_box #contents form .waku h3 {
	padding: 0px;
	display: block;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 1.2em;
}
#contents_box #contents form .waku #bt_box #ci {
	height: 250px;
	overflow: scroll;
	margin-top: 20px;
}
#contents_box #contents form .waku #bt_box #center {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
#contents_box #contents form .waku #input_table tr .under_line_td #error {
	background-color: #FFDDDE;
	padding: 3px;
	border: 1px solid #FFCACB;
}
#contents_box #contents form .waku #input_table tr .under_line .hisu {
	color: #F00;
}
#contents_box #contents .course-base {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#contents_box #contents .course-base tr {
	border: 1px solid #666;
}
#contents_box #contents .course-base tr th {
	background-color: #E0E0E0;
	padding: 10px;
	width: auto;
	white-space: nowrap;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
#contents_box #contents .course-base tr td {
	padding: 10px;
	width: 50%;
	border-right-style: solid;
	border-right-color: #666;
	border-right-width: 1px;
}
#contents_box #contents .rinen li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #F60;
}
#contents_box #contents .rinen {
	margin-left: 60px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#contents_box #contents table#athlete {
	margin-right: auto;
	margin-left: auto;
	width: 677px;
}
#contents_box #contents table#athlete td {
	padding: 3px;
	border: 1px solid #C5C5C5;
	vertical-align: top;
}

#contents_box #contents table#athlete td table td {
	border: none !important;
}
#contents_box #contents table#athlete td img {
	width: 218px;
}
#contents_box #contents table#spon {
	margin-left: 50px;
}
.address_area{
	margin: 10px 10px 50px;
}
.address_area p{
	margin: 0;
}
.facility{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.facility figure{
	margin: 0 0 30px 0;
    width: 48%;
}
.facility img{
	width: 100%;
}
.facility figcaption{
	margin: 5px;
} 

.athlete .list_box{
    letter-spacing: 1px;
    margin-bottom: 60px;
}
.athlete .list_box img{
	width: 100%;
	border: 1px solid #deddd9;
}
.athlete .list_box h2{
    background-image: none !important;
    padding: 10px !important;
    font-size: 20px !important;
    font-weight: bold;
    background: #f0f1f1;
    width: auto !important;
    height: auto !important;
    margin-bottom: 30px;
}
.athlete .list_box h3{
    margin: 40px 0 15px 0 !important;
    color: #333 !important;
    font-size: 18px !important;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
.athlete .list_box .title{
    background: #b70605;
    color: #fff;
    font-size: 12px;
    padding:  5px 10px;
    border-radius: 30px;
    position: absolute;
    bottom: calc(100% + 8px);
    line-height: 1;
    width: 80px;
    text-align: center;
}
.athlete .list_box .title.pro{
    background: #035fae;
}
.athlete .list_box .title.ama{
    background: #6fbbfc;
}
.athlete .list_box .kana{
    font-size: 12px;
    color: #b70605;
}
.athlete .trainer_list,
.athlete .player_list{
    display: flex;
    gap: 30px;
		flex-wrap: wrap;
}
.athlete .trainer_list li,
.athlete .player_list li{
    width: calc(50% - 15px);
}
.athlete .player_list figure{
    margin: 0;
    position: relative;
}
.athlete .player_list figcaption{
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: #fff;
    padding: 6px 10px;
    line-height: 1;
}
.athlete .player_list .status div{
    display: flex;
    gap: 10px;
}
.athlete .player_list .status dt{
    width: 60px;
}


/* .athlete .trainer{
	display: flex;
    flex-wrap: wrap;
    width: 690px;
}
.athlete .trainer li{
	width: 50%;
    border-top: 1px solid #C5C5C5;
    border-left: 1px solid #C5C5C5;
    box-sizing: border-box;
    padding: 10px 10px 0;
}
.athlete .trainer li:nth-of-type(2),
.athlete .trainer li:last-of-type{
	border-right: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
}
.athlete .trainer li img{
	width: 100%;
}
.athlete .trainer li p{
	margin: 0;
    border-top: 1px solid #C5C5C5;
    padding: 10px;
    margin-top: 10px;
} */
.sponsor .sponsor_list{
	display: flex;
    flex-wrap: wrap;
    width: 690px;
    border: 1px solid #C5C5C5;
    margin-top: 15px;
}
.sponsor .sponsor_list li{
	width: 50%;
    border-bottom: 1px solid #C5C5C5;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    padding: 14px 0px;
}
.sponsor .sponsor_list li:nth-of-type(odd){
	border-right: 1px solid #C5C5C5;
}
.sponsor .sponsor_list li:nth-last-of-type(2),
.sponsor .sponsor_list li:last-of-type{
	border-bottom:0
}