@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";

/* float
----------------------------------------------------------- */
.fl { float: left !important; }
.fr { float: right !important; }
.cl { clear: both !important; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }


/* align
----------------------------------------------------------- */
.align_l { text-align: left !important; }
.align_r { text-align: right !important; }
.align_c { text-align: center !important; }


/* align
----------------------------------------------------------- */
.valign_m { vertical-align:middle !important; }
.valign_b { vertical-align:bottom !important; }
.valign_t { vertical-align:top !important; }


/* width
----------------------------------------------------------- */
.w50p { width: 50px !important; }
.w100p { width: 100px !important; }
.w110p { width: 110px !important; }
.w120p { width: 120px !important; }
.w130p { width: 130px !important; }
.w140p { width: 140px !important; }
.w150p { width: 150px !important; }
.w160p { width: 160px !important; }
.w170p { width: 170px !important; }
.w180p { width: 180px !important; }
.w190p { width: 190px !important; }
.w200p { width: 200px !important; }
.w230p { width: 230px !important; }
.w300p { width: 300px !important; }
.w350p { width: 350px !important; }
.w400p { width: 400px !important; }
.w450p { width: 450px !important; }
.w500p { width: 500px !important; }


/* margin
----------------------------------------------------------- */
.mt0  { margin-top: 0px !important; }
.mt2  { margin-top: 2px !important; }
.mt5  { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }

.mr0  { margin-right: 0px !important; }
.mr5  { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }
.mr60 { margin-right: 60px !important; }

.mb0  { margin-bottom: 0px !important; }
.mb5  { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }

.ml0  { margin-left: 0px !important; }
.ml5  { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }
.ml60 { margin-left: 60px !important; }
.ml215 { margin-left: 215px !important; }

.ma { margin:auto; !important; }


/* padding
----------------------------------------------------------- */
.pt0  { padding-top: 0px !important; }
.pt5  { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }
.pt100 { padding-top: 100px !important; }
.pt150 { padding-top: 150px !important; }
.pt200 { padding-top: 200px !important; }

