/* 全体設定 */
* {
	margin: 0;
	padding: 0;
	font-family: Quicksand, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
html {
	font-size: 18px;
	color: white;
}
body {
	background-color: #000000;
	min-height: 100vh;
	position: relative;
	padding-bottom: 30px;
	box-sizing: border-box;
}
.rank1 {background-color:rgba(255,215,0,0.75);font-weight:bold;}
.rank2 {background-color:rgba(192,192,192,0.75);font-weight:bold;}
.rank3 {background-color:rgba(140,72,65,0.75);font-weight:bold;}
.nobr {white-space:nowrap; }
.under_double {border-bottom:double 3px #666666;}
.pre {white-space:pre;}
.tl {text-align:left;}
.tc {text-align:center;}
.tr {text-align:right;}
input[type="text"] {font-size: 110%;}
input[type="number"] {font-size: 110%;}
select {font-size: 20px;}



/* ドロワーメニュー用 */
.btn {
    background: transparent url(../images/btn.png) no-repeat 0 0;
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 200;
}
.peke {
    background-position: -50px 0;
}
.drawr {
    display: none;
    background-color: rgba(0,0,0,0.75);
    position: absolute;
    top: 0px;
    right: 0;
    width: 550px;
    margin-top: 60px;
    /*padding: 0 0 20px 20px;*/
    z-index: 100;
}
#menu {
	list-style: none;
}
#menu li {
    width: 550px;
    border-bottom: 1px solid #ffffff;
    text-align: center;
}
#menu li a {
    color: #ffffff;
    display: block;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1px;
}


/* ヘッダー部 */
header {
	height: 60px;
	/*border-bottom: 1px solid #666666;*/
	background-color: #ffffff;
}
header h1 img {
	padding: 5px;
}

/* フッター部 */
footer {
	width: 100%;
	background-color: white;
	position: absolute;
	bottom: 0;
}
footer div {
	text-align: center;
	height: 25px;
	line-height: 24px;
	color: black;
}







/*===--- トップページのCSS ---===*/
/* イメージ */
#topimage {
	text-align: center;
	background-image: linear-gradient(rgba(255,255,255,0.8)0%, rgba(255,255,255, 0.05) 100%),url(../images/kgb2019.jpg);
	background-size: cover;
	background-position: center;
	line-height: 0;
}
#topimage img {
	width: 100%;
	max-width: 1024px;
}
.free_link_area {
	width: 490px;
	margin: 0 auto;
}
.free_link_area ul {
	list-style: none;
}
.free_link_area ul li {
	width: 490px;
	height: 50px;
	margin-bottom: 20px;
	background-color: #ff8000;
	border-radius: 10px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	line-height: 50px;
}
.free_link_area ul li a {
	float: left;
	background-color: #ff8000;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	width: 490px;
	height: 50px;
	color: white;
	line-height: 50px;
	letter-spacing: 1px;
}
#spot_link_area {
	width: 490px;
	margin: 0 auto;
}
#spot_link_area ul {
	list-style: none;
}
#spot_link_area ul li {
	width: 490px;
	height: 50px;
	margin-bottom: 20px;
	background-color: #660000;
	border-radius: 10px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}
#spot_link_area ul li a {
	float: left;
	background-color: #660000;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	width: 490px;
	height: 50px;
	color: white;
	line-height: 1em;
	letter-spacing: 1px;
}
#spot_link_area ul li a div {
	font-size: 70%;
	font-weight: normal;
	text-align: left;
	padding-left: 1em;
}

#catch_area {
	text-align: center;
	padding: 5px 0 15px 0;
	color: white;
	font-size: 16px;
}
#news_area {
	width: 450px;
	margin: 0 auto;
	padding: 15px 20px 20px 20px;
	background-color: #333333;
	color: yellow;
	border-radius: 20px;
}
#news_area .title {
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 1px dashed yellow;
}
#news_area .caution {
	width: 90%;
	margin: 0 auto 10px auto;
	padding: 8px;
	border: red double 3px;
	background-color: #ffcccc;
	color: red;
	text-align: left;
	font-size: 120%;
	border-radius: 10px;
}
#news_area .notice {
	width: 90%;
	margin: 0 auto 10px auto;
	padding: 8px;
