@charset "utf-8";

/* ========================================== 


    　　　ゴルフご利用方法ページ


========================================== */


/* main
========================================== */
#main {
    width: 710px;
	float: right;
}

#main h3 {
    font-size: 123.1%;
	font-weight: bold;
	margin: 20px 0 0 10px;
	color: #333;
}

#main h4 {
    font-size: 138.5%;
	font-weight: bold;
	color: #598104;
	border-top: solid 5px #9fbf5f;
	padding-top: 13px;
	padding-left: 8px;
	margin-bottom: 10px;
}


/*==================== #golfHowto ====================*/
.reserveSimulator{
	width: 620px;
	height: 120px;
	margin: 10px auto;
	padding: 15px 0 5px;
	color: #333;
	background: transparent url(../../../image/golf/howto/reserve_box.gif) no-repeat left top;
}
.reserveSimulator p{
	margin: 0 20px;
	padding: 0 0 5px;
}
.reserveSimulator .notice01{
	font-weight: bold;
	font-size: 14px;
	color: #000;
	background-color: transparent;
}
.reserveSimulator .notice01 span{
	font-weight: normal!important;
	font-size: 12px!important;
}
.reserveSimulator .notice02{
	font-weight: bold;
	font-size: 14px;
	color: #c00;
	background-color: transparent;
}
ul.markGreen {
	width: 490px;
	float: right;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5;
	list-style-type: none;
}
ul.markGreen li{
	margin: 0;
	padding: 0 0 0 10px;
	color: #333;
	background: transparent url(../../../image/golf/howto/marker_green.gif) no-repeat left center;
}
ul.markGreen li.none{
	background-image: none;
	padding: 0;
}
ul.markGreen span{
	font-size: 10px;
	color: #f60;
	background-color: transparent;
}
#flow01,#flow02,#flow03,#flow04{
	margin: 10px auto 5px;
	padding-top: 15px;
}
#flow01 p,#flow02 p,#flow03 p,#flow04 p{
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
}
#flow01 span,#flow02 span,#flow03 span,#flow04 span{
	font-weight: normal;
	font-size: 12px;
}
#flow01{
	width: 515px;
	height: 95px;
	padding-left: 105px;
	color: #333;
	background: transparent url(../../../image/golf/howto/flow_01.gif) no-repeat left top;
}
#flow02{
	width: 600px;
	height: 75px;
	padding-left: 20px;
	color: #333;
	background: transparent url(../../../image/golf/howto/flow_02.gif) no-repeat left top;
}
#flow03{
	width: 515px;
	height: 95px;
	padding-left: 105px;
	color: #333;
	background: transparent url(../../../image/golf/howto/flow_03.gif) no-repeat left top;
}
#flow04{
	width: 620px;
	height: 30px;
	padding-top: 10px;
	text-align: center;
	color: #333;
	background: transparent url(../../../image/golf/howto/flow_04.gif) no-repeat left top;
}





/* box */
.box{
	width: 638px;
	margin: 10px auto;
	padding: 2px;
	color: #333;
	background: transparent url(../../../image/golf/common/bg_box.gif) no-repeat left top;
	border: 1px solid #ddd;
}
.box h3{
	width: auto;
	margin: 0;
	padding: 0 0 8px;
}
.box p{
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
	padding: 0 8px 5px;
}



.backTop {
	position: relative;
	width: 690px;
	height: 20px;
}

.backTop a {
    position: absolute;
	top: 0; right: 0;
	text-decoration: none;
	background: url(../../../image/lesson/page_top.png) no-repeat;
	background-position: 0 30%;
	font-size: 85%;
	color: #666;
	padding-left: 13px;
}

.backTop a:hover {
    color: #990000;
	background: url(../../../image/lesson/page_top_o.png) no-repeat;
	background-position: 0 30%;
}

