@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%;
	font-size:16px;
}

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;
}
.topicpath{
	margin:0;
}
.topicpath ul{
	width:92%;
	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.750rem;
	color:#231815;
	margin-left:1em;
}
.topicpath ul li:before{
	content:'＞';
	padding:0 3px;
}
.topicpath ul li:first-child:before{
	display:none;
}
.tac{
	text-align:center;
}
.fcRed{
	color:#F00;
}
.fs14{
	font-size:14px;
}
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{
	width:1050px;
	min-height: 100%;
	margin:auto;
	padding-top:2em;
	padding-bottom:3em;
}
#search_wrapper{
	width:1000px;
	margin:auto;
	text-align:left;
}
/* ログイン */
.form-container01{
	 display: flex;
	 width:100%;
	 margin:auto;
	 max-width: 300px;
}
.form-container01 fieldset {
	 width:100%;
	 max-width: 300px;
}
.form-container01 fieldset div {
  display: flex;
  align-items: center;
  margin-bottom:10px;
}
.form-container01 label {
  order: 1;
  width: 6.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;
}
.form-container01 input[type="text"] {
  width: 60%;
  max-width: 200px;
}
.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;
   font-size: 14px;
   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;
}

/* 検索フォーム */
#kifusearchTable{
	margin-bottom:2em;	
}
#kifusearchTable tr td{
	padding : 5px;
	padding-right:2em;
	white-space:nowrap;
}
#kifusearchTable tr td:nth-child(3){
	padding-right:.2em;
}

#formArea div{
	display:table-cell;
	vertical-align:top;
}
#welcomeTxt{
	background-color : rgba(255, 255, 255, 0.7);
	padding:1em;
	margin-bottom:.5em;
	border:solid 1px #ccc;
}
input[type=submit]#searchBtn{
	width:130px;
	height:40px;
	margin-top:4px;
	margin-left:1em;
}

/* 検索結果 */
#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:14.5px;
}
#kifuresultTable td{
	font-size:14.5px;	
}
#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,#kifuresultTable td:last-child{
	padding-right:.3em;
}
#kifuresultTable tr th:nth-child(1),#kifuresultTable tr td:nth-child(1){
	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;
}
#kifuresultTable a {
	color:#3d414d;
}
#kifuresultTable a:hover {
	text-decoration:underline;
}

#kifuresultTable tr td:nth-child(5){
	width:120px;
	max-width:120px;
	overflow:hidden;
}
#kifuresultTable tr td:nth-child(5){
	width:120px;
	max-width:120px;
	overflow:hidden;
}
#kifuresultTable tr th:nth-child(8),#kifuresultTable tr td:nth-child(8){
	text-align:center;
}
#kifuresultTable tr th:nth-child(7),#kifuresultTable tr th:nth-child(10),
#kifuresultTable tr td:nth-child(7),#kifuresultTable tr td:nth-child(10){
	width:120px;
	max-width:120px;
	overflow:hidden;
}
#kifuresultTable tr th:nth-child(13),#kifuresultTable tr td:nth-child(13){ /* 終了日時 */
	width:120px;
	max-width:120px;
	overflow:hidden;
	white-space: pre;
}
#kifuresultTable tr th:nth-child(3),#kifuresultTable tr th:nth-child(4),#kifuresultTable tr th:nth-child(12){
	padding-left:0.3em;
}
#searchDate{
	margin:auto;
	width:1000px;
}

/*ハイライト用*/
#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;
  background: url("/kifu/images/loading.gif") center center no-repeat;
}

/* ツールチップ */
.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:15px;
}
.tooltip:hover .description1{
    display: inline-block;
    top: -50px;
    left: -200px;
}
.fs14{
	font-size:14px;	
}
.fs16{
	font-size:16px;	
}