<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
}

html{
	line-height:1;
	height:100%;
}

body{
	height:100%;
	background:#fff;
	color:#3d414d;
	line-height:1.71428;
	-webkit-font-smoothing:antialiased;
	 font-family: "Noto Sans Mono CJK JP Regular", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	z-index: 0;
	line-break: strict;
	background:url(	/images/mod_bg_01.gif) 0 0 repeat;
	font-size:1.05em;
}
.topicpath{
	margin:0;
}
.topicpath ul{
	width:100%;
	margin-left:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
.topicpath ul li{
	display:inline-block;
	font-size:0.75rem;
	color:#231815;
}
.topicpath ul li:before{
	content:'＞';
	padding:0 3px;
}
.topicpath ul li:first-child:before{
	display:none;
}
.tac{
	text-align:center;
}
.fcRed{
	color:#F00;
}
li.ui-menu-item{
	white-space:pre-wrap;	
}
h2{
	font-size:1.750rem;
	background-color : rgba(255, 255, 255, 0.5);
	font-weight:bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-left:solid #666 5px;
	margin-bottom:.7em;
}

#wrapper{
	max-width:1050px;
	min-height: 100%;
	margin:auto;
	padding-top:1em;
	padding-bottom:3em;
}
#search_wrapper{
	width:100%;
	max-width:1000px;
	margin:auto;
	text-align:left;
}
/* ログイン */
.textBox{
	margin:auto;

}
.form-container01{
	 display: flex;
	 width:100%;
	 margin:0 auto;
	 max-width: 300px;
}
.form-container01 fieldset {
	 width:100%;
	 padding:1em 0;
}
.form-container01 fieldset div {
  display: flex;
  align-items: center;
  margin-bottom:10px;
}
.form-container01 label {
  order: 1;
  width: 9.5em;
  padding-right: 0.2em;
}

.form-container01 input {
  order: 2;
  flex: 1 1 auto;
  padding:5px;
    box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
       display: block;
	width:100%;
}

.form-container01 .submit-button {
	margin-top:10px;
   border: 1px solid #696969;
   background: #cfcfcf;
   background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#cfcfcf));
   background: -webkit-linear-gradient(top, #efefef, #cfcfcf);
   background: -moz-linear-gradient(top, #efefef, #cfcfcf);
   background: -ms-linear-gradient(top, #efefef, #cfcfcf);
   background: -o-linear-gradient(top, #efefef, #cfcfcf);
   background-image: -ms-linear-gradient(top, #efefef 0%, #cfcfcf 100%);
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   padding: 8.5px 18px;
   text-decoration: none;
   vertical-align: middle;
   cursor:pointer;
   width:100%;
   font-weight:bold;
   color:#666;
   }

.form-container01 .submit-button:hover {
	margin-top:10px;
   border: 1px solid #696969;
   background: #cfcfcf;
   background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#c3c3c3));
   background: -webkit-linear-gradient(top, #e9e9e9, #c3c3c3);
   background: -moz-linear-gradient(top, #e9e9e9, #c3c3c3);
   background: -ms-linear-gradient(top, #e9e9e9, #c3c3c3);
   background: -o-linear-gradient(top, #e9e9e9, #c3c3c3);
   background-image: -ms-linear-gradient(top, #c3c3c3 0%, #e9e9e9 100%);
   }

.form-container01 input:focus {
	outline: 1px #cf2b2b solid;
}

#loginError{
	color:#F00;
	margin:.5em;
}


/* 検索条件フォーム */
.table-row {
	display: table-row;
}
.table-cell {
	display: table-cell;	  
}
input[type=submit]#searchBtn{
	width:130px;
	height:40px;
	margin-top:4px;
	margin-left:1em;
	color:#333;
	font-weight:normal;
}

#playerLabelArea, #dateLabelArea{
	white-space: nowrap;
}

/* 検索フォーム */
#searchFilterArea{
	margin-bottom:2em;	
}
#searchFilterArea tr td{
	padding : 5px;
	padding-right:2em;
	white-space:nowrap;
}
#searchFilterArea tr td:nth-child(3){
	padding-right:.2em;
}

#welcomeTxt{
	background-color : rgba(255, 255, 255, 0.7);
	padding:1em;
	margin-bottom:.5em;
	border:solid 1px #ccc;
}

/************ 検索結果 ************/
#kifuresultTableArea{
	margin:auto;
}
#kifuresultTable{
	background-color:#fff;
	min-width:1000px;
	margin:auto;
	table-layout: auto;
}
#kifuresultTable th{
	text-align:left;
	color:#fff;
	font-weight:normal;
	font-size:1em;
}
#kifuresultTable td{
	font-size:.87em;
}
#kifuresultTable tr:nth-child(odd){
	background-color:#e7e7e7;
}
#kifuresultTable thead tr:nth-child(1){
	cursor : pointer;
	background-color:#666;
}
#kifuresultTable thead tr th:nth-child(1){
	cursor : default;
}
#kifuresultTable tr{
	padding-right: 15px;
}
#kifuresultTable th,#kifuresultTable td{
	vertical-align:middle;
	padding-left:7px;
	white-space:nowrap;
	overflow:hideen;
}
#kifuresultTable th{
	padding-right:.3em;
}
#kifuresultTable a {
	color:#3d414d;
}
#kifuresultTable a:hover {
	text-decoration:underline;
}
/* 棋譜表示ボタン */
#kifuresultTable tr td.tdKifulistBtn{
	max-width:25px;
	text-align:center;
	text-shadow: 1px 1px 2px #aaa;
	-moz-text-shadow: 1px 1px 2px #aaa;
	-webkit-text-shadow: 1px 1px 2px #aaa;
}
/* R点 */
#kifuresultTable tr td.tdBlackR,#kifuresultTable tr td.tdWhiteR{
	width:30px;
	text-align:right;
}
/* 結果 */
#kifuresultTable tr td.tdResult{
	text-align:center;
}
/* 対局者名 */
#kifuresultTable tr td.tdBlackname,#kifuresultTable tr td.tdWhitename{
	width:130px;
	max-width:130px;
	overflow:hidden;
}
/* 開始日時・終了日時 */
#kifuresultTable tr td.tdStartdate,#kifuresultTable tr td.tdEnddate{
	width:135px;
	max-width:1350px;
	overflow:hidden;
	white-space: pre;
}/* 対局室・対局時間・手数 */
#kifuresultTable tr td.tdRoom,#kifuresultTable tr td.tdTime,#kifuresultTable tr td.tdMoves{
	padding-left:0.3em;
}
#kifuresultTable tr td.tdID{
	padding-right : 0.5em;
}
#searchDate{
	text-align:left;
	margin:auto;
}
#recaptchaErrorMes{
	display:none;	
}
/*ハイライト用*/
#kifuresultTable .selected{
    background-color: #fdff7d !important;
}

