@charset "utf-8";

@media print, screen and (min-width : 769px){
/*------------------------------------------------------------------------------------------
*
*
    Responsive / PC
*
*
------------------------------------------------------------------------------------------ */
.movieIndex{ padding-top:20px;}
.movieIndex.last{ padding:0 0 50px; overflow:hidden;}
.movieIndex h4{
	font-size:16px;
	color:#18a511;
	margin-bottom:10px;
}
.movieIndex li{
	background-color:#f0f0f0;
	overflow:hidden;
	padding:14px 20px;
	border-bottom:1px solid #d8d8d8;
}
.movieIndex li:last-child{ border:0;}
.movieIndex li dt{
	float:left;
	height:32px;
	line-height:32px;
	font-weight:bold;
	font-size:13px;
	width:95px;
	text-align:right;
}
.movieIndex li dd{
	float:left;
	height:32px;
	line-height:32px;
	font-weight:bold;
	font-size:14px;
	width:175px;
	position:relative;
	font-weight:normal;
}
.movieIndex li dd a{
	display:block;
	height:32px;
	width:125px;
	line-height:32px;
	text-align:center;
	color:#000 !important;
	background:url(/golf/common/image_common/icon_arrow_circle.png) no-repeat 94% 50%;
	padding-right:20px;
	margin:0 auto;
	white-space:nowrap;
}
.movieIndex li dd a:hover,.movieIndex li dd.current a{
	background:url(/golf/common/image_common/icon_arrow_circle_w.png) no-repeat 94% 50% #000;
	border-radius:5px;
	color:#fff !important;
}

.movieIndex li dd hr{
	border:0;
	border-left:1px solid #d8d8d8;
	height:28px;
	position:absolute;
	top:50%;
	right:0;
	margin-top:-14px;
	line-height:1;
}
#movie{
	padding:60px 0;
}
#movie h3{
	font-size:32px;
	text-align:center;
	padding-top:50px;
	margin-bottom:30px;
}
#movie h3.holeon{
	background:url(/golf/1001miyazato/round-movie/image/hole_num.gif) no-repeat center 0;
	background-size:117px;
}
#movie .movieWrap{ position:relative; height:365px;}
#comment{ overflow:hidden; padding-bottom:60px;}
#comment h3{ margin-bottom:25px;}
#comment ul.courseList li{
	padding-bottom:50px;
	margin-bottom:50px;
	border-bottom:1px solid #efefef;
}
#comment ul.courseList li:last-child{
	border:0;
	padding-bottom:0px;
}
#comment ul.courseList li h4{
	font-size:18px;
	color:#18a511;
	margin-bottom:20px;
	line-height:1.6;
}
#comment ul.courseList li h4 span{
	display:block;
	font-size:16px;
	color:#000;
}
#comment ul.courseList p{
	font-size:16px;
	line-height:1.8;
}
#comment ul.courseList p.lead{
	font-size:30px;
	margin:20px 0 15px;
	line-height:1.4;
}

}

