/* 全体設定 */
* {
	margin: 0;
	padding: 0;
	font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
html {
	font-size: 16px;
	color: white;
}
body {
	background-color: #000040;
	min-height: 100vh;
	position: relative;
	padding-bottom: 30px;
	box-sizing: border-box;
}
.rank1 {color:gold;font-weight:bold;}
.rank2 {color:silver;font-weight:bold;}
.rank3 {color:#8C4841;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;}



/* ドロワーメニュー用 */
.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 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.8) 100%),url(../images/pc2019.png);
	background-size: cover;
	background-position: center;
	line-height: 0;
}
#topimage img {
	width: 100%;
	max-width: 1024px;
}
#link_area {
	width: 490px;
	margin: 0 auto;
}
#link_area ul {
	list-style: none;
}
#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;
}
#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;
}
#catch_area {
	text-align: center;
	padding: 5px 0 15px 0;
	color: white;
	font-size: 16px;
}
#news_area {
	width: 490px;
	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;
}
#news_area table {
	border-bottom: 1px dashed yellow;
	width: 100%;
}
#news_area table tr th {
	border: none;
	color: yellow;
	text-align: left;
}
#news_area table tr td {
	border: none;
	color: yellow;
	padding: 2px;
}
#news_area table tr td.date {
	text-align: left;
	padding-left: 2em;
}
#news_area table tr td.time {
	text-align: left;
	line-height: 1em;
}
#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;
}




/*===--- サブページの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;
}

/* トップページへ戻る */
.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%;
}




/* 項目選択部 */
.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;
	color:white;
	width:530px;
	margin:0 auto;
}
th {
	border:solid 1px #666666;
	border-bottom: double 3px #666666;
	padding:4px;
	text-align:center;
}
td {
	border:solid 1px #666666;
	padding:2px 4px;
	text-align:center;
}
.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: 85%;
}
.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;
}














