/* 共通要素 */
p {
	margin:0;
}
.bk-yellow {
	background:#fffcd7;
}
.bk-green {
	background:#d6ffd8;
}
.p-20 {
	padding:20px;
}
.txt-12{
	font-size:12px;
}
.txt-14{
	font-size:14px;
}
.txt-16{
	font-size:16px;
}
.txt-20{
	font-size:20px;
}
.ta-c {
	text-align:center;
}
a img:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
	-moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3
}
.main-box {
	margin:0 0 50px;
}

.title {
	margin:20px 0 20px;
}

/* ボタン */
.btn-orange a {
	display: block;
	width: 600px;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #ff7800;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #da6702;
	-moz-box-shadow: 0px 5px 0px 0px #da6702;
	-webkit-box-shadow: 0px 5px 0px 0px #da6702;
	color: #FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:28px;
	text-align: center;
}
.btn-orange a:hover {
	color:#fff;
	background-color: #ff6000;
	box-shadow: 0px 5px 0px 0px #da5802;
	-moz-box-shadow: 0px 5px 0px 0px #da5802;
	-webkit-box-shadow: 0px 5px 0px 0px #da5802;
	-moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3
}
.btn-blue a {
	display: block;
	width: 600px;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #5d9ee6;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #3486e0;
	-moz-box-shadow: 0px 5px 0px 0px #3486e0;
	-webkit-box-shadow: 0px 5px 0px 0px #3486e0;
	color: #FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:28px;
	text-align: center;
}
.btn-blue a:hover {
	color:#fff;
	background-color: #3486e0;
	box-shadow: 0px 5px 0px 0px #1e6dc3;
	-moz-box-shadow: 0px 5px 0px 0px #1e6dc3;
	-webkit-box-shadow: 0px 5px 0px 0px #1e6dc3;
	-moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3
}
.btn-blue-fin span {
	display: block;
	width: 600px;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #385f8a;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #1c507a;
	-moz-box-shadow: 0px 5px 0px 0px #1c507a;
	-webkit-box-shadow: 0px 5px 0px 0px #1c507a;
	color: #999;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:28px;
	text-align: center;
}
.btn-blue-m a {
	display: block;
	width: 380px;
	margin: 10px auto;
	padding: 8px 0;
	background-color: #5d9ee6;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #3486e0;
	-moz-box-shadow: 0px 5px 0px 0px #3486e0;
	-webkit-box-shadow: 0px 5px 0px 0px #3486e0;
	color: #FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:22px;
	text-align: center;
}
.btn-blue-m a:hover {
	color:#fff;
	background-color: #3486e0;
	box-shadow: 0px 5px 0px 0px #1e6dc3;
	-moz-box-shadow: 0px 5px 0px 0px #1e6dc3;
	-webkit-box-shadow: 0px 5px 0px 0px #1e6dc3;
	-moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3
}
.btn-orange-s a {
	display: block;
	margin: 0 auto 15px;
	padding: 10px;
	background-color: #ff7800;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #da6702;
	-moz-box-shadow: 0px 5px 0px 0px #da6702;
	-webkit-box-shadow: 0px 5px 0px 0px #da6702;
	color: #FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	text-align: center;
}
.btn-orange-s a:hover {
	color:#fff;
	background-color: #ff6000;
	box-shadow: 0px 5px 0px 0px #da5802;
	-moz-box-shadow: 0px 5px 0px 0px #da5802;
	-webkit-box-shadow: 0px 5px 0px 0px #da5802;
	-moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3
}
.btn-blue-s a {
	display: block;
	margin: 0 auto 15px;
	padding: 10px 3px;
	background-color: #5d9ee6;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #3486e0;
	-moz-box-shadow: 0px 5px 0px 0px #3486e0;
	-webkit-box-shadow: 0px 5px 0px 0px #3486e0;
	color: #FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}
.btn-blue-s a:hover {
	color:#fff;
	background-color: #3486e0;
	box-shadow: 0px 5px 0px 0px #1e6dc3;
	-moz-box-shadow: 0px 5px 0px 0px #1e6dc3;
	-webkit-box-shadow: 0px 5px 0px 0px #1e6dc3;
	-moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3
}
.btn-gray-s a {
	display: block;
	margin: 0 auto 15px;
	padding: 10px 3px;
	background-color: #e9e9e9;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #c0c0c0;
	-moz-box-shadow: 0px 5px 0px 0px #c0c0c0;
	-webkit-box-shadow: 0px 5px 0px 0px #c0c0c0;
	color: #333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}
.btn-gray-s a:hover {
	color:#333;
	background-color: #ccc;
	box-shadow: 0px 5px 0px 0px #ababab;
	-moz-box-shadow: 0px 5px 0px 0px #ababab;
	-webkit-box-shadow: 0px 5px 0px 0px #ababab;
	-moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3
}

.btn-gray-2 {
	width: 600px;
	display: block;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #e9e9e9;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #c0c0c0;
	-moz-box-shadow: 0px 5px 0px 0px #c0c0c0;
	-webkit-box-shadow: 0px 5px 0px 0px #c0c0c0;
	color: #333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:28px;
	text-align: center;
}


/* お得なプラン設定コース */
.link-golfcourse li {
	float:left;
	margin:0 12px 12px 0;
}
.link-golfcourse li.last {
	margin:0;
}
.link-golfcourse p {
	margin:5px 0 0;
}
.link-golfcourse p a {
	color:#333;
	font-size:16px;
	text-decoration:underline;
}

/* エントリー方法 */
.flow-box {
	width:176px;
	float:left;
}
.flow-box dt {
	padding:5px 0;
	background:#b3d465;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	text-align:center;
}
.flow-box dd {
	overflow:hidden;
	height:245px;
	padding:15px;
	background:#fff;
	font-size:14px;
}


/* ==========================================================================
 タブ部分
=========================================================================== */
#tabarea{
	width:960px;
}
#tabarea #tab{
	border-bottom:4px solid #3586df;
	width:960px;
	overflow:hidden;
}
#tabarea #tab li{
	float:left;
	width:474px;
	margin-right:12px;
}
#tabarea #tab li.right{
	margin-right:0 !important;
}
.tabarea_btnset dt,.tabarea_btnset dd{
	padding-bottom:10px;
}
#tabarea #detail01,#tabarea #detail02{
	border-bottom:4px solid #3586df;
	border-left:4px solid #3586df;
	border-right:4px solid #3586df;
	padding:10px;
	background-color:#ffffff;
	width:932px;
	overflow:hidden;
	display: none;
	font-size: 16px;
    line-height: 160%;
}
/* detail01 */
#detail01_inner p{
	margin-top:0 !important;
}

