@charset "UTF-8";
/*\*/

/*------------------------------
サイト名：LEMONeD SHOP
作成日：2013.02.14
修正日：2013.03.06
ガイドライン：Ver.01
製作者：株式会社エムアップ
------------------------------*/

/* ------------------------------------
 * 標準スタイルのリセット＋共通CSS読み込み
 * ------------------------------------ */
@import "../../css/html5reset-1.6.1.css";
@import "../../css/common.css";
 

/* ------------------------------------
 * LAYOUTS
 * ------------------------------------ */

dl {
	border-top: solid 1px #ccc;
}

dt,dd {
	padding: 5px 10px;
	border-bottom: solid 1px #ccc;
}

dt {
	background: #eee;
}

#googleMapArea {
	margin: 0 auto;
	padding: 10px;
	width: 300px;
}

#bnr {
	border-top: dotted 1px #999;
	text-align: center;
}

#bnr li {
	padding-top: 10px;
}