@charset "utf-8";

/********************************************************

	SP01 (/shop/index.html)

********************************************************/
#sp #gallery {
	margin-top: 20px;
}

/*crossFader*/
.crossfader{
	position:relative;
	height:320px;
}

.crossfader img{
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0;
	cursor:pointer;
}

.crossfader .active{
	z-index:10;
	opacity:1.0;
}

.crossfader .last-active{
	z-index:9;
}

#sp #greeting {
	margin-top: 25px;
}

#sp #greeting .right {
	width: 421px;
}

#sp .tableBox {
	margin-top: 25px;
}

#sp .tableBox table {
	width: 100%;
}

#sp .tableBox table th {
	background-color: #f2f2f2;
	padding: 10px 12px;
	width: 30%;
	font-weight: bold;
	vertical-align: top;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

#sp .tableBox table td {
	background-color: #f8f8f8;
	padding: 10px 12px;
	border-bottom: 2px solid #FFFFFF;
}

#sp #map {
	height: 350px;
	margin-top: 25px;
}

#sp #access li {
	list-style-type: disc;
	list-style-position: inside;
}