@charset "UTF-8";

/* ------------------------
 for Wordpress styles
------------------------ */
/*************************
		nav-single
**************************/
.navSingle {
	margin: 20px 10px;
}
.navSingle a {
	padding: 3px 10px;
	background: #DDD;
}
.navPrevious {
	float: left;
}
.navNext {
	float: right;
}

/* ---------- pagination */
.pagination {
	clear: both;
	margin: 20px 0;
	padding: 6px;
	position: relative;
	font-size: 14px;
	line-height: 14px;
	text-align:center;
	background: #EEE;
	background: rgba(225,225,225,0.8);
}
.pagination i {
	margin: 2px;
	padding: 6px;
	color:#666;
	font-style: normal;
	font-weight: bold;
	display: inline-table;
}
.pagination span, .pagination a {
	width: auto;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	color:#fff;
	background: #999;
	display: inline-table;
}
.pagination a:hover{
	background: #F00;
	color: #fff;
}
.pagination .current{
	padding: 6px 9px 5px 9px;
	background: #F00;
	color: #fff;
}

/* --------------
 reset
-------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
ol,ul{list-style:none}
caption,th{text-align:left}
img {max-width:100% !important; height:auto;vertical-align: bottom;}
iframe {max-width:100% !important; border:none;}

/* リマーケティング タグの Google コードの隙間を回避 */
iframe[name="google_conversion_frame"] { position:absolute; height:0; }

/* --------------
 clearfix
-------------- */
.cf:after,
div:after,ul:after,ol:after,dl:after,
header:after,footer:after,
nav:after,section:after,article:after,aside:after,
.HL1:after, article h2:after {
	content: ""; 
	display: block;
	clear: both;
}

/* --------------
 base
-------------- */
html {
	background: #B79D55;
}
body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
img.bgmaximage {
	width: 100%;
	height: 100%;
	position: fixed !important;
}

