@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";

/*  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;
}

	
	@charset "utf-8";

/* 共通
----------------------------------------------------------- */
.wrapper1 h2 {
	margin: 0 0 35px;
	padding: 20px 20px 17px 40px;
	color: #004a9e;
	font-size: 185.71%;
	font-weight: bold;
	background: #e7f0f8 url(/mmenu/reading/img/contents_bg_02.png) no-repeat 0 0;
}

.wrapper1 section:first-child h2:first-child {
	background: url(/mmenu/reading/img/contents_bg_03.png) no-repeat 0 0;
}

#side1 {
	padding: 75px 0 0;
}

#side1 li {
	margin: 0 0 7px;
	border-bottom: 1px dashed #a7a79d;
}

#side1 li:last-child {
	border: none;
}

#side1 li.current {
	background: url(/mmenu/reading/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_01.png) no-repeat 7px 9px;
}

#side1 li a:hover {
	color: #0062c2;
}

#side1 li.current a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: url(/mmenu/reading/img/side_bg_01.png) no-repeat 0 0;
}

.inlineLink {
	padding-left: 17px;
	background: url(/common/img/icon_arrow_01.png) no-repeat 0 5px;
}

#fancybox-content h3 {
	padding: 20px 0 17px 40px;
	color: #004b9e;
	font-size: 185.71%;
	font-weight: bold;
	background: url(/mmenu/reading/img/mailmaga/profile_bg_01.png) no-repeat 0 0;
}

#fancybox-content .wrapper3 {
	padding: 35px 40px;
	font-size: 114.29%;
	background: url(/mmenu/reading/img/mailmaga/profile_bg_02.png) no-repeat left bottom;
}


/* タイトル
----------------------------------------------------------- */
.contentsTitle {
	position: relative;
	margin: 0 0 30px;
}

.pageTitle {
	padding: 0 0 0 40px;
	border-left: 1px solid #a7a79e;
	color: #004a9e;
	font-size: 214.29%;
	font-weight: bold;
}

.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_01.png) no-repeat 0 5px;
}

.contentsTitle a.close {
	display: inline-block;
	padding: 0 0 0 17px;
	background: url(/mmenu/support/img/icon_close.png) no-repeat 0 5px;
}

.contentsTitle a.readMore:hover,
.contentsTitle a.close:hover {
	color: #004a9e;
}


/* トップ
----------------------------------------------------------- */
.readingList div {
	padding: 5px 8px;
	border-top: 1px solid #b2b29b;
}

.readingList h2 {
	margin: 0;
}

.readingList h2 + div {
	border: none;
}

.readingList div:last-child {
	padding: 5px 8px 8px;
}

.readingList a {
	display: block;
	overflow: hidden;
	padding: 20px 30px;
	text-decoration: none;
}

.readingList a:hover {
	background: #e7f0f8;
}

.readingList a dl {
	float: right;
	width: 585px;
}

.readingList a dt {
	margin: 0 0 5px;
	padding: 0 0 0 34px;
	font-size: 171.43%;
	font-weight: bold;
	background: url(/mmenu/reading/img/icon_arrow.png) no-repeat 0 5px;
}

.readingList a dt span {
	text-decoration: underline;
}

.readingList a:hover dt {
	color: #004a9e;
}

.readingList a:hover dt span {
	text-decoration: none;
}

.readingList a figure {
	float: left;
	border: 1px solid #c5c5c5;
}


/* パンダネットニュース
----------------------------------------------------------- */
.newsList1 {
	overflow: hidden;
	padding: 3px 3px 0;
	background: url(/mmenu/reading/img/contents_bg_04.png) no-repeat 0 0;
}

.newsList1 li {
	position: relative;
	float: left;
	width: 251px;
	padding: 5px;
	border-top: 1px solid #b2b29b;
	border-right: 1px solid #b2b29b;
}

.newsList1 li:nth-child(3n) {
	width: 250px;
	border-right: none;
}

.newsList1 li:nth-child(1),
.newsList1 li:nth-child(2),
.newsList1 li:nth-child(3) {
	border-top: none;
}

