﻿@charset "utf-8";

/* -----------------------------------------------------------
CSS Information
 File name:      search.css
 Author:         
 Style Info:     店舗検索システム
----------------------------------------------------------- */

/*----------------------------------------------------
	form
----------------------------------------------------*/

form{
	margin-right: 100px;
}

button{
	background: #fff;
	border: none;
	cursor: pointer;
	width:155px;
	height: 33px;
}


/*----------------------------------------------------
	class="list"
----------------------------------------------------*/

div.list {
	border: 1px solid #630;
	margin: 10px 100px 10px 0;
}

div.list h4 {
	background-color: #F1E9D6;
	font-size: 14px;
	padding: 3px;
	margin: 2px;
}

div.list h5 {
	font-size: 14px;
	margin: 5px 15px 10px 15px;
	background: url(../img/search/dotted.gif) repeat-x 0 100%;
}

div.list h5.list {
	border-bottom: 3px solid #666;
	background-image: none;
}

/*----------------------------------------------------
	class="list" > class="section"
----------------------------------------------------*/

div.list div.section {
	margin: 0 15px 10px 15px;
	padding-bottom: 5px;
	font-size: 12px;
	background: url(../img/search/dotted2.gif) repeat-x 0 100%;
}

div.list div.section a{
	color: #603;
}

div.list div.section h6{
	background: url(../img/search/yz.jpg) no-repeat 0 45%;
	padding-left: 13px;
	font-weight: normal;
}

div.list div.section p{
	padding-left: 13px;
}

div.list div.section ul{
	float: right;
}

div.list div.section ul li{
	display: inline;
}

div.list div.section p span.fr{
	float: right;
}

/*----------------------------------------------------
	b_logo
----------------------------------------------------*/

ul.b_logo{
	padding: 10px 0 30px 0;
}

ul.b_logo li{
	display: inline;
	padding-right: 5px;
	text-align: center;
}

/*----------------------------------------------------
	area
----------------------------------------------------*/

div.area{
	border: 1px solid #ccc;
	background-color: #EFE7DC;
	padding: 15px;
	margin-left: 30px;
	position: relative;
}

div.area table td{
	padding: 1px;
}

div.area span{
	position: absolute;
	top: 30px;
	left: 15px;
}

div.area span a{
	color: #603;
}

/*----------------------------------------------------
	place
----------------------------------------------------*/

.dotted{
	margin: 0 15px 10px 15px;
	padding-bottom: 5px;
	background: url(../img/search/dotted.gif) repeat-x 0 100%;
}

.limg{
	float: left;
	padding-bottom: 10px;
}

table.place{
	margin: 0 15px;
	width: 95%;
}

table.place th,table.place td{
	padding: 5px;
	background-color: #EFE7DC;
	font-weight: normal;
	border: 3px solid #fff;
}

table.place th{
	background-color: #F1E8D5;
	width: 30%;
}

ul.place li a{
	background: url(../img/search/yz.jpg) no-repeat 0 45%;
	padding-left: 13px;
	margin-left: 20px;
}

/*----------------------------------------------------
	QR
----------------------------------------------------*/

table.qr {
	border-collapse: collapse;
}

table.qr td {
	width: 2px;
	height: 2px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: #ffffff;
	color: #ffffff;
}

table.qr td.b {
	width: 2px;
	height: 2px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: #000000;
	color: #000000;
}
