@charset "utf-8";

#contents table{
	border-collapse:collapse;
	width:880px;
	margin:0px auto;
	margin-bottom:40px;
	border:1px solid #cccccc;
}
#contents table th{
	border-bottom:1px dotted #cccccc;
	background:#fef2f2;
	text-align:left;
	font-weight:bold;
	padding:15px 20px;
	white-space:nowrap;
	width:200px;
}
#contents table td{
	border-bottom:1px dotted #cccccc;
	border-left:none;
	background:#ffffff;
	padding:15px 20px;
}
#contents .shop{
	width:880px;
	margin:0px auto;
}
#contents .shop table{
	width:440px;
	height:304px;
	float:left;
}
#contents .shop table th{
	width:120px;
}
#contents .shop img{
	width:400px;
	float:right;
	padding:1px;
	border:1px solid #cccccc;
	background:#ffffff;
}

#googlemap{
	width:840px;
	height:500px;
	margin:0px auto;
}

    /*吹き出しのスタイル*/
    .gmap_block{
		width:200px;
    }
    .gmap_block .gmap_title{
     font-weight:bold;
	 color:#000000;
	 font-size:16px;
	 margin-bottom:5px;
    }

    .gmap_block .gmap_photo{
     float:right;
     margin-left:10px;
     overflow:hidden;
    }

    .gmap_block .gmap_description{
     margin-top:10px;
    }

    /*お店の情報（リスト用）*/
    #gmap_list{
     width:10px;
     height:10px;
     overflow:hidden;
     margin:0px;
     padding:0px;
	 display:none;
    }

    .gmap_coord{
     display:none;
    }