/* link */
a {
	color: #930;
	text-decoration: none;
	word-break: break-all;
}
a:hover {
	color: #C60;
}
a:hover img {
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.atagOg {
	color: #f08300;
	text-decoration: underline;
}
.atagOg:hover {
	color: #f08300;
	text-decoration: none;
}

hr {
	height: 1px;
	border: none;
	border-bottom: 1px solid #555;
}

small {display: inline-block; line-height: 1.5;}

/* --------------
 modules css
-------------- */
/* ---------- font color */
.clRed { color:red;}
.clBlue { color:#0099d9;}
.clOg { color:#EA5532;}
.clGray, .gray { color: #999;}

/* ---------- font weight */
.bold {	font-weight: bold;}

/* ---------- align */
.alc { text-align: center !important;}
.alr { text-align: right !important;}
.all { text-align: left !important;}

.alt { vertical-align: top !important;}
.alb { text-align: bottom !important;}

/* ---------- float */
.noFloat { float: none !important;}

/* ---------- Cancele */
.both { clear: both;}

/* ---------- margin,padding */
.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;}

.ml0 {	margin-left: 0px !important;}
.ml5 {	margin-left: 5px !important;}
.ml10 {	margin-left: 10px !important;}
.ml20 {	margin-left: 20px !important;}
.ml30 {	margin-left: 30px !important;}

.mr0 {	margin-right: 0px !important;}
.mr5 {	margin-right: 5px !important;}
.mr10 {	margin-right: 10px !important;}
.mr20 {	margin-right: 20px !important;}
.mr30 {	margin-right: 30px !important;}

.mt0 {	margin-top: 0px !important;}
.mt5 {	margin-top: 5px !important;}
.mt10 {	margin-top: 10px !important;}
.mt15 {	margin-top: 15px !important;}
.mt20 {	margin-top: 20px !important;}
.mt30 {	margin-top: 30px !important;}

.pb0 {	padding-bottom: 0px !important;}
.pb5 {	padding-bottom: 5px !important;}
.pb10 {	padding-bottom: 10px !important;}
.pb20 {	padding-bottom: 20px !important;}
.pb30 {	padding-bottom: 30px !important;}

.pt0 {	padding-top: 0px !important;}
.pt5 {	padding-top: 5px !important;}
.pt10 {	padding-top: 10px !important;}
.pt20 {	padding-top: 20px !important;}
.pt30 {	padding-top: 30px !important;}


/* ----- text */

/* ----- list */
.ulDisc {
	margin-left: 20px;
	/*line-height: 1.4;*/
	list-style: outside disc;
}
.olDecimal {
	margin-left: 20px;
	list-style: outside decimal;
}
.ulKome li {
	padding-left: 14px;
	background: url(../img/kome.png) no-repeat 1px 6px;
}

.ulDisc li, .olDecimal li, ulKome li {
	margin-bottom: 10px;
	line-height: 1.6;
}

.col6 {
	text-align: center;
	letter-spacing: -.40em;
}
.col6 li {
	letter-spacing: normal;
	display: inline-block;
	font-size: 80%;
	text-align: center;
}

.bgB {
	padding: 1px 3px;
	background: #333;
}

.lead {
	padding: 8px 5px 5px;
	background: #FFF;
}

.clmRed {
	background: #a40000;/* fallback */
	background: -moz-linear-gradient(top center, #a40000 0%, #b80006 65%, #a40000 100%);/* Firefox */
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0.00, #a40000), color-stop(0.65, #b80006), color-stop(1.00, #a40000));/* Chrome & Safari */
	background: linear-gradient(to bottom, #a40000 0%, #b80006 65%, #a40000 100%);/* IE10+, W3C */
}
.clmBlue {
	background: #6fc8dd;/* fallback */
	background: -moz-linear-gradient(top center, #51CCED 0%, #6fc8dd 65%, #51CCED 100%);/* Firefox */
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0.00, #51CCED), color-stop(0.65, #6fc8dd), color-stop(1.00, #51CCED));/* Chrome & Safari */
	background: linear-gradient(to bottom, #51CCED 0%, #6fc8dd 65%, #51CCED 100%);/* IE10+, W3C */
}
.clmOg {
	background: #f6b70e;/* fallback */
	background: -moz-linear-gradient(top center, #ebab00 0%, #f6b70e 65%, #ebab00 100%);/* Firefox */
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0.00, #ebab00), color-stop(0.65, #f6b70e), color-stop(1.00, #ebab00));/* Chrome & Safari */
	background: linear-gradient(to bottom, #ebab00 0%, #f6b70e 65%, #ebab00 100%);/* IE10+, W3C */
}

/* line */
.lineG {
	padding-right: 3px;
	text-shadow: 0 0 1px #FFF, 0 0 2px #FFF;
	background: url(../img/line_green.png) no-repeat;
}


/* --------------
 common
-------------- */

/* =header
-------------------------------------------------------------- **/

/* =siteHeader
---------------------------------------------------- */
#siteHeader {
	position: relative;
}

/* logo */
#logo {
}

#siteHeader h2 {
	position: absolute;
}

/* lead */
#lead {
}

/* =globalNav
---------------------------------------------------- */
/* mainNav */
#mainNav li a {
	display: block;
}

/* sNav */
#sNav li {
	padding-left: 10px;
	background: url(../img/arwS_r.png) no-repeat left center;
}
#sNav li a {
	display:inline-block;
}
#sNav li a:hover {
	text-decoration: underline;
}

/* =wrapper
-------------------------------------------------------------- **/
#wrapper {
	position: relative;
	/* background: url(../img/cloud.png) repeat-y center top; */
}

/* =container
-------------------------------------------------------------- **/
/* =contents
---------------------------------------------------- */
#contents {
	padding-bottom: 30px;
}

.tmp_archive p, .tmp_single p {
	padding-bottom: 1em;
}

