@charset 'utf-8';
/*----------------------------------------------------ページ用CSS*/
/*------------------------------------global*/
body {
	font-size: 12px;
	color: #333333;
	background: #ffffff;
}
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li {
	font-size: 12px;
}
a {
	color: #222222;
}
a:hover {
	color: #888888;
}
#wrapper {
	width: 1100px;
	background: url(../img/wrapper.png) repeat-y center top;
}
.no_comment {
	color: #999999;
}
figure,figcaption {
	margin: 0;
	padding: 0;
}

/*------------------------------------table*/
table {
	margin: 0 auto;
	width: 100%;
}
table,tr,td{
	border-color: #000000;
}
td {
	padding: 10px;
}
.long {
	width: 100%;
}
.width50 {
	width: 50px;
}
.width60 {
	width: 60px;
}
.width100 {
	width: 100px;
}
.width120 {
	width: 120px;
}
.black20 {
	background: url(../img/black20.png) repeat;
}
.black10 {
	background: url(../img/black10.png) repeat;
}
/*------------------------------------form*/
textarea {
	width: 300px;
	height: 150px;
	overflow: auto;
}
/*------------------------------------head*/
#head {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	background: url(../img/header.png) no-repeat center top;
}
#head h1 {
	text-align: right;
	margin-right: 10px;
}
#head #bt_sp {
	width: 180px;
	height: 70px;
	float: right;
}
#head #bt_sp a {
	display: block;
	width: 180px;
	height: 70px;
	background-repeat: no-repeat;
	backgorund-position: top;
	background-image: url(../img/bt_sp.png);
}
#head #bt_sp a:hover {
	backgorund-position: bottom;
}
#head #bt_sp a span {
	display: none;
}
/*------------------------------------menu*/
#menu {
	height: 70px;
	line-height: 70px;
	background: url(../img/background_menu.png) repeat-x center top;
}
#menu ol {
	width: 1160px;
	margin: 0 auto;
	text-align: center;
}
#menu li {
	display: inline-block;
	width: 120px;
	height: 70px;
	margin: 0 2px;
}
#menu li a {
	display: block;
	width: 120px;
	height: 70px;
	background-position: top;
	background-repeat: no-repeat;
}
#menu li a:hover {
	background-position: bottom;
}
#menu_top a {
	background-image: url(../img/menu_top.png);
}
#menu_transmission a {
	background-image: url(../img/menu_transmission.png);
}
#menu_history a {
	background-image: url(../img/menu_history.png);
}
#menu_teames a {
	background-image: url(../img/menu_teames.png);
}
#menu_project a {
	background-image: url(../img/menu_project.png);
}
#menu_games a {
	background-image: url(../img/menu_games.png);
}
#menu_download a {
	background-image: url(../img/menu_download.png);
}
#menu_report a {
	background-image: url(../img/menu_report.png);
}
#menu_kitei a {
	background-image: url(../img/menu_kitei.png);
}
/*------------------------------------body*/
h2 {
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	text-indent: 15px;
	border-left: 8px solid #3366CC;
	background: url(../img/black10.png) repeat;
	margin: 10px 0 20px;
}
h3 {
	margin: 10px 0 5px;
	font-size: 15px;
}
h4 {
	margin: 10px 0 5px;
	font-size: 15px;
}
.note {
}
.back {
	text-align: right;
	padding: 20px 0;
}
.align-right {
	text-align: right;
}
/*------------------------------------side_content*/
#side_content {
	width: 270px;
	float: right;
}
#side_content h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px dotted #999999;
	margin-bottom: 5px;
}
#side_weather table,
#side_weather thead,
#side_weather tbody,
#side_weather tr,
#side_weather td {
	padding: 0;
	border: none;
}
#side_content .block {
	margin-bottom: 20px;
}
#side_content .block .list li:first-child {
	border: none;
}
#side_content .block .list li {
	border-top: 1px dotted #cccccc;
	margin: 5px 0;
	padding: 5px 0;
}
#side_content .block .list li * {
	text-decoration: none;
}
#side_content .block .list li a {
	display: table;
	width: 100%;
}
#side_content .block .list li a figure {
	display: table-cell;
	width: 50px;
	vertical-align: top;
}
#side_content .block .list li a figure span {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
}
#side_content .block .list li a figure span img {
	height: 50px;
}
#side_content .block .list li a figcaption {
	display: table-cell;
	vertical-align: top;
	color: #999999;
	padding: 0 5px;
}
#side_content .block .list li a figcaption b {
	display: block;
	color: #222222;
}
/*------------------------------------top*/
#top_image {
	position: relative;
}
#top_image img {
	border: 1px solid #cccccc;
}
#top_news {
	width: 600px;
	margin: 10px 0;
	float: left;
}
#top_news_block {
	
	margin: 10px 10px 10px 0;
	border: 1px solid #cccccc;
}
#top_news h3 {
	height: 50px;
	background: url(../img/title_top_news.png) no-repeat center top;
}
#news_block dl {
	padding: 10px;
}
#news_block dt {
	border-left: 4px solid #0066CC;
	padding: 5px 5px 5px 10px;
	margin-bottom: 5px;
}
#news_block dt strong {
	font-size: 15px;
	display: block;
}
#news_block dd {
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
}
#news_block dd img {
	margin: 5px;
}
#news_block .download_pdf {
	padding: 10px 0;
}
#news_block .download_pdf a {
	display: block;
	float: right;
	width: 250px;
	height: 30px;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(../img/bt_pdf_download.png);
}
#news_block .download_pdf a span {
	display: none;
}
#news_block .download_pdf a:hover {
	background-position: bottom;
}
#top_side {
	width: 490px;
	margin: 10px 0;
	float: right;
}
#top_schedule_block {
	margin: 10px 0 10px 10px;
	border: 1px solid #cccccc;
}
#top_schedule h3 {
	height: 50px;
	background: url(../img/title_top_schedule.png) no-repeat center top;
}
.top_schedule_box {
	padding: 3px 10px;
}
.top_schedule_date {
	text-align: center;
	font-size: 20px;
}
.top_schedule_date strong {
	marign: 5px;
	font-size: 50px;
	font-family: 'Russo One', sans-serif;
}
.top_schedule_comment {
	border-top: 1px dotted #cccccc;
	padding: 10px 0;
}
#top_bana {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px 0;
	text-align: center;
}
#top_bana li {
	margin-bottom: 10px;
}
#top .news .more {
	text-align: right;
}
/*------------------------------------transmission*/
#transmission td {
	padding: 0;
	vertical-align: top;
}
#transmission td h3 {
	background: url(../img/black80.png) repeat;
	height: 40px;
	line-height: 40px;
	margin: 5px;
	color: #ffffff;
	border-radius: 25px;
	font-size: 20px;
}
#transmission td h4 {
	background: url(../img/black10.png) repeat;
	padding: 5px;
}
#transmission .transmission_document_box {
	position: relative;
	height: 200px;
	width: 240px;
}
#transmission .transmission_document_box .bt_max {
	position: absolute;
	bottom: 7px;
	right: 2px;
}
#transmission .transmission_document_box .bt_max a {
	display: block;
	width: 120px;
	height: 30px;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(../img/bt_max.png);
}
#transmission .transmission_document_box .bt_max a span {
	display: none;
}
#transmission .transmission_document_box .bt_max a:hover {
	background-position: bottom;
}
#transmission .transmission_document_box .bt_download {
	position: absolute;
	bottom: 7px;
	left: 2px;
}
#transmission .transmission_document_box .bt_download a {
	display: block;
	width: 120px;
	height: 30px;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(../img/bt_download.png);
}
#transmission .transmission_document_box .bt_download a span {
	display: none;
}
#transmission .transmission_document_box .bt_download a:hover {
	background-position: bottom;
}
/*------------------------------------team*/
#teames_menu {
	width: 240px;
	margin-right: 10px;
	float: left;
}
#teames_menu dt {
	height: 20px;
	border-left: 4px solid #0066CC;
	line-height: 20px;
	text-indent: 10px;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 5px;
	background: url(../img/dot10.png) repeat;
}
#teames_menu dd a {
	margin-bottom: 5px;
}
#teames_menu dd a {
	display: block;
	height: 30px;
	line-height: 30px;
	text-indent: 30px;
	font-size: 15px;
	border-bottom: 1px dotted #cccccc;
	background: url(../img/dot_team.png) no-repeat left center;
}
#teames_menu dd a:hover{
	background: #efefef url(../img/dot_team.png) no-repeat left center;
	color: #333333;
	text-decoration: none;
}
#team_list {
	float: left;
	width: 750px;
}
#team_list h3 {
	height: 30px;
	line-height: 30px;
	border-left: 4px solid #0066CC;
	text-indent: 10px;
	background: url(../img/black10.png) repeat;
}
#teames .team_box {
	width: 240px;
	height: 240px;
	border: 1px solid #efefef;
	margin: 2px;
	float: left;
}
#teames .team_box h4 {
	margin: 0;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
}
#teames .team_box p {
	text-align: center;
}
#teames .team_box ul {
	margin: 5px;
}
#teames .team_box li {
	margin: 5px;
}
#teames .team_block {
	width: 750px;
	float: left;
}
#teames .team_block h3 {
	border-left: 10px solid #0066CC;
	padding-left: 10px;
}
#teames .team_block h3 strong {
	display: block;
	font-size: 30px;
}
#teames .team_image {
	text-align: center;
	padding: 10px;
}
#teames .team_block td {
	font-size: 15px;
	text-align: left;
	border: 1px solid #cccccc;
}
#teames .team_block td.team_details {
	background: url(../img/dot10.png) repeat;
	font-size: 12px;
	text-align: center;
	width: 200px;
}
/*------------------------------------games*/
#games_menu {
	margin-bottom: 10px;
}
#games_menu form {
	width: 140px;
	margin-left: 5px;
}
#games_menu form select {
	font-size: 20px;
}
#games_menu ol {
	display: flex;
}
#games_menu ol li {
	display: flex;
	align-items: center;
	font-size: 14px;
	cursor: pointer;
	padding: 0.3rem;
}
#games_menu ol li::before {
	content: '';
	width: 1rem;
	height: 1rem;
	margin-right: 0.3rem;
	background: url(../img/dot_team.png) no-repeat left center;
}
#games_menu ol li ul {
	display: none;
}
#games_menu ol li a {
	white-space: nowrap;
}
#games_menu ol li:hover a {
	white-space: nowrap;
	color: #ffffff;
	text-decoration: none;
}
#games_menu ol li:hover {
	color: #ffffff;
	background: #333333;
}
#games_menu ol li:hover ul {
	display: block;
	position: absolute;
	top: 22px;
	left: 0;
	width: 140px;
	z-index: 999;
	border: 1px solid #efefef;
}
#games_menu ol li:hover ul li {
	display: block;
	text-align: center;
	text-indent: 0;
	margin: 0;
	padding: 5px 5px 5px 0;
	background: #ffffff;
	border-bottom: 1px solid #efefef;
}
#games_menu ol li:hover ul li a {
	color: #333333;
}
#games_menu ol li:hover ul li:hover {
	background: #333333 url(../img/dot_team.png) no-repeat left center;
}
#games_menu ol li:hover ul li:hover a {
	color: #ffffff;
}
#games .game_small {
	font-size: 12px;
}
#games h3 {
	height: 30px;
	line-height: 30px;
	border-left: 4px solid #0066CC;
	text-indent: 10px;
	background: url(../img/black10.png) repeat;
}
#games_document {
	width: 600px;
	float: left;
}
#games .games_document_box {
	width: 500px;
	position: relative;
}
#games .games_document_box .bt_max {
	position: absolute;
	bottom: 7px;
	right: 0;
}
#games .games_document_box .bt_max a {
	display: block;
	width: 120px;
	height: 30px;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(../img/bt_max.png);
}
#games .games_document_box .bt_max a span {
	display: none;
}
#games .games_document_box .bt_max a:hover {
	background-position: bottom;
}
#games .games_document_box .bt_download {
	position: absolute;
	bottom: 7px;
	right: 120px;
}
#games .games_document_box .bt_download a {
	display: block;
	width: 120px;
	height: 30px;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(../img/bt_download.png);
}
#games .games_document_box .bt_download a span {
	display: none;
}
#games .games_document_box .bt_download a:hover {
	background-position: bottom;
}
#games_score {
	float: right;
	width: 490px;
}
#games_score .score_box {
	margin: 10px 0;
}
#games_score .score_box h4 {
	border-left: 4px solid #0066CC;
	padding: 3px 10px;
	background: url(../img/dot10.png) repeat;
}
#games_score .score_box h4 span {
	font-size: 12px;
	display: inline;
}
#games_score .score_box table {
	border: 5px solid #996600;
	background: #336600;
}
#games_score .score_box td {
	color: #FFFFCC;
	border: 1px solid #cccc99;
	font-size: 12px;
}
#games_score .score_box p {
	padding: 5px;
}
/*------------------------------------sokuho*/
#sokuho {
	width: 720px;
	float: left;
}
#sokuho #games_score {
	float: left;
	width: 720px;
}
/*------------------------------------contact*/
#contact {
	width: 720px;
	float: left;
}
/*------------------------------------download*/
#download {
	width: 720px;
	float: left;
}
#download td {
	text-align: left;
	font-size: 15px;
}
#download td li {
	font-size: 15px;
}
#download td img {
	vertical-align: middle;
	margin-right: 10px;
}
/*------------------------------------yakuin*/
/*------------------------------------history*/
/*------------------------------------project*/
#project,
#yakuin,
#history {
	width: 720px;
	float: left;
}
#project td,
#yakuin td,
#history td {
	font-size: 15px;
	text-align: left;
	border: 1px solid #cccccc;
}
#yakuin td.history_date,
#history td.history_date {
	background: url(../img/dot10.png) repeat;
	font-size: 12px;
	text-align: center;
	width: 200px;
}
#download td.history_date,
#project td.history_date {
	background: url(../img/dot10.png) repeat;
	text-align: center;
	width: 200px;
}
#project h3 {
	font-size: 18px;
	text-align: center;
	text-decoration: underline;
	padding: 5px;
	margin-bottom: 10px;
}
#yakuin .link_img {
	vertical-align: middle;
	margin-left: 5px;
}
#yakuin td.number {
	text-align: center;
}