/* 棋譜DL */
#dlBtnArea{
	margin:auto;
	margin-bottom:10px;	
	width:1000px;
}
#dlBtnArea button{
	margin-right:2em;
}
#kifu_loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.7 !important;
}
 
#kifu_loading .kifu_loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
}

/* ツールチップ */
.tooltip{
    position: relative;
    display: inline-block;
	cursor:help;
}
.tooltip p{
    margin:0;
    padding:0;
	padding-left:.2em;
	color:#F00;
}
.description1 {
    display: none;
    position: absolute;
    padding: 10px;
    line-height: 1.6em;
    color: #000;
    border-radius: 5px;
    background: #fff;
	border:solid 2px #666;
    width: 250px;
	text-align:center;
	font-size:1em;
}
.tooltip:hover .description1{
    display: inline-block;
    top: -50px;
    left: -200px;
}
.fs13{
	font-size:.6em;	
}
.fs14{
	font-size:.9em;	
}
.fs15{
	font-size:.95em;	
}
.fs16{
	font-size:1.05em;	
}
.sponly{
	display : none;	
}


/*スマホ表示時の詳細表示用ツールチップ*/
.tooltip_left{
	right:0;
}
.tooltip_left i{
	margin:0;
	padding:0 7px 0 23px;
	cursor: pointer;
}
.tooltip_table{
	width:100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;	
}
.tooltip_table th,.tooltip_table td{
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding: 0 0.5em;
	text-align:left;
	font-size:15px !important;
	padding-left : 0.5em !important;
	line-height:170%;
}
.tooltip_table th{
	background-color:#838b99;
	color:#fff !important;
	text-shadow:none !important;
	min-width:70px;
	width:50px;
	text-align:right !important;
	padding-right:.5em !important;
}
.tooltip_table i{
	padding:0;	
}
.description_left {
	display: none;
	position: absolute;
	margin: 1.5em 15px 1.5em 0;
	padding: 7px 10px;
	min-width: calc(92vw - 35px);
	top: -270px;
	left: -82vw;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	line-height:120%;
	background: #FFF;
	border: solid 3px #999;
	box-sizing: border-box;
	z-index:3;
}
.description_left:before {
	content: "";
	position: absolute;
	top: 93%;
	right: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #FFF;
	z-index: 5;
}
.description_left:after {
	content: "";
	position: absolute;
	top: 93%;
	right: -30px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-left: 14px solid #999;
	z-index: 4;
}
.description_left #closeLink{
	position:relative;
}
.description_left #closeLink i{
	padding : 0;
	font-size:22px;	
	color:#666;
	position:absolute;
	top:-15px;
	right:-20px;
	text-shadow: -2px -2px 2px #fff, 2px 2px 2px #ffffff;
}
.description_left #closeLink i:active{
	color:#ccc;
}
.changeDisplaynone{
	display: none;
}
.changeInlineblock{
	display: inline-block;
}
.changeColorGry{
	color : #ccc !important;
}
.description_left p {
	margin: 0;
	padding: 0;
}

