@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, 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: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

img {
	vertical-align: top;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}@charset "utf-8";

/* html、body
----------------------------------------------------------- */
body {
	color: #000;
	font-size: 87.5%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(/common/img/body_bg.png);
}


/* リンク
----------------------------------------------------------- */
a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


/* ヘッダ
----------------------------------------------------------- */
header {
	position: absolute;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: url(/common/img/header_bg_01.png) repeat-x 0 0;
	z-index: 100;
}

header.floating {
	position: fixed;
	top: 0;
}

header > div {
	position: relative;
	width: 960px;
	height: 144px;
	margin: 0 auto;
	background: url(/common/img/header_bg_02.png) no-repeat top right;
}

header h1,
header p {
	height: 72px;
	padding: 20px 0 0;
}

#globalNav li {
	float: left;
}

#guideNav {
	position: absolute;
	top: 14px;
	left: 277px;
}

#guideNav li {
	float: left;
	margin-right: 6px;
}


/* パンくず
----------------------------------------------------------- */
#topicPath {
	margin: 144px 0 0;
	background: url(/common/img/topicpath_bg_01.png) repeat-x 0 0;
}

#topicPath ol {
	width: 960px;
	line-height: 42px;
	overflow: hidden;
	margin: 0 auto;
}

#topicPath li {
	float: left;
	margin: 0 15px 0 0;
	background: url(/common/img/topicpath_bg_02.png) no-repeat top right;
}

#topicPath li:last-child {
	background: none;
}

#topicPath li a {
	display: block;
	padding: 0 25px 0 20px;
	background: url(/common/img/icon_arrow_01.png) no-repeat 0 50%;
}


/* コンテナ
----------------------------------------------------------- */
#container {
	line-height: 1.5;
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 0 0;
}


/* メイン
----------------------------------------------------------- */
#main {
	float: right;
	width: 790px;
}

.wrapper1 {
	margin: 0 0 40px;
	background: url(/common/img/wrapper_bg_01.png) repeat-y 0 0;
}

.wrapper2 {
	background: url(/common/img/wrapper_bg_02.png) no-repeat left bottom;
}

.wrapper3 {
	overflow: hidden;
	padding: 0 40px 30px;
}

.tableBasic {
	width: 100%;
	border: 1px solid #7f7f7f;
	font-size: 114.29%;
}

.tableBasic th {
	padding: 10px 15px;
	border: 1px solid #7f7f7f;
	font-weight: bold;
	text-align: center;
	background: #e7f6f8;
}

.tableBasic td {
	vertical-align: top;
	padding: 10px 15px;
	border-right: 1px solid #7f7f7f;
	border-left: 1px solid #7f7f7f;
	border-top: 1px dashed #7f7f7f;
}





/* テーブル採用
----------------------------------------------------------- */

.tableBasic-re {
	width: 100%;
	border: 1px solid #7f7f7f;
	font-size: 114.29%;
}

.tableBasic-re th {
	padding: 10px 15px;
	border: 1px solid #7f7f7f;
	font-weight: bold;
	text-align: center;
	background: #e7f6f8;
}

.tableBasic-re td {
	vertical-align: top;
	padding: 10px 15px;
	border-right: 1px dashed #7f7f7f;
	border-left: 1px dashed #7f7f7f;
	border-top: 1px solid #7f7f7f;
}







/* 左メニュー
----------------------------------------------------------- */
#side1 {
	float: left;
	width: 150px;
}

#side1 .kkmaido {
	padding-left:-18px;
	margin:0 0 25px;
}

/*▼141225追加*/

.sideAdmission {
	margin: 0 0 50px;
	padding: 10px 0 10px;
	background: #fff;
}

.sideAdmission p {
	margin: 0 0 10px;
}

.sideAdmission dd {
	margin: 0 !important;
}

.sideAdmission dd li {
	background: url(/common/img/icon_arrow_01.png) no-repeat 6px 4px !important;
}

.sideAdmission dd li a:hover {
	color: #004a9e !important;
}

/*▲141225追加*/


/*1602-ABtest*/
#side1 .testB {
	border:none;
	margin-bottom:0px;
}

#side1 .testB a{
	background:none;
	padding:0 0 11px 0;
}

/*1602-ABtest*/

/*▼141225追加*/

/* フローティングバナー
----------------------------------------------------------- */
.floatingBanner {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 16px 0 0;
	text-align: center;
}

.floatingBanner span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 210px;
	background: url(/common/img/floating_banner_bg.png);
}

.floatingBanner div {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

.floatingBannerOpen {
	display: none;
	position: absolute;
	top: 16px;
	left: 0;
	cursor: pointer;
}

.floatingBannerClose {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

/*▲141225追加*/


/* フッタ
----------------------------------------------------------- */
#snsButtons {
	width: 960px;
	height: 28px;
	overflow: hidden;
	margin: 0 auto 8px;
}

#snsButtons li {
	float: left;
}

#snsButtons #___plusone_0,
#snsButtons #___plusone_0 iframe {
	width: 70px !important;
}

#snsButtons #twitter-widget-0 {
	width: 100px !important;
}

#snsButtons .fb_iframe_widget {
	padding: 0 10px 0 0;
}

.pageTop {
	width: 960px;
	margin: -28px auto 8px;
	text-align: right;
}

#pageList {
	padding: 20px 0;
	background: url(/common/img/footer_bg_05.png);
}

#pageList div {
	width: 960px;
	overflow: hidden;
	line-height: 1.5;
	margin: 0 auto;
	background: url(/common/img/footer_bg_04.png) repeat-y 50% 0;
}

#pageList dl {
	float: left;
	width: 155px;
	margin: 0 45px 0 0;
}

#pageList dl:last-child {
	float: right;
	margin: 0;
}

#pageList dt {
	margin: 0 0 10px;
}

#pageList li {
	margin: 0 0 10px;
	padding-left: 26px;
	background: url(/common/img/icon_arrow_01.png) no-repeat 6px 4px;
}

#pageList li:last-child {
	margin: 0;
}

#pageList li a:hover {
	color: #004a9e;
}

#pageList dl:nth-child(1) li {
	background: url(/common/img/icon_arrow_02.png) no-repeat 6px 4px;
}

#pageList dl:nth-child(1) li a:hover {
	color: #007c44;
}

#pageList dl:nth-child(2) li {
	background: url(/common/img/icon_arrow_03.png) no-repeat 6px 4px;
}

#pageList dl:nth-child(2) li a:hover {
	color: #dc3e00;
}

footer nav {
	background: url(/common/img/footer_bg_01.png);
}

footer nav ul {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
}

footer nav li {
	float: left;
	margin-right: 30px;
	padding: 25px 0;
}

footer nav li:last-child {
	margin: 0;
}

#footerContact {
	padding: 0 0 40px;
	text-align: center;
	background: #016ec8 url(/common/img/footer_bg_02.png) no-repeat center bottom;
}

#footerContact dl {
	width: 960px;
	margin: 0 auto 20px;
	padding: 40px 0 0;
	text-align: left;
	background: url(/common/img/footer_bg_03.png) no-repeat center bottom;
}

#footerContact dt {
	margin: 0 0 30px;
}

#footerContact dd {
	overflow: hidden;
	padding: 0 0 30px 20px;
}

#footerContact dd li {
	float: left;
	margin: 0 44px 0 0;
}

#footerContact dd li:nth-child(2) {
	padding: 20px 0 15px;
}

#footerContact dd p {
	padding: 15px 0 0;
}

#footerContact nav {
	clear: both;
	width: 935px;
	margin: 0 auto 60px;
	padding: 0 0 0 25px;
	text-align: left;
	background: none;
}

#footerContact nav ul {
	width: auto;
}

#footerContact nav li {
	line-height: 1.1;
	margin: 0 17px 0 0;
	padding: 0 0 0 20px;
	font-weight: bold;
	background: url(/common/img/footer_icon.png) no-repeat 0 50%;
}

#footerContact nav li:last-child {
	margin: 0;
}

