@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
	border: none;
}


body {
	background-color: #a03232;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
    font-size : 87.5%;
}

/*白背景*/
#content {
	background-color: #fff;
	width: 90%;
	margin: 1px auto 10px;
	padding: 10px;
}

/*ナビゲーション*/
nav {
    background-color: #3ba35d;
	height: 158px;
	width: 100%;
}
nav p {
	margin: 0 auto 5px;
	max-width: 288px;
}
nav p img {
    max-width: 100%;
}
#member,
#visitor,
#doubles {
    background-color: #3ba35d;
	list-style: none;
	width: 49.5%;
	float: left;
    margin-bottom: 5px
}

#visitor {
    margin-left: 1%;
}
#doubles{
    width: 100%;
    line-height: 50px;
    margin-bottom: 10px;
}
li a {
	height: 103px;
	text-align: center;
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

#member a:first-line,
#visitor a:first-line {
	font-size: 28px;
	line-height: 50px;
}
#doubles a {
    height: 50px;
    font-size: 20px;
}
li a:hover {
	background-color: #c3c339;
    color: #006837;
}


h1#title {
    background-image: none;
    line-height: 10px;
    font-size: 12px;
    padding: 2px 4%;
    font-weight: normal;
    display: block;
    max-width: 960px;
    margin: 0 auto;
    text-align: right;
}
/*ナビゲーションここまで*/

h1 {
	font-size: 16px;
	background-image: url(../image/ball.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	padding-top: 2px;
	margin-left: 10px;
    line-height: 30px
}

/*スタッフからのお知らせ*/
#info {
	background-color: #3BA35D;
	clear: both;
	max-width: 100%;
    margin: 0 auto 10px;
}
.ifrm-container{
    max-width: 96%;
    height: 600px;
    margin: 0 auto;
    overflow: auto;
    -webkit-overflow-scrolling:touch;
/*    display: inline-block;*/
}
.ifrm{
    width: 100%;
    height: 96%;
    border:none;
    display:block;
}


/*カレンダーのみ配置*/
#weather {
	background-color: #3BA35D;
	margin-bottom: 10px;
}
#weather div {
	height: 420px;
	max-width: 96%;
	margin: 0 auto;
    padding-bottom: 15px;
}
#weather div iframe {
    width: 100%;
}
#weather #yahoo {
    display: none;
}

/* END for Mobile width 320-767px and General */

/*タブレット用セッティングの指定*/
@media screen and (min-width:768px){
    
/*ナビゲーション*/
nav {
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}
    nav p {
    float: left;
	width: 288px;
}
ul#box {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-right: -288px;
    padding-right: 288px;
    box-sizing: border-box;
    }
    
#member,
#visitor {
	list-style: none;
/*	height: 103px;*/
	width: 49%;
	float: left;
	margin-left: 1%;
    margin-bottom: 5px;
}
#doubles {
    background-color: #3BA35D;
    clear: both;
    line-height: 50px;
    text-align: center;
    margin-left: 1%
    }
/*ナビゲーション終り*/
    

}
/* END for Mobile width 768-1023px */

/*パソコン用セッティング*/
@media screen and (min-width:1024px){
/*全幅*/
#content {
	width: 940px;
}
}
