@charset "utf-8";

/*------------------------------------------------------------------------------

	[ファイル名]
	
	[概要]
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/

div.section ul:after,
div.section ul li:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html div.section ul,
*:first-child + html div.section ul li
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html div.section ul,
* html div.section ul li
{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
div.section ul,
div.section ul li
{
	display: inline-table;
}
/* End Mac IE */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
#xxx
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/
#xxx
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -9999;
	width: 0;
	height: 0;
	overflow: hidden;
}



/*------------------------------------------------------------------------------

							div#contentheader 画像指定
							
------------------------------------------------------------------------------*/
div#contentHeader h1{
	background-image: url(../../parking/images/content_header.gif);
}



/*------------------------------------------------------------------------------

							
							
------------------------------------------------------------------------------*/
div.section p.photo{
	padding: 4px;
	background-color: #f6f6f6;
	text-align: center;
}

div.section p.photo img{
	border: 1px solid #ffffff;
}

div.section ul{
	float: left;
	width: 300px;
}

div.section ul li{
	/*float: left;*/
	width: 300px;
}

div.section ul li em{
	float: left;
	width: 2em;
	padding: 0.3em 0.2em;
	background-color: #00a73b;
	border: 3px solid #f6f6f6;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

* html div.section ul li em{
	width: 2.4em;
}

div.section ul li p{
	padding-top: 7px;
	margin-bottom: 15px;
	padding-left: 3.5em;
}



/*------------------------------------------------------------------------------

							
							
------------------------------------------------------------------------------*/
div.section p.heading{
	padding-top: 10px;
	padding-left: 5px;
	font-weight: bold;
}

div.section table{
	width: 318px;
}

* html div.section table{
	width: 320px;
}

div.section table td{
	padding: 4px;
}

div.section table td.price{
	text-align: center;
}

div.section table td span{
	padding: 3px 3px 2px 4px;
	background-color: #999999;
	border-right: 5px solid #ffffff;
	color: #ffffff;
	font-weight: normal;
	font-size: 90%;
}

div.section p.note{
	text-align: right;
}

div.section p.info{
}

div.section p.logo{
	float: left;
	width: 188px;
	height: 71px;
}

div.section p.service{
	font-weight:bold;
	float: left;
	width: 625px;
}

div.section p.service:after{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	content: ".";
}

/*------------------------------------------------------------------------------

								印刷用
								
------------------------------------------------------------------------------*/
body.print div#header,
body.print div#copyright p{
	width: 100%;
}

body.print div#header p#siteId{
	left: 10px;
}


body.print div#bicycles{
	margin-bottom: 20px;
}

body.print div#freeService{
	width: 636px;
}


body.print div#freeService table{
	width: 310px;
}

body.print div#freeService table td.shopName{
	line-height: 1.2em;
}


body.print p.note2{
	margin-left: 10px;
}


	body.print div#header{
		/*background: url(../../images/common/print_heaer_bg_2012.jpg) no-repeat top left;*/
		background: url(../../images/common/print_heaer_bg_2013.gif) no-repeat top left;
	}

/*------------------------------------------------------------------------------

							
							
------------------------------------------------------------------------------*/
body.print div.section{
	margin: 0;
	padding: 0;
}

body.print div.sectionContent{
	margin: 5px;
	padding: 0;
}

body.print div#buttonWrapper{
	padding-top: 10px;
}

body.print div.section p.photo{
	padding: 4px;
	background-color: transparent;
	text-align: center;
}

body.print div.section p.photo img{
	border: 1px solid #ffffff;
}

body.print div.section ul{
	float: left;
	width: 200px;
	padding-left: 10px;
}

* html body.print div.section ul{
	width: 210px;
}

body.print div.section ul li{
	width: auto;
}

body.print div.section ul li em{
	float: left;
	width: 2em;
	padding: 0.3em 0.2em;
	background-color: #00a73b;
	border: 3px solid #f6f6f6;
	color: #ffffff;
	font-weight: bold;
	font-size: 80%;
	text-align: center;
}

* html body.print div.section ul li em{
	width: 2.4em;
}

body.print div.section ul li p{
	margin-bottom: 15px;
	padding-top: 0;
	padding-left: 2.5em;
}

body.print div#buttonWrapper{
	padding-top: 0;
	margin-bottom: 10px;
}

body.print div#buttonWrapper ul{
	margin-top: 10px;
	margin-bottom: 0;
}

@media print{
	body.print{
		zoom: 1;
	}
}

div.section div.logo{
float: left;
width: 318px;
text-align: center;
}

div.section table.printing td{
line-height: 150%;
}