html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	border-style: none;
	font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
	background-color: #f7f7f7;
}

#index_body {
}

#contents {
	margin: 0;
	min-width: 953px;
	padding: 0;
	color: #3b3b3b;
	position: relative;
	min-height: 100%;
}

#container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -o-flex;
	display: flex;
	padding-bottom: 100px;
}

#body {

}

h1 {
	padding: 0.2em 0 0.2em 0.3em;
	margin: 15px 20px;
	font-weight: normal;
	font-size: 1.3em;
	padding-left: 0.3em;
	color: #515151;
	background: transparent;
	border-left: solid 8px #00b66e;
}

.maindiv {
	width: 100%;
	min-width: 645px;
	margin: 0;
	padding: 0 0 0 0;
}

.breadcrumb {
	padding-left: 30px;
	margin-left: 0;
	list-style: none;
}

.breadcrumb li{
	display:inline;/*横に並ぶように*/
	list-style: none;
	font-size: 80%;
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #52b5ee;/*色*/
}

.breadcrumb li a:link { color: #1841ce; }
.breadcrumb li a:visited { color: #1841ce; }
.breadcrumb li a:hover { color: #fe2eff; }

.breadcrumb li a:hover {
	color: #fe2eff; 
    text-decoration: underline;
}

.infoul {
	padding: 0;
	margin: 15px 20px;
	list-style: none;
}

.infoul li {
	padding: 3px 10px 1px 10px;
	font-size: 0.92em;
	background: white;
	border: solid thin #cccccc;
	position: relative;
	vertical-align: middle;
	position: relative;
	z-index: 10;
}

.infoul li:first-child {
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.infoul li:last-child {
	-moz-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.infoul li+ li {
	border-top: 0;
	border-bottom: solid thin #cccccc;
}

.infoul li:hover {
	background: rgba(108,255,91,0.15);
}

.infoul img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.infoul a {
	display: block;
	padding: 0 0 0 25px;
	text-decoration: none;
	vertical-align: middle;
	font-weight: normal;
}

.infoul a:link { color: #5b5b5b; }
.infoul a:visited { color: #333333; }
.infoul a:hover { color: #5b5b5b; }

.articleul {
	width: 280px;
	height: 315px;
	padding: 5px 10px;
	border: solid 1px gray;
	border-radius: 5px;
	background-color: white;
	list-style: none;
	font-size:0.9em;
	overflow-y: scroll;
}

.articleul li {
	padding: 2px 0;
	border-bottom: dashed 1px gray;
}

.articleul li:last-child{
	border-bottom: none;
  }

.articleul li a {
	text-decoration: none;
}

.articleul li a:link { color: #1841ce; }
.articleul li a:visited { color: #1841ce; }
.articleul li a:hover { color: #fe2eff; }

/****************/
/* 棋譜テーブル */
/****************/
#dataTable-bk {
	width: 100%;
	height: auto;
}
.dataTable {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	border-left: solid 1px #999999;
	border-bottom: solid 1px #999999;
	font-size: 0.9em;
}

.dataTable th {
	margin: 0;
	padding: 0;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	background-color:#FFFDE6;
}

.dataTable th a {
	text-decoration: none;
}

.dataTable th a:link { color: #002aff; }
.dataTable th a:visited { color: #002aff; }
.dataTable th a:hover { color: #fe2eff; }

.dataTable tr {
	height:1.7em;
	margin: 0;
	padding: 0;
}

.dataTable td {
	height: 28px;
	margin: 0;
	padding: 0;
	font-size:0.9em;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
}

.dataTable td a {
	margin: 0 0 0 1%;
	text-decoration: none;
}

.dataTable td a:link { color: #1841ce; }
.dataTable td a:visited { color: #1841ce; }
.dataTable td a:hover { color: #fe2eff; }

.tr_green {
	background-color: #e9f7e9;
}
.tr_white {
	background-color: #FFFFFF;
}

.td_ev {
	width: 46%;
	min-width: 350px;
	text-align: left;
}

.td_pb, .td_pw {
	width: 14%;
	min-width: 70px;
	text-align: center;
}

.td_pb div, .td_pw div {
	margin: 0%;
	padding: 0% 3%;
	display:inline-block;
	text-align:left;
}

.td_re, .td_dt {
	width: 13%;
	text-align: center;
}
.td_re .resultSpan {
	display: none;
}
.td_re {
	min-width: 50px;
}
.td_dt {
	min-width: 73px;
}

#nohit {
	margin: 100px 0;
	padding: 0;
	width: 100%;
}
#nohit span {
	display: inline-block;
	margin: 0 0 0 40px;
	padding: 0;
	width: 80%;
	font-size: 1.5em;
	color: #42b03a;;
	font-weight: bold;
}

.variousdiv {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: space-around;
	width: 100%;
	margin-top: 20px;
}
.variousdiv > * {
	align-self: flex-start;
}
.livedl {
	width: 44.6%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.livedl dt{
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	background: white;
	color: #ff3030;
	border: solid thin #ff3030;
}
.livedl dd {
	vertical-align: middle;
	margin: 0;
	padding: 2px 10px;
	font-size: 0.9em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: white;
	border-right: solid thin #777777;
	border-left: solid thin #777777;
}
.livedl dd:first-child {
	
}
.livedl dd:last-child {
	text-align: center;
	border-top: solid thin #777777;
	border-bottom: solid thin #777777;
	background: #dddddd;
}
.livedl dd + dd {
	border-top: 1px dashed #777777;
}
.livedl dd a {
	margin-left: 10px;
	font-size: 0.9em;
	text-decoration: none;
}
.livedl dd a:link { color: #1841ce; }
.livedl dd a:visited { color: #1841ce; }
.livedl dd a:hover { color: #fe2eff; }
.livedl dd img {
	vertical-align:middle;
}
.linkcollectiondl {
	width: 23%;
	margin: 0;
	list-style: none;
	font-size: 0.9em;
	vertical-align:middle
}
.linkcollectiondl dt {
	font-size: 1em;
	font-weight: bold;
	height: 21px;
}
.linkcollectiondl dd {
	margin: 0;
	font-weight: normal;
	text-align: left;
}
.linkcollectiondl dd a {
	text-decoration: none;
}
.linkcollectiondl dd a:link { color: #1841ce; }
.linkcollectiondl dd a:visited { color: #1841ce; }
.linkcollectiondl dd a:hover { color: #fe2eff; }

.bannerad {
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

/******************/
/* サイドテーブル */
/******************/
.sidediv {
	width: 300px;
	margin: 0;
	padding: 0;
}
.sidediv h3 {
	border-bottom: 1px solid #00b66e;
	border-left: 10px solid #00b66e;
	margin: 5px 0 5px 3px;
	padding: 7px 7px 3px 7px;
	font-weight : normal;
	font-size: 1.0em;
}

#popularKifuTable {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.popularKifu ol {
	width: 95%;
	margin: 0 0 3% 3%;
	padding: 0;
	counter-reset: rank;
}
.popularKifu ol li:before {
	display: inline-block;
	width: 10%;
	margin: 0 3% 0 0;
	text-align: center;
	background-color: #363636;
	color: #ffffff;
	counter-increment: rank;
	content: counter(rank);
}
.popularKifu ol li {
	margin: 0 0 0 0;
	padding: 3% 0 0 0;
	font-size: 0.9em;
	border-bottom:1px dotted #053de6;
	list-style-type: none;
}
.popularKifu ol li a {
	text-decoration:none;
}
.popularKifu ol li a:link { color: #1841ce; }
.popularKifu ol li a:visited { color: #1841ce; }
.popularKifu ol li a:hover { color: #fe2eff; }

.sideLinkList {
	margin: 0px;
	padding: 5px 0px 0px 20px;
	list-style-type: none;
	font-size: 0.9em;
}

.sideLinkList li a {
	text-decoration: none;
}

.sideLinkList li a:link { color: #1841ce; }
.sideLinkList li a:visited { color: #1841ce; }
.sideLinkList li a:hover { color: #fe2eff; }

.form_search {
	margin: 0;
	padding: 0;
}
.form_search ul {
	margin: 0;
	padding: 0;
}
.form_search ul li {
	list-style: none;
}
.form_search ul li input:nth-last-child(2) {
	margin-left: 20px;
}
.form_search ul li:last-child {
	margin-right: 20px;
	text-align: right;
}
.form_search ul li + li {
	margin-top: 5px;
}
.form_search ul li label {
	margin: 0 10px 0 10px;
}
.form_textbox {
	width: 225px;
	line-height: 1.5em;
}
#button_search {
	margin-top: 10px;
	border-radius: 5px;
	font-size: 1em;
}
.buttonli {
	display: flex;
	justify-content: space-between;
}
.buttonli input {
	margin-top: 10px;
	width: 75px;
	border-radius: 5px;
	font-size: 0.9em;
}
#sns_bk {
	text-align: center;
}
.sns {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sns li {
	margin: 7px 0;
	text-align: center;
}

.amazontable {
	width: 100%;
}
.amazontable td {
	font-size: 0.95em;
	text-align: center;
}
.amazontable td img {
	border: solid thin #cecece;
}
#sponsorcaption {
	margin-top: 8px;
}

/******************************/
/*サイドバーのカレンダーその他*/
/******************************/
ul.sideEventList {
	margin-top: 10px;
	padding: 0;
	list-style-type: none;
	vertical-align: middle;
	font-size: 0.9em;
}
ul.sideEventList li.date {
	padding-left: 15px;
	margin-top: 10px;
	font-weight: normal;
}
ul.sideEventList li.japan,
ul.sideEventList li.international {
	width: 230px;
	padding-left: 25px;
	display: bolck;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
ul.sideEventList li.japan span,
ul.sideEventList li.international span {
	width: 100%;
}
ul.sideEventList li.japan span {
	background: linear-gradient(transparent 60%, #95dffe 60%);
}
ul.sideEventList li.international span {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
div#moreShow {
	width: 100%;
	text-align: center;
}
div#moreShow a {
	font-size: 0.9em;
	text-decoration: none;
}
div#moreShow a:link { color: #1841ce; }
div#moreShow a:visited { color: #1841ce; }
div#moreShow a:hover { color: #fe2eff; }
ul.sideEventList li.externalLink {
	padding-left: 15px;
}
ul.sideEventList li.externalLink a {
	text-decoration: none;
}
ul.sideEventList li.externalLink a:link { color: #1841ce; }
ul.sideEventList li.externalLink a:visited { color: #1841ce; }
ul.sideEventList li.externalLink a:hover { color: #fe2eff; }

input[type = "text"] {
	font-family: "Yu Gothic UI";
}

/*{border:solid 0.5px red;}*/