#detail01_inner .dl{
	width:920px;
	margin:0 auto;
	overflow: hidden;
}

#detail01_inner .dl dt.first,
#detail01_inner .dl dd.first {
	border:none !important;
}

#detail01_inner .dl dd p {
	margin-bottom:15px !important;
}

#detail01_inner .dl dd p.mb0 {
	margin-bottom:0 !important;
}
#detail01_inner .dl dd .pb0{
	padding-bottom:0 !important;
}
#detail01_inner .dl dd.first dl dt{
	margin:0;
	padding:1em 0 0 0;
	float:none;
	font-weight:normal;
	border:none;
}
#detail01_inner .dl dd.first dl dd{
	margin:0;
	padding:0;
	border:none;
}
#detail01_inner .dl dd.first dl dd span{
	font-weight:bold;
	text-decoration:underline;
}
#detail01_inner .dl dt {
	float: left;
	border-top:dotted 1px #cccccc;
	padding:10px 0;
	font-weight:bold;
}
#detail01_inner .dl dd {
	border-top:dotted 1px #cccccc;
	padding:10px 0 10px 12em;
}
#detail01_inner .dl dl.presentFrame{
	margin:0;
}
#detail01_inner .dl dl.presentFrame dt{
	padding:0;
	float:none;
	border:none;
}
#detail01_inner .dl dl.presentFrame dd{
	padding:5px 0 15px 1em;
	border:none;
}
#detail02_inner .dl dl.presentList dt{
	padding:0;
	border:none;
	font-weight:normal;
	float: left;
}
#detail01_inner .dl dl.presentList dd{
	padding:0 0 0 10em;
	border:none;
}
#detail01_inner .dl  ul.list{
	margin-left:1em;
	text-indent:-1em;
}
#detail02_inner .dl  ol.lists{
	margin:0 0 20px 40px;
	list-style-type:decimal;
}

/* detail02 */
#detail02_inner p{
	margin-top:0 !important;
}
#detail02_inner dl{
	width:920px;
	margin:20px auto 0 auto;
}
#detail02_inner dt{
	background:url(../images/tab03_bg.gif) no-repeat left top;
	padding:7px 20px 0 20px;
	height:28px;
}
#detail02_inner dd{
	border-bottom:1px solid #c1c1c1;
	border-left:1px solid #c1c1c1;
	border-right:1px solid #c1c1c1;
	padding:14px 19px 19px 19px;
	margin-bottom:20px;
}
#detail02_inner dd strong{
	color:#ff0000;
}
