@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;
}

.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;
}

@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;
}

	
	