/*------------------------------------rules*/
.rules_menu {
	margin-bottom: 15px;
}
.rules_menu li {
	display: inline-block;
	margin: 2px 30px 2px 0;
}
.rules_menu li a {
	display: block;
	padding: 0.3rem 1rem;
	background: #222222;
	font-size: 14px;
	color: #ffffff;
}
.rules_menu li.selected a {
	background: #aa0000;
}
.rules_menu li a:hover {
	background: #dd0000;
}

#rules table td {
	text-align: left;
}
#rules table {
	margin-bottom: 20px;
}
#rules h3 {
	font-size: 30px;
}
#rules dt {
	font-size: 14px;
	font-weight: bold;
}
#rules p {
	line-height: 25px;
}
#rules li,
#rules dd {
	line-height: 25px;
	margin: 10px;
}
#rules table.kako td {
	width: 20%;
}
#rules .content * {
	font-size: 14px;
}
#rules .content h3 {
	font-size: 30px;
}

/*------------------------------------report*/
#report {
	width: 690px;
	float: left;
}
#report .report_box {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
}
#report .box {
	border: none;
}
#report .box .pdf {
	margin-top: 20px;
	padding: 10px 0;
	border-top: 1px dotted #cccccc;
	text-align: right;
}
#report .report_box h3 {
	font-size: 12px;
	color: #999999;
	padding: 10px;
	margin: 10px 0;
	border-bottom: 2px solid #999999;
}
#report .report_box h3 b,
#report .report_box h3 strong {
	display: block;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}