.bgWt, .tmp_archive article, .tmp_page, .tmp_single {
	background: #FFF;
}
.bgBl {
	background-color: #9CF !important;
}
.bgBl_test {
	background: #0052a5;/* fallback */
	background: -moz-linear-gradient(top center, #0052a5 0%, #0093d8 65%, #0052a5 100%);/* Firefox */
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0.00, #0052a5), color-stop(0.65, #0093d8), color-stop(1.00, #0052a5));/* Chrome & Safari */
	background: linear-gradient(to bottom, #0052a5 0%, #0093d8 65%, #0052a5 100%);/* IE10+, W3C */
}

.tmp_archive article {
	box-shadow: 0 3px 10px #666;
}
#narikiri article, #narikiri_test article {
	background: url(../img/bgCyber.jpg) repeat-y;
}

.bgGy {
	padding: 10px;
	background: #EFEFEF;
}

/* ----- headline */
.HL1 {
	color: #FFF;
	box-shadow: inset 3px 3px 3px #00004b;
	background: #009;/* fallback */
	background: -moz-linear-gradient(top center, #00004b 0%, #009 30%, #009 100%);/* Firefox */
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0.00, #00004b), color-stop(0.30, #009), color-stop(1.00, #009));/* Chrome & Safari */
	background: linear-gradient(to bottom, #00004b 0%, #009 30%, #009 100%);/* IE10+, W3C */
}
.HL1.bgRed {
	box-shadow: inset 3px 3px 3px #600;
	background: #900;/* fallback */
	background: -moz-linear-gradient(top center, #600 0%, #900 30%, #900 100%);/* Firefox */
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0.00, #600), color-stop(0.30, #900), color-stop(1.00, #900));/* Chrome & Safari */
	background: linear-gradient(to bottom, #600 0%, #900 30%, #900 100%);/* IE10+, W3C */
}

.btnS {
	float: right;
	padding: 3px 10px 2px 25px;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	border-radius: 3px;
	background: url(../img/arwM_r.png) no-repeat 3px center #66C;
}
.btnS:hover {
	color: #CF3;
	background-color: #33F;
}

#contents h2:first-child, #contents h3:first-child {
	margin-top: 0;
}

.HL2 {
	color: #006;
	background: url(../img/bgH3.png) no-repeat 3px 3px #cde7f8;
}

.page h1 {
	color: #FFF;
	text-align: center;
	border: 2px solid #06C;
	background: #06C;/* fallback */
	background: -moz-linear-gradient(top center, #09F 30%, #06C 100%);/* Firefox */
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0.00, #FFF), color-stop(0.30, #09F), color-stop(1.00, #06C));/* Chrome & Safari */
	background: linear-gradient(to bottom, #09F 30%, #06C 100%);/* IE10+, W3C */
}

.HL3 {
	margin-bottom: 5px;
	padding: 3px 0 1px 5px;
	color: #006;
	border-left: 5px solid #09C;
	background: #e3eff7;
}
.HL3_b {
	padding: 4px 0 2px 7px;
	color: #09C;
	border-left: 6px solid #09C;
}

.HL4 {
	margin-top: 10px;
	padding-left: 6px;
	color: #006;
	border-left: 4px solid #AAA;
}


/* ----- button */
/* .btnA a {
	text-align: center;
	color: #033;
	font-weight: bold;
	border: 4px solid #4ebfa6;
	background: url(../img/arwA.png) no-repeat 95% center #63CEB6;
	display: block;
}
.btnA a:hover {
	color: #FFF;
	background-color: #4ebfa6;
} */

/* ----------playGuide */
.tblTp2 {
	border: 1px solid #BBB;
	margin-bottom: 20px;
}
.tblTp2 th,.tblTp2 td {
	border: 1px solid #BBB;
}
.tblTp2 th {
	background: #DDD;
}
.tblTp2 td {
	background: #f9f9f9;
}
.tblTp2 td a {
	margin-left: 3px;
	color: #f0c000;
	text-decoration: underline;
	font-weight: bold;
	display: inline-block;
}
.tblTp2 a:hover, .clBlue a:hover {
	text-decoration: none;
}
.tblTp2 td .clBlue {
	font-weight: bold;
}
.clBlue a {
	margin-left: 3px;
	color: #f0c000 !important;
	text-decoration: underline;
}

/* =footer
-------------------------------------------------------------- **/

/* =siteFooter
---------------------------------------------------- */
#txtFooter {
	color: #000;
	font-weight: bold;
}
#txtFooter img {
	margin-left: 3px;
	vertical-align: top;
}

.tblFt td {
	font-weight: bold;
}


.tblFt th, .tblFt td {
	display: block;
}
.tblFt td {
	padding-bottom: 15px;
}
/* =social
------------------------------------------ */
#social {
	clear: both;
	margin: 15px 0;
	padding-top: 25px;
	text-align: center;
}

.twitter {
	display:inline-block;
}
.twitter iframe {
	vertical-align: bottom;
}

.fb-like {
	margin-left: 10px;
	display:inline-block !important;
	vertical-align: top;
}
.fb-like iframe {
	max-width: none !important;
}

.sline {
	margin-left: 10px;
	display:inline-block;
	vertical-align: top;
}

/* =copyright
------------------------------------------ */
#copyright {
	text-align: center;
}
#copyright a {
	color: #333;
}

/* =pageTop
---------------------------------------------------- */
#pageTop {
	display: block;
	position: fixed;
}
#pageTop a {
	text-indent: -9999px;
	background: url(../img/pageTop.png) no-repeat;
	display: block;
}

#pageTop a:hover {
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
	opacity: 0.8;
}



