@charset "utf-8";
/* ===================================================================
CSS information

 file name  :access.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/*キャッチコピー*/
#access #sst_title{
	margin-bottom:16px;
	width:680px;
	height:23px;
	line-height: 1;
	background: url(../access/images/sst_title.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
}

/* 立地交通のポイント
----------------------------------------------------------- */

/*===================================================
※注意
"#sst_accesspoint"は　/css/access.css　に記載してあります。
===================================================*/

#access #accessp_box{
	margin-bottom:15px;
	padding: 10px 0;
	width: 680px;
	background: #F7D5BC;
}

/* clearfix */
#access #accessp_box:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

/*アクセス方法*/

#access #accessp_box #accessp_route{
	margin:0 10px;
	width: 660px;
	float:left;
	display:inline;
}

#access #accessp_box #accessp_route img{
	float: left;
}

#access #accessp_box #accessp_route div{
	width: 400px;
	float: right;
}

#access #accessp_box #accessp_route div p{
	width: 400px;
}

#access #accessp_box #accessp_route #access_img {
	margin:10px 0 15px 0 ;
	padding:0 0 15px 0;
	width: 660px;
	float:left;
	border-bottom:1px dotted #000000;
	}
	
#access #accessp_box #accessp_route #access_img img {
	float:left;
	margin:0 19px 0 0;
	}

/*タイトル_無料駐車場*/
#access #accessp_box #accessp_route h4{
	margin-bottom:5px;
	width: 264px;
	height:17px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../access/images/sst_point_access.gif) no-repeat left top;
}


/*無料駐車場*/

/*入れ物*/
#access #accessp_box #accessp_parking{
	margin:0 10px;
	width: 660px;
	float:left;
	display:inline;
}

#access #accessp_box #accessp_parking img{
	float: left;
}

#access #accessp_box #accessp_parking div{
	width: 540px;
	float: right;
}

#access #accessp_box #accessp_parking div p{
	width: 540px;
}

/*タイトル_無料駐車場*/
#access #accessp_box #accessp_parking h4{
	margin-bottom:5px;
	width: 195px;
	height:17px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../access/images/sst_point_parking.gif) no-repeat left top;
}



/* 電車背景
----------------------------------------------------------- */
#access #train_box {
	margin-bottom:18px;
	width:680px;
	height:130px;
	line-height: 1;
	background-image: url(../access/images/img_train.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#access #train_box2 {
	margin-bottom:18px;
	width:680px;
	height:130px;
	line-height: 1;
	background-image: url(../access/images/img_train2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* 電車背景 */

#access #train_box2 h4 {
	display:none;
}

#access #train_box2 p {
	display:none;
}

/* 車
------------------------------------------------------------ */
#access #car_box {
	margin-bottom:15px;
	width:680px;
	height:130px;
	line-height: 1;
	background-image: url(../access/images/img_car.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