.pr0  { padding-right: 0px !important; }
.pr5  { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr45 { padding-right: 45px !important; }
.pr50 { padding-right: 50px !important; }

.pb0  { padding-bottom: 0px !important; }
.pb5  { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb100 { padding-bottom: 100px !important; }
.pb150 { padding-bottom: 150px !important; }
.pb200 { padding-bottom: 200px !important; }

.pl0  { padding-left: 0px !important; }
.pl5  { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl45 { padding-left: 45px !important; }
.pl50 { padding-left: 50px !important; }
.pl60 { padding-left: 60px !important; }
.pl70 { padding-left: 70px !important; }
.pl80 { padding-left: 80px !important; }
.pl90 { padding-left: 90px !important; }
.pl100 { padding-left: 100px !important; }
.pl110 { padding-left: 110px !important; }
.pl120 { padding-left: 120px !important; }

.pd5  { padding: 5px !important; }
.pd10 { padding: 10px !important; }
.pd15 { padding: 15px !important; }
.pd20 { padding: 20px !important; }
.pd25 { padding: 25px !important; }
.pd30 { padding: 30px !important; }

/* font
----------------------------------------------------------- */
.fsn  { font-size: 100% !important; }
.fs10 { font-size: 10px !important; }
.fs11 { font-size: 11px !important; }
.fs12 { font-size: 12px !important; }
.fs13 { font-size: 13px !important; }
.fs14 { font-size: 14px !important; }
.fs15 { font-size: 15px !important; }
.fs16 { font-size: 16px !important; }
.fs17 { font-size: 17px !important; }
.fs18 { font-size: 18px !important; }
.fs19 { font-size: 19px !important; }
.fs20 { font-size: 20px !important; }
.fs22 { font-size: 22px !important; }
.fs25 { font-size: 25px !important; }
.fs30 { font-size: 30px !important; }
.fs40 { font-size: 40px !important; }
.fwn  { font-weight: normal !important; }
.fwb  { font-weight: bold !important; }


/* color
----------------------------------------------------------- */
.attention1 { color: #c70000 !important; }
.attention2 { color: #007c43 !important; }
.attention3 { color: #004a9e !important; }
.attention4 { color: #dc3e00 !important; }
.attention5 { color: #666666 !important; }
.attention6 { color: #FFFFFF !important; }

			
/* backgroundcolor
----------------------------------------------------------- */
.bgcl01 { background-color: #c70000 !important; }
.bgcl02 { background-color: #007c43 !important; }
.bgcl03 { background-color: #004a9e !important; }
.bgcl04 { background-color: #dc3e00 !important; }
.bgcl05 { background-color: #666666 !important; }
.bgcl06 { background-color: #FF9 !important; }
.bgcl_gy { background-color: #b0ea91 !important; }
.bgcl_ly { background-color: #FFC; !important; }
.bgcl_pu { background-color: #f2e3f8; !important; }

/* list-style
----------------------------------------------------------- */
.li_disc{
	list-style: disc;}
	
.sen{
	margin: 20px 0px;
	border-top: dashed #a7a79d 1px;
	height: 0px;
	}
	
/* 締め切り後の枠
----------------------------------------------------------- */
.deadline{
	border:2px solid #0088ff;
	margin:0 0 20px;
	padding:20px;
	color: #0088ff;
	line-height:1.5;
	}

.deadline a{
	color: #0088ff;}

.deadline a:hover{
	color: #0088ff;}


.deadline_br{
	background:#281400;
	font-size:120%;
	font-weight:bold;
	padding:15px;
	margin-bottom:20px;
	margin-top:30px;
	line-height:1.5;
	text-align:center;
	color:#FFF;}
	
.deadline {
	
}

/* 締め切り後の枠　派生　ベージュ系おとなしめ
----------------------------------------------------------- */
.deadline_beige{
	border:1px solid #c9c9c9;
	margin:0 0 0px;
	padding:20px;
	background-color: #fef9e7;
	line-height:1.5;
	}


@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";

/*  2015囲碁川柳 -150930　2015石田指導碁 -151018　2015産経プロアマ -151025
----------------------------------------------------------- */
.app-btn {
	margin:20px 100px 5px;
	padding: 20px;
	display:block;
	background-color: #0088ff;
	border:1px solid #d4d4d4;
	border-radius: 7px;
	font-weight:bold;
	text-align:center;
	color: #FFF;
	} 

.app-btn a {
	font-size: 150%;
	padding:0 0 20px 30px ;
	margin:0 0 5px;
	color: #FFF;
	text-decoration: underline;
	background: url(/img/icon_arrow.png) no-repeat 0px 6px;
	}

.app-btn a:hover {
	color:#FF0;
	text-decoration: none;
	}


/* 第3回学生囲碁最強位戦
----------------------------------------------------------- */
#Student-s {
	margin:20px auto 15px;
	text-align:center;
}

#Student-s .app-btn02 {
	width:200px;
	padding:10px;
	font-weight:bold;
	background: #0088ff;
	background: -moz-linear-gradient(bottom, #0085fa, #40a5fd);
	background: -webkit-gradient(linear, center bottom, center top, from(#0085fa), to(#40a5fd));
	background: -ms-linear-gradient(top, #40a5fd, #0085fa);/**/
	/* IE8-9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#40a5fd', endColorstr='#0085fa', GradientType=0)";
	color:#FFF;
	vertical-align:middle;
	border:1px solid #177ad2;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	float:left;
	list-style:none;
	margin-left:10px;
	display:table-cell;
}
#Student-s .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;
}
#Student-s a:link {
	color:#ffffff;
	text-decoration:none;
}
#Student-s a:visited {
	color:#ffffff;
	text-decoration:none;
}
#Student-s a:hover {
	text-decoration:underline;
	color:#005bab;
}
#Student-s a:active {
	text-decoration:none;
}

.app-btn02 span{
	font-size:22px;
	text-decoration:underline;
	color:#FF0;}


#Student-s .app-btn03 {
	width:200px;
	padding:10px;
	font-weight:bold;
	background: #0088ff;
	background: -moz-linear-gradient(bottom, #489432, #5bbb3f);
	background: -webkit-gradient(linear, center bottom, center top, from(#489432), to(#5bbb3f));
	background: -ms-linear-gradient(top, #5bbb3f, #489432);/**/
	/* IE8-9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bbb3f', endColorstr='#489432', GradientType=0)";
	color:#FFF;
	vertical-align:middle;
	border:1px solid #448a2f;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	float:left;
	list-style:none;
	margin-left:10px;
	display:table-cell;
}
#Student-s .app-btn03:hover {
	background: #8dcaff;
	background: -moz-linear-gradient(bottom, #8bd889, #afe4ad);
	background: -webkit-gradient(linear, center bottom, center top, from(#8bd889), to(#afe4ad));
	background: -ms-linear-gradient(top, #afe4ad, #8bd889);
	/* IE8-9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#afe4ad', endColorstr='#8bd889', GradientType=0)";
	border:1px solid #5fc95c;
	text-decoration:underline;
}

.app-btn03 span{
	font-size:22px;
	text-decoration:underline;
	color:#FF0;}



/*  2014年7月月例企画 囲碁エピソードで使用しているボタン
----------------------------------------------------------- */
.btn_01 {
	width:250px;
	padding:10px;
	display:block;
	background-color:#0CF;
	border:1px solid #d4d4d4;
	border-radius:8px;
	font-weight:bold;
	text-align:center;
	color: #FFF;
	margin:0 auto 10px 50px; 
	} 

.btn_01 a {
	font-size:150%;
	padding:0 0 20px 30px ;
	margin:0 0 5px;
	color: #FFF;
	text-decoration: underline;
	background: url(/img/icon_arrow.png) no-repeat 0px 5px;
	}

.btn_01 a:hover {
	color:#FF0;
	text-decoration: none;
	}


.btn_02 {
	width:170px;
	padding:10px;
	display:block;
	background-color:#0088ff;
	border:1px solid #d4d4d4;
	border-radius:8px;
	font-weight:bold;
	text-align:center;
	color: #FFF;
	margin:0 auto; 
	} 

.btn_02 a {
	font-size:110%;
	padding:0 0 10px 30px ;
	margin:0 0 5px;
	color: #FFF;
	text-decoration: underline;
	background: url(/img/icon_arrow.png) no-repeat 0px 1px;
	}

.btn_02 a:hover {
	color:#FF0;
	text-decoration: none;
	}


/*  
----------------------------------------------------------- */
.vote-btn {
	margin:5px;
	padding: 4px 3px 3px 12px;
	display:block;
	background-color: #0088ff;
	border-radius: 5px;
	font-weight:bold;
	text-align:center;
	color: #FFF;
} 

.vote-btn a {
	padding: 4px 3px 3px 12px;
	margin:5px;
	color: #FFF;
	text-decoration: underline;
	background: url(/common/img/icon_arrow_w.png) no-repeat 0px 8px;
}

.vote-btn a:hover {
	color:#FF0;
	text-decoration: none;
}


/* 10月月例企画13路盤大会申込み(width,marginの設定なし)
----------------------------------------------------------- */
.roban13{
	margin:15px auto 5px;
	height:80px;
	padding: 20px;
	display:block;
	background-color: #0088ff;
	border:1px solid #d4d4d4;
	border-radius: 10px;
	font-weight:bold;
	text-align:center;
	color: #FFF;
	vertical-align:middle;
	} 

.roban13 a {
	font-size: 150%;
	padding:0 0 20px 30px ;
	margin:0 0 5px;
	color: #FFF;
	text-decoration: underline;
	background: url(/img/icon_arrow.png) no-repeat 0px 6px;
	vertical-align:middle;
	}

.roban13 a:hover {
	color:#FF0;
	text-decoration: none;
	}

.roban13 span{
	font-size:14px;
	line-height:1.5;
	font-weight:normal;}


/* 小見出し用のバー
----------------------------------------------------------- */
.txbar-sdt01{
	margin: 40px 0 20px;
	padding: 7px 20px;
	background-color: #679adb;
	font-size:120%;
	font-weight:bold;
	color: #FFF;
	}

/* ファン感謝デーで使用*/
.txbar-02{
	margin: 40px 0 10px;
	padding: 7px 20px;
	background-color: #ffd778;
	font-size:120%;
	font-weight:bold;
	color: #000000;
	}


/* 13路盤アマチュア最強位決定戦で使用しているボタン
----------------------------------------------------------- */
.btn13ro_btn{
	 position: relative; 
  overflow: hidden;
	}

.btn13ro_btn ul{
  position: relative;
  left: 70%; /* リスト全体であるul要素を右に50%移動。つまり先頭を中央に持ってくる感じです。 */
  float: left;
	}
	
.btn13ro_btn ul li{
 position: relative;
 left: -70%; /* 各リスト項目になるli要素を左に50%移動。 */
 float: left;
	width:350px;
	margin:15px auto 10px;
	padding-top:30px;
	padding-bottom:25px;
	display:block;
	background-color: #0088ff;
	border:1px solid #d4d4d4;
	border-radius: 5px;
	font-weight:bold;
	text-align:center;
	color: #FFF;
	} 

.btn13ro_btn ul li:first-child{
	margin-right:30px;
	}


.btn13ro_btn span{
	font-size: 170%;
	padding:0 0 0 30px ;
	color: #FFF;
	text-decoration: underline;
	background: url(/img/icon_arrow.png) no-repeat 0px 6px;
	}

.btn13ro_btn span:hover{
	text-decoration: none;
	}

.btn13ro_btn ul li:hover {
	background:#39a1fd;
	}

.btn13ro_l {
	width:300px;
	margin:10px auto 10px 50px;
	padding: 20px;
	display:block;
	background-color: #0088ff;
	border:1px solid #d4d4d4;
	border-radius: 5px;
	font-weight:bold;
	text-align:center;
	color: #FFF;
	} 

.btn13ro_l a {
	font-size: 150%;
	padding:0 0 20px 30px ;
	margin:0 0 5px;
	color: #FFF;
	text-decoration: underline;
	background: url(/img/icon_arrow.png) no-repeat 0px 6px;
	}

.btn13ro_l a:hover {
	color:#FF0;
	text-decoration: none;
	}


.btn13ro_r {
	width:300px;
	margin:10px 50px 10px auto;
	padding: 20px;
	display:block;
	background-color: #0088ff;
	border:1px solid #d4d4d4;
	border-radius: 5px;
	font-weight:bold;
	text-align:center;
	color: #FFF;
	} 

.btn13ro_r a {
	font-size: 150%;
	padding:0 0 20px 30px ;
	margin:0 0 5px;
	color: #FFF;
	text-decoration: underline;
	background: url(/img/icon_arrow.png) no-repeat 0px 6px;
	}

.btn13ro_r a:hover {
	color:#FF0;
	text-decoration: none;
	}

.btn13ro_e {
	background-color: #0088ff;
	border:1px solid #d4d4d4;
	padding:30px;
	border-radius:5px;
	color:#FFF;
	text-align:center;
	margin:10px 100px 15px;
	text-decoration:none;
	font-size:120%
	}

.btn13ro_e span {
	color:#FFF;
	text-decoration: underline;
	font-weight:bold;
	font-size:150%;
	}

.btn13ro_e span:hover {
	color:#FFF;
	text-decoration: none;
	}



/* 関西棋院対面指導碁で使用しているボタン
----------------------------------------------------------- */
.kktaimen_btn02 {
	background-color: #0088ff;
	border:1px solid #d4d4d4;
	padding:20px;
	font-size:150%;
	font-weight:bold;
	border-radius: 7px;
	color:#FFF;
	text-align:center;
	}

.kktaimen_btn02 a {
	color:#FFF;
	text-decoration: underline;
	}

.kktaimen_btn02 a:hover {
	color:#FFF;
	text-decoration: none;
	}

/* ひかりTV大会の申込みボタン（widthは本体htmlのマージンで設定する）
----------------------------------------------------------- */
.hikariTV_btn {
	background-color: #0088ff;
	background: -moz-linear-gradient(bottom, #0085fa, #40a5fd);
	background: -webkit-gradient(linear, center bottom, center top, from(#0085fa), to(#40a5fd));
	background: -ms-linear-gradient(top, #40a5fd, #0085fa);
	/* IE8-9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#40a5fd', endColorstr='#0085fa', GradientType=0)";
	border:1px solid #d4d4d4;
	padding:25px;
	font-size:160%;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	border:1px solid #177ad2;
	}

.hikariTV_btn a {
	color:#FFF;
	text-decoration:none;
	}

.hikariTV_btn:hover {
	color:#FFF;
	text-decoration:underline;
	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;
	}


/* 2015レディースネット大会 -150927
----------------------------------------------------------- */
.pandarady_btn {
	width:310px;
	margin:10px auto;
	padding: 25px 20px;
	display:block;
	background-color: #f44c7f;
	border:1px solid #fc4c8b;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	font-weight:bold;
	text-align:center;
	color: #FFF;
	} 

.pandarady_btn span {
	font-size: 160%;
	padding:0 0 20px 30px ;
	margin:0 0 5px;
	color: #FFF;
	background: url(/img/icon_arrow.png) no-repeat 0px 6px;
	text-decoration:underline;
	}

.pandarady_btn span:hover {
	text-decoration: none;
	}

.pandarady_btn:hover {
	text-decoration: none;
	border:1px solid #fbaac8;
	background-color: #fd81ae;
	}

/*  棋譜で勉強
----------------------------------------------------------- */
.kifucomment {
	margin:10px 100px 30px;
	padding: 20px;
	display:block;
	background-color: #0088ff;
	border:1px solid #d4d4d4;
	border-radius: 5px;
	font-weight:bold;
	text-align:center;
	color: #FFF;
	clear:both;
	} 

.kifucomment:hover {
	background-color: #289aff;
	}

.kifucomment a {
	font-size: 150%;
	padding:0 0 20px 30px ;
	margin:0 0 5px;
	color: #FFF;
	text-decoration: underline;
	background: url(/img/icon_arrow.png) no-repeat 0px 6px;
	}

.kifucomment a:hover {
	color:#FF0;
	text-decoration: none;
	}

.kifucomment span {
	font-weight:normal;
	}

.kifucomment span a {
	font-weight:normal;
	background:none;
	margin:0;
	font-size:100%;
	padding:0;
	}
	
/*  パンダネット杯　海外用応募ボタン -151209
----------------------------------------------------------- */	
#iwagapp {
	width: auto;
	text-align:center;
	margin:0 100px 10px;
}

#iwagapp .appbtn_w {
	padding:20px;
	font-weight:bold;
	background: #0088ff;
	background: -moz-linear-gradient(bottom, #0085fa, #2396fb);
	background: -webkit-gradient(linear, center bottom, center top, from(#0085fa), to(#2396fb));
	background: -ms-linear-gradient(top, #2396fb, #0085fa);/**/
	/* IE8-9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2396fb', endColorstr='#0085fa', GradientType=0)";
	color:#FFF;
	vertical-align:middle;
	border:1px solid #177ad2;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
}
#iwagapp .appbtn_w: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;
}
#iwagapp a:link {
	color:#ffffff;
	text-decoration:none;
}
#iwagapp a:visited {
	color:#ffffff;
	text-decoration:none;
}
#iwagapp a:hover {
	text-decoration:underline;
	color:#005bab;
}
#iwagapp a:active {
	text-decoration:none;
}

.appbtn_w span{
	font-size:22px;
	text-decoration:underline;
	color:#FF0;}


/*  ベーシックボタン（特製カレンダー　-151210）
----------------------------------------------------------- */	
#basicBTN {
	width: auto;
	text-align:center;
	margin:30px 100px 10px;
	font-size:20px;
}

#basicBTN .application {
	padding:20px;
	font-weight:bold;
	background: #0088ff;
	background: -moz-linear-gradient(bottom, #2698fc, #40a5fd);
	background: -webkit-gradient(linear, center bottom, center top, from(#2698fc), to(#40a5fd));
	background: -ms-linear-gradient(top, #40a5fd, #2698fc);/**/
	/* IE8-9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#40a5fd', endColorstr='#2698fc', GradientType=0)";
	color:#FFF;
	vertical-align:middle;
	border:1px solid #177ad2;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
}
#basicBTN .application: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;
}
#basicBTN a:link {
	color:#ffffff;
	text-decoration:none;
}
#basicBTN a:visited {
	color:#ffffff;
	text-decoration:none;
}
#basicBTN a:hover {
	text-decoration:underline;
	color:#005bab;
}
#basicBTN a:active {
	text-decoration:none;
}

.application span{
	font-size:25px;
	text-decoration:underline;
	color:#FF0;}
	


/*  ベーシックボタン（特製カレンダー　-151210）
----------------------------------------------------------- */	
#howfan {
	width: auto;
	text-align:center;
	font-size:20px;
}

#howfan .application {
	width:170px;
	padding:7px;
	font-weight:normal;
	font-size:90%;
	line-height:1.3;
	background: #0088ff;
	background: -moz-linear-gradient(bottom, #2698fc, #40a5fd);
	background: -webkit-gradient(linear, center bottom, center top, from(#2698fc), to(#40a5fd));
	background: -ms-linear-gradient(top, #40a5fd, #2698fc);/**/
	/* IE8-9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#40a5fd', endColorstr='#2698fc', GradientType=0)";
	color:#FFF;
	vertical-align:middle;
	border:1px solid #177ad2;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;
	margin-right:20px;   /* Firefox用 */
}
#howfan .application: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;
}
#howfan a:link {
	color:#ffffff;
	text-decoration:none;
}
#howfan a:visited {
	color:#ffffff;
	text-decoration:none;
}
#howfan a:hover {
	text-decoration:underline;
	color:#ffffff;
}
#howfan a:active {
	text-decoration:none;
}

	
	