@charset "utf-8";

@media print, screen and (min-width : 769px){
/*------------------------------------------------------------------------------------------
*
*
    Responsive / PC
*
*
------------------------------------------------------------------------------------------ */

.chapterIndex{ padding-top:20px; margin-bottom:55px;}

.chapterIndex h4{
	font-size:16px;
	color:#18a511;
	margin-bottom:10px;
}
.chapterIndex .tableWrap{
	background-color:#f0f0f0;
	padding:0px 20px;
}
.chapterIndex td{
	padding:15px 0;
	width:310px;
	position:relative;
	vertical-align:middle;
	border-bottom:1px solid #d8d8d8;
}
.chapterIndex tr:last-child td{ border:0;}
.chapterIndex td hr{
	border:0;
	border-left:1px solid #d8d8d8;
	height:50%;
	position:absolute;
	top:15%;
	right:0;
}

.chapterIndex td a{
	display:block;
	text-align:left;
	color:#000 !important;
	background:url(/golf/common/image_common/icon_arrow_circle.png) no-repeat 94% 50%;
	padding:10px 50px 10px 10px;
	margin:0 auto;
	width:295px;
	box-sizing:border-box;
	line-height:1.4;
}
.chapterIndex td a:hover,.chapterIndex td.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:30px 0 60px;
}
#movie h3{
	font-size:32px;
	text-align:center;
	padding-top:50px;
	margin-bottom:30px;
	line-height:1.6;
}
#movie h3.chapter1{
	background:url(/golf/1001miyazato/image/chapter1.gif) no-repeat center 0;
	background-size:137px;
}
#movie h3.chapter2{
	background:url(/golf/1001miyazato/image/chapter2.gif) no-repeat center 0;
	background-size:137px;
}
#movie h3.chapter3{
	background:url(/golf/1001miyazato/image/chapter3.gif) no-repeat center 0;
	background-size:137px;
}
#movie h3.chapter4{
	background:url(/golf/1001miyazato/image/chapter4.gif) no-repeat center 0;
	background-size:137px;
}
#movie h3.chapter5{
	background:url(/golf/1001miyazato/image/chapter5.gif) no-repeat center 0;
	background-size:137px;
}
#movie h3.chapter6{
	background:url(/golf/1001miyazato/image/chapter6.gif) no-repeat center 0;
	background-size:137px;
}
#movie .movieWrap{ position:relative; height:365px;}

#movie .btnNext{
	padding-top:35px;
	text-align:center;
}

#movie .btnNext a{
	display:inline-block;
	padding:20px 70px 20px 35px;
	font-size:18px;
	background:url(/golf/common/image_common/icon_arrow_circle.png) no-repeat 92% 48%;
	border:1px solid #e5e5e5;
	border-radius:10px;
	color:#000 !important;
}
#movie .btnNext a span{
	display:inline-block;
	margin-right:10px;
	color:#26ab20;
}

}