/*********** 横幅840px未満の画面で閲覧（スマホ＆タブレットを想定） *************/
@media only screen and (max-width: 840px) {
	#wrapper{
		/*overflow-x: hidden; */
	}
	/***********　検索フォーム　**********/
	select, input[type="text"],input[type="password"], input[type=submit], input[type=date], textarea, button{
		min-height:40px;
		font-size:16px;
		padding: 0 0.5em;	
	}
	select{
		height: 40px;
	}
	select,button{
		min-height:50px;
	}
	.sponly{
		display : inline-block;	
	}
	#searchFilterArea{
		width : 100%;
		max-width : 450px;
		margin : auto;	
	}
	#searchFilterArea input[type="text"],#searchFilterArea input[type=date]{
		max-width :150px;
	}
	/* 棋譜DL */
	#dlBtnArea{
		display:none;
	}
	.form-container01{
		 max-width: 100%;
	}
	.textBox{
		text-align:left;	
	}
	#searchFilterArea{
		display: flex;
		flex-wrap: wrap;
	}
	.table-cell{
		 margin-bottom:.5em;
		 padding: 0 .5em;
	}
	.youkou_box{
		margin: 0 .5em;
	}

	#selectgameArea{
		width:40%;
		margin-right:1em;
	}
	#searchFilterArea input[type="text"],#searchFilterArea input[type=date]{
		max-width : 41%;
	}
	
	#playerLabelArea, #dateLabelArea{
		background-color:#666;
		color:#f9f9f9; 
		width:100%;
		display:block;
		margin-bottom:.4em;
	}
	#seachBtnArea{
		width:100%;
		text-align:center;
		margin-top:1em;
	}
	input[type=submit]#searchBtn{
		width:70% !important;
		max-width:500px; 
		margin:0;
	}
	
	#kifuresultTable{
		min-width:100px 
	 }
	 /************ 検索結果 ************/
	#kifuresultTable{
		max-width:100%;
		margin:0 auto;	
		text-align:left;
		font-size:15px;
		white-space: nowrap;
		border:none;
	}
	#kifuresultTable tr{
		line-height:220%;
		position:relative;
	}
	#kifuresultTable th,#kifuresultTable td{
		padding-left:2px;
	}
	#kifuresultTable th{
		font-size:11px;	
	}
	#kifuresultTable tr td.infoBtn{
		position:absolute;
		left:calc(100vw - 52px);
		padding-top:7px;
		font-size:18px;
		background: linear-gradient(to left, rgba(252, 252, 252, 1) 80%, rgba(252, 252, 252, 0.5));
		width:50px;
	}
	#kifuresultTable tr:nth-child(odd) td.infoBtn{
		background: linear-gradient(to left, rgba(231, 231, 231, 1) 80%, rgba(231, 231, 231, 0.5));
	}
	/* 棋譜閲覧ボタン*/
	#kifuresultTable td.tdKifudisplayBtn{
		padding-left:.5em;
		/* position:absolute;*/
	}
	/* 棋譜リスト表示ボタン*/
	#kifuresultTable tr td.tdKifulistBtn{
		/* z-index:2;
		position:relative;*/
	}
	/* 棋譜閲覧ボタン・対局室・対局時間 */
	#kifuresultTable tr td.tdKifudisplayBtn,#kifuresultTable tr td.tdKifulistBtn,#kifuresultTable tr td.tdRoom{
		max-width:2em;
		min-width:1em;
		letter-spacing:-1px;
		text-align:center;
	}
	/* R点 */
	#kifuresultTable tr td.tdBlackR,#kifuresultTable tr td.tdWhiteR{
		min-width:1.7em;
		letter-spacing:-1px;
		padding: 0 0.5em;
	}
	/* 対局者名 */
	#kifuresultTable tr td.tdBlackname,#kifuresultTable tr td.tdWhitename{
		max-width:4.8em;
		letter-spacing:-0.5px;
		text-align:left;
		vertical-align:top;
	}
	/* 開始時間・終了時間・ID */
	#kifuresultTable tr td.tdStartdate, #kifuresultTable tr td.tdEnddate, #kifuresultTable tr td.tdID{
		letter-spacing:-0.5px;
	}
	/* 結果 */
	#kifuresultTable tr td.tdResult{
		text-align:center;
	}

	#kifuresultTableArea{
		text-align:center;
	}
	/* ハイライト用 */
	#kifuresultTable .selected .infoBtn{
		background: linear-gradient(to left, rgba(253, 253, 125, 1) 80%, rgba(253, 253, 125, 0.5)) !important;
	}
	@media only screen and (min-width: 520px) {
		#wrapper{
			overflow-x: auto; 
		 }
		 .tooltip_left{
			display: none;
		}
	}
}

/*********** 横幅840px以上の画面で閲覧（PCを想定） *************/
@media only screen and (min-width: 841px) {
    /************ 検索フォーム ************/
	#searchFilterArea {
		display: table;
		border-collapse:separate;
		border-spacing: 1.5em .5em;
    }
	.table-row .table-cell:first-child{
		position: relative;
		left: -1.5em;
    }
	/************ 検索結果 ************/
	.tooltip_left{
		display: none;
	}
	@media only screen and (max-width: 850px) {
		/************ 検索フォーム ************/
		#formArea #dojoArea{
			font-size : 14px;	
		}
		#formArea #selectgame{
			height:50px;
			min-height: 50px
		}
		#formArea input.acs ,#formArea input.datepicker{
			width:145px;
		}
	}	
}
</pre></body></html>