/*	border: orange double 3px;
	background-color: #ffcc66;
	color: black;*/
	border: red double 3px;
	background-color: #ffcccc;
	color: red;
	text-align: left;
	font-size: 110%;
	border-radius: 10px;
}
#news_area dl dt {
	border: none;
	color: yellow;
	text-align: left;
	font-size: 95%;
	line-height: 1.1em;
	padding-left: 0.5em;
	font-weight: bold;
}
#news_area dl dd {
	font-size: 95%;
	padding-left: 1.5em;
	margin-bottom:1em;
}
#news_area dl dd table {
	width: 100%;
}
#news_area dl dd table td {
	text-align: left;
	color: yellow;
}
@media screen and (max-width: 800px) {
	#news_area dl dd table td {
		font-size: 120%;
	}
}
#mem_link_area {
	width: 490px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
}
#mem_link_area ul {
	list-style: none;
}
#mem_link_area ul li {
	width: 490px;
	height: 50px;
	margin-bottom: 20px;
	background-color: #008000;
	border-radius: 10px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	line-height: 50px;
}
#mem_link_area ul li a {
	float: left;
	background-color: #008000;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	width: 490px;
	height: 50px;
	color: white;
	line-height: 50px;
	letter-spacing: 1px;
}
#mem_link_area ul li a.champion {
	background-color: #0040aa;
}
a.event {
	background-color: #0040aa !important;
}
#mem_link_area ul li a.highseries {
	background-color: rgba(192,160,0,1);
}
#mem_link_area ul li a.highgame {
	background-color: rgba(140,140,140,1);
}




/*===--- サブページのCSS ---===*/
/* タイトル等 */
h2 {
	color: #ffdd00;
	height:25px;
	font-size: 24px;
	padding:15px;
	font-weight: bold;
	width:520px;
	margin-left:auto;
	margin-right:auto;
}
h3 {
	color: #ffffff;
	font-size: 18px;
	padding:0 15px 15px 5px;
	font-weight: bold;
	width:520px;
	margin-left:auto;
	margin-right:auto;
}
h4 {
	color: #ffffff;
	font-size: 18px;
	padding:15px 15px 5px 5px;
	font-weight: bold;
	width:520px;
	margin-left:auto;
	margin-right:auto;
}

/* トップページへ戻る */
.backtop {
	clear: both;
	color:white;
	padding:5px;
	width:540px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
}
.backtop a {
	color:white;
	text-decoration:none;
}
/* ページタイトル下リンク */
#sub_link {
	width: 540px;
	text-align: right;
	margin:0 auto 15px auto;
}
#sub_link a {
	color: white;
}


/* 概要 */
#about_area {
	width: 530px;
	margin: 0 auto;
	color: white;
	border-top: solid 1px #666666;
}
#about_area dt {
	width: 520px;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	border-left: solid 1px #666666;
	padding: 4px;
	font-weight: bold;
	background-color: #808080;
	color: #ffff00;
}
#about_area dd {
	width: 520px;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	border-left: solid 1px #666666;
	padding: 4px 4px 10px 4px;
	line-height: 1.1em;
	font-size: 85%;
}
#about_area dd span {
	font-size: 90%;
}
#about_area dd table {
	width: 100%;
	margin: 0 auto;
}
#about_area dd table td {
	text-align: left;
}
@media screen and (max-width: 800px) {
	#about_area dd table td {
		font-size: 120%;
		line-height: 1.1em;
	}
}





/* 項目選択部 */
.select_area{
	width:490px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	background-color:#000080;
	border-radius:10px;
	padding:15px;
	color:white;
}
.select_btn {
	padding:5px 10px;
	border-radius:5px;
	background-color:lightgray;
	border:none;
}

/* スコア表等の表組 */
table {
	border-collapse:collapse;
	table-layout: fixed;
	color:white;
	width:530px;
	margin:0 auto;
}
th {
	border:solid 1px #666666;
	border-bottom: double 3px #666666;
	padding:4px;
	text-align:center;
	white-space: nowrap;
	line-height: 1.1em;
}
td {
	border:solid 1px #666666;
	padding:2px 4px;
	text-align:center;
	white-space: nowrap;
}
.tl_double {
	border-top: double 3px #666666;
}
.nodata {
	color: #999999
}

/* グラフ */
canvas#chart {
	width: 530px;
	background-color: white;
	margin: 15px auto;
}