/* --------------
 home container
-------------- */
/* =visual
---------------------------------------------------- */
#clmMV {
	position: relative;
}

.slider {
	z-index: -1;
}
.slider button {
	z-index: 2;
}
/* slick.css slick-theme.css 修正しています */


#clmTwitter {
	box-shadow: inset 0 0 5px #fef4f1;
	border: 2px solid #bcbb50;
	
	background: #CC6;/* fallback */
	background: -moz-linear-gradient(top center, #f4ecd8 0%, #fef4f1 30%, #CC6 100%);/* Firefox */
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0.00, #f4ecd8), color-stop(0.30, #fef4f1), color-stop(1.00, #CC6));/* Chrome & Safari */
	background: linear-gradient(to bottom, #f4ecd8 0%, #fef4f1 30%, #CC6 100%);/* IE10+, W3C */
}

/* =contents
---------------------------------------------------- */
/* -------------------- news */
#homeNews {
	background: #FFF;
}

#homeNews article {
	border-bottom: 1px solid #CCC;
}
#homeNews article:last-child {
	border-bottom: none;
}

#homeNews article a {
	color: #009;
}

#homeNews article mark {
	padding: 0 5px;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	border-radius: 3px;
}
.mk_news, .mk_post {background: #690;}
.mk_event {background: #F60;}
.mk_premium {background: #900;}
.mk_report {background: #06C;}

#homeNews article time {
	color: #666;
	font-size: 90%;
}

/* -------------------- calendar area */
#homeCale {
	padding-bottom: 5px;
	background: #FFF;
}
#homeCale h3 {
	padding: 6px 15px 3px;
	color: #FFF;
	font-size: 100%;
	background: #85c2ff;
}
#wp-calendar {
	width: 92%;
	margin: 9px 4% 5px;
}
#wp-calendar thead th, #wp-calendar thead td,
#wp-calendar tbody th, #wp-calendar tbody td {
	width: 14%;
	padding: 4px 0.5%;
	text-align: center;
	font-size: 95%;
	vertical-align: top;
	border: 1px solid #CCC;
}
/* #wp-calendar .tdcol {
	background: #EEE;
} */

#wp-calendar caption {
}
#wp-calendar thead th {
	background: #c0dfff;
}
#wp-calendar tbody {
	background: #e8f3ff;
}
#wp-calendar tbody a {
	color: #00C;
	font-weight: bold;
	text-decoration: underline;
}
#wp-calendar tbody a:hover {
	text-decoration: none;
}
/* #wp-calendar tbody #today {
	background: #c0dfff;
} */
#wp-calendar tbody .today {
	background: #c0dfff;
}

/* #wp-calendar tbody div {
	font-size: 10px;
	letter-spacing: -0.05em;
	line-height: 1.1;
}
#wp-calendar tbody div a {
	margin-bottom: 3px;
	display: block;
	border-bottom: 1px solid #DDD;
} */
#wp-calendar tfoot td {
	padding-top: 6px;
}
/* #wp-calendar tfoot #next {
	text-align: right;
} */
#wp-calendar #eo-widget-next-month {
	text-align: right;
}

/* -------------------- sponsor area */
.ulCol {
	margin-bottom: 15px;
}
.ulCol li {
	display: inline-block;
}

.ulCol2 li {
	margin-bottom: 5px;
	display: inline-block;
}

/* -------------------- ticket banner */
#bnrNotice {
	display: block;
	position: fixed;
}


/* --------------
 subpage container
-------------- */
.yuryo {
	margin-top: 6px;
}
.yuryo i {
	font-style: normal;
	color: #FFF;
}

/* =template single
---------------------------------------------------- */
.tmp_single article mark {
	margin-right: 10px;
	padding: 3px 10px;
	border-radius: 3px;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
}

.tmp_single .eventDate {
	margin-right: 3px;
	margin-bottom: 20px;
	padding: 3px 10px;
	font-size: 120%;
	/* border-radius: 10px; */
	border-bottom: 5px double #F30;
}

.deco1 {
	padding: 10px;
	color: #09C;
	font-weight: bold;
	text-align: center;
	background: url(../img/slash_white.gif) #E1FCFF;
}
.deco1 b, .deco2 b {
	margin: 0 5px;
	color: #F60;
	font-size: 110%;
	border-bottom: 3px dotted #FC9;
}

.deco2 {
	padding: 10px;
	color: #903;
	font-weight: bold;
	text-align: center;
	background: url(../img/slash_white.gif) #fde4e4;
}