.newsList1 a {
	display: block;
	padding: 30px 0 25px;
	text-decoration: none;
}

.newsList1 a:hover {
	background: #e7f0f8;
}

.newsList1 figure {
	width: 184px;
	height: 138px;
	margin: 0 auto 10px;
	border: 1px solid #c5c5c5;
	background: #edede5;
}

.newsList1 .newsLive {
	position: absolute;
	top: 15px;
	left: 15px;
}

.newsList1 dl {
	width: 184px;
	margin: 0 auto;
}

.newsList1 dt {
	margin: 0 0 5px;
}

.newsList1 dt span {
	color: #c70000;
	font-weight: bold;
}

.newsList1 dd {
	display: inline;
	padding: 0 0 0 15px;
	font-size: 114.29%;
	text-decoration: underline;
	background: url(/common/img/icon_arrow_01.png) no-repeat 0 5px;
}

.newsList1 a:hover dd {
	text-decoration: none;
}

.newsList1 dd .external {
	padding-right: 22px;
	background: url(/mmenu/reading/img/icon_external.png) no-repeat right 2px;
}

.newsList2 {
	clear: both;
	padding: 30px 40px 15px;
	border-top: 1px solid #b2b29b;
}

.newsList2 li {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	background: url(/common/img/icon_arrow_01.png) no-repeat 0 5px;
}

.newsNav {
	margin: 0 40px;
	padding: 30px 0 35px;
	border-top: 1px dashed #7f7f7f;
	text-align: center;
}

.infoIntro dt {
	margin: 0 0 15px;
	color: #004a9e;
	font-size: 142.86%;
	font-weight: bold;
}

.infoIntro dd {
	margin: 0 0 25px;
	padding: 0 0 25px;
	border-bottom: 1px dashed #7f7f7f;
}

.live h3,
.tournamentPhoto h3,
.tournamentInfo h3 {
	margin: 0 0 15px;
	color: #004a9e;
	font-size: 142.86%;
	font-weight: bold;
}

.live {
	margin: 0 0 25px;
	padding: 0 0 5px;
	border-bottom: 1px dashed #7f7f7f;
}

.live .propair {
	width: 100%;
	margin: 0 0 25px;
	border: 1px solid #7f7f7f;
	font-size: 114.29%;
}

.live .propair th {
	padding: 10px 15px;
	border: 1px solid #7f7f7f;
	font-weight: bold;
	white-space: nowrap;
	background: #e7f6f8;
}

.live .propair td {
	padding: 10px 15px;
	border: 1px solid #7f7f7f;
}

.live .propair td:last-child {
	width: 100%;
}

.live .game {
	width: 100%;
	margin: 0 0 25px;
	border: 1px solid #7f7f7f;
	font-size: 114.29%;
}

.live .game th {
	padding: 10px 15px;
	border: 1px solid #7f7f7f;
	font-weight: bold;
	white-space: nowrap;
	background: #e7f6f8;
}

.live .game td {
	padding: 20px 0;
	border-bottom: 1px solid #7f7f7f;
	text-align: center;
}

.live .game td table {
	width: 580px;
	margin: 0 auto 15px;
}

.live .game td td {
	padding: 0;
	border: none;
}

.live .game td td:first-child,
.live .game td td:last-child {
	width: 115px;
}

.live .game td p {
	font-size: 87.5%;
	text-align: center;
}

.live .amapair {
	width: 100%;
	margin: 0 0 25px;
	border: 1px solid #7f7f7f;
	font-size: 114.29%;
}

.live .amapair th {
	padding: 10px 15px;
	border: 1px solid #7f7f7f;
	font-weight: bold;
	background: #e7f6f8;
}

.live .amapair td {
	padding: 20px;
	border-bottom: 1px solid #7f7f7f;
}

.live .amapair td h4 {
	margin: 0 0 10px;
	color: #004a9e;
	font-size: 125%;
	font-weight: bold;
}

.live .amapair td p {
	margin: 0 0 20px;
}

.live .amapair td p:last-child {
	margin: 0;
}