#footerContact nav li a {
	color: #fff;
}
@charset "utf-8";
/* 共通
----------------------------------------------------------- */
.wrapper1 h2 {
	margin: 0 0 35px;
	padding: 20px 0 17px 40px;
	color: #007c43;
	font-size: 185.71%;
	font-weight: bold;
	background: #e7f3ee url(/mmenu/play/img/contents_bg_01.png) no-repeat 0 0;
}
.wrapper1 h2:first-child {
	background: url(/mmenu/play/img/contents_bg_02.png) no-repeat 0 0;
}
#side1 {
	padding: 75px 0 0;
}
#side1 ul {
	margin: 0 0 15px;
}
#side1 li {
	margin: 0 0 7px;
	border-bottom: 1px dashed #a7a79d;
}
#side1 li:last-child {
	border: none;
}
#side1 li.current {
	background: url(/mmenu/play/img/side_bg_02.png) no-repeat left bottom;
}
#side1 li a {
	display: block;
	padding: 5px 10px 11px 27px;
	background: url(/common/img/icon_arrow_02.png) no-repeat 7px 9px;
}
#side1 li a:hover {
	color: #007c44;
}
#side1 li.current a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: url(/mmenu/play/img/side_bg_01.png) no-repeat 0 0;
}
#side1 p {
	margin: 0 0 10px;
}
.inlineLink {
	padding-left: 17px;
	background: url(/common/img/icon_arrow_02.png) no-repeat 0 5px;
}
/* タイトル
----------------------------------------------------------- */
.contentsTitle {
	position: relative;
	margin: 0 0 30px;
}
.pageTitle {
	padding: 0 0 0 40px;
	border-left: 1px solid #a7a79e;
	color: #007c43;
	font-size: 214.29%;
	font-weight: bold;
}
.pageTitle img {
	vertical-align: middle;
}
.categoryName {
	position: absolute;
	top: 5px;
	left: -170px;
	padding: 0;
	border: none;
}
.contentsTitle h1 {
	padding: 0 0 3px 40px;
	border-left: 1px solid #a7a79e;
	font-weight: bold;
}
.leadText {
	padding: 0 0 0 40px;
	border-left: 1px solid #a7a79e;
}
.contentsTitle span {
	display: none;
}
.contentsTitle a.readMore {
	display: inline-block;
	padding: 0 0 0 17px;
	background: url(/common/img/icon_arrow_02.png) no-repeat 0 5px;
}
.contentsTitle a.close {
	display: inline-block;
	padding: 0 0 0 17px;
	background: url(/mmenu/play/img/icon_close.png) no-repeat 0 5px;
}
.contentsTitle a.readMore:hover, .contentsTitle a.close:hover {
	color: #007c43;
}
/* おすすめコンテンツ
----------------------------------------------------------- */
.recommend {
	overflow: hidden;
	margin: 0 0 40px;
	padding: 0 0 20px;
	background: url(/mmenu/play/img/index/recommend_bg.png) no-repeat left bottom;
}
.recommend dl {
	position: relative;
	top: -15px;
	float: left;
	width: 228px;
	margin: 0 22px 0 0;
}
 .recommend dl:nth-child(2) {
 padding: 0 0 0 30px;
}
.recommend dt {
	margin: 0 0 10px;
}
.recommend p {
	margin: 0 0 10px;
	padding: 0 15px;
}
.recommend p:last-child {
	text-align: center;
}
/* 大会・イベント
----------------------------------------------------------- */
.eventList td a {
	display: inline-block;
	padding-left: 17px;
	background: url(/common/img/icon_arrow_01.png) no-repeat 0 5px;
}
.eventList td span {
	color: #c70000;
	font-size: 87.5%;
	font-weight: bold;
}
/* 対局一覧
----------------------------------------------------------- */
.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;
	text-decoration: none;
}
.playList a:hover {
	background: #e7f3ee;
}
.playList a dl {
	float: right;
	width: 585px;
}
.playList a dt {
	margin: 0 0 5px;
	padding: 0 0 0 34px;
	font-size: 171.43%;
	font-weight: bold;
	background: url(/mmenu/play/img/icon_arrow_01.png) no-repeat 0 5px;
}
.playList a dt span {
	text-decoration: underline;
}
.playList a:hover dt {
	color: #006627;
}
.playList a:hover dt span {
	text-decoration: none;
}
.playList a figure {
	float: left;
	border: 1px solid #c5c5c5;
}
/* 13路盤大会
----------------------------------------------------------- */
#getsurei10_pt {
	width: 530px;
	margin:15px auto 20px;
	font-size:100%;
}
#getsurei10_pt td {
	padding:5px;
	font-size:15px;
}
.subhead {
	margin: 20px 0 10px;
	font-size: 115%;
	font-weight: bold;
	border-bottom: 1px dotted #7f7f7f;
}
/* 週刊囲碁ニュース
----------------------------------------------------------- */
.pointExchangeTop h2:first-child {
	background: #e7f3ee url(/mmenu/play/img/contents_bg_02.png) no-repeat 0 0;
}
.pointExchangeTop h3 {
	margin: 0 0 15px;
	color: #007c43;
	font-size: 142.86%;
	font-weight: bold;
}
.pointExchangeTop .tableBasic {
	margin: 0 0 15px;
}
.pointExchangeTop .tableBasic td a {
	padding: 0 0 0 17px;
	background: url(/common/img/icon_arrow_01.png) no-repeat 0 5px;
}
/* 日本囲碁ニュース
----------------------------------------------------------- */
.japanEventTop{
	background:url(/mmenu/play/img/contents_bg_03.png) no-repeat 0 0;
}
.japanEventTop h3 {
	margin: 0 0 15px;
	color: #007c43;
	font-size: 142.86%;
	font-weight: bold;
}
.japanEventTop .tableBasic {
	margin: 0 0 15px;
}
.japanEventTop .tableBasic td a {
	padding: 0 0 0 17px;
	background: url(/common/img/icon_arrow_01.png) no-repeat 0 5px;
}
.jpEventList {
	margin-top:30px;}
.jpEventList a {
	margin-left:20px;}	
.jpEventList a:first-child  {
	margin-left:0px;}		
	
	
/* 学生最強位戦
----------------------------------------------------------- */
.tablephoto {
	width: 100%;
	margin-bottom:30px;
	border: 1px solid #7f7f7f;
	background-color:#FF9;
}
.tablephoto th {
	padding: 20px;
	font-weight: bold;
	font-size:110%;
	text-align: center;
}
.tablephoto td {
	vertical-align: top;
	text-align:center;
	padding:0 5px 15px;
}
.tablephoto td img {
	margin:0px 0 10px;
	border:1px solid #CCC;
}


/*ポップアップ写真*/
#s-saikyo table.photo-style {
	margin:10px auto 5px;
}
#s-saikyo table.photo-style tr td {
	/*width: 385px;*/ 
	background-color: #e5e6fb;
	/*border:1px solid #BFBFBF;*/ 
	text-align: center;
	padding: 2px;
}

/*写真ポップアップ用（lightbox.js用）
-----------------------------------------------------------*/
body:after {
	content: url(/mmenu/play/img/btn_close.png) url(/mmenu/play/img/loading.gif) url(/mmenu/play/img/prev.png) url(/mmenu/play/img/next.png);
	display: none;
}
/*背景色設定用*/ 
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	opacity: 0.4;
	display: none;
}
.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}
.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.lightbox a img {
	border: none;
}
/*写真の枠の色・角丸の設定*/ 
.lb-outerContainer {
	position: relative;
	background-color:#FFFFFF;
 *zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}
/*写真の枠の太さ設定*/ 
.lb-container {
	padding: 4px;
}
.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(/mmenu/play/img/loading.gif) no-repeat;
}
.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.lb-container > .nav {
	left: 0;
}
.lb-nav a {
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev, .lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}
/*PREVボタンの設定*/ 
.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(/mmenu/play/img/prev.png) left 48% no-repeat;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
/*NEXTボタンの設定*/ 
.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(/mmenu/play/img/next.png) right 48% no-repeat;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
/*キャプションが入っているところの枠の色とかの設定*/ 
.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
 *zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color:#FFFFFF;
}
.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}
/*キャプション位置の設定*/ 
.lb-data {
	padding: 10px 20px;/*color:#000;*/
}
.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}
/*キャプションのサイズ、文字色等設定*/ 
.lb-data .lb-caption {
	font-size: 16px;
	/*font-weight: bold;*/
  line-height: 1em;
	color: #000000;
}
/*キャプションの下の画像の枚数の文字サイズ、色設定*/ 
.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 13px;
	color: #000000;
}
.lb-data .lb-close {
	display: block;
	float: right;
	width: 35px;
	height: 35px;
	background: url(/mmenu/play/img/btn_close.png) top right no-repeat;
	text-align: right;
	outline: none;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
	cursor: pointer;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
/*ポップアップ写真*/




/* 全日本学生最強位戦
----------------------------------------------------------- */	 
.tournamentEnd {
	margin:0px 0px 30px;
	padding:20px;
	background-color:#FF6;
	font-size:115%;
	font-weight:bold;
	line-height: 1.8;
	border:1px solid #926003;
}
.s-btn {
	font-size:150%;
	font-weight:bold;
}
.s-btn a {
	color: #FFF;
	text-decoration: underline;
	margin:15px 0 5px;
	padding: 20px;
	display:block;
	background-color: #0088ff;
	text-align:center;
	border:2px solid #d4d4d4;
}
.s-btn a:hover {
	text-decoration: none;
	background-color: #1b93fd;
	border:2px solid #d4d4d4;
}
.taikai_outline {
	margin-top:20px;
}
.taikai_outline dt {
	margin: 0 0 10px;
	color: #000000;
	font-size: 115%;
	font-weight: bold;
	border-bottom: 1px dotted #7f7f7f;
}
.taikai_outline dd {
	line-height: 1.7;
	margin: 0 0 20px;/*font-size: 114.29%;*/
}
.taikai_outline dd:last-child {
	margin: 0;
}
.summary {
	width:100%;
	line-height:1.5;
	margin:10px 0;
}
.summary dt {
	float:left;
	width:6em;
	clear:both;
/*font-weight:bold;*/}
.summary dd {
	margin-left:6em;
	width:100%;
}
dl.summary2 {
	width:100%;
	font-size:100%;
	line-height:1.5;
	margin:10px 0;
}
dl.summary2 dt {
	float:left;
	width:10em;
	clear:both;
/*font-weight:bold;*/}
dl.summary2 dd {
	margin-left:10em;
	width:100%;
}

.summary03 {
	line-height:2;
	margin:10px 0 10px 2em;
	line-height:1.75;
	font-size:105%;
}
.txbar-sdt01 {
	margin: 40px 0 20px;
	padding: 7px 20px;
	background-color: #679adb;
	font-size:120%;
	font-weight:bold;
	color: #FFF;
}

.txbar-sdt02 {
	margin: 50px 0 20px;
	padding: 2px 10px;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	border-bottom: #011e5a solid 1px;
	border-left: #011e5a solid 13px;
}


.txbar-sdt03 {
	margin: 50px 0 20px;
	padding: 2px 10px;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	border-bottom: #0668c3 solid 1px;
	border-left: #0668c3 solid 13px;
}

#comList ul{
	margin-top:10px;
}

