/* ------------
ゴルフ振興
------------ */

#sidenav img {
	margin-top: 20px;
	width: 100%;
}

#topics {
	float:none;
	width: 760px;
	margin-bottom: 82px;
}
#topics dl {
	position: relative;
	font-size:90%;
}
#topics dt {
	position: absolute;
	left: 0;
	color: #666666;
	padding:12px 0;
	width: 8em;
}
#topics dd {
	padding:12px 0 12px 6em;
	border-bottom: dotted 1px #CCCCCC;
}

#guideline h4 {
	margin: 12px 0 12px 0;
}
#guideline #guideline_pdf {
	display: flex;
	justify-content: center;
	align-items: center;
}
#guideline #guideline_pdf > div {
	margin: 0 12px;
}
#guideline #guideline_pdf .thumb {
	padding: 12px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
#guideline #guideline_pdf .copyright {
	color: grey;
	font-size: smaller;
	margin: 0;
}
#guideline #guideline_pdf .detail {
	padding: 0 0 24px 0;
}
#guideline #guideline_pdf .detail a {
	margin: 16px 8px 0 0;
}
#guideline #guideline_pdf img {
	width: 200px;
	border: 1px solid #CCCCCC;
}
#guideline #guideline_pdf a.btn {
	display: block;
	margin: 0 0 4px 0;
	text-align: center;
}
#guideline #guideline_pdf #guideline_page_and_caution {
	height: 335px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#guideline #guideline_pdf #guideline_page_link {
	line-height: 2;
	font-weight: bolder;
	margin-top: 20px;
}
#guideline #guideline_pdf #guideline_caution {
	color: grey;
	font-size: smaller;
	font-weight: normal;
}

#medical_dl #medical_dl_list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px 40px 0;
}
#medical_dl #medical_dl_list li {
	list-style: square;
	font-weight: bold;
	padding-bottom: 14px;
}

#jga {
	margin-bottom: 56px;
}

#wgd {
	margin-bottom: 64px;
}

#past ul {
	display: flex;
	flex-direction: column;
}
#past ul li {
	display: flex;
	font-size: larger;
	padding: 8px;
}
#past ul li span:first-child {
	border-right: 1px solid #004172;
}
#past ul li span {
	padding: 12px 30px;
}
#past ul li span.nodata {
	color: darkgray;
}

#wgd_dl {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin: 16px 0;
}
#wgd_dl img {
	width: 150px;
	border: 1px solid #CCCCCC;
}

#wag_photo_gallery img,
#wgd_photo_gallery img {
	width: 300px;
	height: 225px;
	object-fit: cover;
}
#wag_photo_gallery span,
#wgd_photo_gallery span {
	font-size: larger;
	font-weight: bold;
}

#wag_1day img.poster {
	width: 200px;
	border: 1px solid #CCCCCC;
}
#wag_1day .contents {
	display: flex;
	align-items: center;
}
#wag_1day .contents > div {
	padding: 0 10px;
}

.photogallery ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.photogallery ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 15px 0;
}
.photogallery ul li.dummy {
	width: 200px;
}
.photogallery ul li img {
	width: 200px;
	height: 150px;
	object-fit: cover;
}
.photogallery ul li span {
	margin-top: 10px;
	font-size: larger;
	font-weight: bold;
}

#index_photogallery ul {
	display: flex;
	justify-content: center;
}
#index_photogallery ul li {
	width: 340px;
}
#index_photogallery ul li .title {
	font-size: larger;
	font-weight: bold;
	line-height: 3;
}
#index_photogallery ul li .thumb img {
	width: 300px;
	height: 225px;
	object-fit: cover;
}


.link_button {
	display: flex;
	justify-content: space-around;
}

.center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.btn_area {
	margin: 40px 0;
}