.tournamentPhoto {
	margin: 0 0 25px;
	padding: 0 0 5px;
	border-bottom: 1px dashed #7f7f7f;
}

.tournamentPhoto ul {
	overflow: hidden;
}

.tournamentPhoto li {
	float: left;
	margin: 0 28px 20px 0;
}

.tournamentPhoto li:nth-child(3n) {
	margin: 0 0 20px 0;
}

.tournamentPhoto figure {
	width: 215px;
	height: 250px;
}

.tournamentPhoto img {
	border: 1px solid #c6c6c6;
}

.tournamentPhoto figcaption {
	padding: 10px 0 0;
	width: 215px;
}

.tournamentInfo .pair {
	width: 100%;
	margin: 0 0 25px;
	border: 1px solid #7f7f7f;
}

.tournamentInfo .pair th {
	padding: 10px 15px;
	border: 1px solid #7f7f7f;
	font-size: 114.29%;
	font-weight: bold;
	background: #e7f6f8;
}

.tournamentInfo .pair td {
	padding: 10px 0 0;
	text-align: center;
}

.tournamentInfo .pair tr:last-child td {
	padding: 10px 0;
}

.tournamentInfo .tableBasic th {
	border-top: none;
	border-bottom: 1px dashed #7f7f7f;
	text-align: left;
}


/* メールマガジン
----------------------------------------------------------- */
.mailmagaMain {
	position: relative;
	margin: 0 0 30px;
}

.mailmagaMain p:last-child {
	position: absolute;
	top: 205px;
	left: 65px;
	width: 660px;
	line-height: 1.7;
	font-size: 114.29%;
}

.mailmagaProfile {
	overflow: hidden;
	margin: 20px 0 30px;
	padding: 0 0 0 51px;
}

.mailmagaProfile li {
	float: left;
	width: 176px;
	margin: 0 40px 0 0;
	text-align: center;
}

.mailmagaProfile li p {
	margin: 0 0 10px;
}

.profileHide {
	display: none;
}

.profileBox {
	width: 790px;
	line-height: 1.5;
}

.profileBox h4 {
	margin: 0 0 15px;
	font-size: 140%;
	font-weight: bold;
}

.profileBox .fl {
	width: 176px;
}

.profileBox .fr {
	width: 500px;
	margin: 0 0 30px;
}

.profileBox .fr p {
	margin: 0 0 20px;
}

.profileBox .fr dt {
	float: left;
}

.profileBox .fr dd {
	margin: 0 0 0 75px;
}

.profileClose {
	clear: both;
	text-align: center;
}

.moushikomi dt {
	margin: 0 0 15px;
	color: #004a9e;
	font-size: 142.86%;
	font-weight: bold;
}

.moushikomi dd {
	margin: 0 0 20px;
}

.moushikomi dd:nth-child(3) {
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px dashed #7f7f7f;
}


/* 会員紹介
----------------------------------------------------------- */
.memberList td a {
	padding: 0 0 0 18px;
	background: url(/common/img/icon_arrow_01.png) no-repeat 0 5px;
}

.memberDetail .wrapper3 {
	padding: 40px 40px 20px;
	background: url(/mmenu/reading/img/contents_bg_01.png) no-repeat 0 0;
}

.memberDetail figure {
	float: left;
	width: 200px;
	padding: 25px 0 20px;
	font-size: 114.29%;
	text-align: center;
	background: #e7f6f8;
}

.memberDetail figcaption {
	margin: 15px 0 0;
}

.memberDetail table {
	float: right;
	width: 485px;
	margin: 0 0 40px;
}

.memberDetail td strong {
	white-space: nowrap;
}

.memberTop {
	clear: both;
	padding: 30px 0 0;
	border-top: 1px dashed #7f7f7f;
	text-align: center;
}

.memberTop p {
	margin: 0 0 20px;
}


/* 学生会員制度
----------------------------------------------------------- */
.joinMethod .destination {
	margin: 0 0 25px;
	padding: 20px;
	font-weight: bold;
	background: #f5f5ec;
}