#comList ul li{
	width:9em;
	margin:0px auto 7px auto;
	padding-top:0px;
	padding-bottom:7px;
	padding-left:7px;
	border-left:3px solid #a9cbeb;
	float:left;
	height:14px;}


.subhead {
	margin: 20px 0 10px;
	font-size: 115%;
	font-weight: bold;
	border-bottom: 1px dotted #7f7f7f;
}
.taikai_outline2 {
	margin-top:20px;
}
.taikai_outline2 dt {
	margin: 0 0 10px;
	color: #000000;
	font-size: 135%;
	font-weight: bold;
	border-bottom: 1px dotted #7f7f7f;
}
.taikai_outline2 dd {
	line-height: 1.5;
	margin: 0 0 20px;/*font-size: 114.29%;*/
}
.taikai_outline2 dd:last-child {
	margin: 0;
}

.taikai_outline3 {
	margin-top:12px;
	padding:15px 20px 20px;
	border-radius: 5px;        /* CSS3草案 */  
  -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 5px;   /* Firefox用 */
}
.taikai_outline3 dt {
	margin: 0 0 10px;
	color: #000000;
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px dotted #7f7f7f;
}
.taikai_outline3 dd {
	line-height: 1.5;
	margin: 0 0 20px;/*font-size: 114.29%;*/
}
.taikai_outline3 dd:last-child {
	margin: 0;
}

.taikai_outline4 {
	margin-top:12px;
	padding:15px 20px 20px;
	border-radius: 5px;        /* CSS3草案 */  
  -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 5px;   /* Firefox用 */
}
.taikai_outline4 dt {
	margin: 0 0 10px;
	color: #000000;
	font-size: 150%;
	font-weight: bold;
}

.taikai_outline4 dt span {
 background: linear-gradient(transparent 60%, #fbfb9d 60%);
}


.taikai_outline4 dd {
	line-height: 1.5;
	margin: 0 0 20px;/*font-size: 114.29%;*/
}
.taikai_outline4 dd:last-child {
	margin: 0;
}

.sen01 {
	border: none;
	margin: 20px 0px;
	border-top: dashed #a7a79d 1px;
	height: 0px;
}
#saikyoi .tableBasic {
	text-align:center;
	margin: 15px auto;
	width: 600px;
	text-align: center;
}
#saikyoi .tableBasic td {
	padding:5px;
	text-align:center;
}
#saikyoi_f .tableBasic {
	font-size:100%;
	margin: 15px auto;
	width: 100%;
}
#saikyoi_f .tableBasic td {
	padding:5px;
	text-align:left;
	text-indent:1em;
}
#saikyoi_f .tableBasic th {
	font-size:115%;
	padding:10px;
	text-align:center;
	background:#d9e8f6;
}
#sankeiresult .tableBasic {
	margin:0 auto 20px;
	width: 100%;
	border: 1px solid #7f7f7f;
	font-size:100%;
}
#sankeiresult .tableBasic th {
	padding:5px;
	font-size:15px;
	border: 1px solid #7f7f7f;
	text-align: center;
	background: #e7f6f8;
}
#sankeiresult .tableBasic td {
	padding:5px;
	font-size:90%;
	vertical-align:middle;
	border: 1px solid #7f7f7f;
}
/* 月例大会
----------------------------------------------------------- */
.stage_all-01 {
	margin:0 0 10px;
	clear:both;
	text-align:left;
	font-size:14px;
	width:670px;
}
.stage_all-02 {
	margin:0px 10px;
	clear:both;
	text-align:center;
	font-size:14px;
}
.notice_orange {
	background-color:#ff4d00;
	color:#FFFFFF;
	padding:10px;
	font-weight:bold;
	text-align:center;
}
.stage_ruleleft {
	float:left;
	width:380px;
	padding-bottom:10px;
	text-align:left;
	margin-left:5px;
}
.stage_ruleright {
	float:right;
	width:271px;
	padding:0 5px 10px 0;
}
.stage_rule_in {
	margin-bottom:20px;
	font-size:14px;
	line-height:140%;
}
.stage_rule_in span {
	color:#719006;
	margin:8px 0px;
	font-size:16px;
	font-weight:bold;
}
.notice_rule {
	margin-top:5px;
	padding:8px;
	background-color:#FFFF99;
	font-size:16px;
	color:#660000;
}
table#prize {
	font-size:16px;
	border:1px solid #033800;
	border-collapse: collapse;
	border-spacing: 0;
	background-color:#f3f3db;
	margin:10px auto;
	width:670px;
}
table#prize td {
	background-color:#FFFFFF;
	text-align:right;
	padding:10px;
	font-size:16px;
	letter-spacing:1px;
	border:1px solid #033800;
	font-weight:bold;
}
table#prize th {
	background-color:#f3f3db;
	color: #FF6600;
	text-align:center;
	padding:3px;
	font-size:14px;
	border:1px solid #033800;
}
table#prize th.lank {
	background-color:#6d7d35;
	text-align: center;
	font-size:14px;
	padding:3px;
	color:#FFFFFF;
	border:1px solid #033800;
}
table#prize td.block {
	background-color:#f3f3db;
	font-size:14px;
	text-align:left;
	font-weight:normal;
	letter-spacing:normal;
}
table#schedule {
	font-size:16px;
	border:1px solid #033800;
	border-collapse: collapse;
	border-spacing: 0;
	background-color:#FFFFFF;
	margin:10px auto;
	width:670px;
}
table#schedule td {
	background-color:#FFFFFF;
	border:1px solid #033800;
	padding:10px;
	text-align: center;
	font-size:14px;
	line-height:1.25;
}
table#schedule td span {
	padding:3px;
	color: #719006;
	font-size:16px;
	font-weight:bold;
}
table#schedule th {
	background-color:#f3f3db;
	border:1px solid #033800;
	padding:10px;
	text-align: center;
	vertical-align:middle;
	font-size:14px;
	line-height:1.25;
	font-weight:normal;
}
table#schedule .finalmatch {
	background-color:#6d7d35;
	border:1px solid #033800;
	vertical-align:middle;
	color: #FFF600;
	font-weight:bold;
}
.notice_blue {
	margin:10px 0px;
	background-color:#0099FF;
	color:#FFF600;
	padding:10px;
	font-weight:bold;
	text-align:center;
}
.notice_blue a:link {
	color: #FFF600;
	text-decoration: underline;
}
.notice_blue a:visited {
	color: #FFF600;
	text-decoration: underline;
}
.notice_blue a:hover {
	color: #FF9900;
	text-decoration: none;
}
/* 13路盤大会テーブル
----------------------------------------------------------- */
.table_rating {
	width:auto;
	margin-bottom:10px;
	border-collapse:collapse;
	border:1px solid #7f7f7f;
	margin:10px auto 10px 5px;
}
.table_rating th {
	padding:10px 15px;
	border:1px solid #7f7f7f;
	font-weight:bold;
	text-align:center;
	color:#000000;
	background:#a5e1f2;
	font-size:110%;
}
.table_rating td {
	border:1px solid #7f7f7f;
	padding:5px 70px;
	background:#FFFFFF;
	font-size:100%;
	text-align:center;
}
.table_13ro02 {
	width:800px;
	border-collapse:collapse;
	border:1px solid #8d8d8d;
	margin:5px auto 10px;
}
.table_13ro02 th {
	padding:10px 15px;
	border:1px solid #8d8d8d;
	font-weight:bold;
	text-align:center;
	color:#000000;
	background:#fcfce7;
	font-size:110%;
}
.table_13ro02 td {
	border-bottom:1px dashed #8d8d8d;
	border-right:1px solid #8d8d8d;
padding:8px 15px;
	background:#FFFFFF;
	font-size:100%;
	text-align:center;
}
.table_provision {
	width:100%;
	border-collapse:collapse;
	border: none;
	margin:10px auto 0px;
	background: none;
}
.table_provision th {
	vertical-align:top;
	padding:10px 15px;
	border-bottom:1px dotted #7f7f7f;
	font-weight:bold;
	text-align:left;
	color:#000000;
	font-size:100%;
	margin-bottom:0;
}
.table_provision td {
	border-bottom:1px dotted #7f7f7f;
	padding:8px 10px;
	font-size:100%;
	text-align:left;
	margin-bottom:0;
}
.subhead_13ro {
	margin: 50px 0 15px;
	font-size: 130%;
	font-weight: bold;
	border-bottom: 1px dotted #7f7f7f;
}
.bgclass01 {
	padding:5px 20px 0px;
	margin-bottom:25px;
	background:#fcfce7;
	border-radius: 0.3em;
	border:1px solid #d3d3ca;
}
.bgclass02 {
	padding:5px 20px 0px;
	margin-bottom:25px;
	background:#e6f7fc;
	border-radius: 0.3em;
	border:1px solid #bbc9cd;
}
.bgclass03 {
	padding:5px 20px 15px;
	margin:5px auto 25px;
	background:#e9fbea;
	border-radius: 0.3em;
	border:1px solid #bbc9cd;
}
.table_geturei {
	border-collapse:collapse;
	border:1px solid #8d8d8d;
	margin:5px auto 10px;
}
.table_geturei th {
	padding:10px;
	border:1px solid #8d8d8d;
	font-weight:bold;
	text-align:center;
	color:#000000;
	background:#fcfce7;
	font-size:110%;
}
.table_geturei td {
	border:1px solid #8d8d8d;
	padding:7px;
	background:#FFFFFF;
	font-size:100%;
	text-align:center;
}
#result_13ro .tableBasic {
	margin:10px auto 20px;
	width: 100%;
	border: 1px solid #7f7f7f;
	font-size:100%;
}
#result_13ro .tableBasic th {
	width:14%;
	padding:10px 5px;
	border: 1px solid #7f7f7f;
	text-align: center;
	background: #e7f6f8;
	line-height:1.25;
}
#result_13ro .tableBasic th span {
	line-height:1.5;
	font-size:115%;
}
#result_13ro .tableBasic td {
	padding:5px;
	vertical-align:middle;
	border: 1px solid #7f7f7f;
}


