@charset "UTF-8";
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Chivo:900');


@font-face {
  font-family: YuGothicM;
  src: local(Yu Gothic Medium);
}
html {
  font-family: 'Century Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none)  {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

sup {
	vertical-align: super;
	font-size: .5em;
}

/* --------------
 common
-------------- */
body{
	background:#fff url(../img/back.jpg?1004) no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
	color: #333;
	line-height: 1.4;
}
body * {
	box-sizing: border-box;	
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.2;
}
/*h1 {font-size: 25px;}
h2 {font-size: 21px;}
h3 {font-size: 18px;}*/
h1 {font-size: 1.8em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.1em;}

p	{margin:0 10px;}
	
table{
	width:96%;
	margin:0 2%;
}
	
iframe{
	max-width:100% !important;
}
small{font-size:0.8em;}
img{
	max-width:100%;
}

time{
	display:block;
	text-align:right;
	font-size:0.8em;
	color: #888;
}
hr{ clear:both;}


a * {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}


/* ----- list */
.ulDisc {
	margin-left: 2em;
	list-style: outside disc;
}

.olDecimal {
	margin-left: 2em;
	list-style: outside decimal;
}

.ulDisc li, .olDecimal li {
	margin-bottom: 5px;
}


table, table td, table th {
	border-collapse: collapse;
	border:1px solid #888;
}
table td, table th {
	padding:8px;
	vertical-align:top;
}
table tr:nth-child(2n),
table .onbg
{
	background:rgba(255,255,255,0.4);
}
table .nobg{background:none;}
table caption{
	text-align:left;
	font-weight:bold;
}
table caption:before{
	content:'◆';
}

.ff-Chivo {
	font-family: 'Chivo', sans-serif;
}


.outlineWt {
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff,
	 1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff;
}


.ib {
	display: inline-block;
}

li {
  list-style: none;
}

/* =youtube
-------------------------------------------------------------- **/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* --------------
 clearfix
-------------- */
div:after {
	content: ""; 
	display: block;
	clear: both;
}
.both{
	clear:both;
}

/* --------------
 modules css
-------------- */
/* ---------- link */
a{color:#c00;text-decoration:none;}
a:hover{text-decoration: underline;}

a:hover img{
	opacity:0.7;
}

/* ---------- font */

.fs05 { font-size: 0.5em; }
.fs06 { font-size: 0.6em; }
.fs07 { font-size: 0.7em; }
.fs08 { font-size: 0.8em; }
.fs09 { font-size: 0.9em; }
.fs10 { font-size: 1.0em; }
.fs11 { font-size: 1.1em; }
.fs12 { font-size: 1.2em; }
.fs13 { font-size: 1.3em; }
.fs14 { font-size: 1.4em; }
.fs15 { font-size: 1.5em; }
.fs16 { font-size: 1.6em; }
.fs17 { font-size: 1.7em; }
.fs18 { font-size: 1.8em; }
.fs19 { font-size: 1.9em; }
.fs20 { font-size: 2.0em; }
.fs21 { font-size: 2.1em; }
.fs22 { font-size: 2.2em; }
.fs23 { font-size: 2.3em; }
.fs24 { font-size: 2.4em; }
.fs25 { font-size: 2.5em; }

.fs1vw { font-size: 1vw; }
.fs2vw { font-size: 2vw; }
.fs25vw { font-size: 2.5vw; }
.fs3vw { font-size: 3vw; }
.fs4vw { font-size: 4vw; }
.fs5vw { font-size: 5vw; }
.fs6vw { font-size: 6vw; }
.fs7vw { font-size: 7vw; }
.fs8vw { font-size: 8vw; }
.fs9vw { font-size: 9vw; }
.fs10vw { font-size: 10vw; }


@media screen and (min-width: 1201px) { /*以上の時*/

.fs1vw { font-size: .75em; }
.fs2vw { font-size: 1.5em; }
.fs25vw { font-size: 2.0em; }
.fs3vw { font-size: 2.3em; }
.fs4vw { font-size: 3em; }
.fs5vw { font-size: 3.75em; }
.fs6vw { font-size: 4.5em; }
.fs7vw { font-size: 5.0em; }
.fs8vw { font-size: 5.0em; }
.fs9vw { font-size: 5.0em; }
.fs10vw { font-size: 5.0em; }

}


.normal { font-weight: normal; }
.bold{font-weight:bold;}


/* ---------- align */
.alc { text-align: center !important;}
.alr { text-align: right !important;}
.all { text-align: left !important;}
.vlm { vertical-align:middle !important;}
.alj {	
	/* 文字均等割付 */
 text-align: justify !important;
 text-justify: inter-ideograph !important;
}

/* ---------- 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;}
.mb50 {	margin-bottom: 50px !important;}
.mb55 {	margin-bottom: 55px !important;}
.mb60 {	margin-bottom: 60px !important;}
.mb70 {	margin-bottom: 70px !important;}
.mb80 {	margin-bottom: 80px !important;}
.mb90 {	margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !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;}
.mt20 {	margin-top: 20px !important;}
.mt30 {	margin-top: 30px !important;}

.wp-caption{
	background:#f6f6f6 !important;
	padding:0 !important;
}



.clRed { color: #D10508; }
.clYwl { color: #F5D117; }
.clBlue { color: #1732D4; }
.clGrn { color: #257424; }
.clOrg { color: #F5591D; }
.clPink { color: #FC6C9D; }
.clWt { color: #fff; }
.clBk { color: #111; }
.clGray { color: #888888; }


.lh11 {	line-height: 1.1em; }
.lh12 {	line-height: 1.2em; }


.btnA {
	clear: both;
	padding: 10px 0;
}
.btnA a {
	display: inline-block;
	margin: 5px;
	padding: .5em .8em;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #fff;
	background: #a5a5a5;
	border-radius: 3px;
	box-shadow: 0 -3px 0 rgba(0,0,0,.2) inset;
}
.btnA a:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .5em;
	border: transparent solid 5px;
	border-left-color: #fff;
	border-right-width: 0;
	vertical-align: baseline;
}
.btnA a:hover {
	color: #000;
	text-decoration: none;
	-webkit-filter: brightness(120%) contrast(110%);
	filter: brightness(120%) contrast(110%);
}



.btnB a {
	display: inline-block;
	margin: 5px;
	padding: .5em .8em;
	letter-spacing: 0.05em;
	font-weight: bold;
	border: #000 solid 1px;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 2px 0 #000;
}
.btnB a:hover {
	color: #fff;
	background: #000;
	text-decoration: none;
	border-bottom-color: #fff;
}


.bdrGray {
	border: #ccc solid 2px;
}
.noBdr {
	border: none !important;
}




/* =pagination
---------------------------------------------------- */

.pagination {
	text-align: center;
}
.pagination ul {
	margin: 0 !important;
}
.pagination li {
	display: inline-block;
	line-height: 1;
}
.pagination li .page-numbers {
	display: block;
	margin: .2em;
	padding: .2em .5em;
	border: #aaa solid 1px;
}
.pagination li .page-numbers.current {
	background: #ddd;
}

.pagination a {
	color: #000;
	background: #fff;
}
.pagination a:hover {
	color: #000;
	text-decoration: none;
	background: #ddd;
}


/* =siteHeader
---------------------------------------------------- */
#siteHeader {
}

#logo{
	float:left;
}
#logo a{
	display: block;
}


