﻿
/*--- googleFonts ---*/

@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@600&family=Noto+Sans+JP&display=swap');
@media screen and (min-width: 481px)　{ }

/*--- layout ---*/

body {
	text-align: center;
	background: #333 url(img/back.gif);
	color: #000;
	font-size: 62.5%;/*10px*/
	font-family: Meiryo, verdana, sans-serif;
	line-height: normal;
}

#frame {
	width: 1080px;/*8x135*/
	margin: auto;
	text-align: left;
	background-color: #fff;
}

#header {
	width: 1040px;/*8x130*/
	margin: auto;
	padding: 32px 0 24px;
	border-bottom: 3px double #666;
}

#sub_frame {
	width: 1040px;/*8x130*/
	min-height: 800px;
	margin: 32px auto;
	font-size: 140%;/*14px*/
	letter-spacing: 1px;
}

#sub_frame:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: ".";
}

#footer {
	width: 1040px;/*8x130*/
	margin: 32px auto 0;
	padding: 8px;
	text-align: right;
	background: url(img/border.gif) repeat-x 0 0;
	font-size: 150%;/*15px*/
	font-family: "Klee One", Meiryo;
}


/*--- link ---*/

a:link, a:visited {
	color: #00f;
	text-decoration: underline;
}

a:hover { color: #f70; }


/*--- header ---*/

#header h1 {
	padding-left: 8px;
	font-size: 240%;/*24px*/
	font-family: "Klee One", Meiryo;
	letter-spacing: 5px;
}

#header a {
	color: #000;
	text-decoration: none;
}


/*--- index ---*/

#index { margin-top: 8px; }
#index .indexHead { font-size: 129%;/*18px*/ }
#index .indexContents { margin-bottom: 32px; }
#index ul { margin: 4px 0 0 8px; }
#index li { line-height: 1.8; }

#index .dataBox { margin-top: 64px; }
#index a.cxl:not(:hover) { color: #999; }


/*--- countdown ---*/

.yycountdown-box .yyc-hou,
.yycountdown-box .yyc-min,
.yycountdown-box .yyc-sec { display: none; }

.yycountdown-box .yyc-day {
	margin: 0 2px;
	background-color: #fdd;
	font-weight: bold;
}


/*--- main ---*/

#main {
	width: 764px;/*8x96*/
	float: left;
	overflow: hidden;
}

#main .contents { margin-left: 16px; }
#main tr.border td { border-top: 1px solid #999; }

th,td {
	width: 64px;
	padding: 4px 3px;
	text-align: center;
	line-height: 1.5;
}

th {
	background-color: #fff;
	border-bottom: 1px solid #333;
	font-weight: bold;
}

.dataBox { width: 736px; }

.left {
	width: 368px;
	margin-bottom: 24px;
	overflow: hidden;
	float: left;
}


/*--- sub ---*/

#sub {
	width: 240px;/*8x30*/
	float: right;
	overflow: hidden;
}

#sub a:not(:hover) { color: #000; }

#sub .subTitle {
	width: 224px;
	margin-bottom: 16px;
	padding: 4px 0 6px;
	text-indent: 8px;
	background-color: #3f4551/*紺鼠*/;
	color: #eee;
	font-size: 129%;/*18px*/
	font-family: "Klee One", Meiryo;
}

#sub .subBody { margin-left: 8px; }

#sub .subHead {
	margin-bottom: 4px;
	font-size: 114%;/*15px*/
}

#sub .subMenu { margin: 0 0 24px 12px; }
#sub li { line-height: 1.5; }
#sub li.space { margin-top: 8px; }


/*--- tablesort ---*/

#listTable th.header {
	background-image: url(img/arwC.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	cursor: pointer;
}

#listTable th.headerSortUp { background-image: url(img/arwA.gif); }
#listTable th.headerSortDown { background-image: url(img/arwB.gif); }


/*--- top button ---*/

#topBtn {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 16px;
	bottom: 8px;
	background-image: url(img/top.png);
	background-size: 50px;
	cursor: pointer;
}

#topBtn img {
	width: 50px;
	height: 50px;
}

/*--- advert ---*/

iframe,
.tdftad,
.tdftdiv {
	width: 1000px;
	padding-bottom: 8px !important;
	display: none;
}

.tdftad li { font-size: 1px !important; }
