@charset "UTF-8";
/* CSS Document */


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* main */
.pageTitle {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}

.pageTitle span {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	font-size: 16px;
	margin-right: 10px;
	color: #FFF;
}

h1 span {
	vertical-align: 10%;
}

h1.soccer {
	color: #008dd2;
}

h1.soccer span {
	background-color: #008dd2;
}

h1.baseball {
	color: #0068b9;
}

h1.baseball span {
	background-color: #0068b9;
}

h1.basketball {
	color: #01377f;
}

h1.basketball span {
	background-color: #01377f;
}

h1.volleyball {
	color: #7c0092;
}

h1.volleyball span {
	background-color: #7c0092;
}

h1.soccer {
	color: #008dd2;
}

h1.soccer span {
	background-color: #008dd2;
}

h1.swimming {
	color: #ad2184;
}

h1.swimming span {
	background-color: #ad2184;
}

h1.ladies {
	color: #e56479;
}

h1.ladies span {
	background-color: #e56479;
}

h1.senior {
	color: #e18f00;
}

h1.senior span {
	background-color: #e18f00;
}

h1.other {
	color: #c0b500;
}

h1.other span {
	background-color: #c0b500;
}

h1.fcnishinomiya {
	color: #d42c1c;
}

h1.fcnishinomiya span {
	background-color: #d42c1c;
	vertical-align: 10%;
}

.main__item {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #CCC;
	display: flex;
}

.main__img {
	width: 80px;
	height: 80px;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
}

.main__img img {
	display: block;
	position: absolute;
	width: auto;
	height: 80px;
	top: 0;
	left: -40px;
}

.main__content {
	width: calc(100% - 100px);
	position: relative;
}

.main__ttl {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 0;
}

.main__date {
	position: absolute;
	bottom: 5px;
	left: 0;
	font-size: 10px;
	color: #666;
}

.main__mark {
	color: #FFF;
	background-color: #e83426;
	height: 13px;
	line-height: 13px;
	padding: 0 5px;
	display: inline-block;
	margin-right: 5px;
}



/* sideBar */
.sideBar {
	width: 25%;
}





/******************************************************

PCの設定 960px〜1199pxの場合に適用 

*******************************************************/

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




}



/******************************************************

タブレットの設定 768px〜959pxの場合に適用 

*******************************************************/

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




}



/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

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

/* main */
.main {
	padding: 30px 0 50px 0;	
}
	
.pageTitle {
	font-size: 16px;
	margin-bottom: 20px;
	margin-left: 15px;
}

.pageTitle span {
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	font-size: 14px;
	margin-right: 5px;
}
	
.main__item {
	margin-bottom: 15px;
	padding: 0 15px 15px 15px;
	border-bottom: 1px solid #CCC;
}

.main__img {
	width: 60px;
	height: 60px;
	margin-right: 10px;
}

.main__img img {
	height: 60px;
	left: -30px;
}

.main__content {
	width: calc(100% - 70px);
}

.main__ttl {
	font-size: 14px;
	top: 0;
	position: static;
	margin-bottom: 5px;
}

.main__date {
	position: static;
	font-size: 10px;
	color: #666;
}

.main__mark {
	height: 15px;
	line-height: 15px;
	font-size: 10px;
}
	
	
	
/* sideBar */
.sideBar {
	width: calc(100% - 30px);
	margin: 0 auto 60px auto;
}



}