/* レディースネット大会
----------------------------------------------------------- */
.textbarlady {
	margin:0 3px 30px;
	padding:12px 10px 7px;
	text-align: center;
	border-top: 1px solid #e61874;
	border-bottom: 2px solid #a11151;
	background: #f2f2f2;
	font-size: 130%;
	color:#e10165;
}


.ladyBox1{
	text-align:center;
	padding-top:20px;
	padding-bottom:15px;
	margin:20px auto 30px;
 background: #f8f8f8;
	border: solid 1px #eda8b8;
}

.txbar-lady {
	margin: 50px 0 20px;
	padding: 2px 10px;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	border-bottom: #f15386 dotted 1px;
	border-left: #f15386 solid 13px;
}

.txbar-pink {
	margin: 0px 35px;
	padding: 10px 15px;
	background-color: #fde5cb;
	/*border: 1px #f15386 solid;*/
	font-size: 120%;
	font-weight:bold;
}

.table_lady {
	border-collapse:collapse;
	border:1px solid #8d8d8d;
	margin:5px auto 10px;
}
.table_lady th {
	padding:10px 15px;
	border:1px solid #8d8d8d;
	font-weight:bold;
	text-align:center;
	color:#000000;
	background:#fcfce7;
	font-size:110%;
}
.table_lady td {
	border:1px solid #8d8d8d;
	padding:8px 15px;
	background:#FFFFFF;
	font-size:100%;
	text-align:center;
}

.table_ladyrule {
	border-collapse:collapse;
	border:1px solid #8d8d8d;
	margin:5px auto 10px 0;
	text-align:left;
}
.table_ladyrule th {
	padding:10px 15px;
	border:1px solid #8d8d8d;
	font-weight:bold;
	text-align:center;
	color:#000000;
	background:#fcfce7;
	font-size:100%;
}
.table_ladyrule td {
	border:1px solid #8d8d8d;
	padding:5px 15px;
	background:#FFFFFF;
	font-size:100%;
	text-align:left;
}

.read_lady{ padding:20px;
border:1px dashed #ff7317;
margin:20px;
background: #FFF;
	border-radius:10px;        /* CSS3草案 */
	-webkit-border-radius:10px;    /* Safari,Google Chrome用 */
	-moz-border-radius:10px;   /* Firefox用 */
}


#ladySche .table_ladySche{
		border-collapse:collapse;
	border:1px solid #c58aa1;
	margin:0 auto 10px 0;
	text-align:left;
	line-height:1.75;
	}

#ladySche .table_ladySche th{
	padding:7px 20px;
	border-bottom:1px dashed #c58aa1;
	border-right:1px solid #c58aa1;
	font-weight:bold;
	text-align:left;
	color:#000000;
	background-color:#fff7f8;
	font-size:100%;
}

#ladySche .table_ladySche td{
	border-bottom:1px dashed #c58aa1;
	border-right:1px solid #c58aa1;
padding:7px 20px;
	background:#FFFFFF;
	font-size:100%;
	text-align:left;
}

#ladySche .table_ladySche2{
		border-collapse:collapse;
	border:1px solid #b7a470;
	margin:0 auto 10px 0;
	text-align:left;
	}

#ladySche .table_ladySche2 th{
	padding:7px 30px;
	border-bottom:1px dashed #b7a470;
	border-right:1px solid #b7a470;
	font-weight:bold;
	text-align:left;
	color:#000000;
	background-color:#fcfce7;
	font-size:100%;
}

#ladySche .table_ladySche2 td{
	border-bottom:1px dashed #b7a470;
		border-right:1px solid #b7a470;
	padding:7px 30px;
	background:#FFFFFF;
	font-size:100%;
	text-align:left;
}

#ladyRule .table_ladyRule{
		border-collapse:collapse;
	border:1px solid #c58aa1;
	margin:0 auto 10px 0;
	text-align:left;
	width:95%;
	line-height:1.75;
	}

#ladyRule .table_ladyRule th{
	padding:7px 20px;
	border-bottom:1px dashed #c58aa1;
	border-right:1px solid #c58aa1;
	font-weight:bold;
	text-align:left;
	color:#000000;
	background-color:#fff7f8;
	font-size:100%;
}

#ladyRule .table_ladyRule td{
	border-bottom:1px dashed #c58aa1;
	padding:7px 20px;
	background:#FFFFFF;
	font-size:100%;
	text-align:left;
}

#ladyRule .table_ladyRule2{
		border-collapse:collapse;
	border:1px solid #b7a470;
	margin:0 auto 10px 0;
	text-align:left;
	}

#ladyRule .table_ladyRule2 th{
	padding:7px 30px;
	border-bottom:1px dashed #b7a470;
	border-right:1px solid #b7a470;
	font-weight:bold;
	text-align:left;
	color:#000000;
	background-color:#fcfce7;
	font-size:100%;
}

#ladyRule .table_ladyRule2 td{
	border-bottom:1px dashed #b7a470;
	padding:7px 30px;
	background:#FFFFFF;
	font-size:100%;
	text-align:left;
	line-height:1.5;
}

#ladyTournament{
	padding-left:60px;
	padding-right:60px;}

#ladyTournament table{
	width:90%;
	margin:0 auto 50px;
	font-size:100%}

#ladyTournament table td{
	text-align:center;
	border:1px solid #777777;}

#ladyTournament dt {
	margin: 30px 0 20px;
	padding: 0 0 0 10px;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	border-bottom: #231816 dotted 1px;
	border-left: #f8b62a solid 10px;
}

#ladyTournament .txbar-pink{
	margin: 0px 0px 10px;
	padding: 7px 15px 5px;
	background-color: #fde5cb;
	font-size: 120%;
	font-weight:bold;
}

/*日本囲碁ニュースのサイドインクルード用に作成*/
.goseisen {
	position: relative;
	padding: 5px 10px 11px 27px;
	background: url(/common/img/icon_arrow_02.png) no-repeat 7px 9px;
}

.goseisen {
	position: relative;
	padding: 5px 10px 11px 27px;
	background: url(/common/img/icon_arrow_02.png) no-repeat 7px 9px;
}


.goseisen span {
	display: block;
	text-decoration: underline;
	cursor: pointer;
}

.goseisen span:hover {
	text-decoration: none;
	color: #007c44;
}