.joinMethod dt {
	margin: 0 0 10px;
	color: #004a9e;
	font-size: 142.86%;
	font-weight: bold;
}

.joinMethod dd {
	margin: 0 0 5px;
}

.joinMethod dd span {
	color: #666;
}

.joinMethod dd img {
	vertical-align: middle;
}

.juniorDetail p:last-child {
	padding: 30px 0 10px;
	border-top: 1px dashed #7f7f7f;
	text-align: center;
}


/* 囲碁普及企画
----------------------------------------------------------- */
.igofukyuMain {
	position: relative;
	margin: 0 0 30px;
}

.igofukyuMain p:last-child {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

.igofukyuReport {
	overflow: hidden;
	margin: 0 0 20px;
	padding: 0 19px;
}

.igofukyuReport li {
	float: left;
	width: 200px;
	margin: 0 36px 0 0;
}

.igofukyuReport li:last-child {
	float: right;
	margin: 0;
}

.igofukyuReport li p {
	margin: 0 0 15px;
}

.igofukyuReport li strong {
	color: #004a9e;
	font-size: 128.57%;
}

.reportBox {
	width: 790px;
	line-height: 1.5;
}

.reportBox h4 {
	margin: 0 0 10px;
	color: #004b9e;
	font-size: 150%;
	font-weight: bold;
}


/* 囲碁の効用
----------------------------------------------------------- */
.utility dt {
	clear: both;
	float: left;
	margin: 0 20px 0 0;
	color: #004a9e;
	font-size: 142.86%;
	font-weight: bold;
}

.utility dd {
	margin: 0 0 25px;
	padding: 3px 0 0;
}

.utility dd:last-child {
	margin: 0;
}


/* パンダポイントの交換
----------------------------------------------------------- */
.pointMain {
	position: relative;
}

.pointMain ul {
	position: absolute;
	top: 260px;
	right: 40px;
	width: 188px;
	height: 66px;
	padding: 13px 0 0 90px;
	font-size: 114.29%;
	background: url(/mmenu/reading/img/point/cartcontents_bg_03.png) no-repeat 0 0;
}

.pointMain li span {
	color: #ff7e00;
	font-size: 125%;
	font-weight: bold;
}

.pointMain li a {
	padding: 0 0 0 17px;
	background: url(/common/img/icon_arrow_01.png) no-repeat 0 5px;
}

.pointMain p:nth-last-child(2) {
	padding: 25px 40px;
}

.pointMain p:last-child {
	position: absolute;
	top: 260px;
	left: 37px;
}

.pointExchangeTop h2:first-child {
	background: #e7f0f8 url(/mmenu/reading/img/contents_bg_02.png) no-repeat 0 0;
}

.pointExchangeTop h3 {
	margin: 0 0 15px;
	color: #004a9e;
	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;
}

.holdingPoints {
	float: left;
	line-height: 58px;
	margin: 0 25px 15px 0;
	padding: 0 0 0 85px;
	background: url(/mmenu/reading/img/point/icon_p.png) no-repeat 40px 10px;
}

.holdingPoints span:first-child {
	font-size: 128.57%;
}

.holdingPoints span:last-child {
	font-size: 128.57%;
	font-weight: bold;
}

.cartContents {
	float: left;
	overflow: hidden;
	line-height: 58px;
	margin: 0 0 15px;
	padding: 0 10px 0 0;
	font-size: 114.29%;
	background: url(/mmenu/reading/img/point/cartcontents_bg_01.png) no-repeat top right;
}

.cartContents li {
	float: left;
	margin: 0 10px 0 0;
}

.cartContents li:first-child {
	padding: 0 0 0 70px;
	background: url(/mmenu/reading/img/point/cartcontents_bg_02.png) no-repeat 0 0;
}

.cartContents span {
	color: #ff7e00;
	font-size: 125%;
	font-weight: bold;
}

.cartContents a {
	padding: 0 0 0 17px;
	background: url(/common/img/icon_arrow_01.png) no-repeat 0 5px;
}

.productList {
	overflow: hidden;
	font-size: 114.29%;
}

.productList li {
	float: left;
	width: 167px;
	margin: 0 13px 14px 0;
}

.productList li:nth-child(4n) {
	margin: 0 0 14px 0;
}

.productList a {
	display: block;
	border: 1px solid #c5c5c5;
}

.productList .non-a {
	display: block;
	border: 1px solid #c5c5c5;
}

.productList a:hover {
	color: #004a9e;
}

.productList figure {
	border-bottom: 1px solid #c5c5c5;
}

.productList p {
	padding: 15px;
	border: 4px solid #fff;
	border-top: none;
	text-indent: 15px;
	background: url(/common/img/icon_arrow_01.png) no-repeat 15px 20px;
	height: 70px;
}

.productList a:hover p {
	background: #e8eff7 url(/common/img/icon_arrow_01.png) no-repeat 15px 20px;
}

.productData {
	overflow: hidden;
	margin: 0 0 40px;
}

.productData div {
	float: right;
	width: 247px;
	font-size: 114.29%;
}

.productData div h3 {
	margin: 0 0 15px;
	padding: 10px 0 0;
	font-size: 125%;
	font-weight: bold;
}

.productData div p {
	margin: 0 0 15px;
}

.productData .productSpec {
	font-size: 87.5%;
}

.productData .necessaryPoints {
	margin: 20px 0 20px 0;
	padding: 10px 10px 10px 10px;
	font-size: 87.5%;
	text-align: center;
	background: #fff2e5;
}

.productData .necessaryPoints span {
	color: #ed5900;
	font-size: 142.86%;
	font-weight: bold;
}

.productData figure {
	float: left;
	border: 1px solid #c5c5c5;
}

.pointCart {
	margin: 0 0 20px;
}

.pointCart th {
	white-space: nowrap;
}

.pointCart td {
	text-align: center;
}

.pointCart td a {
	padding: 0 0 0 17px;
	background: url(/common/img/icon_arrow_01.png) no-repeat 0 5px;
}

.pointCart td:nth-child(1) {
	text-align: left;
}

.pointCart td:nth-child(2) {
	white-space: nowrap;
}

.pointTotal {
	margin: 0 0 10px;
	padding: 0 0 15px;
	border-bottom: 1px solid #7f7f7f;
	text-align: right;
}

.pointTotal span {
	color: #ed5900;
	font-size: 142.86%;
	font-weight: bold;
}

.exchangeThanks {
	margin: 0 0 40px;
	text-align: center;
}

.exchangeThanks dt {
	margin: 0 0 20px;
	color: #004a9e;
	font-size: 157.14%;
	font-weight: bold;
}

.exchangeThanks figure,
.exchangeThanks p {
	margin: 0 0 20px;
}

.exchangeBack {
	padding: 30px 0;
	border-top: 1px dashed #7f7f7f;
	text-align: center;
}

.exchangeGuide {
	padding: 30px 0 0;
	border-top: 1px dashed #7f7f7f;
}

.exchangeGuide dt {
	margin: 0 0 10px;
	color: #004a9e;
	font-size: 142.86%;
	font-weight: bold;
}

.exchangeGuide dd {
	margin: 0 0 20px;
	text-indent: -1em;
	margin-left: 1em;
}


/*ヒカルの囲碁入門*/
.igonyumon .tableBasic {
	width: 510px;
	border: 1px solid #7f7f7f;
	font-size: 105%;
}

.igonyumon .tableBasic th {
	padding: 10px 15px;
	border: 1px solid #7f7f7f;
	font-weight: bold;
	text-align: center;
	background: #e7f6f8;
}

.igonyumon .tableBasic td {
	vertical-align: top;
	padding: 10px 15px;
	border-right: 1px solid #7f7f7f;
	border-left: 1px solid #7f7f7f;
	border-top: 1px dashed #7f7f7f;
}

.igonyumon .tableBasic td a {
	padding: 0 0 0 17px;
	background: url(/common/img/icon_arrow_01.png) no-repeat 0 5px;
}


/* プロフィールのポップアップ用
----------------------------------------------------------- */
.profile .inlineLink {
	display: inline-block;
	margin: 0 0 5px;
	}/**/


.kishi_prof{
	background:none;
	margin-top:15px;}

.kishi_prof a {
	background:none;
}

.kishi_prof figure {
	float: left;
	margin: 0 30px 0 0;
}

.kishi_prof figure strong {
	display: inline-block;
	padding: 10px 0 5px;
	font-size: 171.43%;
}


.kishi_prof dl {
	float: right;
	width: 485px;
	margin: 0 0 15px;
	text-align: center;*/
}

.kishi_prof dt {
	margin: 0 0 5px;
	font-weight: bold;
}

.kishi_prof dd {
	margin: 0 0 20px;
}

.kishi_prof dd img {
	margin: 0 0 5px;
}


.ProfilePopup  {
	width: 790px;
	line-height: 1.5;
}

.ProfilePopup dl {
	float: right;
	width: 470px;
	margin: 0 0 20px;
}

.ProfilePopup dt {
	margin: 0 0 10px;
	font-size: 150%;
	font-weight: bold;
}


/* 囲碁入門動画再生用の枠
-------------------------------------------------------------*/
.frame_top {
	padding: 10px 0 0;
	background: url(/mmenu/support/img/contents_bg_01.png) no-repeat 0 0;
}



/* パンダネットクイズ
----------------------------------------------------------- */
.p_quiz .tableBasic {
	width: 100%;
	border:none;
	/*border: 1px solid #7f7f7f;*/
	font-size: 100%;
	margin-bottom:30px;
	}

.p_quiz .tableBasic th {
	width:50px;
	padding: 20px 25px;
	margin-top:20px;
	border:none;
	font-size:130%;
	font-weight: bold;
	text-align: center;
	vertical-align:top;
	background: #f8b000;
	color:#000000;
}

.p_quiz .tableBasic td {
	vertical-align: top;
	padding: 20px;
	background-color:#fde5bb;
	border:none;
}

.p_quiz .tableBasic .border_non{
	line-height:2;
	padding: 10px 0px 10px 116px;
	border:none;
	font-size:105%;
	background-color:#FFF;
	}

.quiz_title{
	padding:16px 30px 13px 40px;
	margin:0 3px 30px ;
	font-size:140%;
	font-weight: bold;
	text-align: left;
	background: #110c00;
	color:#FFFFFF;
	}


/*パンダネットアンケート*/
#q_enter li {
	width:250px;
	float: left;
	margin: 40px 30px 0px 15px;
	font-size:140%;
	padding:30px;
	background-color:#06F;
	text-align:center;
	font-weight:bold;
}

