@charset "utf-8";
/* CSS Document */

/* 基本
===========================================================*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%;
	margin: 0px;
	color: #FFF;
}
#base_block {
	width: 1100px;
	margin-top: 500px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 30px;
	background-image: url(../img/base_bg.png);
}
.clear {
	clear: both;
}
img {
	border:none
}
a:link {
	color: #C90;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C90;
}
a:active {
	text-decoration: none;
	color: #FF0;
}
a:hover {
	color: #FF0;
}
#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1500px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

/* ヘッダー
===========================================================*/


#headerbg {
	width:100%;
	min-width:1100px;
	background-color: #000;
	height: 100px;
	background-image: url(../img/mable-black-p.jpg);
}
#headlogo {
	width:100%;
	min-width:1000px;
	background-image: url(../img/gclub_logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 100px;
}
#head {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.log_in {
	float: right;
	width: 342px;
	font-size: 12px;
	margin-top: 40px;
}
.cart {
	background-color: #900;
	height: 15px;
	width: 80px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	float: left;
	background-image: url(../img/ico_cart.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-radius:5px;
	border: 1px solid #900;
	box-shadow: 0px 0px 8px #333;
}
.regist {
	background-color: #900;
	height: 15px;
	width: 85px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	float: left;
	margin-left: 10px;
	background-image: url(../img/ico_regist.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-radius:5px;
	border: 1px solid #900;
	box-shadow: 0px 0px 8px #333;
}
.account {
	background-color: #900;
	height: 15px;
	width: 60px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	float: left;
	margin-left: 10px;
	background-image: url(../img/ico_account.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-radius:5px;
	border: 1px solid #900;
	box-shadow: 0px 0px 8px #333;
}

#main_block {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.logo_link {
	height: 70px;
	width: 150px;
	position: absolute;
	left: 20px;
	top: 20px;
}
.logo_link a {
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-999px;
}

/* ページナビ
===========================================================*/

#page_navi {
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#page_navi ul { 

}
#page_navi li {
	display: inline-block;
	font-size: 2.4em;
	padding-right: 20px;
	border: 1px solid #000;
	text-align: center;
	padding-left: 20px;
	background-color:rgba(51,51,51,0.6);
	margin-right: 5px;
	margin-left: 5px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
} 
#page_navi li:hover{
	background-color: rgba(238,207,34,1.80);
	transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;	
}
#page_navi li a:hover {
	color: #000;
}

/* トップメニュー
===========================================================*/

#top_menu {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-left: 10px;
}
#top_menu ul { 

}
#top_menu li {
	display: inline-block;
	font-size: 2em;
	padding-right: 20px;
	background-image: url(../img/topmenu_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-family: 'Oswald', sans-serif;
} 

/* メイン
===========================================================*/

#top_slide {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#floor_navi {
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
ul#nav1 li {
	list-style:none;
    float: left;
    margin-left: -0px;
    width: 250px;
    height: 50px;
    overflow: hidden;
}
#body_area {
	width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #000;
}
#body_left {
	float: left;
	width: 250px;
	margin-top: 20px;
}
#body_right {
	float: left;
	width: 730px;
	margin-top: 20px;
	margin-left: 20px;
}
.topic_bnr {
	margin-bottom: 10px;
}
#event {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
}
#topics {
	width: 730px;
	margin-top: 20px;
}
.right_title {
	font-family: 'Fjalla One', sans-serif;
	width: 718px;
	margin-bottom: 10px;
	border-bottom-width: medium;
	border-left-width: thin;
	border-bottom-style: double;
	border-left-style: solid;
	border-bottom-color: #C90;
	border-left-color: #C90;
	padding-left: 10px;
	font-size: 2.6em;
}
#left_bnrz {
	text-align: center;
	width: 250px;
	margin-top: 20px;
}
#map_area {
	border: 2px solid #C90;
	margin-top: 20px;
	padding-top: 5px;
	padding-left: 8px;
	font-size: 1.4em;
	padding-bottom: 10px;
}
#map_area h1 {
	font-size: 1.6em;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #FFF;
	background-color: #000;
	width: 225px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 1px;
	padding-left: 5px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.notice {
	background-color: #FFF;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	font-size: 1.4em;
	text-align: center;
	color: #333;
}
.notice2 {
	background-color: #000;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	font-size: 1.4em;
	text-align: center;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #fff;
}
.notice3 {
	background-color: #000;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	font-size: 1.8em;
	text-align: center;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 2px solid #fff;
}

/* SNS
===========================================================*/

#sns {
	width: 730px;
	margin-top: 20px;
}
.sns_inner {
	float: left;
	width: 365px;
}
.sns_icon {
	margin-left: 10px;
}

