/*==================================================
チーム概要
===================================*/
/* チーム概要アウトライン
------------------------------------------------------------*/
#team {
	margin: 50px auto 80px;
	width: 80%;
}

/* チーム概要タイトル（サブページcssに記載）
------------------------------------------------------------*/


/* チーム概要テキスト（サブページcssに記載）
------------------------------------------------------------*/

/* ヒストリー＆リザルト
------------------------------------------------------------*/
#team .hisotry-list {
	margin-top: 35px;
	margin-bottom: 70px;
}

#team .hisotry-list table {
	border-top: 0px solid #b5b1b1;
}
	

#team .hisotry-list table {
	width: 95%;
	margin: 0 auto;
}

#team .hisotry-list tr {
	border: 1px solid #b5b1b1;
}

#team .hisotry-list th {
	width: 20%;
	padding: 15px;
	font-weight: 400;
	vertical-align: top;
	text-align: center;
}

#team .hisotry-list td {
	width: auto;
	padding: 15px 0 15px 20px;
	border: 1px solid #b5b1b1;
}

/*練習場所 
------------------------------------------------------------*/
#facilty {
	width: 90%;
	margin: 0 auto 90px;
}

#facilty .facilty-data {
	margin-top: 50px;
	margin-bottom: 80px;

}

/* 練習場所説明
------------------------------------------------------------*/
#facilty .text li {
	display: inline-block;
	width: 100%;
	margin: 0;
}

#facilty .text .name {
	font-size: 18px;
}

#facilty p {
	line-height: 1.8em;
}

/* マップ
------------------------------------------------------------*/
#map {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}


/* RESPONSIVE 設定
------------------------------------------------------------*/
@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 850px) {
}

@media only screen and (max-width: 799px){
	/* チーム概要アウトライン
	------------------------------------------------------------*/
	#team {
		width: 95%;
	}
}

@media only screen and (min-width: 641px){
	/* 練習場所説明
	------------------------------------------------------------*/
	#facilty .text li {
		width: 60%;
		vertical-align: top;
	}
	#facilty .text li:first-child {
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
	/* チームアウトライン
	------------------------------------------------------------*/
	#team {
		width: 90%;
	}

	/* ヒストリー
	------------------------------------------------------------*/
	#team .hisotry-list {
		margin-top: 25px;
	}

	#team .hisotry-list table {
		width: 98%;
	}

	#team .hisotry-list th, .hisotry-list td {
		width: 100%;
		display: block;
		padding: 0px;
	}

	#team .hisotry-list th {
		padding: 5px 0 0 5px;
		text-align: left;

	}

	#team .hisotry-list td {
		padding: 0 0 5px 10px;
		border: none;
		line-height: 1.2em;
	}

	/* 練習場所
	------------------------------------------------------------*/
	#facilty .facilty-data {
		margin-top: 30px;
	}

}







