@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      info.css
 Update:         2017.3.08
 Style Info:     情報ページCSSファイル
----------------------------------------------------------- */
/********************************************
モバイルファースト
*********************************************/
/* -----------------------------------
情報一覧
------------------------------------ */
/***ページタイトル***/
#page_title {
	height:220px;
	background:url(../img/info/bg_pagetitle.jpg) no-repeat;
	background-position:center center;
	background-size:contain;
	overflow:hidden;
}
#page_title p {
	width:80%;
	margin:0 auto;
	margin-top:90px;
	text-align:center;
}
#page_title img {
	max-width:100%;
}
/***情報リスト***/
#info {
	margin:10px; 
}
#info .caption {
	margin-bottom:30px;
	text-align:center;
}

dl.info_list {
	margin-top:20px;
	margin-bottom:60px;
	border-bottom:1px solid #e0e0e0;	
}
.info_list dt {
	width:100%;
	color:#FFF;
	padding:2px 5px;
	border-top:1px solid #e0e0e0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
dl#info_soccer.info_list dt {
	background:#3d8daf;
}
dl#info_baseball.info_list dt {
	background:#04c0ca;
}
.info_list dd {
	width:100%;
	margin:0;
	background:#FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.info_list dd a {
	color:#000;
	display:block;
	padding:10px;
	background:url(../img/info/img_arrow.gif) no-repeat;
	background-position:right center;
	background-size:8px auto;
	transition:color 0.5s;
}
#info_soccer.info_list dd a:hover {
	color:#3d8daf;
}
#info_soccer dt {
	background:#3d8daf;
}
#info_baseball.info_list dd a:hover {
	color:#04c0ca;
}
#info_baseball dt {
	background:#04c0ca;
}

/* -----------------------------------
情報詳細
------------------------------------ */
#info_detail {
	margin:70px 10px 0 10px;
	padding-bottom:40px;
}
#info_detail h2#page_title {
	font-size:28px;
	font-weight:bold;
	background:none;
	height:unset;
}
#info_detail h2#page_title:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right:0;
	margin:auto;
	content: '';
	width: 0;
	height: 0;
	border-bottom: none;	
}
#info_detail h3#article_title {
	font-size:18px;
	text-align:center;
	line-height:1.2;
	font-weight:normal;
	position:relative;
	padding:15px 0;
	margin-top:10px;
	color:#000;
}
#info_detail h3#article_title:before {
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	margin:auto;
	content: '';
	width: 100%;
	height: 0;
	border-top: 1px solid #c1c1c1;
}
#info_detail h3#article_title:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right:0;
	margin:auto;
	content: '';
	width: 100%;
	height: 0;
	border-top: 1px solid #c1c1c1;
}
#info_detail #info_date {
	text-align:right;
	color:#828282;
}


#info_detail #info_article_detail {
	margin-top:20px;
}
#info_detail #info_article_detail .info_index {
	margin-top:10px;
	color:#00cc00;
}
#info_detail #info_article_detail .info_index:before {
	content:"◆";
	padding-right:5px;
}
#info_detail #info_article_detail p {
	margin:30px 0 50px 0;
}
#info_detail #info_article_detail img {
	max-width:100%;
	display:block;
	margin:0 auto;
}
#info_detail #info_caution {
	margin-top:30px;
	padding:20px;
	border-top: 1px solid #c1c1c1;
}


/********************************************
ランドスケープ
*********************************************/
@media screen and (min-width:480px){
	/* -----------------------------------
	情報詳細
	------------------------------------ */
	#info_detail #info_article_detail {
		margin:30px 10px 50px 10px;
	}

}


/********************************************
ランドスケープ
*********************************************/
@media screen and (min-width:640px){
	/* -----------------------------------
	情報一覧
	------------------------------------ */
	/***ページタイトル***/
	#page_title {
		height:300px;
	}
	#page_title p {
		margin-top:120px;
	}

	/***情報リスト***/
	#info .caption {
		margin-bottom:50px;
		font-size:16px;
	}
	
	dl.info_list {
		margin-bottom:80px;
		background:#3d8daf;
	}
	dl#info_soccer.info_list {
		background:#3d8daf;
	}
	dl#info_baseball.info_list {
		background:#04c0ca;
	}
	.info_list dt {
		width:40%;
		float:left;
		color:#FFF;
		padding:10px;
		border-top:1px solid #e0e0e0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.info_list dd {
		width:60%;
		float:left;
		margin:0;
		border-top:1px solid #e0e0e0;
		background:#FFF;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.info_list dd a {
		color:#000;
		transition:color 0.5s;
		display:block;
		padding:10px;
		background:url(../img/info/img_arrow.gif) no-repeat;
		background-position:right center;
		background-size:8px auto;
		transition:color 0.5s;
	}
	.info_list dd:after {
		clear:both;
	}
	
	/* -----------------------------------
	情報詳細
	------------------------------------ */
	#info_detail {
		margin:80px 10px 0 10px;
		padding-bottom:60px;
	}
	#info_detail h2#page_title {
		font-size:36px;
		font-weight:bold;
		margin-bottom:10px;
	}
	#info_detail p.tag {
		width:70px;
		font-size:14px;
	}
	#info_detail h3#article_title {
		font-size:24px;
	}
	#info_detail #info_date {
		font-size:16px;
	}
	#info_detail #info_article_detail {
		font-size:16px;
	}
	#info_detail #info_caution {
		font-size:16px;
	}
}