.goseisen div {
	display: none;
	position: absolute;
	top: 15px;
	right: 0;
	padding: 10px 0 0;
}

.goseisen ul {
	margin: 0;
	padding: 10px 12px 1px 10px;
	border: 1px solid #c5c5c5;
	background: #fff;
}

.goseisen li {
	float: none;
	width: auto;
	white-space: nowrap;
	background:none;
}

/*パンダネット杯*/
.pncup_info{
	padding:20px;
	margin:0 35px 15px;
	background:#FFC;
	text-align:center;
	font-size:120%;
	border:1px solid #cdcd1e;
	border-radius:5px;}
	  
/*プロアマペア戦*/
.txbar-proamaPair {
	margin: 40px 0 20px;
	padding: 2px 10px;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	border-bottom: #de1757 dotted 1px;
	border-left: #de1757 solid 13px;
}

.linkbox_SB {
	margin:0 3px 20px;
	padding: 17px;
	text-align: center;
	border-top: 1px solid #ad0246;
	border-bottom: 1px solid #6e6e6e;
	background-color:/*#c3d5f5*/#e3e3e3;
	font-size: 114.29%;
	font-weight:bold;
}

.proamaPhoto {
	width:80%;
	margin:20px auto 30px;
	border: none;
	background-color:#FFF;
}

.proamaPhoto td {
	vertical-align: top;
	text-align:center;
	padding:0 5px 15px;
}

.proamaPhoto td img {
	margin:0px 0 10px;
	border:1px solid #c0c0c0;
}


/*-----------AlphaGo vs 李世ドル-----------*/
.txbar-alpha {
	margin: 30px 30px 20px;
	padding: 2px 10px;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	border-bottom: #000000 solid 1px;
	border-left: #000000 solid 13px;
}

.outline_alpha{
	margin:20px 50px;
	font-size:110%;
}

.outline_alpha dt{
	font-weight:bold;
	float:left;
	width:7em;
}


#alpha {
	margin:0px auto 15px;
	text-align:center;
}

#alpha .app-btn02 {
	width:250px;
	padding:15px;
	margin-bottom:15px;
	font-weight:bold;
	background: #0088ff;
	font-size:22px;
	background: -moz-linear-gradient(bottom, #041862, #0d0481);
	background: -webkit-gradient(linear, center bottom, center top, from(#041862), to(#0d0481));
	background: -ms-linear-gradient(top, #0d0481, #041862);/**/
	/* IE8-9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d0481', endColorstr='#041862', GradientType=0)";
	color:#FFF;
	vertical-align:middle;
	border:1px solid #041862;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	list-style:none;
	display:table-cell;
}
#alpha .app-btn02:hover {
	background: #8dcaff;
	background: -moz-linear-gradient(bottom, #6fbaff, #a1d3ff);
	background: -webkit-gradient(linear, center bottom, center top, from(#6fbaff), to(#a1d3ff));
	background: -ms-linear-gradient(top, #a1d3ff, #6fbaff);
	/* IE8-9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1d3ff', endColorstr='#6fbaff', GradientType=0)";
	border:1px solid #379af9;
	text-decoration:underline;
}
#alpha a:link {
	color:#ffffff;
	text-decoration:none;
}
#alpha a:visited {
	color:#ffffff;
	text-decoration:none;
}
#alpha a:hover {
	text-decoration:underline;
	color:#005bab;
}
#alpha a:active {
	text-decoration:none;
}


/*-----------AlphaGo vs ku jie-----------*/
#fogs {
	padding:0 50px;
	width:790px;}


#fogs .txbar-alpha {
	margin: 40px 0 20px;
	padding: 2px 10px;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	border-bottom: #009cdb solid 1px;
	border-left: #009cdb solid 13px;
	clear:both;
}

#fogs dl{
	margin:20px 20px 30px 20px;
	font-size:110%;
}

#fogs dt{
	margin-top:0px;
	margin-left:0px;
	padding:0px;
	font-weight:bold;
	width:7em;
	float:left;
	background:none;
	clear:both;
	color:#000;
	border:none;
	text-align:left;
}

#fogs dd{
	width:70em;}

#fogs .alphaContents{
	clear:both;}

#fogs .alphaContents dl{
	margin:0px 20px 30px;
	font-size:110%;
}

#fogs .alphaContents dt{
	font-weight:bold;
	margin:25px 0 5px;
	background:#ffffff;
	width:4em;
	padding:2px 7px 0px;
	color:#1a1239;
	border:1px solid #1a1239;
	text-align:center;
	float:none;}

#fogs .alphaContents dd:nth-child(odd){
	width:50em;
}

#fogs .alphaContents dd:nth-child(even){
	clear:both;
	float:left;
	width:5em;
}

#fogs .alphaContentsE dt{
	font-weight:bold;
	margin:25px 0 5px;
	background:#ffffff;
	width:7em;
	padding:2px 7px 0px;
	color:#1a1239;
	border:1px solid #1a1239;
	text-align:center;
	float:none;}

#fogs .alphaContentsE dd:nth-child(odd){
	width:100%;
}

#fogs .alphaContentsE dd:nth-child(even){
	clear:both;
	float:left;
	width:8em;
}

#fogs .subhead3 {
	margin:30px 0 20px;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px dotted #7f7f7f;
}

#alphaLive div.bgcl_fogs{
	padding:25px;
	margin-top:10px;
	background:#e0effd;
}

#alphaLive ul {
	margin:0px auto 15px;
	text-align:center;
}

#alphaLive ul li {
	float:left;
	margin:0 20px 0 0;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	line-height:1.3; 
}

#alphaLive ul li img{
	margin-bottom:5px;
	}

#alphaLive ul li:nth-child(3n) {
	float:right;
	margin:0 0 0 0px;
	text-align:center;
	font-weight:bold;
	font-size:16px; 
}

#alphaLive .alphaLivebtn{
	width:273px;
	padding-top:10px;
	padding-bottom:5px;
 margin-bottom:15px;
	font-weight:bold;
	background: #007dca;
	font-size:22px;
	vertical-align:middle;
	border:1px solid #0066a6;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	color:#FFF;
	clear:both;
	line-height:1.3;
}

#alphaLive .alphaLivebtn span{
	color:#FF6;
	font-size:85%;}

#alphaLive .alphaLivebtn:hover {
	background: #48a9ed;
	border:1px solid #379af9;
	text-decoration:underline;
}

#alphaLive a:link {
	color:#ffffff;
	text-decoration:none;
}

#alphaLive a:visited {
	color:#ffffff;
	text-decoration:none;
}
#alphaLive a:hover {
	text-decoration:underline;
	color:#005bab;
}
#alphaLive a:active {
	text-decoration:none;}
	
#alphaLive sa_table{
　margin:20px auto;
　width:100%;}

#fogsPh{
	margin-top:0px auto 30px;}


#fogsPh ul{
	margin:0px auto 50px;
	width: 100%;
	border:none;
}

#fogsPh ul li {
	background-color:#ffffff;
	float:left;
	text-align: center;
	padding: 0px;
	font-size:90%;
	margin:0 1px 10px 0px;
}

#fogsPh ul li img{
	margin-bottom:3px;
	border:1px solid #E3F2F4;}

#fogsPh ul li:nth-child(4n){
	margin: 0 0 10px 0;
	} 
	

#fogsPh .txbar-bule01{
	margin: 20px 0 10px;
	} 

.fogs_bar{
	margin:0 3px 0px;
	padding: 15px;
	text-align: center;
	border-top: 1px solid #009cdb;
	border-bottom: 1px solid #009cdb;
	background-color:#faffff;
	font-size: 114.29%;
	font-weight:bold;
	color:#000000;
}

.fogs_bar a:hover{
	color:#009cdb;}



/* レディース大会
----------------------------------------------------------- */
.lady_outline {
	margin-top:20px;
}
.lady_outline dt {
	margin: 0 0 10px;
	padding: 0 0 0 10px;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	border-bottom: #231816 dotted 1px;
	border-left: #f797a3 solid 10px;
}
.lady_outline dd {
	line-height: 1.7;
	margin: 0 0 40px 2em;
	font-size: 15px;
}
.lady_outline dd:last-child {
	margin: 0;
}

#photoLady {
	width: 100%;
	margin-bottom:30px;
}

#photoLady td {
	vertical-align: top;
	text-align:center;
	padding:0 5px 15px;;
	line-height:1.3;
	font-size:12px;
}

#photoLady td img {
	margin:0 0 7px;
	border:1px solid #CCC;
}

/* いいことあるかも
----------------------------------------------------------- */
.profileHide {
	display: none;
	}

.profile {
	padding: 0 40px 1px;
}

.profileBox {
	width: 790px;
	line-height: 1.5;
}

.profileBox h4 {
	float: left;
	margin: 0 0 15px;
	font-size: 150%;
	font-weight: bold;
}

.profileBox dl {
	float: right;
	width: 486px;
	margin: 0 0 20px;
	border-bottom: 1px solid #7f7f7f;
}

