.member-image-container {

	width: 500px;
	margin: 0px auto 30px auto;
}

@media only screen and (max-width: 540px) {

	.member-image-container {
		width: 100%;
	}
}

.list-btn {

	border: 1px solid #cccccc;
	width: 30px;
	text-align: center;
}

.list-btn a {

	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	background-color: #333333;
	color: #ffffff;
}

.list-btn a:hover {

	text-decoration: underline;
	background-color: #ffffff;
	color: #333333;
}

.list-btn-left {

	position: relative;
	top: 165px;
}

.list-btn-right {

	position: relative;
	top: 165px;
}

.list-image-detail {

	display: flex;
	overflow-x: auto;
}

.list-image-content {

	/*width: 335px;*/
	width: 500px;
	flex-shrink: 0;
	over-flow: hidden;
}

@media only screen and (max-width: 540px) {

	.list-image-content {
		width: 100%;
	}
}

#list-image-dots {

	margin: 0px auto 20px auto;
	/*background-color: #ff0000;*/
}

#list-image-dots button {

	float: left;
	color: transparent;
	outline: none;
	width: 8px; /*ドットボタンのサイズ*/
	height: 8px; /*ドットボタンのサイズ*/
	display: block;
	border-radius: 50%;
	/*background: #ccc; /*ドットボタンの色*/
	cursor: pointer;
	overflow: visible;
	border-style: 0;
	padding: 0;
	border-style: none;
	margin: 0px 5px;
}

#list-image-dot0 {
	background: #000000; /*ドットボタンの色*/
}

#list-image-dot1,
#list-image-dot2,
#list-image-dot3,
#list-image-dot4 {
	background: #cccccc; /*ドットボタンの色*/
}

#list-thumbnail {
	margin: 0px auto;
}

.list-thumbnail-content {

	float: left;
	width: 50px;
	margin: 0px 8px;
}

#list-thumbnail-content0 {
	border: 1px solid #000000;
}

#list-thumbnail-content1,
#list-thumbnail-content2,
#list-thumbnail-content3,
#list-thumbnail-content4 {
	opacity: 0.5;
}

#schedule-table {

	max-width: 880px;
	height: 450px;
	overflow: scroll;
}

.saturday {

	color: #ffffff;
	background-color: #00bfff;
}

.sunday {

	color: #ffffff;
	background-color: #ff6347;
}

#score-navi-menu {

	width: calc(100% - 0px);
	height: 35px;
	margin: 5px 0px 5px 0px;
}

#score-menu {

	width: 100%;
	max-width: 1200px;
	padding: 0px;
	list-style: none;
	z-index: 1200;
	overflow: hidden;
	height: 0;
	transition: 0.5s;
}

#score-menu li {

	display: block;
	float: left;
	margin: 1px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

#score-menu li:last-child {
	margin: 1px 0px 15px 0px;
}

#score-menu li a {

	display: block;
	background-color: #ffffff;
	color: #000000;
	font-size: 16px;
	font-size: 0.16rem;
	font-weight: normal;
	font-family: "Hiragino Kaku Gothic Pro";
	font-style: normal;
	padding: 5px 0px 5px 5px;
	line-height: 100%;
	text-decoration: none;
	width: 100%;
	margin: 1px 0px 1px 0px;
	text-align: left;
	border-bottom: 1px solid #0000FF;
}

#score-menu li:last-child a {
	border-bottom: 0px;
}

#score-menu li a:hover {

	background-color: #7FDAFF;
	color: #0000ff;
}

#score-menu-cb {
	display: none;
}

#score-menu-cb:checked ~ ul#score-menu {
	overflow: visible;
}

#score-menu-toggle-button {

	display: block;
	position: relative;
	width: 100%;
	height: 30px;
	font-size: 17.5px;
	font-weight: bold;
	color: #0000ff;
	background-color: #ffffff;
	cursor: pointer;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.std-btn {

	font-weight: bold;
	text-align: center;
	border: 1px solid #0000ff;
	border-radius: 5px;
	padding: 5px 7px 3px 7px;
	margin-right: 5px;
	text-decoration: none;
}

.hole-btn {

	color: #0000ff;
	width: 60px;
}

.active-hole {

	color: #ffffff;
	background-color: #0000ff;
}

.btn-hole {

	font-size: 14px;
	font-size: 0.14rem;
	margin: 0px;
	line-height: 100%;
}

.btn-par {

	font-size: 10px;
	font-size: 0.10rem;
	margin: 0px;
}

.btn-count {

	width: 40px;
	font-size: 18px;
	font-size: 0.18rem;
	color: #0000ff;
	font-weight: bold;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #0000ff;
	border-radius: 5px;
	padding: 3px 7px 3px 7px;
}

.club-btn {

	width: 60px;
	color: #666666;
	background-color: #ffffff;
}

.form-btn {

	color: #ffffff;
	background-color: #0000ff;
	padding: 6px 10px 6px 10px;
}

.item-wrapper {

	background-color: #E8ECFF;
	padding: 10px 5px 10px 5px;
}

.card-header {

	font-size: 8px;
	font-size: 0.08rem;
}