/* ご挨拶 */
div.greeting_area {
	width: 530px;
	margin:0 auto 15px auto;
	border-bottom: 1px dashed #666666;
	color: white;
	clear: both;
}
.face_image {
	float: left;
	width: 25%;
	padding: 0 10px;
}
.face_image img {
	background-color: gray;
	width: 100%;
}
.greeting_area p {
/*	line-height: 1.1em;*/
	font-size: 100%;
	width: 70%;
	float: right;
}
.signature {
	clear: both;
	text-align: right;
	padding-top: 8px;
	padding-bottom: 8px;
}


/* ハンディキャップ注意点 */
#hdcp_area {
	width: 530px;
	margin: 15px auto;
}
#hdcp_area p {
	font-weight: bold;
	margin-bottom:5px;
}
#hdcp_area ul {
	border: solid 1px #666666;
	padding: 10px;
}
#hdcp_area ul li {
	list-style: disc outside;
	margin-left: 2em;
	margin-bottom:4px;
	line-height: 1.1em;
	font-size: 16px;
}


/* お問い合わせ */
/* MailformProを使用,そちらのCSSにも注意 */
.contact_text {
	width: 500px;
	margin: 0 auto;
}
.thanks_text {
	width: 400px;
	margin: 15px auto;
	text-align: center;
	border: solid 1px #ffffff;
	border-radius: 10px;
	padding: 20px;
}


/* インタビュー */
#interview_area {
	width: 490px;
	margin: 0 auto 15px auto;
	padding: 15px;
	color: white;
	background-color: #333333;
	border-radius: 10px;
}
.text_1 {
	line-height:1.2em;
	margin-bottom:15px;
}
.text_2 {
	line-height:1.2em;
	margin-bottom:15px;
}
.photo_area {
	text-align: center;
	padding: 5px;
}
.photo_comment {
	font-size: 80%;
	line-height: 1em;
	margin-bottom: 15px;
}
.text_3 {
	line-height: 1.2em;
	margin-bottom: 15px;
}
.writer_name {
	border-top: dashed 1px #666666;
	padding-top: 4px;
	line-height: 1.2em;
}


/* ランキング */
.more_btn {
	width: 530px;
	margin: 0 auto;
	text-align: right;
}
.more_btn span {
	font-size: 80%;
	cursor: pointer;
}



/* 対戦 */
.battle_area {
	width: 550px;
	margin: 0 auto;
}
.battle_area form {
	width: 500px;
	margin: 15px auto;
	padding: 15px;
	background-color: #000080;
	border-radius: 10px;
}
.battle_area form input {
	margin: 4px;
}
.battle_area form input[type="number"] {
	width: 100px;
}
.battle_area form .next_btn {
	padding: 5px 10px;
}



/* SPOT記事 */
h5 {
	color: #ffdd00;
	font-size: 24px;
	padding:15px 15px 5px 5px;
	font-weight: bold;
	width:520px;
	margin-left:auto;
	margin-right:auto;
}
h5 div {
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
}
.text_area {
	color: #ffffff;
	font-size: 13px;
	padding:15px 15px 5px 5px;
	width:520px;
	margin-left:auto;
	margin-right:auto;
}


/* ユニフォーム */
h3.uniform {
	padding-bottom: 0px;
}
.uni_comment{
	width: 520px;
	margin: 0px auto;
}
ul.uni_caution {
	list-style-type: none;
	width: 450px;
	margin: 0px auto;
	padding-left: 1em;
}
ul.uni_caution li {
	font-size: 14px;
	line-height: 1.3em;
	text-indent: -1em;
}
.uni_mode {
	text-align: left;
	font-weight: bold;
	background-color: rgb(0, 0, 128);
	color: rgb(255,255,255);
	width: 352px;
}
.uni_mode span {
	font-size: 14px;
}

.uni_price {
	font-weight: bold;
	text-align: center;
	background-color: rgb(0, 0, 128);
	color: rgb(255,255,255);
	width: 176px;
}
.uni_price span {
	font-size: 12px;
}
.uni_price span {
	font-size: 12px;
}
.uni_img {
	text-align: center;
	width: 176px;
	padding: 2px;
}
.uni_img img {
	width: 160px;
	vertical-align: top;
}
.uni_text {
	text-align: center;
	background-color: rgb(181, 231, 255);
	color: rgb(0,0,0);
}