.profileBox dt {
	padding: 10px 15px;
	border: 1px solid #7f7f7f;
	border-bottom: none;
	font-weight: bold;
	background: #e7f6f8;
}

.profileBox dd {
	padding: 10px 15px;
	border: 1px solid #7f7f7f;
	border-bottom: none;
}

.profileBox h5 {
	clear: both;
	margin: 0 0 10px;
	font-size: 162.5%;
	font-weight: bold;
	color: #004a9e;
}


/* パンダ先生チャレンジマッチ
----------------------------------------------------------- */
#PANDASENSEI{
	width:100%;
	margin-top:0px auto 30px;}


#PANDASENSEI ul{
	margin:0px auto 50px;
	width: 100%;
	border:none;
}

#PANDASENSEI ul li {
	background-color:#ffffff;
	float:left;
	text-align: center;
	padding: 0px;
	font-size:90%;
	margin:0 20px 10px 0px;
}

#PANDASENSEI ul li img{
	margin-bottom:3px;
	border:2px solid #E3F2F4;}

#PANDASENSEI ul li:nth-child(4n){
	margin: 0 0 10px 0;
	} 

.PSanswer{
	margin:5px 0 30px;
	padding:0 30px 30px;;
	background:#FFF;
	border:3px solid #b2b29b;
	border-radius:4px;
 }
	@charset "utf-8";

/* 共通
----------------------------------------------------------- */
.wrapper1 h2 {
	margin: 0 0 35px;
	padding: 20px 0 17px 40px;
	color: #007c43;
	font-size: 185.71%;
	font-weight: bold;
	background: #e7f3ee url(/mmenu/play/img/contents_bg_01.png) no-repeat 0 0;
}

.wrapper1 h2:first-child {
	background: url(/mmenu/play/img/contents_bg_02.png) no-repeat 0 0;
}

#side1 {
	padding: 75px 0 0;
}

#side1 ul {
	margin: 0 0 15px;
}

#side1 li {
	margin: 0 0 7px;
	border-bottom: 1px dashed #a7a79d;
}

#side1 li:last-child {
	border: none;
}

#side1 li.current {
	background: url(/mmenu/play/img/side_bg_02.png) no-repeat left bottom;
}

#side1 li a {
	display: block;
	padding: 5px 10px 11px 27px;
	background: url(/common/img/icon_arrow_02.png) no-repeat 7px 9px;
}

#side1 li a:hover {
	color: #007c44;
}

#side1 li.current a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: url(/mmenu/play/img/side_bg_01.png) no-repeat 0 0;
}

#side1 p {
	margin: 0 0 10px;
}

.inlineLink {
	padding-left: 17px;
	background: url(/common/img/icon_arrow_02.png) no-repeat 0 5px;
}

.inlineLink_b {
	padding-left: 25px;
	background: url(/common/img/icon_arrow_02B.png) no-repeat 0 4px;
}



/* テキストボタン
----------------------------------------------------------- */
.text_btn01 {
	background-color:#c70000;
	padding:20px;
	font-size:150%;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	}

.text_btn01 a {
	color:#FFF;
	text-decoration: underline;
	}

.text_btn01 a:hover {
	color:#FFF;
	text-decoration: none;
	}

.text_btn02 {
	background-color:#007c43;
	padding:20px;
	font-size:150%;
	font-weight:bold;
	border-radius: 7px;
	color:#FFF;
	text-align:center;
	}

.text_btn02 a {
	color:#FFF;
	text-decoration: underline;
	}

.text_btn02 a:hover {
	color:#FFF;
	text-decoration: none;
	}

.text_btn03 {
	background-color:#004a9e;
	padding:20px;
	font-size:150%;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	}

.text_btn03 a {
	color:#FFF;
	text-decoration: underline;
	}

.text_btn03 a:hover {
	color:#FFF;
	text-decoration: none;
	}

.text_btn04 {
	background-color:#dc3e00;
	padding:20px;
	font-size:150%;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	}
	
.text_btn04 a {
	color:#FFF;
	text-decoration: underline;
	}

.text_btn04 a:hover {
	color:#FFF;
	text-decoration: none;
	}

.text_btn05 {
	background-color:#666666;
	padding:20px;
	font-size:150%;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	}





/* タイトル
----------------------------------------------------------- */
.contentsTitle {
	position: relative;
	margin: 0 0 30px;
}

.pageTitle {
	padding: 0 0 0 40px;
	border-left: 1px solid #a7a79e;
	color: #007c43;
	font-size: 214.29%;
	font-weight: bold;
}

.pageTitle img {
	vertical-align: middle;
}

.categoryName {
	position: absolute;
	top: 5px;
	left: -170px;
	padding: 0;
	border: none;
}

.contentsTitle h1 {
	padding: 0 0 3px 40px;
	border-left: 1px solid #a7a79e;
	font-weight: bold;
}

.leadText {
	padding: 0 0 0 40px;
	border-left: 1px solid #a7a79e;
}

.contentsTitle span {
	display: none;
}

.contentsTitle a.readMore {
	display: inline-block;
	padding: 0 0 0 17px;
	background: url(/common/img/icon_arrow_02.png) no-repeat 0 5px;
}

.contentsTitle a.close {
	display: inline-block;
	padding: 0 0 0 17px;
	background: url(/mmenu/play/img/icon_close.png) no-repeat 0 5px;
}

.contentsTitle a.readMore:hover,
.contentsTitle a.close:hover {
	color: #007c43;
}


/* おすすめコンテンツ
----------------------------------------------------------- */
.recommend {
	overflow: hidden;
	margin: 0 0 40px;
	padding: 0 0 20px;
	background: url(/mmenu/play/img/index/recommend_bg.png) no-repeat left bottom;
}

.recommend dl {
	position: relative;
	top: -15px;
	float: left;
	width: 228px;
	margin: 0 22px 0 0;
}

.recommend dl:nth-child(2) {
	padding: 0 0 0 30px;
}

.recommend dt {
	margin: 0 0 10px;
}

.recommend p {
	margin: 0 0 10px;
	padding: 0 15px;
}

.recommend p:last-child {
	text-align: center;
}


/* 大会・イベント
----------------------------------------------------------- */
.eventList td a {
	display: inline-block;
	padding-left: 17px;
	background: url(/common/img/icon_arrow_01.png) no-repeat 0 5px;
}

.eventList td span {
	color: #c70000;
	font-size: 87.5%;
	font-weight: bold;
}


/* 対局一覧
----------------------------------------------------------- */
.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;
	text-decoration: none;
}

.playList a:hover {
	background: #e7f3ee;
}

.playList a dl {
	float: right;
	width: 585px;
}

.playList a dt {
	margin: 0 0 5px;
	padding: 0 0 0 34px;
	font-size: 171.43%;
	font-weight: bold;
	background: url(/mmenu/play/img/icon_arrow_01.png) no-repeat 0 5px;
}

.playList a dt span {
	text-decoration: underline;
}

.playList a:hover dt {
	color: #006627;
}

.playList a:hover dt span {
	text-decoration: none;
}

.playList a figure {
	float: left;
	border: 1px solid #c5c5c5;
}


/* 専用ソフトのダウンロード
----------------------------------------------------------- */
.download {
	padding: 30px 0 0;
	background: url(/mmenu/play/img/contents_bg_03.png) no-repeat 0 0;
}

.verupInfo {
	margin: 0 0 20px;
	padding: 25px;
	background: #f5f5eb;
}

.verupInfo dt {
	margin: 0 0 5px;
	color: #007c43;
	font-size: 142.86%;
	font-weight: bold;
}

.verupInfo dt a {
	font-size: 70%;
	font-weight: normal;
}

