@charset "utf-8";

/* ======================================================================

旅のたまご 宿･ホテル トップページ指定	※FILE NAME : [index.php]
====================================================================== */
/* 定番カテゴリ 指定 ------------------------------------------------------------*/
#home_teiban_block {
	width: 100%;
	margin-bottom: 30px;
	padding: 0;
	overflow: hidden;
}
#home_teiban_block h3 {
	background-image: url(../img/index_sub_title01.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 5px 5px 8px 35px !important;
	padding: 6px 5px 8px 35px;
	font-size: 16px;
}
#home_teiban_block ul {
	background-image: url(../img/line01.gif);
	background-position: center top;
	background-repeat: repeat-y;
	width: 100%;
	line-height: 1.6em !important;
	line-height: 1.5em;
	overflow: hidden;
}
#home_teiban_block li {
	width: 350px !important;
	width: 344px;
	margin: 0 7px 1px;
	padding: 8px 0;
	border-top: 1px dotted #09a2a8;
	border-bottom: 1px dotted #09a2a8;
	font-size: 16px;
	font-weight: bold;
	float: left;
}

/* 地図 指定 ------------------------------------------------------------*/
#yado_map_wrap {
	margin-bottom: 25px;
}




