@charset "UTF-8";

/* ===================================
	File Name   : access.css
	Description : Access Page Layout CSS
	Editors     : Taz Sakurai
	Create Date : 2014/06/03

	Update Description :
		2014/06/03 Append - Value Styles [Taz Sakurai]
		2014/06/03 File Create
====================================== */

/*========== Style Contents ==========

	1. Individual Redefinition
	2. Access Introduction
	3. Shop Access
	4. 
	5. 
	*. Clear Release
	
====================================== */





/*===== ■1. Individual Redefinition =====*/
/* Global Navigation */
ul#GlobalNavi li#BtnAccess a,
ul#GlobalNavi li#BtnAccess a:hover {background-position: -720px -270px;}

/* Title Setting */
h1 span {
	background: url(img/img_main-access.jpg) no-repeat center 0px;
}





/*===== ■2. Access Introduction =====*/
#AccessIntro {
	padding: 100px 0px 0px;
}

#AccessIntro h2 {
	padding: 0px 0px 45px 20px;
}

#AccessIntro table {
	margin: 0px 0px 20px 20px;
}

#AccessIntro table th {
	background: url(../common/img/arrow_green.jpg) no-repeat right 5px;
	padding: 0px 0px 20px;
	width: 80px;
	font-weight: bold;
	font-size: 108%;
	color: #0054BA;
}

#AccessIntro table td {
	padding: 0px 0px 20px 10px;
	font-size: 108%;
}





/*===== ■3. Shop Access =====*/
#ShopAccess h2 {
	padding: 0px 0px 25px 20px;
}

#ShopAccess dl {
	padding: 0px 0px 20px 20px;
}

#ShopAccess dl dt {
	display: inline;
	float: left;
	background: url(img/mark_train.jpg) no-repeat 0px 0px;
	padding: 10px 0px 0px 45px;
	width: 130px;
	height: 30px;
	font-size: 108%;
	font-weight: bold;
	color: #0055BB;
}

#ShopAccess dl#AccessBus dt {
	background: url(img/mark_bus.jpg) no-repeat 0px 0px;
}

#ShopAccess dl dd {
	display: inline;
	float: left;
	padding: 10px 0px 0px;
}

#ShopAccess p {
	text-align: center;
}

#ShopAccess p img {
	display: inline;
}

#ShopAccess p span {
	display: block;
	padding: 20px 0px 0px;
	text-align: center;
	font-size: 85%;
}



/*===== ■4.   =====*/





/*===== ■5.   =====*/





/*===== ■*.Clear Release  =====*/
#ShopAccess dl {
	/zoom: 1;
}

#ShopAccess dl:after {
	content: '';
	display: block;
	clear: both;
}
