
body {
	font-family: "CI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

div#wrapper,
div#stafflist,
p#dhead,
p#ddetail,
p#dsupple,
p#pdetail,
div#playphoto {
	width: 100%;
	box-sizing: border-box;
}

#wrapper img {
	width: 100%;
	box-sizing: border-box;
}

h2 {
	clear: both;
	margin: 20px 0 10px 0;
	border: outset 0px #fec;
}

.above {
	display: none;
}


/* -----------------------------------------------
 # header
----------------------------------------------- */
#wrapper h1 {
	padding: 0 20px;
}

span#area,
span#category {
	width: 50%;
	box-sizing: border-box;
	font-size: 100%;
	border: none;
}

span#tel {
	border: none;
	background: #FAE9D0;
}

div#menu {
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}

div#menu a {
	display: inline-block;
	box-sizing: border-box;
	width: 20%;
	margin: 0;
	padding: 15px 0;
	line-height: 1.1;
	border: 1px solid #dd6;
	font-size: 12px;
}

/* -----------------------------------------------
 # staff
----------------------------------------------- */

div#stafflist {
	padding: 0 20px;
}

div#stafflist span {
	box-sizing: border-box;
	width: 33%;
	padding: 0;
	margin: 0;
}

p.attention {
	margin: 0;
	padding: 10px 20px;
	font-size: 12px;
	color: #666;
}


/* -----------------------------------------------
 # staff page
----------------------------------------------- */

div#top_l {
	padding: 10px 30px;
	box-sizing: border-box;
	width: 100%;
}

div#top_l ul#thumbnails {
	margin: 0;
}

div#top_l ul#thumbnails img {
	width: 85%;
}


div#top_r {
	padding: 10px 30px;
	box-sizing: border-box;
	width: 100%;
}

div#top_r dl#staffdata {
	margin: 0;
	box-sizing: border-box;
	width: 100%;
}

div#top_r dl#staffdata dt {
	width: 80px;
	font-size: 12px;
	text-align: right;
}

div#top_r dl#staffdata dd {
	font-size: 12px;
}

div.back {
	margin: 50px 0 20px 0;
	width: 100%;
}

div.back a {
	display: block;
	width: 100%;
	line-height: 2;
	text-align: center;
	background: #eee;
	border: 1px solid #ccc;
}


/* -----------------------------------------------
 # system
----------------------------------------------- */

table#pricelist {
	box-sizing: border-box;
	width: 92%;
	border: none;
}

table#pricelist td {
	padding: 5px 5px;
	font-size: 13px;
	font-weight: normal;
	border-color: #ccc;
}

table#pricelist td.price {
	font-weight: bold;
	font-size: 15px;
}

table#pricelist + p {
	padding: 10px 20px;
	font-size: 12px;
	color: #666;
}


/* -----------------------------------------------
 # discount
----------------------------------------------- */

p#dhead,
p#ddetail {
	box-sizing: border-box;
	width: 92%;
	border: none;
}

p#ddetail {
	font-size: 15px;
	border: 1px solid #957;
}

p#ddetail + p a {
	display: none;
}

/* -----------------------------------------------
 # play
----------------------------------------------- */

p#pdetail {
	box-sizing: border-box;
	width: 92%;
	border: none;
	font-size: 12px;
}

div#playphoto {
	margin-bottom: 20px;
	padding: 0 10px;
}

div#playphoto:after {
  content: "";
  clear: both;
  display: block;
}

div#playphoto span {
	box-sizing: border-box;
	width: 30%;
	border: none;
	font-size: 12px;
}


/* -----------------------------------------------
 # access
----------------------------------------------- */

h2#access + p {
	margin: 0 auto 10px;
	width: 92%;
}

div#qrCode {
	display: none;
}

table#data {
	box-sizing: border-box;
	width: 92%;
	border: none;
	margin-bottom: 20px;
}

table#data td.item,
table#data td.account {
	font-size: 12px;
	border: 1px solid #ccc;
}

table#data td.item {
	width: 100px;
	background: #ddd;
	color: #333;
}

table#data td.account {
	background: #fcfcfc;
}


/* -----------------------------------------------
 # banner
----------------------------------------------- */

div#footBanner {
	margin: 0 auto;
	width: 92%;
}

div#footBanner p.banner {
	box-sizing: border-box;
	width: 33%;
	padding: 5px;
}











