.left{
	width: 100%;
	text-align: left;
}
.center {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.right {
	width: 100%;
	text-align: right;
}

body{
	padding: 0;
	margin: 0;
	width: 100%;
	min-width: 470px;
}

.bodybox {
	width: 100%;
	padding: 0;
	margin: 0;
}

.dlbtn {
	width: 200px;
	margin: 40px 20px;
	padding: 10px 20px;
	background-color: #cd0444;
	color: #fcfcfc;
	border-radius: 8px;
	font: normal normal normal 16px/1.55em helvetica-w01-light,helvetica-w02-light,sans-serif;
}

.topnode {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* ヘッダー */
#node01 {
	background-color: #ffffff;
	height: 85px;
}
@media(max-width:799px){
#node01 {
	height: 140px;
}
}

#headerlogo {
	text-align: center;
	margin: 10px, 0;
	padding: 0;
}
#logoimg {
	width: 270px;
	height: 75px;
}
#entrybtn {
	position: absolute;
	top: 30px;
	right: 30px;
	padding: 5px 16px;
	border: medium solid #cd0444;
	color: #cd0444;
	border-radius: 8px;
}
@media(max-width:799px){
#entrybtn {
	top: 105px;
}
}

/* タイトル */
#node02 {
	height: 800px;
	background-color: #000000;
	background-image: url("../img/bk01.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: auto;
}
@media(max-width:599px){
#node02 {
	height: 500px;
	background-image: url("../img/bks01.jpg");
}
}
#titletxt {
	position: relative;
	right: 40px;
	top: 300px;
}

/* WINSとは */
#node03 {
	height: 700px;
	background-color: #cd0444;
}
@media(max-width:799px){
#node03 {
	height: 720px;
}
}

/* ボールイメージ */
#node04 {
	height: 800px;
	background-color: #000000;
	background-image: url("../img/bk04.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: auto;
}
@media(max-width:599px){
#node04 {
	height: 440px;
	background-image: url("../img/bks04.jpg");
}
}

/* 練習予定 */
#node05 {
	height: 700px;
	background-color: #FFFFFF;
}
@media(max-width:799px){
#node05 {
	height: 1040px;
}
}
.schedulebox {
	margin-top: 50px;
}
.schedulelinkbox {
	display: inline-block;
	width: 277px;
	vertical-align: top;
	padding: 20px;
}
.schedulelink {
	text-decoration: none;
}
.scheduleimgbox {
	display: inline-block;
	width: 460px;
}
.scheduleimg {
	width: 458px;
	height: 300px;
}

/* 楽しくなければ */
#node06 {
	height: 910px;
	background-color: #000000;
	background-image: url("../img/bk06.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: auto;
}
@media(max-width:599px){
#node06 {
	height: 950px;
	background-image: url("../img/bks06.jpg");
}
}

/* 入会のごあんない */
#node07 {
	height: 620px;
	background-color: #C00040;
	padding-top: 70px;
}
@media(max-width:799px){
#node07 {
	height: 1150px;
}
}
.infotxtbox {
	display: inline-block;
	width: 445px;
}
@media(max-width:799px){
.infotxtbox {
	width: 100%;
}
}
.infoimgbox {
	vertical-align: bottom;
	display: inline-block;
	padding-top: 40px;
	width: 382px;
}
.infoimg {
	width: 380px;
	height: 490px;
}

/* お知らせ・ブログ */
#node08 {
	height: auto;
	background-color: #FFFFFF;
}

.blogbox{
	width: 800px;
	margin-top: 30px;
	margin-bottom: 10px;
}
@media(max-width: 799px){
.blogbox {
	max-width: 280px;
}
}
.blogpost{
 	display: inline-block;
	margin: 20px 0 0 15px;
	width: 250px;
}
@media(max-width: 799px){
.blogbox {
	width: 100%;
}
}

.blogimg{
	width: 100%;
}


/* フッター */
#node09 {
	background-color: #F0F0F0;
	height: 50px;
}


/* 指導方針 */
#node11 {
	background-color: #000000;
	background-image: url("../img/bk11.jpg");
	background-attachment: fixed;
	background-size: cover;
	color: #ffffff;
	position: relative;
	width: 100%;
	height: auto;
}
#guideline {
	text-align: center;
}

/* スタッフ */
#node12 {
	text-align: center;
	position: relative;
	background-color: #c00444;
	color: #ffffff;
}
.staffs {
  max-width: 1160px;
  margin: 0 auto;
}
.staffbox {
  width: 250px;
  height: 360px;
  padding: 10px;
  display: inline-block;
  color: #ffffff;
  line-height: 30px;
}
.staffimg {
  width: 180px;
  height: 170px;
  border: thin solid #101010;
}