@charset "UTF-8";

/*
Name	:store.css
Date	:2011.11.22
Update	:2011.11.22
*/


/* index
----------------------------------------------- */
.index h2 {
	margin: 30px 0 0;
}

.tableType01 .station {
	width: 80px;
}
.tableType01 .store {
	width: 140px;
	font-weight: bold;
}
.tableType01 .address {
	border-right: none;
}
.tableType01 .btn_detail {
	white-space: nowrap;
	width: 1%;
}


/* detail
----------------------------------------------- */
.detail h2 {
	width: 635px;
	height: 35px;
	margin: 30px 0 0;
	padding: 0 0 0 35px;
	font-size: 1.2em;
	background: url(../../store/images/detail_h2_bg.gif) no-repeat 0 0;
}
.detail h3 {
	margin: 30px 0 0;
}

.detail .column {
	width: 635px;
	margin: 20px 0 0;
}
.detail .column .left {
	float: left;
	width: 315px;
}
.detail .column .right {
	float: right;
	width: 315px;
}

.detail .column2 {
	width: 635px;
	margin: 10px 0 0;
}
.detail .column2 .left {
	float: left;
	width: 400px;
}
.detail .column2 .right {
	float: right;
	width: 215px;
}

.tableType02 {
	margin: 30px 0 0;
}
.listType01 {
	margin: 5px 0 0;
}
.detail .btn_back {
	margin: 20px 0 0!important;
	text-align: right;
}


/* tsuika
----------------------------------------------- */

.store_midashi {
	
}

.epark_text {
	float:left;
	width:520px;
}

.epark_qr {
	float:right;
	width:100px;
}

/* clearfix
----------------------------------------------- */
.column:after,
.column2:after {
	content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}