#report .report_box_image {
	text-align: center;
}
#report .report_box figure {
	text-align: center;
	display: table;
	table-layout: fixed;
}
#report .report_box figure a {
	display: table-cell;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px;
}
#report .report_box figure img{
	width: 100%;
}
#report .report_box_image img {
	margin: 5px;
}
#report .report_box p {
	font-size: 15px;
	line-height: 30px;
}
#report .list h4 {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	text-indent: 15px;
	border-left: 8px solid #3366CC;
	background: url(../img/black10.png) repeat;
	margin: 10px 0 5px;
}
#report .list li {
	width: 100%;
	padding: 10px 5px;
	border-bottom: 1px solid #eeeeee;
}
#report .list li a {
	display: table;
	width: 100%;
}
#report .list li * {
	text-decoration: none;
}
#report .list li a figure {
	display: table-cell;
	width: 80px;
	vertical-align: top;
}
#report .list li a figure span {
	display: block;
	width: 70px;
	height: 70px;
	overflow: hidden;
}
#report .list li a figure img {
	height: 70px;
}
#report .list li a figcaption {
	display: table-cell;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
#report .list li a figcaption b {
	font-weight: normal;
	font-size: 18px;
	display: block;
	color: #222222;
}
#report .list li a:hover figcaption b {
	text-decoration: underline;
}
#report .list li a span.date {
	display: table-cell;
	text-align: right;
	vertical-align: bottom;
}
#report .page ol {
	display: table;
	margin: 20px auto;
}
#report .page ol li {
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}
#report .page ol li a {
	display: block;
	border-radius: 5px;
	border: 1px dotted #cccccc;
	padding: 5px 10px;
}
#report .page ol li a.selected {
	background: #888888;
	color: #ffffff;
}
#report .page ol li a:hover {
	background: #f6f6f6;
	color: #222222;
	border: 1px solid #cccccc;
}
#report_side {
	width: 300px;
	float: right;
}
#report_side h4 {
	height: 30px;
	line-height: 30px;
	text-indent: 30px;
	font-size: 15px;
	border-bottom: 1px dotted #cccccc;
	background: url(../img/dot_team.png) no-repeat left center;
}
#report_side h4 a {
	display: block;
	margin-bottom: 5px;
	height: 30px;
	line-height: 30px;
	text-indent: 30px;
	font-size: 15px;
	border-bottom: 1px dotted #cccccc;
	background: url(../img/dot_team.png) no-repeat left center;
}
#report_side h4 a:hover{
	background: #efefef url(../img/dot_team.png) no-repeat left center;
	color: #333333;
	text-decoration: none;
}
#report_side ul {
	padding: 10px;
}
#report_side ul li {
	color: #999999;
	margin: 10px;
	padding-left: 25px;
	background: url(../img/bt_arrow.png) no-repeat left center;
}
#report_side ul li a {
	color: #999999;
}
#report_side p {
	padding: 10px;
}
#report_side p.more {
	padding: 0;
	text-align: right;
}
/*------------------------------------link*/
#link_area ul {
	text-align: center;
}
#link_area li {
	display: inline;
}
#link h3 {
	font-size: 12px;
	color: #999999;
	padding: 10px;
	margin: 10px 0;
	border-bottom: 2px solid #999999;
}
/*------------------------------------foot*/
#foot h6 {
	font-size: 10px;
	color: #888888;
}
/*------------------------------------foot_menu*/
#foot_menu {
	height: 70px;
	line-height: 70px;
	background: url(../img/background_menu.png) repeat-x center top;
}
#foot_menu li a {
	color: #ffffff;
	display: inline;
	font-size: 12px;
}