#headComment{
	margin:10px auto;
	border-radius:25px;
}


#globalNav {
	position: relative;
	border-style: solid;
	border-width: 20px;
	-moz-border-image: url(../img/menu.png) 20 round;
	-webkit-border-image: url(../img/menu.png) 20 round;
	-o-border-image: url(../img/menu.png) 20 round;
	border-image: url(../img/menu.png) 20 fill round;
}


#globalNav ul {
	margin: 0;
}
#globalNav li a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	display:block;
  text-shadow: -1px -1px 3px #000;
}

/* =contents
------------------------------------------ */
.main {
	border: #fff solid 2px;
}
#container{
	position:relative;
}
#container:after{
	content:'';
	display:block;
	clear:both;
}

.main .contents{
	padding:10px;
	background:#fff;
}
.contents article{
	clear:both;
}

.main .contents .aligncenter  {
	display: block;
	margin-left: auto;
	margin-right: auto;
}



.main h1{
	padding:13px;
	background: #be1210;
	color:#fff;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.35) 0px 0px 9px 4px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.35) 0px 0px 9px 4px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.35) 0px 0px 9px 4px inset;
}
.main .contents h2{
	margin-top:1rem;
	margin-bottom:.5rem;
	padding:10px;
	padding-left:45px;
	background: #d1e4f5 url("../img/kira-blue.png") no-repeat 5px 5px;
	color: #0057b0;
}
.main .contents h2:first-of-type {
	margin-top: 0;
}
.main .contents h2 a{	
	color:#0057b0;
}
.main h3{
	margin-top:1rem;
	margin-bottom:.5rem;
	padding:5px;
	padding-bottom: 2px;
	border-left:#0a50a4 5px solid;
	color:#0a50a4;
}
.main h4{
	margin-top:1rem;
	margin-bottom:.5rem;
	border-bottom:#0071bc 1px solid;
	color:#0071bc;
}