#q_enter li:last-child {
	margin-right:0px;
}


#q_enter li a {
	display: block;
	padding: 0 25px 0 20px;
	color:#FFF;
	background: url(/common/img/icon_arrow_01.png) no-repeat 0 50%;
}


#enter_txt li {
	width:310px;
	float: left;
	margin: 5px 30px 20px 15px;
	text-align:center;
	font-weight:bold;
}



.pandainfo {
	padding: 30px 0 0;
	background: url(/mmenu/support/img/contents_bg_01.png) no-repeat 0 0;
}


/* 囲碁普及企画
----------------------------------------------------------- */
.fukyu_info {
	padding:20px 30px;
	background-color: #004a9e;
	color:#FFF;
	}


/* 呉清源百寿を祝う会
----------------------------------------------------------- */
.summary { 
	width:100%;
	line-height:1.5;
	margin:10px 0;}
	
.summary dt { 
	float:left; 
	width:7em; 
	clear:both; 
	/*font-weight:bold;*/}
	
.summary dd { 
	margin-left:7em;
	 width:100%;}
	 
.subhead{
	margin: 20px 0 10px;
	font-size: 115%;
	font-weight: bold;
	border-bottom: 1px dotted #7f7f7f;}
	
	
.sen01{
	margin: 30px 0px;
	border-top: dashed #a7a79d 1px;
	height: 1px;
	}

.kakomi{
	border:1px solid #a7a79d;
	padding:10px 30px 30px;}
	
	
/* txt-btn
----------------------------------------------------------- */
.app-btn {
	margin:5px 120px;
	padding: 10px;
	display:block;
	background-color: #0088ff;
	border:1px solid #d4d4d4;
	border-radius: 10px;
	font-weight:bold;
	text-align:center;
	color: #FFF;
	
} 

.app-btn a {
	font-size: 171.43%;
	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;
}

.uline_non{
	text-decoration:none;}

/* 月例定例企画
----------------------------------------------------------- */
.getsurei_prize{
	padding:10px 0 10px 20px;
	margin:25px 0;
	background-color:#FFC;
	border:1px solid #FC6;}	

/* 月例定例企画（フォトコンテスト）
----------------------------------------------------------- */
table.photo-contest {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse; 
	border:1px solid #b09f68;
	font-size:90%;
}

table.photo-contest th { 
	font-weight: normal; /**/ 
	background-color: #313440; 
	text-align: left; 
	padding: 5px 10px 5px 10px;
	white-space:nowrap;
	color:#FFF;
} 

table.photo-contest td { 
	background-color: #f0eadd; 
	text-align: center;
	padding: 10px 5px 5px 10px;
	white-space:nowrap;	
} 

.imgposi{
	margin:0px auto;
	text-align:center;
}

#contents table.photo-style {
	margin-left: auto;
	margin-right: auto;
	font-size:90%;
}


#contents table.photo-style tr td { 
	text-align: center;
	padding:5px;
	white-space:nowrap;	
} 

