@charset "utf-8";
/* --------------------------------------------------
**
** module.css
** version : 0.1
** date : 2013/05/15
**
** -------------------------------------------------- */


/* -------------------------------------------------- 
** TOP
** -------------------------------------------------- */

#mainContents .guestProArea {
	margin-bottom: 10px;
	padding: 0px 0px 10px;
	background: url(/common/img/bg-line01.png) repeat-x left bottom;
	overflow: hidden;
}
#mainContents .guestBox01 {
	width: 320px;
	padding-bottom: 23px;
	background: #fff;
	float: left;
}
#mainContents .guestBox01 p { margin: 10px; }
.guestBox02 {
	width: 540px;
	float: left;
}
.guestBox02Inner:first-child {
	margin-top: 0px;
	background: #fff;
}
.guestBox02Inner {
	margin: 10px 0px 0px 10px;
	/*padding: 10px;*/
	background: #fff;
}

/* top character action */
img.chr {
	display: block;
	position: absolute;
	z-index: 30;
}
div.action img.chr1 {
	left: -230px;
	bottom: -120px;
}
div.action img.chr2 {
	right: -230px;
	bottom: -120px;
}
div.action img.frame {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 50;
}
/* top image action */
#viewer {
	margin: 0 auto;
	width: 860px;
	height: 220px;
	text-align: left;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#viewer img {
	top: 0;
	left: 0;
	position: absolute;
}

/* -------------------------------------------------- 
** SHOP INFO
** -------------------------------------------------- */

div.shopInfo01{ background: url(/common/img/bg-shopinfo-event01.png) no-repeat right top; }
div.shopInfo02{ background: url(/common/img/bg-shopinfo-beginner01.png) no-repeat right bottom; }
#mainContents div.shopInfo01 p,
#mainContents div.shopInfo02 p{
margin-bottom: 0px;
padding-left: 10px;
font-size: 160%;
}
.tennai {
	margin: 20px 0px;
	overflow: hidden;
}
.staff {
	margin: 20px 0px;
	overflow: hidden;
}
.tennai div,
.staff div {
	width: 144px;
	float: left;
	margin-left: 20px ;
}
.staff div.staffRecruit {
	width: 636px;
	float: left;
	margin-left: 20px ;
}

/* -------------------------------------------------- 
** ACCESS MAP
** -------------------------------------------------- */
div.common #mainContents .mainContentsInner02 {
	margin: 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
}
#mainContents div.mainContentsInner02 div.address {
	float: left;
	width: 330px;
	padding: 0px 10px 10px;
	background: #fff;
}
#mainContents div.mainContentsInner02 div.address table { margin-bottom: 10px; }
#mainContents div.mainContentsInner02 div.address table th { width: 100px; }
#mainContents div.mainContentsInner02 div.address table th,
#mainContents div.mainContentsInner02 div.address table td { padding: 5px 10px; }
#mainContents div.mainContentsInner02 div.access { overflow: hidden; }
#mainContents div.mainContentsInner02 div.accessInner {
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0px 10px 10px;
	background: #fff;
}
#mainContents div.mainContentsInner02 p,
#mainContents div.mainContentsInner02 ul li { font-size: 160%; }