.verupInfo dd dt {
	float: left;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

.verupInfo dd dd {
	margin: 0 0 0 155px;
}

.installStep dt {
	margin: 0 0 20px;
	padding: 0 0 0 75px;
	color: #007c43;
	font-size: 142.86%;
	font-weight: bold;
}

.installStep dt:nth-child(1) {
	background: url(/mmenu/play/img/deluxe/step1.png) no-repeat 0 0;
}

.installStep dt:nth-child(3) {
	background: url(/mmenu/play/img/deluxe/step2.png) no-repeat 0 0;
}

.installStep dt:nth-child(5) {
	background: url(/mmenu/play/img/deluxe/step3.png) no-repeat 0 0;
}

.installStep dt:nth-child(7) {
	background: url(/mmenu/play/img/deluxe/step4.png) no-repeat 0 0;
}

.installStep dt:nth-child(9) {
	background: url(/mmenu/play/img/deluxe/step5.png) no-repeat 0 0;
}

.installStep dt:nth-child(11) {
	background: url(/mmenu/play/img/deluxe/step6.png) no-repeat 0 0;
}

.installStep dd {
	overflow: hidden;
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px dashed #7f7f7f;
}

.installStep dd p {
	margin: 0 0 20px;
}

.installStep dd p:last-child {
	margin: 0;
}


/* バージョンアップ情報
----------------------------------------------------------- */
.verup {
	padding: 30px 0 0;
	background: url(/mmenu/support/img/contents_bg_01.png) no-repeat 0 0;
}

.verup dt {
	margin: 0 0 10px;
	color: #007c43;
	font-size: 142.86%;
	font-weight: bold;
}

.verup dt span {
	color: #c70000;
	font-size: 70%;
}

.verup dd {
	margin: 0 0 30px;
}

.verup dd:last-child {
	margin: 0;
}

.verup dd p {
	text-indent: -1em;
	margin: 0 0 5px 1em;
}


/* スマホ版 対局室
----------------------------------------------------------- */
.smartphone figure {
	float: left;
	margin: 0 20px 0 0;
}

.smartphone p {
	margin: 0 0 25px;
}

.smartphone p.cl {
	margin: 0;
	padding: 20px 0 0;
	border-top: 1px dashed #7f7f7f;
}


/* ケータイ版
----------------------------------------------------------- */
.qr {
	overflow: hidden;
	padding: 30px;
	background: #f4f4ea;
}

.qr img {
	float: left;
	margin: 0 20px 0 0;
}

.keitaiSend {
	overflow: hidden;
	margin: 0 0 20px;
	padding: 30px;
	background: #f4f4ea;
}

.keitaiSend input[type="text"] {
	margin: 0 0 10px;
	padding: 5px;
}

.keitaiSend select {
	margin: 0 0 10px;
	padding: 5px;
}

.keitaiQuestionnaire dt {
	margin: 0 0 10px;
	color: #007c44;
	font-size: 142.86%;
	font-weight: bold;
}

.keitaiQuestionnaire dd {
	margin: 0 0 20px;
}

.keitaiQuestionnaire dd:last-child {
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 160px;
}

.keitaiQuestionnaire dd:last-child form {
	float: left;
	margin: 0 20px 0 0;
}

.keitaiHowto .usingRecommended {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	background: url(/mmenu/play/img/icon_circle.png) no-repeat 0 5px;
}

.keitaiHowto dl {
	width: 380px;
}

.keitaiHowto dt {
	margin: 0 0 10px;
	padding: 0 0 0 75px;
	color: #007c43;
	font-size: 142.86%;
	font-weight: bold;
}

.keitaiHowto dt:nth-child(1) {
	background: url(/mmenu/play/img/deluxe/step1.png) no-repeat 0 0;
}

.keitaiHowto dt:nth-child(3) {
	background: url(/mmenu/play/img/deluxe/step2.png) no-repeat 0 0;
}

.keitaiHowto dt:nth-child(5) {
	background: url(/mmenu/play/img/deluxe/step3.png) no-repeat 0 0;
}

.keitaiHowto dd {
	margin: 0 0 20px;
}

.keitaiContents dt {
	margin: 0 0 15px;
	color: #007c44;
	font-size: 142.86%;
	font-weight: bold;
}

.keitaiContents dd {
	overflow: hidden;
	margin: 0 0 30px;
}

.keitaiContents dd:last-child {
	margin: 0 0 10px;
}

.keitaiContents dd img {
	float: left;
	margin: 0 20px 0 0;
}

.keitaiMenu {
	background: #fcfce8;
}

.keitaiMenu dd {
	padding: 30px;
}

.keitaiMenu li {
	margin: 0 0 15px;
	padding: 0 0 0 20px;
	background: url(/mmenu/play/img/icon_circle.png) no-repeat 0 5px;
}

.keitaiMenu li:last-child {
	margin: 0;
}

.keitaiMenu li span {
	display: inline-block;
	margin: 10px 0 5px;
}

.keitaiChange li {
	padding: 40px 0 0;
}

.keitaiChange li:nth-child(1) {
	background: url(/mmenu/play/img/deluxe/step1.png) no-repeat 0 0;
}

.keitaiChange li:nth-child(2) {
	background: url(/mmenu/play/img/deluxe/step2.png) no-repeat 0 0;
}

.keitaiChange li p {
	margin: 0 0 20px;
}

.keitaiChange li figure {
	margin: 0 0 20px;
	text-align: center;
}


/* 対局ルール
----------------------------------------------------------- */
.rule {
	padding: 30px 0 0;
	background: url(/mmenu/play/img/contents_bg_03.png) no-repeat 0 0;
}

.ruleAnchor {
	overflow: hidden;
	margin: 0 0 30px;
	border: 1px solid #7f7f7f;
}

.ruleAnchor li {
	float: left;
	width: 50%;
	border-bottom: 1px dashed #7f7f7f;
}

.ruleAnchor a {
	display: block;
	padding: 10px 0 10px 40px;
	background: url(/mmenu/play/img/icon_arrow_02.png) no-repeat 20px 13px;
}

.ruleAnchor li:nth-child(2n) a {
	border-left: 1px solid #7f7f7f;
}

.ruleAnchor li:last-child,
.ruleAnchor li:nth-last-child(2) {
	border-bottom: none;
}

.ruleOtherLinks {
	overflow: hidden;
	padding: 25px 30px 10px;
	background: #f4f4ea;
}

.ruleOtherLinks li {
	float: left;
	width: 50%;
	margin: 0 0 15px 0;
}

.ruleOtherLinks li a {
	padding: 0 0 0 20px;
	background: url(/common/img/icon_arrow_02.png) no-repeat 0 5px;
}

.rule p {
	margin: 0 0 20px;
}

.rule .tableBasic {
	width: 490px;
	margin: 0 auto;
}

.rule dt {
	margin: 0 0 15px;
	color: #007c43;
	font-size: 142.86%;
	font-weight: bold;
}

.rule dd {
	margin: 0 0 20px;
}


/* 対局マナー
----------------------------------------------------------- */
.manner {
	padding: 30px 0 0;
	background: url(/mmenu/play/img/contents_bg_03.png) no-repeat 0 0;
}

.manner li {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	background: url(/mmenu/play/img/icon_circle.png) no-repeat 0 5px;
}

.manner .patrol {
	margin: 30px 0 0;
	padding: 30px 0 10px;
	border-top: 1px dashed #7f7f7f;
	text-align: center;
}

.manner .patrol dt {
	margin: 0 0 5px;
	color: #007c43;
	font-size: 142.86%;
	font-weight: bold;
}


/* 対話英訳集
----------------------------------------------------------- */
.englishList dt {
	margin: 0 0 5px;
	color: #007c43;
	font-size: 142.86%;
	font-weight: bold;
}

.englishList dd {
	margin: 0 0 20px;
}


/* 高級デザイン碁盤「極」
----------------------------------------------------------- */
.setup h3 {
	margin: 0 0 15px;
	color: #007c43;
	font-size: 142.86%;
	font-weight: bold;
}

.setupAttention {
	margin: 0 0 30px;
	padding: 20px;
	background: #f5f5eb;
}

.setupAttention dt {
	color: #007c43;
	font-size: 142.86%;
	font-weight: bold;
}

.setupStep {
	padding: 30px 0 0;
	border-top: 1px dashed #7f7f7f;
}

.setupStep dt {
	margin: 0 0 20px;
	padding: 0 0 0 75px;
	color: #007c43;
	font-size: 142.86%;
	font-weight: bold;
}

.setupStep dt:nth-child(1) {
	background: url(/mmenu/play/img/deluxe/step1.png) no-repeat 0 0;
}

.setupStep dt:nth-child(3) {
	background: url(/mmenu/play/img/deluxe/step2.png) no-repeat 0 0;
}

.setupStep dt:nth-child(5) {
	background: url(/mmenu/play/img/deluxe/step3.png) no-repeat 0 0;
}

.setupStep dt:nth-child(7) {
	background: url(/mmenu/play/img/deluxe/step4.png) no-repeat 0 0;
}

.setupStep dt:nth-child(9) {
	background: url(/mmenu/play/img/deluxe/step5.png) no-repeat 0 0;
}

.setupStep dt:nth-child(11) {
	background: url(/mmenu/play/img/deluxe/step6.png) no-repeat 0 0;
}

.setupStep dd {
	margin: 0 0 30px;
	padding: 0 0 40px;
	border-bottom: 1px dashed #7f7f7f;
	text-align: center;
}

.setupStep dd:last-child {
	margin: 0;
	border: none;
}


/* 過去のイベント
----------------------------------------------------------- */
.pastEvents ul {
	margin: 0 0 30px;
}

.pastEvents li {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	background: url(/common/img/icon_arrow_02.png) no-repeat 0 5px;
}

.pastEventsNav {
	padding: 30px 0 0;
	border-top: 1px dashed #7f7f7f;
	text-align: center;
}


/* 関西棋院棋士に対面指導後で挑戦
----------------------------------------------------------- */
.taimenshidougo .tableBasic {
	width: 100%;
	border: 1px solid #7f7f7f;
	font-size: 100%;
}

.taimenshidougo .tableBasic th {
	padding: 10px 15px;
	border: 1px solid #7f7f7f;
	font-weight: bold;
	text-align: center;
	background: #e7f6f8;
}

.taimenshidougo .tableBasic td {
	vertical-align: top;
	padding: 10px 15px;
	border-right: 1px solid #7f7f7f;
	border-left: 1px solid #7f7f7f;
	border-top: 1px dashed #7f7f7f;
}


.info_yellow {
	margin:20px 0px 30px;
	padding:20px;
	background-color:#fffab2;
	font-size:120%;
	font-weight:bold;
	line-height: 1.8;
	}
	
.info_yellow2 {
	margin:0px 0px 30px;
	padding:20px;
	background-color:#FF6;
	font-size:115%;
	font-weight:bold;
	line-height: 1.8;
	border:1px solid #926003;
	}


.tablephoto {
	width: 100%;
	margin-bottom:30px;
	border: 1px solid #7f7f7f;
	background-color:#FF9;
}

.tablephoto th {
	padding: 20px;
	font-weight: bold;
	font-size:110%;
	text-align: center;
}

.tablephoto td {
	vertical-align: top;
	text-align:center;
	padding:0 5px 15px;
}

.tablephoto td img {
	margin:0px 0 10px;
	border:1px solid #CCC;
}

.tablephoto02 {
	width: 100%;
	margin-bottom:30px;
}

.tablephoto02 th {
	padding: 10px;
	font-weight: bold;
	font-size:120%;
	text-align: center;
}

.tablephoto02 td {
	vertical-align: top;
	text-align:center;
	padding:0 0px 15px;
	line-height:1.3;
}

.tablephoto02 td img {
	margin:0 0 6px;
	border:1px solid #CCC;
}



#ALLLL table #map {
	margin:0px 4px 5px 4px;
	border:none;
	width:236px;
	height:175px;}


