@charset "UTF-8";

/************************************************************
　　　　グローバルナビ
************************************************************/


/************************************************************
　　　　コンテンツ
************************************************************/
/* メインビジュアル
************************************************************/
#mainVi {
	width: 100%;
}
#mainViInner{
	width: 980px;
	height: 330px;
	margin: 0 auto;
}

#lead {
	width: 800px;
	margin: 70px auto;
	text-align: center;
}

/* 開催情報
************************************************************/
#holdInfo {
	background-color: #eff7ff;
	padding: 70px 0 ;
}

#holdInfo #holdInfoBox {
	margin-right: -20px;
}

#holdInfo dl {
	width: 313px;
	float: left;
	margin-right: 20px;
}

#holdInfo dt {
	position: relative;
}

#holdInfo dt a {
	display: block;
	background-color: #004ea2;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	padding: 218px 0 18px;
}

#holdInfo dt a:hover {
	text-decoration: none;
}

#holdInfo dt:before {
	content: "";
	display: block;
	width: 100%;
	height: 200px;
	position: absolute;
	top: 0; left: 0;
	background-repeat: no-repeat;

}

#holdInfo #monthly dt:before {background-image: url('/home/images/hold_monthly.jpg')}
#holdInfo #training dt:before {background-image: url('/home/images/hold_training.jpg')}
#holdInfo #league dt:before {background-image: url('/home/images/hold_league.jpg')}

#holdInfo dd {
	background-color: #fff;
	margin: 0;
	padding: 28px 20px;
	min-height: 320px;
	position: relative;
}

#holdInfo #league h2 {
	float: left;
}

#holdInfo dd .dateBox {
	border:1px solid #ffccd0;
	padding: 14px 22px;
	width: 227px;
	position: absolute;
	top: 180px;
	text-align: center;
}

#holdInfo dd .dateBox .routine {
	color: #f14351;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	height: 40px;
	margin-top: 10px;
}


#holdInfo dd .dateBox .routine span {
	color: #333;
	display: block;
	font-size: 12px;
	font-weight: normal;
}

#holdInfo dd .dateBox .date {
	font-size: 14px;

}

#holdInfo dd .dateBox .date span {
	display: block;
	color: #f14351;
	font-size: 30px;
	font-weight: bold;
	/*margin-left: 16px;*/
}

#holdInfo dd h2 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	padding-left: 20px;
	line-height: 1.2;
}

#holdInfo dd h2:before {
	content:"";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background-color: #f14351;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
}

#holdInfo dd h2:after {
	content:"";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: #fff;
	position: absolute;
	left: 4px;
	top: 50%;
	margin-top: -2px;
}

#holdInfo dd .txtLink{
	position: absolute;
	bottom:20px;right: 20px;
}


/* バナーエリア
************************************************************/
.bnrArea {
	width: 669px;
	margin: 0 auto 70px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bnrArea li {
	text-align: center;
}

.bnrArea li + li {
	margin-top: 15px;
}

.bnrArea li a:hover {
	opacity: 0.8;
}

/* トピックス
************************************************************/
#topics {
	padding: 70px 0;
	background-color: #eff7ff;
}

#topics dl {
	border-bottom: 1px solid #c6e1fc;
}

#topics dt {
	float: left;
	color: #004ea2;
	font-weight: bold;
	margin-bottom: 20px;
	width: 180px;
}

#topics dd {
	margin-bottom: 20px;
}

#topics dt,
#topics dd {
	border-top: 1px solid #c6e1fc;
	padding-top: 20px;
	overflow: hidden;
}

#topics dd figure {
	width: 300px;
	margin: 0 0 0 30px ;
	float: right;
}

#topics dd figure img {
	width: 100%;
}

#topics dd .red {
	color: #e72c26;
}

#topics dd .result {
	display: flex;
	margin: 10px 0;
	background-color: #fff;
	padding: 10px;
}