/********************************************
タブレット
*********************************************/
@media screen and (min-width:768px){
	/* -----------------------------------
	情報一覧
	------------------------------------ */
	/***ページタイトル***/
	#page_title {
		height:350px;
	}
	
	/***情報リスト***/
	#info {
		margin:15px 20px; 
	}
	
	/* -----------------------------------
	情報詳細
	------------------------------------ */
	#info_detail {
		margin:80px 30px 0 30px;
	}
	#info_detail h2#page_title {
		margin-bottom:20px;
	}
	#info_detail h3#article_title {
		font-size:26px;
	}
	
}

/********************************************
タブレット　ランドスケープ
*********************************************/
@media only screen and (min-width: 1024px) {
	/* -----------------------------------
	情報一覧
	------------------------------------ */
	/***ページタイトル***/
	#page_title {
		height:400px;
	}
	#page_title p {
		margin-top:150px;
	}

	
	/***情報リスト***/
	#info {
		margin:15px 30px; 
	}
	
	/* -----------------------------------
	情報詳細
	------------------------------------ */
	#info_detail {
		margin:80px 30px 0 30px;
		padding-bottom:80px;
	}
	#info_detail h2#page_title {
		font-size:36px;
	}
	#info_detail h3#article_title {
		font-size:30px;
	}
}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1051px) {
	/* -----------------------------------
	情報一覧
	------------------------------------ */
	/***ページタイトル***/
	#page_title {
		height:450px;
	}
	#page_title p {
		margin-top:190px;
	}
	/***情報リスト***/
	#info {
		margin:15px 40px; 
	}
	dl.info_list {
		margin-top:30px;
	}
	.info_list dt {
		width:35%;
	}
	.info_list dd {
		width:65%;
	}
	
	/* -----------------------------------
	情報詳細
	------------------------------------ */
	#info_detail {
		margin:30px 40px 0 40px;
		padding-bottom:80px;
	}
	#info_detail h2#page_title {
		font-size:38px;
		margin-bottom:25px;
	}
	#info_detail h3#article_title {
		font-size:32px;
	}
	#info_detail #info_date {
		font-size:16px;
	}
}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1100px) {
}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1280px) {
	/* -----------------------------------
	情報一覧
	------------------------------------ */
	dl.info_list {
		margin-bottom:100px;
	}
	
	/* -----------------------------------
	情報詳細
	------------------------------------ */
	#info_detail {
		margin:40px 50px 0 50px;
		padding-bottom:80px;
	}
	#info_detail #info_article_detail {
		margin:40px 30px 50px 30px;
	}
}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1370px) {
	/* -----------------------------------
	情報一覧
	------------------------------------ */
	/***情報リスト***/
	#info {
		margin:15px 50px; 
	}
	dl.info_list {
		font-size:16px;
	}
	.info_list dt {
		padding:15px;
	}
	.info_list dd a {
		padding:15px;
	}
}


/********************************************
PC
*********************************************/
@media only screen and (min-width: 1600px) {
	/* -----------------------------------
	情報一覧
	------------------------------------ */
	/***情報リスト***/
	#info {
		margin:15px 60px; 
	}
	dl.info_list {
		margin-bottom:120px;
	}
}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1680px) {
	/* -----------------------------------
	情報詳細
	------------------------------------ */
	#info_detail {
		margin:60px 70px 0 70px;
		padding-bottom:80px;
	}
	#info_detail h2#page_title {
		font-size:42px;
		margin-bottom:35px;
	}
	#info_detail #info_article_detail {
		width:80%;
		margin:0 auto;
		margin-top:40px;
		margin-bottom:40px;
	}
}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1710px) {
	/* -----------------------------------
	情報詳細
	------------------------------------ */
	#info_detail {
		margin:60px 80px 0 80px;
	}
}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1920px) {

}

