
.m10{
	margin-bottom: 10px!important;
}
.m30{
	margin-bottom: 30px!important;
}
.m100{
	margin-bottom: 100px!important;
}
.btn_nomal{
	margin:0 0 30px 0;
	text-align: right;
}
.space_main{
	margin: 0 0 20px 0;
	z-index :10;
	position: relative;
	height: 475px;
}
#membership .space_main,
#instructors .space_main,
#access .space_main{
	height: 170px;
}
.space_main__title{
	z-index :9;
	position: absolute;
	top: -72px;
	left: 0;
}
.space_main__icon{
	z-index :5;
	position: absolute;
	bottom: 20px;
	left: 214px;
}
.space_main__image{
	z-index :4;
	position: absolute;
	top: 44px;
	right: 0;
}
p.sub{
	margin: 0 5px;
	font-size: 14px;
}

.space_main__icon {-webkit-animation: bound 1s ease-in-out;}
@-webkit-keyframes bound {
0% {transform: scale(1) translate(0,0px);}
50% {transform: scaleX(1.1) translate(0,-27px);}
70% {transform: scaleY(1.1) translate(0,10px);}
90% {transform: scaleX(1.05) translate(0,3px);}
100% {transform: scale(1) translate(0,0);}
}
.space_main__title {-webkit-animation: slpha 0.8s ease-in-out;}
.space_main__image {-webkit-animation: slpha 0.5s ease-in-out;}
@-webkit-keyframes slpha {
0% {transform: translate(0,10px);opacity: 0.5;}
100% {transform: translate(0,0px);opacity: 1;}
}