dl.uni_process {
	width: 520px;
	margin: 0 auto;
}
dl.uni_process dt {
	padding-left: 1.5em;
	text-decoration: underline;
	line-height: 1.5em;
}
dl.uni_process dd {
	padding-left: 2.5em;
	line-height: 1.3em;
	padding-bottom: 15px;
}
dl.uni_process dd img {
	float: left;
	margin-right: 1em;
	width: 100px;
	padding-bottom: 15px;
}
p.uni_color {
	width: 420px;
	margin: 0px auto;
	font-size: 14px;
	text-align:right;
}
p.uni_color img {
	width: 420px;
}
table.uni_size {
	width: 420px;
	margin: 0 auto;
}
table.uni_size th {
	background-color: rgb(64, 64, 64);
}
table.uni_size td.size {
	background-color: rgb(92, 92, 92);
}


.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 250;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
    padding: 0;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 75%;
    color: black;
}
.modal__content p{
	text-align: center;
}
.modal__content p img{
	max-width: 100%;
}
.js-modal-close2 {
	display:block;
	color: white;
	text-decoration: none;
	text-align: center;
	width: 10em;
	margin:0 auto;
	padding-top: 0.4em;
	height: 2em;
	background-color: black;
}

table.modtable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
	table-layout: auto;
}
table.modtable th {
  border: solid 1px #999999;
  background-color: #800000;
  color: white;
  text-align: left;
}
table.modtable td {
  border: solid 1px #999999;
  color: black;
  text-align: left;
  padding-left: 1em;
}
table.modtable td.value1 {
	width: 25%;
}
table.modtable td.value2 {
	width: 75%;
}

#tab {
	width: 530px;
	margin: 0 auto;
}
#tab input[name="check"] {
	display: none;
}
#tab .tab_genbu,
#tab .tab_seiryu,
#tab .tab_suzaku,
#tab .tab_byakko {
	display: inline-block;
	width: 128px;
	height: 2.5em;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
	border-left: solid 2px black;
	border-right: solid 2px black;
	padding-top: 5px;
}
#tab .tab_genbu span,
#tab .tab_seiryu span,
#tab .tab_suzaku span,
#tab .tab_byakko span {
	font-size: 14px;
	font-weight: normal;
}
#tab .tab_genbu{	background-color: #311800;}
#tab .tab_seiryu{	background-color: #000040;}
#tab .tab_suzaku {	background-color: #3c0000;}
#tab .tab_byakko{	background-color: #525252;}
#tab #genbu:checked~.tab_genbu {
	background: #804000;
	color: #ffff00;
}
#tab #seiryu:checked~.tab_seiryu {
	background: #0000a0;
	color: #ffff00;
}
#tab #suzaku:checked~.tab_suzaku {
	background: #800000;
	color: #ffff00;
}
#tab #byakko:checked~.tab_byakko {
	background: #c0c0c0;
	color: #ffff00;
}
#tab #genbu:checked~.panels #genbu_tab {
	display: block;
}
#tab #seiryu:checked~.panels #seiryu_tab {
	display: block;
}
#tab #suzaku:checked~.panels #suzaku_tab {
	display: block;
}
#tab #byakko:checked~.panels #byakko_tab {
	display: block;
}
.panel {
	display: none;
}








/* calender */
#cal { width:500px; margin: 20px auto; }
#cal .container {
}
#cal h3 {
  padding: 0 0 5px 0;
}
#cal a {
  text-decoration: none;
  color: white;
}
#cal table.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 490px;
  table-layout: fixed;
}
#cal table.table tr {
}
#cal table.table th {
  text-align: center;
  width: 70px;
  border: solid 1px #999999;
  background-color: #eeeeee;
  padding: 2px 0;
  color:black;
}
#cal table.table td {
  width: 70px;
  min-height: 70px;
  border: solid 1px #999999;
  vertical-align: top;
  font-size: 14px;
  overflow: hidden;
  text-align: left;
}
#cal table.table td span {
  background-color: brown;
    border-radius: 10px;
    padding: 0 6px;
}
#cal table.table td div { text-align:left; }
#cal table.table td a.full { display:block; }
#cal table.table .today {
  background: #330000 !important;
}
#cal table.table th:nth-of-type(1), table.table td:nth-of-type(1) {
  color: #ff0000;
}
#cal table.table th:nth-of-type(7), table.table td:nth-of-type(7) {
  color: #00ccff;
}
#cal .admin {
	line-height:1.5em;
	text-align: right;
}