#kktaimen_map {
	border:1px solid #369;
	width:600px;
	height:600px;
	margin:5px auto 0px auto;
}


/* 月例大会大会結果
----------------------------------------------------------- */
#container_getsurei {
	line-height: 1.5;
	width: 794px;
	margin: 0 auto;
	padding: 0;
}

h2 .award {
	margin: 0 0 35px;
	padding: 20px 0 17px 40px;
	color: #007c43;
	font-size: 185.71%;
	font-weight: bold;
	background: #e7f3ee;
}


/* マナーキャンペーン
----------------------------------------------------------- */
.utility dt {
	clear: both;
	margin: 0 20px 0 0;
	color: #007c43;
	font-size: 142.86%;
	font-weight: bold;
}

.utility dd {
	margin: 0 0 30px;
	padding: 3px 0 0;
}

.utility dd:last-child {
	margin: 0;
}



/* 全日本学生最強位戦
----------------------------------------------------------- */	 
.s-btn {
	font-size:150%;
	font-weight:bold;
} 

.s-btn a {
	color: #FFF;
	text-decoration: underline;
	margin:15px 0 5px;
	padding: 20px;
	display:block;
	background-color: #0088ff;
	text-align:center;
	border:2px solid #d4d4d4;
}

.s-btn a:hover {
	text-decoration: none;
	background-color: #1b93fd;
	border:2px solid #d4d4d4;
}


.taikai_outline{
	margin-top:20px;
}

.taikai_outline dt {
	margin: 0 0 10px;
	color: #000000;
	font-size: 115%;
	font-weight: bold;
	border-bottom: 1px dotted #7f7f7f;
}

.taikai_outline dd {
	line-height: 1.7;
	margin: 0 0 20px;
	/*font-size: 114.29%;*/
}

.taikai_outline dd:last-child {
	margin: 0;
}

.summary { 
	width:100%;
	line-height:1.5;
	margin:10px 0;}
	
.summary dt { 
	float:left; 
	width:6em; 
	clear:both; 
	/*font-weight:bold;*/}
	
.summary dd { 
	margin-left:6em;
	 width:100%;}

dl.summary2 { 
	width:100%;
	font-size:100%;
	line-height:1.5;
	margin:10px 0;}
	
dl.summary2 dt { 
	float:left; 
	width:10em; 
	clear:both; 
	/*font-weight:bold;*/}
	
dl.summary2 dd { 
	margin-left:10em;
	 width:100%;}



.txbar-sdt01{
	margin: 40px 0 20px;
	padding: 7px 20px;
	background-color: #679adb;
	font-size:120%;
	font-weight:bold;
	color: #FFF;
	}

.txbar-skpa2015{
	margin: 40px 0 20px;
	padding: 7px 20px;
	background-color: #1f1f5e;
	font-size:120%;
	font-weight:bold;
	color: #FFF;
	}
	
.txbar03-skpa2015 {
	margin: 50px 0 20px;
	padding: 2px 10px;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	border-bottom: #1f1f5e solid 1px;
	border-left: #1f1f5e solid 13px;
}	
	
.subhead{
	margin: 20px 0 10px;
	font-size: 115%;
	font-weight: bold;
	border-bottom: 1px dotted #7f7f7f;}


.taikai_outline2{
	margin-top:20px;
}

.taikai_outline2 dt {
	margin: 0 0 10px;
	color: #000000;
	font-size: 135%;
	font-weight: bold;
	border-bottom: 1px dotted #7f7f7f;
}

.taikai_outline2 dd {
	line-height: 1.5;
	margin: 0 0 20px;
	/*font-size: 114.29%;*/
}

.taikai_outline2 dd:last-child {
	margin: 0;
}

.sen01{
	border: none; 
	margin: 20px 0px;
	border-top: dashed #a7a79d 1px;
	height: 0px;
	}


#saikyoi .tableBasic {
	text-align:center;
	margin: 15px auto;
	width: 600px;
	text-align: center;
}

#saikyoi .tableBasic td{
	padding:5px;
	text-align:center;}
	
#saikyoi_f .tableBasic {
	font-size:100%;
	margin: 15px auto;
	width: 100%;}

#saikyoi_f .tableBasic td{
	padding:5px;
	text-align:left;
	text-indent:1em;}

#saikyoi_f .tableBasic th{
	font-size:115%;
	padding:10px;
	text-align:center;
	background:#d9e8f6;}



#sankeiresult .tableBasic {
	margin:0 auto 20px;
	width: 100%;
	border: 1px solid #7f7f7f;
	font-size:100%;
}

#sankeiresult .tableBasic th {
	padding:5px;
	font-size:15px;
	border: 1px solid #7f7f7f;
	text-align: center;
	background: #e7f6f8;
}

#sankeiresult .tableBasic td {
	padding:5px;
	font-size:90%;
	vertical-align:middle;
	border: 1px solid #7f7f7f;
}


/* 石田指導碁（棋譜再現テーブル）
----------------------------------------------------------- */	 
#kifu_tb{
	border-collapse:collapse;
	width:660px;
	margin:10px auto;
	}
#kifu_tb th{
	padding:4px 0px;
	width:100px;
	font-weight:normal;
	font-size:16px;
	font-weight: normal;
	border:1px solid #330033;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	background-color: #09F;
	}
#kifu_tb td{
	padding:10px;
	font-weight:normal;
	font-size:16px;
	border:1px solid #330033;
	text-align:left;
	color:#330000;
	vertical-align:middle;
	}

#kifu_tb td a:link{
	background-image:url(../../img/kifu20x20.gif);
	background-repeat:no-repeat;
	padding-left:22px;
	}

#kifu_tb td a:visited{
	background-image:url(../../img/kifu20x20.gif);
	background-repeat:no-repeat;
	padding-left:22px;
	}

#kifu_tb td a:hover{
	background-image:url(../../img/kifu20x20.gif);
	background-repeat:no-repeat;
	padding-left:22px;
	}



/* ケーブルテレビ杯ネット囲碁選手権大会
----------------------------------------------------------- */	 
.txbar-catv01 {
	margin: 50px 0px 20px -15px;
	padding: 2px 10px;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	border-bottom: #f9b62a dotted 1px;
	border-left: #f9b62a solid 10px;
}


.txbar-catv02 {
	margin: 50px 0px 20px -15px;
	padding: 2px 10px;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	border-bottom: #bc9ce2 dotted 1px;
	border-left: #bc9ce2 solid 10px;
}

#catvtournament .tableBasic {
	margin:0 auto 20px;
	width: 100%;
	border: 1px solid #7f7f7f;
	font-size:100%;
}

#catvtournament .tableBasic th {
	padding:10px;
	font-size:15px;
	border: 1px solid #7f7f7f;
	text-align: center;
	background: #e7f6f8;
}

#catvtournament .tableBasic td {
	padding:10px;
	font-size:95%;
	vertical-align:middle;
	border: 1px solid #7f7f7f;
}

#catvtournament .tableBasic td a {
	color:#0088ff;
	text-decoration:none;
}

#catvtournament .tableBasic td a:hover {
	color:#ff6600;
}