#topics dd .result li + li {
	margin-left: 20px;
}

#topics dd .result span {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	background-color: #d6b000;
	width: 5em;
	text-align: center;
	margin-right: 0.5em;
	vertical-align: middle;
}

#topics dd .result .second span {
	background-color: #8a95a2;
}

#topics dd .result .third span {
	background-color: #a95c3e;
}

/* 20180115 */
#topics dd#t20180115 dl {
	margin-top: 10px;
	width: 100%;
	border-bottom: 1px solid #eee;
}

#topics dd#t20180115 dl dt {
	width: 6em;
	padding: 8px 1em;
	font-weight: bold;
	color: #333;
	border-top: 1px solid #eee;
	margin: 0;
}

#topics dd#t20180115 dl dd {
	margin: 0 0 0 8em;
	border-top: 1px solid #eee;
	padding: 8px 1em;
}

/* Facebook埋込
************************************************************/
#fb_voice {
	display: flex;
}

#facebook_inc {
	width: 480px;
	margin: 50px 0 0 20px ;
	height: 100%;
}

/* お客様の声
************************************************************/
#voice {
	width: 480px;
	padding: 70px 0;
}

#voice li {
	background-color: #eff7ff;
	padding: 30px 50px;
}

#voice li + li {
	margin-top: 30px;
}

/* 棋譜
************************************************************/
#kifu {
	margin: 70px 0;
}

#kifu ul {
	column-count: 2;
	position: relative;
}

#kifu ul:after {
	content: "";
	height: 100%;
	width: 1px;
	background-color: #000;
	position: absolute;
	left: 50%;
	top: 0;
}

#kifu li {
	margin-left: 40px !important;
}

#kifu .tvLink {
	text-align: center;
}

#kifu .tvLink a {
	padding: 0.7em 6em;
	margin-top: 30px;
	display: inline-block;
	background-color: #004ea2;
	color: #fff;
	text-decoration: none;
}

#kifu .tvLink a:hover {
	opacity: 0.8;
}

/* バナー
************************************************************/
#banner {
	padding: 70px 0;
	background-color: #ebebeb;
}

#banner .box {
	width: 432px;
	min-height: 270px;
	padding: 20px 24px;
	background-color: #fff;
	float: left;
	position: relative;
}

#banner .box:after {
	content: "";
	width: 202px;
	height: 114px;
	display: block;
	position: absolute;
	top:122px;right:20px;
	background: url('/home/images/bnr_tochigiigo_tv_02.jpg') no-repeat right;
}

#banner #sekishoan:after {background-image: url('/home/images/bnr_sekishoan.jpg');}

#banner .box + .box {
	margin-left: 19px;
}

#banner .box:before {
	content: "";
	display: block;
	width: 480px;
	border-top: 2px solid #ff6b50;
	position: absolute;
	top: 0; left: 0;
}

#banner #sekishoan:before{
	border-top-color: #008dcb;
}

#banner .box h1 {
	font-size: 26px;
	font-weight: bold;
	color: #ff6b50;
	margin: 44px 0 22px;
}

#banner #tochigiIgoTV h1 span {
	font-size: 14px;
	display: block;
	line-height: 1.2;
	font-weight: normal;
	padding-bottom: 3px;
}

#banner #sekishoan h1 {
	color: #008dcb;
}

#banner .box .lead {
	position: absolute;
	top: 24px; left: 20px;
}

#banner .box .lead span {
	background-color: #ff6b50;
	font-size: 14px;
	color: #fff;
	padding: 3px 10px;
	margin-right: 12px;
}

#banner #sekishoan i {
	font-style: normal;
	font-size: 12px;
}

#banner #sekishoan .lead span {background-color: #008dcb;}
#banner #tochigiIgoTV .t03:before{background-color: #ff6b50;}
#banner #sekishoan .t03:before{background-color: #008dcb;}


/* フッター
************************************************************/
#footer {
	margin-top: 0;
}