.decoA {
	color: #666;
	text-align: center;
	border: 2px dotted #CCC;
	background: #feffea;
}

.decoF {
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 0 5px #000, 0 0 8px #000;
	text-align: center;
	background-color: #222;
	background-color: rgba(0,0,0,0.4);
}

.decoTtl {
	padding: 5px 0;
	background: #75bef4;/* fallback */
	background:-webkit-gradient(linear, left top, right top, color-stop(0, #FFF), color-stop(0.5, #75bef4), color-stop(1, #FFF));
	background:-webkit-linear-gradient(left, #FFF 0, #75bef4 50%, #FFF 100%);/**/
	background:-moz-linear-gradient(left, #FFF 0, #75bef4 50%, #FFF 100%);
	background:-o-linear-gradient(left, #FFF 0, #75bef4 50%, #FFF 100%);/**/
	background:linear-gradient(to right, #FFF 0, #75bef4 50%, #FFF 100%);
}
.decoTtl b {
	color: #FFF;
	text-align: center;
	text-shadow: 1px 1px 1px #013ED1;
	line-height: 1.2;
	padding: 8px 5px;
	display: block;
	background: #013ED1;/* fallback */
	background:-webkit-gradient(linear, left top, right top, color-stop(0, #cae8fe), color-stop(0.1, #75bef4), color-stop(0.5, #013ED1), color-stop(0.9, #75bef4)), color-stop(1, #cae8fe));
	background:-webkit-linear-gradient(left, #cae8fe 0, #75bef4 10%, #013ED1 50%, #75bef4 90%, #cae8fe 100%);/**/
	background:-moz-linear-gradient(left, #cae8fe 0, #75bef4 10%, #013ED1 50%, #75bef4 90%, #cae8fe 100%);
	background:-o-linear-gradient(left, #cae8fe 0, #75bef4 10%, #013ED1 50%, #75bef4 90%, #cae8fe 100%);/**/
	background:linear-gradient(to right, #cae8fe 0, #75bef4 10%, #013ED1 50%, #75bef4 90%, #cae8fe 100%);
}


/* =page info,news,event,premium
---------------------------------------------------- */
.tmp_archive article h2 {
	border-bottom: 2px solid #CCC;
	padding: 5px;
}
.tmp_archive article h2 a {
	color: #333;
}
.tmp_archive article h2 a:hover {
	color: #C60;
}

.tmp_archive article mark {
	float: right;
	margin-right: 3px;
	padding: 3px 10px;
	border-radius: 3px;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
}

/* .tmp_archive article time, .tmp_archive .eventDate {
	color: #AAA;
	text-align: right;
} */

.mkDate {
	margin-bottom: 10px;
	padding: 4px 10px !important;
	color: #fff;
	font-weight: bold;
	box-shadow: 0 0 3px #fff inset, 1px 1px 1px #000;
	background: #0CF;/* F60 */
	display: inline-block;
}
#report .mkDate {
	background: #AAA;
}
.mkDate b {
	font-size: 120%;
}

/* =page ticket
---------------------------------------------------- */
.soldout {
	background: #000 url(../img/ticket/soldout.png?v2) no-repeat center center;
}
.soldout > div {
	opacity: 0.7;
}

/* -------------------- kingticket */
.clmKing {
	border: 5px solid #ad9807;
}
.inKing {
	padding: 10px;
}

/* -------------------- playguide */
#playguide h3, #playguide h3 a {
	color: #009;
}

/* =page goods
---------------------------------------------------- */
.tblGoods {
	float:left;
}
.tblGoods th {
	font-size: 13px;
	padding: 10px 5px 5px;
	text-align: center;
	font-weight: normal;
	line-height: 1.3;
}
.tblGoods th b {
	margin-bottom: 5px;
	font-size: 14px;
	display: inline-block;
}
.tblGoods td {
	padding: 2px;
	text-align: center;
}

.trPrice td {
	color: #CC3333;
	font-weight: bold;
}

.tblGoods b {
	padding: 0 5px;
	color: #FFF;
}

b.txtSP {background: #36C;}
b.txtEV {background: #3C0;}
b.txtKJ {background: #F63;}
b.txtLU {background: #F6C;}
h4.txtSP {color: #36C;}
h4.txtEV {color: #3C0;}
h4.txtKJ {color: #F63;}

.GoodsL {
	float: left;
}

/*　---------- dl goods */
.clmGoods {
	letter-spacing: -.40em;
}
.clmGoods p {
	letter-spacing: normal;
}
.dlGoods {
	/* float: left; */
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	background: url(../img/slash_white.gif) #EEE;
	border: 3px solid #AAA;
	box-shadow: 0 0 3px #111 inset;
}
.dlGoods dt {
	font-size: 13px;
	text-align: center;
	line-height: 1.3;
}
.dlGoods dt b {
	margin-bottom: 5px;
	padding: 2px 8px 0;
	color: #FFF;
	font-size: 13px;
	border-radius: 3px;
	display: inline-block;
}

.dlGoods dd.img {
	text-align: center;
}
.dlGoods dd.img img {
	width: 99%;
	border: 2px solid #FFF;
}
.dlGoods dd.txt {
	color: #FFF;
	font-size: 80%;
	line-height: 1.3;
	text-align: center;
	background: #999;
}
.dlGoods dd.price {
	color: #C33;
	font-weight: bold;
	text-align: center;
}
.dlGoods.soldout dd.price {
	text-decoration: line-through;
}
/* official */
#goodsOF .dlGoods {
	background-color: #fde4e4 !important;
	border: 3px solid #903 !important;
}
#goodsOF .dlGoods dt {
	font-size: 15px;
	font-weight: bold;
}

/* soldout */
.soldout img {
	opacity: 0.5;
}
.soldout .img a:hover img {
	opacity: 0.4;
}
.soldoutTxt {
	color: red;
	font-weight: bold;
	text-align: center;
}
.soldout .img a {
	background: #000 url(../img/goods/soldoutBg.jpg?v2);
	display: inline-block;
}
/* =page concept
---------------------------------------------------- */
.ulConcept li {
	font-weight: bold;
	text-shadow: 0 0 2px #FFF, 0 0 3px #FFF;
	background: #f8e0ff;
}
.ulConcept li a {
	color: #333;
	background: url(../img/arwB.png) no-repeat right bottom;
	display: block;
}

.ulConcept li.cmg {
	background: #f8e0ff url(../img/arwCmg.png) no-repeat right bottom;
}

/* -------------------- ultrashot */
.col3 {
	text-align: center;
}

/* =page livestage
---------------------------------------------------- */
.clmStage h3 {
	padding: 10px;
	text-align: center;
}
.clmStage h4 {
	margin-left: 10px;
	padding-left: 5px;
	font-size: 120%;
	border-left: 3px solid #AAA;
}
.clmStage p {
	padding: 10px;
	color: #000;
	font-weight: bold;
}

.stageL {
	color: #008bc5;
	/*background: url(../img/stageL.png) no-repeat #EEE;*/
}

.stageR {
	color: #00ae32;
	/*background: url(../img/stageR.png) no-repeat #EEE;*/
}

/* ------------------------------ livestage added */
#page-livestage {
	position: relative;
}
.btnAnchor {
	position: absolute;
	top: 0;
}
.btnAnchor a {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background: #C00;
	display: block;
}
.btnAnchor a:hover {
	color: #FF0;
}

/* ------------------------------ vacancy */
#vacancy h3 {
	padding: 8px 7px;
	text-align: center;
	color: #FFC;
	text-shadow: 0 0 3px #000;
	border: 5px double #000;
	box-shadow: 0 0 5px #000 inset, 0 0 5px #666;
	background: #333;
}
#vacancy h3 i {
	font-style: normal;
}


.tblVacancy {
	box-shadow: 0 0 5px #666;
	background: url(../img/bgTbl.gif) #111;
}
.tblVacancy thead th,.tblVacancy thead td {
	color: #CCC;
	text-align: center;
	font-weight: bold;
}

.tblVacancy th {
	color: #EEE;
	border: 3px solid #000;
}

.tblVacancy td {
	color: #FFF;
	text-align: center;
	border: 3px solid #000;
}

.tblVacancy tbody td {
	font-size: 130%;
}

.pVacancy {
	text-align:center;
}


/* ------------------------------ photo */
#photoDtl {
	margin-top: 10px;
}

.btnPhoto li {
	width: 50%;
	float: left;
	text-align: center;
}

.btnPhoto li a {
	margin: 10px 5% 0;
	padding: 6px;
	display: block;
	color: #FFF;
	font-weight: bold;
	font-size: 120%;
	background: #28a86c;
	position: relative;
}
.btnPhoto li a:hover {
	background: #39b078;
}

.btnPhoto li a:before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 3px;
	left: 3px;
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
.btnPhoto li a:after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 3px;
	right: 3px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