.ph_popup {
	overflow: hidden;
}

#ph_popupZoom {
	width: 790px;
	line-height: 1.5;
}

.femaleProfilePopup  {
	width: 790px;
	line-height: 1.5;
}

.femaleProfilePopup dl {
	float: right;
	width: 470px;
	margin: 0 0 20px;
}

.femaleProfilePopup dt {
	margin: 0 0 10px;
	font-size: 150%;
	font-weight: bold;
}

.PhPopup  {
	width: 790px;
	line-height: 1.5;
}

.PhPopup dl {
	margin: 10px 71px;
}

.PhPopup dt {
	margin: 0 0 10px;
	font-size: 110%;
	font-weight: bold;
	text-align:left;
}

.PhPopup dd {
	font-size: 110%;
	text-align:left;
}


/* 応募ボタン
----------------------------------------------------------- */
.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;
}


/* 囲碁川柳
----------------------------------------------------------- */
table#sakuhin01_main{
	width:680px;
	margin:10px auto;
	border:none;
}
table#sakuhin01_main td{
	text-align:center;
	padding:0px;
}
table#sakuhin01_main td img{
	margin-bottom:10px;
}

/* 13路盤大会
----------------------------------------------------------- */
#getsurei10_pt{
	width: 530px;
	margin:15px auto 20px;
	font-size:100%;
	}

#getsurei10_pt td{
	padding:5px;
	font-size:15px;
	}

	
/* 林耕三六段の囲碁紀行
----------------------------------------------------------- */
#Travelogue p{
	margin-bottom:15px;
}

#Travelogue figure{
	margin-bottom:40px;
	}

#Travelogue figure img{
	border:1px solid #e7e7e7;
	}

#Travelogue figure figcaption{
	font-size:12px;
	padding:5px;
	}
		
.gameRecord {
	overflow: hidden;
	text-align: center;
	float: right;
	margin: 0 0 20px 20px;
}

#gameRecordZoom {
	width: 790px;
	line-height: 1.5;
}

#letterZoom {
	width: 790px;
	line-height: 1.5;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	z-index: 1101;
	outline: none;
	display: none;
	width: 790px !important;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow:  ;
	z-index: 1102;
	border: none;
	border-width: 0 !important;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -25px;
	right: -25px;
	width: 55px;
	height: 55px;
	cursor: pointer;
	z-index: 1103;
	display: none;
	background: url(/mmenu/study/img/lessongo/btn_overclose.png) no-repeat 0 0;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/common/img/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 0;
	height: 0;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }