@charset "utf-8";

/*　　タイトル
-------------------------------------------------------*/
.pagetitle {
	height: 260px;
	background-image: url(../images/sports/pagetitle_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pagetitle .bg2 {
	height: 260px;
	background-image: url(../images/common/pagetitle_bg2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pagetitle h1 {
	position: absolute;
	top: 110px;
	left: 70px;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 200;
	color: #fff;
	line-height: 1.4;
	text-shadow: 1px 2px 3px #333;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.pagetitle {
	height: 190px;
}
.pagetitle .bg2 {
	height: 190px;
}
.pagetitle h1 {
	position: absolute;
	top: 74px;
	left: 105px;
	font-size: 24px; font-size: 2.4rem;
}

}

@media screen and (max-width: 767px){
.pagetitle {
	height: 102px;
	margin-bottom: 60px;
}
.pagetitle .bg2 {
	height: 102px;
	background-image: none;
}
.pagetitle h1 {
	position: absolute;
	width: 100%;
	top: 100px;
	left: 0;
	font-size: 16px; font-size: 1.6rem;
	letter-spacing: 3px;
	text-align: center;
	padding: 5px;
	background-color: #014099;
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
}




/*　　コンテンツ
-------------------------------------------------------*/
.logo-teikei {
	margin: 10px auto 0;
}
.logo-teikei li {
	padding: 10px;
	text-align: center;
}
.img-home {
	margin-top: 20px;
	padding: 20px;
	text-align: center;
	border: 1px solid #ccc;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
}

@media screen and (max-width: 767px){
}

@media screen and (max-width: 767px) and (orientation : landscape) {
}