.main .contents p,
.main .contents table,
.main .contents ul,
.main .contents ol,
.main .contents dl {
	margin: 0 .5em;
	margin-bottom: 1rem;	
}
.main .contents ul.kira li{
	list-style:none;
	text-indent:1.3em;	
	background:url(../img/li_small.png?0927) no-repeat left 3px;	
}
.main .contents .noList li{
	list-style: none;
}

.main .contents img {
	height: auto !important;
}

.single_pager {
	border-top: #ccc solid 1px;
	margin-top: 1rem;
}
.single_pager{
	margin:0;
	padding:0;
}
.single_pager li {
	list-style:none;
}
.single_pager li a,
.single_pager li span {
	padding: 5px 8px;
	display: inline-block;
}
.readmore{
	margin:5px 0;
	text-align:right;
}
.readmore a{
	padding:5px 15px;
	border-radius:10px;
	background:#0a50a4;
	color:#F1DF93;
	text-decoration:none;
	font-weight:bold;
}
.readmore a:hover{
	background:#424242;
}

#special time,
#venue time{
	display:none;
}
	
/* peger */	
.pager{
	text-align:center;
	clear:both;
	margin:20px 0;
}
.wp-pagenavi {
	clear: both;
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #b3b3b3;
	padding: 3px 10px;
	color: #333;
	background: #fff;
	display:inline-block;
	width:20px;
	margin-left:-0.15em !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color: #fff;
	background: #0a50a4;
	border: 1px solid #0a50a4 !important;
}
.wp-pagenavi span.current {
	font-weight: bold;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink{
	border-radius:15px;
}
.wp-pagenavi .nextpostslink{
	margin-left:30px !important;
}
.wp-pagenavi .previouspostslink{
	margin-right:30px !important;
}


.main .contents mark {
	display: inline-block;
	background: none;
	text-shadow: 1px 1px 2px #d5cf0e;
	font-style: normal;
}

.main .contents mark.red {
	text-shadow: 1px 1px 2px #ff2724;
}
.main .contents mark.blue {
	text-shadow: 1px 1px 2px #358afd;
}


#venue .main .contents strong {
	display: inline-block;
}



/* single_pager */
.single_pager{
	font-size:0.8em;
	color:#A2A2A2;	
}
.single_pager img{
	vertical-align:middle;	
}


/* home */
#newsPost{
	list-style:none;
}
#newsPost li{
	clear:both;
	list-style:none;
}
#newsPost li dt,
#newsPost li dd{
	float:left;
}
#newsPost li dt{
	margin-right:1em;
}

/* ticket */
.tblTicket{
	background:#FFE7BA;
}

.tblTicket2 th ,
.tblTicket2 td{
	border: #222 solid 3px;
}

.tblTicket2 thead th {
	background: #680001;
	color: #fff;
}
.tblTicket2 .maeuri th{
	background: #0186d1;
	color: #fff;
}
.tblTicket2 .toujitsu th{
	background: #168f2e;
	color: #fff;
}
.tblTicket2 .maeuriPear th{
	background: #ed6d00;
	color: #fff;
}


.main h3.stageticket {
	border-left-color:#0186d1;
	color:#0186d1;
}
.main h3.toujitsu{
	border-left-color:#168f2e;
	color:#168f2e;
}
.main h3.seventicket{
	border-left-color:#ed6d00;
	color:#ed6d00;
}
.main h3.lawsonticket{
	border-left-color:#1747A8;
	color:#1747A8;
}
.main h3.kashikiri{
	border-left-color:#E85298;
	color:#E85298;
}

#ticket dd{
  margin-left: 1.5em;
}


.archive article {
	border-bottom: #ccc solid 1px;
	margin-bottom: 1rem;
}

	
/* special */


.toggleBtn {
	position: relative;
	padding: 10px;
	padding-right: 30px;
	background: #F8E5AC;
	cursor: pointer;
	border: 0 !important;
	color: #0a50a4 !important;
	border-radius: 5px;
}
.toggleBtn:after {
	position: absolute;
	right: 3px;
	top: 0;
	bottom: 0;
	margin: auto;
	
	content: '';
	width: 24px;
	height: 18px;
	background: url(../img/arwB.png) no-repeat center center;	
}
.toggleBtn.open:after {
	transform: rotate(180deg);
}



