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

/*---------------------
	new_sport
---------------------*/

/*--- main_contents ---*/
body #main_contents {
	width: 950px;
	margin: 40px auto;
}

/*---  contents_box ---*/
#main_contents .contents_box {
	width: 840px;
	margin: 0 auto;
}
#main_contents .contents_box .defo_p {
	font-size: 14px;
	line-height: 1.6;
	color:  #000;
}

/*--- title_cel ---*/
.contents_box .title_cel {
	width: 100%;
	padding: 5px 0 5px 34px;
	box-sizing: border-box;
	font-size: 22px;
	color: #000556;
	font-weight: bold;
	border-top: 2px solid #000556;
	position: relative;
	margin-bottom: 10px;
}
.contents_box .title_cel:after {
	content: "";
	width: 14px;
	height: 14px;
	background: #ef8815;
	position: absolute;
	top: 14px;
	left: 10px;
}

/*--- short_cel ---*/
.contents_box .short_cel {
	width: 750px;
	margin: 0 auto 25px;
}
.contents_box .short_cel .text_cel {
	padding-left: 10px;
	box-sizing: border-box;
}

/*--- img_center ---*/
.contents_box .img_center {
	width: 100%;
}
.contents_box .img_center > img {
	display: block;
	margin: 0 auto 60px;
}

/*--- wide_cel ---*/
.contents_box .wide_cel {
	justify-content: center;
	margin-bottom: 20px;
	clear: both;
}
.contents_box .wide_cel .img_dog {
	margin: 0 5px;
}

/*--- con_cover ---*/
.contents_box .con_cover {
	width: 840px;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 50px;
}

/*--- half_cel ---*/
.contents_box .half_cel {
	justify-content: center;
	width: 100%;
}
.contents_box .half_cel .img_cel {
	width: 50%;
}
.print_btn {
	width: 380px;
	display: block;
	margin-top: 10px;
	border-radius: 10px;
	background-image: -moz-linear-gradient( 90deg, rgb(4,0,0) 0%, rgb(58,38,15) 0%, rgb(4,0,0) 0%, rgb(106,106,106) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(4,0,0) 0%, rgb(58,38,15) 0%, rgb(4,0,0) 0%, rgb(106,106,106) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(4,0,0) 0%, rgb(58,38,15) 0%, rgb(4,0,0) 0%, rgb(106,106,106) 100%);
  font-size: 18px;
  text-align: center;
  color: #fff !important;
  padding: 6px 0;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  transition: ease-in-out 0.3s;
}
.print_btn.wide_type {
	width: 100%;
	display: block;
}

.contents_box .half_cel .img_cel .print_btn {
	width: calc( 100% - 20px );
}
.print_btn:hover {
	opacity: 0.7;
}
.contents_box .half_cel .text_cel {
	width: 50%;
}
.contents_box .half_cel .text_cel .qr_cover {
	width: 220px;
	border: 2px solid #000556;
	margin: 10px auto;
	padding: 10px 0 0;
	box-sizing: border-box;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	white-space: nowrap;
}


/*---- bb_table ---*/
table.bb_table {
	width: 100%;
	width: 800px;
	table-layout: fixed;
	font-size: 14px;
}

table.bb_table, table.bb_table td, table.bb_table th {
	border: 1px solid #000;
	border-collapse: collapse;
	box-sizing: border-box;
	color: #000;
}
table.bb_table tr td, 
table.bb_table tr th {
	padding: 3px 10px;
}
table.bb_table tr th {
	background: #000556;
	width: 130px;
	color: #fff;
	padding: 3px 10px !important;
}
table.bb_table tr td {
	background: #fff;
	width: 670px;
	padding: 3px 10px !important;
    white-space: nowrap;
}

span.red {
   color: #ff0000;
}

span.blue {
   color: #0000ff;
}

span.green {
   color: #33cc33;
}

/*-- print_box ---*/
body .print_box {
	padding: 20px;
	box-sizing: border-box;
	width: 640px;
	margin: 0 auto;
}


.print_box table.bb_table {
	width: 600px;
}
.print_box table.bb_table tr th {
	width: 130px;
}
.print_box table.bb_table tr td {
	width: 470px;
}
.print_box .img_block_print {
	margin-top: 1em;
}
/*-- print_box ---*/
body .print_box.for_pc {
	padding: 20px;
	box-sizing: border-box;
	width: 440px;
	margin: 0 auto;
}

.print_box.for_pc table.bb_table {
	width: 400px;
}
.print_box.for_pc table.bb_table tr th {
	width: 130px;
}
.print_box.for_pc table.bb_table tr td {
	width: 270px;
}
.print_box.for_pc .img_block_print {
	margin-top: 1em;
}
@media print {
	.print_btn {
		display: none !important;
	}
}



/*--- title_cel 02---*/
.contents_box .title_cel02 {
	width: 100%;
	padding: 5px 0 5px 34px;
	box-sizing: border-box;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	border-top: 2px solid #000556;
	position: relative;
	margin-bottom: 10px;
    background: #000556;
}
.contents_box .title_cel02:after {
	content: "";
	width: 14px;
	height: 14px;
	background: #ef8815;
	position: absolute;
	top: 14px;
	left: 10px;
}


/*--- img right---*/
.contents_box .archive_box .wide_cel .img_right { 
	display: inline-block;
	float: right;
	margin: 0 0 1em 10px;
}


/*--- seperater---*/
.contents_box .archive_box .wide_cel.topline {
	padding-top: 2em;
	border-top: solid 1px #ccc;
}


/*--- スケジュールテーブル ---*/
tr:nth-child(2n) {
    background: #E7EFFF;
}


/*--- 2020インフォページ ---*/
section.ex2020 .short_cel {
	margin: 2em 2em 7em;
}

section.ex2020 p.defo_p {
	margin: 2em 0 6em;
	font-size: 16px !important;
	line-height: 1.8 !important;
}

section.ex2020 table.bb_table {
	margin: 3em 0 7em;
}

section.ex2020 table.bb_table th, 
section.ex2020 table.bb_table td {
	margin: 2em 0 6em;
	font-size: 16px !important;
	line-height: 1.8 !important;
}