.imgbox_r,
.imgbox_l{
	margin: 0 20px 20px 20px;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
.imgbox_r__txt h2,
.imgbox_l__txt h2{
	margin: 0 0 0px 0;
	font-size: 30px;
	color: #94c74c;
}
.imgbox_r__img{
	float: right;
	border: solid 6px #89e901;
	overflow: hidden;
}
.imgbox_l__img{
	float: left;
	border: solid 6px #89e901;
	overflow: hidden;
}
.imgbox_r__img img,
.imgbox_l__img img{
	margin: -6px;
}
.imgbox_r__txt{
	float: left;
	width: 560px;
}
.imgbox_l__txt{
	float: right;
	width: 560px;
}


.column_2{
	margin: 0 auto  30px auto;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
.column_2__list{
	margin: 0 15px 0;
	float: left;
	width: 440px;
}

.column_2__list .mainArea_table{
	margin: 0 0 50px;
}

.column_2__list .mainArea_table{
	margin: 0 5px 30px;
	width: 430px;
}
.notice{
	margin: 0 0 60px;
	padding:15px;
	background-color: #ececec;
}

.notice h3{
	font-weight: bold;
	font-size: 18px;
}
.notice strong{
	font-weight: 100;
}
/*########################space########################*/
.mainArea_title{
	margin:0 1px 10px 1px;
	padding:6px 6px;
	font-size: 16px;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.75);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.75);
	box-shadow: 0 0 1px rgba(0,0,0,.75);
	border: solid 1px #fff;
	background-image: -webkit-linear-gradient(bottom, #bef76d, #89e901 54%, #89e901 56%);
	background-image: -moz-linear-gradient(bottom, #bef76d, #89e901 54%, #89e901 56%);
	background-image: -o-linear-gradient(bottom, #bef76d, #89e901 54%, #89e901 56%);
	background-image: -ms-linear-gradient(bottom, #bef76d, #89e901 54%, #89e901 56%);
	background-image: linear-gradient(to top, #bef76d, #89e901 54%, #89e901 56%);
}
.mainArea_subtitle{
	margin:14px 20px 0 20px;
	padding:2px 10px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.75), inset 0 1px rgba(255,255,255,.4), inset 0 0 1px rgba(255,255,255,.4);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.75), inset 0 1px rgba(255,255,255,.4), inset 0 0 1px rgba(255,255,255,.4);
	box-shadow: 0 1px 1px rgba(0,0,0,.75), inset 0 1px rgba(255,255,255,.4), inset 0 0 1px rgba(255,255,255,.4);
	border: solid 1px #cca300;
	background-image: -webkit-linear-gradient(bottom, #f6c501, #ffe860);
	background-image: -moz-linear-gradient(bottom, #f6c501, #ffe860);
	background-image: -o-linear-gradient(bottom, #f6c501, #ffe860);
	background-image: -ms-linear-gradient(bottom, #f6c501, #ffe860);
	background-image: linear-gradient(to top, #f6c501, #ffe860);
}

.subtxt{
	color: #94c74c;
}

.mainArea_box{
	margin:0 0 30px 0;
}
.mainArea_box p,
.mainArea_box .mainArea_table{
	margin:0 20px;
	width: 580px;
}
.mainArea_table.sub{
	margin-bottom:5px;
}

.mainArea_box p{
	margin-bottom:10px;
}
.mainArea_table th{
	padding:4px 0 4px 20px;
	border-bottom: 1px solid #000000;
}

.mainArea_table td{
	padding:10px 0 4px 20px;
	border-bottom: 1px solid #000000;
}

.banner-box{
	float: left;
	margin:30px 0;
	width: 100%;
	text-align: center;
}
.banner-box a{
	margin:0 auto;
	display: block;
  text-indent: -1000em;
	background-image: url(../images/banner.png);
	height: 123px;
	width: 850px;
}
.banner-box.youtube{
	float: left;
	margin:0px 0 0px 0;
	width: 100%;
	text-align: center;
}
.banner-box.youtube a{
	margin:0 auto;
	display: block;
  text-indent: -1000em;
	background-image: url(../images/baner-1.png);
	height: 120px;
	width: 800px;
}
.img_listbox li{
	margin:0 0 20px 0;
	overflow: hidden;
	position: relative;
	border: solid 6px #89e901;
}
.img_listbox li img{
	margin: -6px;
}
.img_listbox li:after {
	content: " ";
	background-image: url(../images/arw.png);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 36px;

    position: absolute;
    top:0;
    right: 0;
}
.img_arw {
    position: relative;
}
.img_arw:after {
	content: " ";
	background-image: url(../images/arw.png);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 36px;

    position: absolute;
    top:0;
    right: 0;
}
/*########################beginner########################*/
.qa_box{
	margin: 0 20px 0;
}
.qa_box__q{
	margin: 0 0 4px 0;
	padding: 6px 20px 6px 40px;
	border: solid 1px #e3e4e5;
	background-image: url(../images/beginner/arw_q.png),-webkit-linear-gradient(bottom, #fff 12%, #cee1ef 47%, #fff 48%);
	background-image: url(../images/beginner/arw_q.png),-moz-linear-gradient(bottom, #fff 12%, #cee1ef 47%, #fff 48%);
	background-image: url(../images/beginner/arw_q.png),-o-linear-gradient(bottom, #fff 12%, #cee1ef 47%, #fff 48%);
	background-image: url(../images/beginner/arw_q.png),-ms-linear-gradient(bottom, #fff 12%, #cee1ef 47%, #fff 48%);
	background-image: url(../images/beginner/arw_q.png),linear-gradient(to top, #fff 12%, #cee1ef 47%, #fff 48%);
	background-repeat: no-repeat;
	background-position: 0 center,0 0;
}
.qa_box__a{
	margin: 0 0 20px 0;
	padding: 6px 20px 6px 40px;
	font-size: 14px;
	background-image: url(../images/beginner/arw_a.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
}


/*########################membership########################*/
.strong_title{
	margin: 0 0 20px 0;
	font-size: 30px;
	color: #94c74c;
}

.list_box{
	margin: 0 20px 0;
}
.list_box .mainArea_subtitle{
	margin-bottom: 10px;
}

.list_box dl{
	margin: 0 20px 20px 20px;
}
.list_box__dt01,
.list_box__dt02,
.list_box__dt03,
.list_box__dt04,
.list_box__dt05,
.list_box__dt06{
	margin: 0 0 4px 0;
	padding: 6px 20px 6px 40px;
	border: solid 1px #e3e4e5;
	background-repeat: no-repeat;
	background-position: 0 center,0 0;
	font-weight: bold;
}
.list_box__dt01{
	background-image: url(../images/icon_01.png),-webkit-linear-gradient(bottom, #fff 12%, #cee1ef 47%, #fff 48%);
	background-image: url(../images/icon_01.png),-moz-linear-gradient(bottom, #fff 12%, #cee1ef 47%, #fff 48%);
	background-image: url(../images/icon_01.png),-o-linear-gradient(bottom, #fff 12%, #cee1ef 47%, #fff 48%);
	background-image: url(../images/icon_01.png),-ms-linear-gradient(bottom, #fff 12%, #cee1ef 47%, #fff 48%);
	background-image: url(../images/icon_01.png),linear-gradient(to top, #fff 12%, #cee1ef 47%, #fff 48%);
}
.list_box__dt02{
	background-image: url(../images/icon_02.png),-webkit-linear-gradient(bottom, #fff 12%, #cee1ef 47%, #fff 48%);
	background-image: url(../images/icon_02.png),-moz-linear-gradient(bottom, #fff 12%, #cee1ef 47%, #fff 48%);
	background-image: url(../images/icon_02.png),-o-linear-gradient(bottom, #fff 12%, #cee1ef 47%, #fff 48%);
	background-image: url(../images/icon_02.png),-ms-linear-gradient(bottom, #fff 12%, #cee1ef 47%, #fff 48%);
	background-image: url(../images/icon_02.png),linear-gradient(to top, #fff 12%, #cee1ef 47%, #fff 48%);
}
.list_box__dt03{
	background-image: url(../images/icon_03.png),-webkit-linear-gradient(bottom, #fff 12%, #cee1ef 47%, #fff 48%);
	background-image: url(../images/icon_03.png),-moz-linear-gradient(bottom, #fff 12%, #cee1ef 47%, #fff 48%);
	background-image: url(../images/icon_03.png),-o-linear-gradient(bottom, #fff 12%, #cee1ef 47%, #fff 48%);
	background-image: url(../images/icon_03.png),-ms-linear-gradient(bottom, #fff 12%, #cee1ef 47%, #fff 48%);
	background-image: url(../images/icon_03.png),linear-gradient(to top, #fff 12%, #cee1ef 47%, #fff 48%);
}
.list_box__dt04{
	background-image: url(../images/icon_04.png),-webkit-linear-gradient(bottom, #fff 12%, #cee1ef 47%, #fff 48%);
	background-image: url(../images/icon_04.png),-moz-linear-gradient(bottom, #fff 12%, #cee1ef 47%, #fff 48%);
	background-image: url(../images/icon_04.png),-o-linear-gradient(bottom, #fff 12%, #cee1ef 47%, #fff 48%);
	background-image: url(../images/icon_04.png),-ms-linear-gradient(bottom, #fff 12%, #cee1ef 47%, #fff 48%);
	background-image: url(../images/icon_04.png),linear-gradient(to top, #fff 12%, #cee1ef 47%, #fff 48%);
}
.list_box__dt05{
	background-image: url(../images/icon_05.png),-webkit-linear-gradient(bottom, #fff 12%, #cee1ef 47%, #fff 48%);
	background-image: url(../images/icon_05.png),-moz-linear-gradient(bottom, #fff 12%, #cee1ef 47%, #fff 48%);
	background-image: url(../images/icon_05.png),-o-linear-gradient(bottom, #fff 12%, #cee1ef 47%, #fff 48%);
	background-image: url(../images/icon_05.png),-ms-linear-gradient(bottom, #fff 12%, #cee1ef 47%, #fff 48%);
	background-image: url(../images/icon_05.png),linear-gradient(to top, #fff 12%, #cee1ef 47%, #fff 48%);
}
.list_box__dt06{
	background-image: url(../images/icon_06.png),-webkit-linear-gradient(bottom, #fff 12%, #cee1ef 47%, #fff 48%);
	background-image: url(../images/icon_06.png),-moz-linear-gradient(bottom, #fff 12%, #cee1ef 47%, #fff 48%);
	background-image: url(../images/icon_06.png),-o-linear-gradient(bottom, #fff 12%, #cee1ef 47%, #fff 48%);
	background-image: url(../images/icon_06.png),-ms-linear-gradient(bottom, #fff 12%, #cee1ef 47%, #fff 48%);
	background-image: url(../images/icon_06.png),linear-gradient(to top, #fff 12%, #cee1ef 47%, #fff 48%);
}
.list_box__dd{
	margin: 0 0 20px 0;
	padding: 6px 20px 6px 40px;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: 0 6px;
}

/*########################instructors########################*/

.instructors_box{
	margin:0 20px 20px 20px;
	background-color: #ececec;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
.instructors_box__img{
	margin: 0 20px 0 0;
	float: left;
}
.instructors_box__img img{
	width: 300px;
	height: 237px;
}
.instructors_box__list{
	float: left;
	width: 550px;
}
.instructors_box__subtitle{
	font-size: 12px;
	margin-top: 20px;
	padding:0 10px 0px 10px;
}

.instructors_box__title{
	padding:0 10px 0px 10px;
	margin-bottom: 10px;
	font-size: 22px;
	border-bottom: 1px solid #000000;
}
.instructors_box__title span{
	font-size: 14px;
}
.instructors_box__list ul{
	padding:0 10px 0px 10px;
	margin-bottom: 20px;
}
.instructors_box__list li{
	font-size: 14px;
}
.instructors_box__subtxt{
	padding: 12px;
	font-size: 14px;
	background-color: #ffffff;
}


.title_sub{
	margin: -20px 0 30px 0;
}

/*########################class########################*/
.column_3{
	margin: 0 -10px 10px -10px;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
.column_3__list{
	margin: 0 10px 20px;
	width: 300px;
	min-height: 470px;
	float: left;
}
.column_3__list.notice{
	width: 590px;
}
.column_3__list.single{
	min-height: 1px;
}
.column_3__img{
	margin:0 0 5px 0;
	width: 288px;
	overflow: hidden;
	border: solid 6px #89e901;
}
.column_3__img img{
	margin: -6px;
}

.column_3__title{
	margin: 0 0 5px 0;
	padding: 2px 5px;
	font-size: 18px;
	color: #ffffff;
	background-color: #eead30;
}
.column_3__txt{
	font-size: 14px;
}
.column_3__title.striking{
	padding: 2px 5px;
	background-color: #6ac5e5;
	color: #ffffff;
}
.column_3__title.grappling{
	padding: 2px 5px;
	background-color: #f28cb8;
	color: #ffffff;
}
.column_3__title.Jiu-jitsu{
	padding: 2px 5px;
	background-color: #68be83;
	color: #ffffff;
}
.iframe_box{
	margin: 0 20px 30px 20px;
}

.support_box{
	margin: 0 20px 10px 20px;	
	padding: 20px 0;
	background-color: #ececec;
	width: 900px;
	text-align: center;
}


/*########################access########################*/
.map_box{
	margin: 0 0 20px 0;
}
.strong_txt{
	font-size: 24px;
	margin: 0 0 6px 0;
}
.table_box{
	margin: 0 20px 30px 20px;
}
.table_box .mainArea_table{
	width: 100%;
}
.big_txt{
	font-size: 44px;
	text-align: center;
}