/* --------------------------------------------------------------------------------------------
 sidebar MemberLayout
-------------------------------------------------------------------------------------------- */

#sidebar .Headline-member {
	background-color: #0a7a59;
	margin: 0;
	padding: 10px 18px;
	color: #ffffff;
	font-size: 18px;
}
#sidebar .Logout-member {
	background-color: #007fc0;
	margin: 0 0 50px 0;
	padding: 10px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#sidebar .Logout-member:hover {
	background-color: #0093de;
}

#sidebar .nav-member {
	background-color: #ffffff;
	margin: 0;
	padding: 10px;
}
#sidebar .nav-member li {
	display:block;
	margin: 0 0 10px 0px;
	padding: 0 2px 10px 24px;
	position: relative;
	text-decoration: none;
	border-bottom: 1px dotted #acacac;
}
#sidebar .nav-member li:before {
	border-left: 5px solid #000000;
	border-bottom: transparent 3px solid;
	border-top: transparent 3px solid;
	content: "";
	margin: 0 0 0 10px;
	width: 0px;
	height: 0px;
	left: 0px;
	top: 9px;
	position: absolute;
}



/* --------------------------------------------------------------------------------------------
 TableLayout
-------------------------------------------------------------------------------------------- */

@media screen and (max-width: 480px) {
table {
	width: 100%;
}
table th {
	font-size: 75%;
	padding: 2px;
}
table td {
	font-size: 75%;
	padding: 2px;
}
}

.OutlineSet {
	width: 100%;
	margin: 20px 0;
}
.OutlineSet th {
	padding: 10px;
	background-color: #e2f6c8;
	color: #146b3b;
	font-weight: bold;
	border-bottom: 1px dashed #acacac;
	border-left: 4px solid #146b3b;
}
.OutlineSet td {
	padding: 10px;
	border-bottom: 1px dashed #acacac;
}

.PriceSet {
	width: 100%;
	margin: 20px 0 40px;
	border: 1px solid #acacac;
}
.PriceSet th {
	padding: 10px;
	background-color: #e2f6c8;
	color: #146b3b;
	font-weight: bold;
	text-align: center;
	border-top: 1px dashed #acacac;
	border-right: 1px solid #acacac;
	border-bottom: 4px solid #146b3b;
	border-left: 1px dashed #acacac;
}
.PriceSet td {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px dashed #acacac;
}

.CourseSet {
	width: 100%;
	margin: 20px 0 10px;
	border: 1px solid #acacac;
}
.CourseSet th {
	padding: 6px;
	background-color: #e2f6c8;
	color: #146b3b;
	font-weight: bold;
	text-align: center;
	border-top: 1px dashed #acacac;
	border-right: 1px solid #acacac;
	border-bottom: 4px solid #146b3b;
	border-left: 1px dashed #acacac;
}
.CourseSet td {
	padding: 6px;
	text-align: center;
	vertical-align: middle;
	border: 1px dashed #acacac;
}

.TournamentSet {
	width: 100%;
	margin: 20px 0 30px;
	border: 1px solid #acacac;
}
.TournamentSet th {
	padding: 6px;
	background-color: #e2f6c8;
	color: #146b3b;
	font-weight: bold;
	text-align: center;
	border-top: 1px dashed #acacac;
	border-right: 1px solid #acacac;
	border-bottom: 4px solid #146b3b;
	border-left: 1px dashed #acacac;
}
.TournamentSet td {
	padding: 6px;
	text-align: center;
	vertical-align: middle;
	border: 1px dashed #acacac;
}
.TournamentSet td.textLeft {
	padding: 6px 12px;
	text-align: left;
	vertical-align: middle;
	border: 1px dashed #acacac;
}

.camInfoLine {
	width: 100%;
	margin: 10px 0;
	border-collapse: separate;
	border-spacing: 2px;
}
.camInfoLine th {
	padding: 6px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.camInfoLine td {
	padding: 6px;
	text-align: left;
	vertical-align: middle;
}
.spring th {
	background-color: #ffd3eb;
	color: #c24488;
}
.spring td {
	background-color: #fff5fa;
}
.summer th {
	background-color: #d3f3ff;
	color: #2c6db5;
}
.summer td {
	background-color: #edfbff;
}
.autumn th {
	background-color: #ffe3d3;
	color: #b53f2c;
}
.autumn td {
	background-color: #ffeee8;
}

.camPriceLine {
	width: 346px;
	margin: 10px 0;
	border: none;
}
.camPriceLine th {
	padding: 0 10px;
	color: #146b3b;
	font-weight: bold;
	border: none;
	text-align: left;
}
.camPriceLine td {
	padding: 0 10px;
	text-align: left;
	border: none;
}



/* --------------------------------------------------------------------------------------------
 ListLayout
-------------------------------------------------------------------------------------------- */

#l-side .inner-box ul.linkLine {
	width: 700px;
	margin: 0 0 20px 0;
	padding: 0;
}
#l-side .inner-box ul.linkLine li {
	width: 330px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	position: relative;
	background-image: none;
}
#l-side .inner-box ul.linkLine li:before {
	border-right: 2px solid #086abd;
	border-top: 2px solid #086abd;
	border-bottom: none;
	border-left: none;
	content: "";
	margin: 0;
	width: 4px;
	height: 4px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	left: 0px;
	top: 6px;
}

#l-side .inner-box ul.galleryList {
	margin: 20px 0;
	padding: 0;
}
#l-side .inner-box ul.galleryList li {
	width: 220px;
	float: left;
	display: block;
	margin: 0 12px 0 0;
	padding: 0;
	background: none;
	border: 1px solid #acacac;
}

#l-side .inner-box dl.holeInfoLine {
	width: 700px;
	margin: 6px 0 16px;
}
#l-side .inner-box dl.holeInfoLine dt {
	width: 50px;
	height: 20px;
	margin: 0;
	padding: 4px;
	text-align: center;
	color: #146b3b;
	float: left;
	background-color: #e2f6c8;
	background-image: none;
	border: none;
}
#l-side .inner-box dl.holeInfoLine dd {
	width: 50px;
	height: 20px;
	margin: 0 10px 0 0;
	padding: 4px;
	text-align: center;
	float: left;
	background-color: #f2f2f2;
}
#l-side .inner-box dl.holeInfoLine dd.sp {
	width: 120px;
	height: 20px;
	margin: 0;
	padding: 4px;
	text-align: center;
	float: left;
	background-color: #ffefef;
	color:#ff0000;
	font-weight:bold;
}



/* --------------------------------------------------------------------------------------------
 OtherLayout
-------------------------------------------------------------------------------------------- */

.Headline {
	font-family: "Hiragino Mincho Pro", "MS PMincho", serif;
	font-size: 18px;
	font-weight: bold;
	color: #056636;
	display: block;
}

#l-side .inner-box .facBox {
	width: 706px;
	margin: 0 0 20px 0;
}
#l-side .inner-box .facBoxColumn {
	width: 380px;
	float: left;
	margin: 0 20px 0 0;
}
#l-side .inner-box .facBoxImage {
	width: 300px;
	float:left;
	border: 1px solid #acacac;
}

#l-side .inner-box .pointColumn {
	width: 680px;
	margin: 20px 0 30px;
	padding: 10px;
	position: relative;
	background-color: #ddf8ff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#l-side .inner-box .pointColumn .yellow {
	font-weight:bold;
	color:#ffb400;
}
#l-side .inner-box .pointColumn .red {
	font-weight:bold;
	color:#ff0000;
}


/* 20151027追記 ギャラリーリスト設定 */
.inner-box ul.galleryList li{background:none;padding:0;text-align:center;}