/* accordion
===========================================================*/

#pd_menu {
	border: 2px solid #C90;
}
ul.accordion {
	padding:10px;
	font-size:16px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	list-style:none;
}
ul.accordion a {
	display:block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration:none;
	color:#333;
}
ul.accordion span {
	display:block;
	color:#333;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
ul.accordion ul { display:none;}
ul.accordion > li {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eab92d+0,c79810+100;Yellow+3D+%232 */
	background: #eab92d; /* Old browsers */
	background: -moz-linear-gradient(top,  #eab92d 0%, #c79810 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eab92d 0%,#c79810 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eab92d 0%,#c79810 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=0 ); /* IE6-9 */
}
ul.accordion > li > p {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1e767+0,feb645+100;Yellow+3D */
    background: #f1e767; /* Old browsers */
    background: -moz-linear-gradient(top,  #f1e767 0%, #feb645 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f1e767 0%,#feb645 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f1e767 0%,#feb645 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ); /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=0 ); /* IE6-9 */
	cursor:pointer;
	font-weight: bold;
	margin-top: 8px;
}
ul.accordion > li > ul > li {
	border-bottom:1px solid #EEE;
	background-color: #CCC;
	font-size: 12px;
	font-weight: bold;
}
ul.accordion > li > ul > li > p { background:#999;}
ul.accordion > li > ul > li > ul > li {
	background:#FFF;
	border-bottom:1px dotted #888;
}
ul.accordion > li > ul > li > ul > li:last-child { border:none;}
ul {
    list-style:none;
}

ul.accordion2 {
	padding:10px;
	font-size:16px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	list-style:none;
}
ul.accordion2 a {
	display:block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration:none;
	color:#333;
}
ul.accordion2 span {
	display:block;
	color:#333;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
ul.accordion2 > li > p {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3e2c7+0,c19e67+50,b68d4c+99,e9d4b3+100;L+Brown+3D */
background: #f3e2c7; /* Old browsers */
background: -moz-linear-gradient(top,  #f3e2c7 0%, #c19e67 50%, #b68d4c 99%, #e9d4b3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f3e2c7 0%,#c19e67 50%,#b68d4c 99%,#e9d4b3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f3e2c7 0%,#c19e67 50%,#b68d4c 99%,#e9d4b3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 ); /* IE6-9 */

	cursor:pointer;
	font-weight: bold;
	margin-top: 8px;
}

ul.accordion3 {
	padding:10px;
	font-size:16px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	list-style:none;
}
ul.accordion3 a {
	display:block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration:none;
	color:#333;
}
ul.accordion3 span {
	display:block;
	color:#333;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
ul.accordion3 > li > p {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eab92d+0,c79810+100;Yellow+3D+%232 */
background: #eab92d; /* Old browsers */
background: -moz-linear-gradient(top,  #eab92d 0%, #c79810 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eab92d 0%,#c79810 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eab92d 0%,#c79810 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=0 ); /* IE6-9 */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ); /* IE6-9 */


	cursor:pointer;
	font-weight: bold;
	margin-top: 8px;
}

/* フッター
===========================================================*/


#footerbg {
	width:100%;
	min-width:1100px;
	background-color: #000;
	background-image: url(../img/mable-black-p.jpg);
	padding-top: 20px;
	padding-bottom: 20px;
}
#foot {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.footer-list1{
	width:1000px;
	height:18px;
	margin:0 auto 10px auto;
	list-style:none;
	text-align:center;
	overflow:hidden;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#258dc8+0,258dc8+100;Blue+Flat+%231 */
	background: #258dc8; /* Old browsers */
	background: -moz-linear-gradient(top,  #258dc8 0%, #258dc8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #258dc8 0%,#258dc8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #258dc8 0%,#258dc8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#258dc8',GradientType=0 ); /* IE6-9 */
	border-radius:5px;
	border: 1px solid #258dc8;
}

.footer-list1 li{
	display:inline-block;
	margin-right:20px;
	line-height:2.0em;
	font-size:11px;
	font-weight:bold;
	*display:inline;  
	*zoom:1;
}

.footer-list1 li a{
	color:#ccc;
}
.footer_box {
	float: left;
	width: 250px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 50px;
}
.footer-list2{
	width:100%;
	list-style:none;
}
.footer-list2 li{
	padding:2px 0 0 5px;
}

.footer-txt1{
	font-family:'Oswald', sans-serif;
	font-weight:300;
	font-size:1.6em;
	line-height:2.0em;
}
.nb{
	width:100%;
	margin:40px auto 10px auto;
	text-align:center;
	font-size:10px;
	color:#999;
}
.copyright{
	width:100%;
	font-size:10px;
	color:#999;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top: 100;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