#toc .chapter,#toc .chapter2{
	font-size:0.9em;
	margin-bottom:10px;
}
#toc .chapter li,
#toc .chapter2 li{
	margin-bottom: 10px;
	
}
#toc .chapter li a,
#toc .chapter2 li a {
	display: block;
	padding: 3px 5px;
	border-radius: 5px;
	text-align: center;
	color: #0a50a4;
	background: #ffebbb;
  box-shadow:0 5px 0 #eacd96;
}

#toc .chapter li a:hover,
#toc .chapter2 li a:hover {
	text-decoration: none;
	background: #fff4da;
}
#toc .chapter.end li{
}
#toc .chapter.end li a
#toc .chapter2.end li a{
	color:#9A9A9A;
	background: #ddd;
  box-shadow:0 5px 0 #aaa;
}
#toc .chapter.end li a,
#toc .chapter2.end li a{
	background: #bbb;
}
article.endCont h2{
	background-color:#DBDBDB !important;
}

/* venue */
#venue .qa{
	margin:0 10px;
}
#venue .qa dt{
}
#venue .qa dd{
	margin-bottom:0.5em;
}
#venue .qa dt:before,
#venue .qa dd:before{
	font-weight:bold;
}
#venue .qa dt:before{
	content:'Q: ';
	color:#DC080C;
}
#venue .qa dd:before{
	content:'A: ';
	color:#215CC4;
}

#venue .stage h2 {
	color: #fff;
	background: #DB1C1C url(../img/h2.png?0927) no-repeat 5px 5px;
}

.main .cont-area-to h2 {
	color: #ea0303;
	background-color: #f7dcdc;
	background-image: url(../img/h2-red.png);
}
.main .cont-area-to h3,
.main .cont-area-to h4 {
	color: #ea0303;
	border-color: #ea0303;
}

.main .cont-area-other h2 {
	color: #9c6806;
	background-color: #ffefbf;
	background-image: url(../img/h2-ylw.png);
}
.main .cont-area-other h3,
.main .cont-area-other h4 {
	color: #9c6806;
	border-color: #9c6806;
}

.main .cont-area-faq h2 {
	color: #472596;
	background-color: #e8def5;
	background-image: url(../img/h2-ppl.png);
}
.main .cont-area-faq h3,
.main .cont-area-faq h4 {
	color: #472596;
	border-color: #472596;
}


.main .cont-area-sega h2 {
	color: #152473;
	background-color: #ececec;
	background-image: url(../img/h2-gray.png);
}
.main .cont-area-sega h3,
.main .cont-area-sega h4 {
	color: #404040;
	border-color: #404040;
}




.tblStage{
	background:#C5E4F8;
}

.seat_other .alc{
  margin-top: 1.5em;
}

.seat_other img{
  width: 100%;
}



/* 各シェアボタン */

.snsBtnBox {
	padding: 10px 0;
	text-align: center;
	background: #fff;
}
.snsBtnBox a {
	text-decoration: none;
}
.snsBtnBox img {
	vertical-align: sub;
}
.sclTw,
.sclFb,
.sclLINE,
.sclGgl {
	display:inline-block;
	vertical-align: bottom;
	width: 20%;
	margin-bottom: 10px;
}
.sclTw a,
.sclFb a,
.sclLINE a,
.sclGgl a {
	display: block;
	color: #fff;
	padding: 10px 0;
	padding-bottom: 15px;
	border-radius: 5px;
	box-shadow: 0 -5px 0 rgba(0,0,0,.2) inset;
}
.sclTw a:hover,
.sclFb a:hover,
.sclLINE a:hover,
.sclGgl a:hover {
	text-decoration: none;
	/*opacity: .7;*/
	-webkit-filter: brightness(120%) contrast(110%);
	filter: brightness(120%) contrast(110%);
}
.sclTw a:hover img,
.sclFb a:hover img,
.sclLINE a:hover img,
.sclGgl a:hover img {
	opacity: 1;
}
.sclGgl a {
    background:#db4a39;
}
.sclTw a {
    background:#00acee;
}
.sclFb a {
    background:#3b5998;
}
.sclLINE a {
    background:#00C300;
}




.archive .sclTw,
.archive .sclFb,
.archive .sclLINE,
.archive .sclGgl {
	width: auto;
}
.archive .sclTw a,
.archive .sclFb a,
.archive .sclLINE a,
.archive .sclGgl a {
	padding: 5px 10px;
	padding-bottom: 10px;
}




/* =sidebar
---------------------------------------------------- */
.sidebar{
	background:#fff;
}
.sidebar h1{
	text-align:center;
	font-size:1em;	
}
.sidebar h1{
	position:relative;
	margin:0 auto;
	padding:10px 0;
	width:80%;
	color:#fff;
	background:#be1210;
}
.sidebar h1:before,
.sidebar h1:after{
	content:" ";
	position:absolute;
	border-width:18px 10px;
	border-style:solid;
	border-color:#be1210;
	width:0;
	height:0;
}
.sidebar h1:before{
	top:5px;
	left:-10px;
	border-left-color:transparent;
}
.sidebar h1:after{
	top:5px;
	right:-10px;
	border-right-color:transparent;
}
.sidebar .bannerList{
	text-align:center;
	padding:10px;
}
.sidebar .bannerList li{
	margin-bottom:10px;
	list-style-type: none;
}
.sidebar .bannerList li img{
	/*max-width:200px;*/
}



/* =pageTop
---------------------------------------------------- */
#pageTop {
	display: block;
	position: fixed;
}
#pageTop a {
	text-indent: -9999px;
	background: url(../img/pageTop.png?0915) no-repeat;
	background-size: 100% auto;
	display: block;
	z-index:9999;
}
#pageTop.posi {
	position:absolute;
	bottom:10px;
}

/* =footer
---------------------------------------------------- */
#siteFooter{
	clear:both;
	margin-top:3rem;;
	padding-top:10px;
	color:#fff;
	text-align:center;
	background:rgba(0, 0, 0,0.7);
}
#siteFooter a{
	color:#fff;
}
#siteFooter h1{
	font-size:1.3em;
	margin-bottom:10px;
}

.ulSnav {
	list-style: none;
}

/* =copyright
---------------------------------------------------- */
#copyright{
	background:rgba(0,0,0,0.6);
	margin:0;
	padding:5px;	
}
#copyright a{
	color:#fff;
}

/* =home
---------------------------------------------------- */
.newsList {
	margin-bottom: .5rem;
}

.newsList li a {
	display: block;
	padding: 5px;
	border: #ccc solid 1px;
	line-height: 1.2em;
}

.newsList .ttlBox {
	line-height: 1.0em;
}

.thumBox {
	position: relative;
	width: 100%;
	height: 0;
	/*padding-top: 56.25%;*/
	padding-top: 75%;
	overflow: hidden;
	background: #ddd;
}
.thumBox img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0 !important;
	max-height: 100%;
}


.ticketBox {
	border: #ddd solid 2px;
	padding: 1px 10px;
	
}

.pagenav a {
	display: inline-block;
	margin: .2em;
	padding: .3em .8em;
	border: #aaa solid 1px;
	border-radius: 10px;
}


/* =venue map
---------------------------------------------------- */

.faq {
	padding-left: 1.5em !important;
}
.faq + .faq  {
	border-top: #aaa dashed 1px;
	padding-top: 1rem;
}
.faq dt {
	margin-bottom: .5em;
	color: #0057b0;
	font-size: 1.1em;
}
.faq dt:before {
	content: 'Q: ';
	margin-left: -1.5em;
	color: #0057b0;
	font-weight: bold;
}
.faq dd:before {
	content: 'A: ';
	margin-left: -1.5em;
	color: #cc0000;
	font-weight: bold;
}


.goodsItem {
	border: #0a50a4 solid 1px;
	height: 100%;
	margin: 0 !important;
}
.goodsItem > dt {
	padding: .2em;
	font-weight: bold;
	text-align: center;
	background: #0a50a4;
	color: #fff;
}
.goodsItem > dd {
	padding: 10px 5px;
}

.goodsDetail {
	font-size: .8em;
	margin-bottom: 0 !important;
}
.goodsDetail dt {
	font-weight: bold;
}
.goodsDetail dd {
	margin-left: .5em;
}




.floormap {
	position: relative;
}
.floormap br {
	display: none;
}
.floormap a {
	display: block;
	position: absolute;
}
.floormap a:hover {
	background: rgba(255,200,0,.3);
}
.floormap a.map01 {
	width: 41%;
	height: 61%;
	top: 11%;
	left: 15%;
}
.floormap a.map06 {
	width: 16%;
	height: 17%;
	top: 73%;
	left: 14.5%;
}
.floormap a.map08 {
	width: 5%;
	height: 12%;
	top: 66%;
	left: 4%;
}