@charset "UTF-8";

@import url("../../../common/css/common.css");

/* --------------------------------------------------------------------------------------
 店舗・チラシ検索
--------------------------------------------------------------------------------------- */

html{ overflow-x: hidden;}

/* 検索ページ ------------------------------ */

div.ctLeftIn {
	width: 640px;
	padding: 0 0 21px 0;
}

div#ctArea input.w185 {
	width: 185px;
}

div#ctArea select.w185 {
	width: 185px;
}

div#ctArea input {
	vertical-align: middle;
}

div#ctArea p.rightText {
	text-align: right;
}

div#ctArea p.rightText a {
	color: #D91817;
}

div#ctArea p.rightText a:hover {
	text-decoration: none;
}


/* Left ------------------------------ */

div#ctLeft div.ctLeftIndex {
	float: left;
	width: 360px;
}

div#ctLeft div.ctLeftIndex div.bottom {
	padding: 0 0 20px 0;
	background: url(../img/bg_shop_bottom_index_left.gif) no-repeat left bottom;
}

div#ctLeft div.ctLeftIndex div.ct {
	padding: 10px 13px 0 13px;
	background: url(../img/bg_shop_ct_index_left.jpg) no-repeat left top;
}

div#ctLeft div.ctLeftIndex div.rep {
	margin: 0 0 20px 0;
	background: url(../img/bg_shop_rep_index_left.jpg) repeat-y left top;
}

div.ctLeftInNone {
	width: 640px;
	padding: 0 0 5px 0;
}

/* 年末*/

div#ctLeft div.ctLeftIndex p.nenmatsu {
	margin: 0 0 10px 0;
}

/* Left Search Text*/

div#ctLeft div.ctLeftIndex p.searchText {
	margin: 0 0 10px 0;
}

/* Left Map*/

div#ctLeft div.ctLeftIndex div.map {
	position: relative;
	width: 360px;
	height: 305px;
	background: url(../img/bg_map.jpg) no-repeat;
	padding: 10px 13px 0 13px;
}

div#ctLeft div.ctLeftIndex div.map dl.left {
	position: absolute;
	left: 14px;
	top: 38px;
}

div#ctLeft div.ctLeftIndex div.map dl ul {
	margin: 5px 0 10px 7px;
}

div#ctLeft div.ctLeftIndex div.map dl.right {
	position: absolute;
	left: 94px;
	top: 38px;
}

div#ctLeft div.ctLeftIndex div.map dl ul a {
	color: #D91817;
}

div#ctLeft div.ctLeftIndex div.map dl ul a:hover {
	text-decoration: none;
}


/* --------------------------------------------------------------------------------------
 検索一覧
--------------------------------------------------------------------------------------- */

/* 検索*/

div#ctLeft div.ctLeftIn div.serchBox{
	padding: 25px 0 0 0;
}

div#ctLeft div.ctLeftIn div.serchBox p.text{
	font-size: 113%;
	font-weight: bold;
	margin: 0 0 20px 0;
}

div#ctLeft div.ctLeftIn div.serchBox p.text span{
	color: #D91817;
}

div#ctLeft div.ctLeftIn div.serchBox div.bottom {
	padding: 0 0 12px 0;
	background: url(../img/bg_shop_bottom_index.gif) no-repeat left bottom;
}

div#ctLeft div.ctLeftIn div.serchBox div.ct {
	padding: 10px 13px 0 13px;
	background: url(../img/bg_shop_ct_index.jpg) no-repeat left top;
}

div#ctLeft div.ctLeftIn div.serchBox div.rep {
	margin: 0 0 25px 0;
	background: url(../img/bg_shop_rep_index.gif) repeat-y left top;
}
div#ctLeft div.ctLeftIn div.serchBox div.ct:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#ctLeft div.ctLeftIn div.serchBox div.ct { display:inline-block; }
/*\*/
* html div#ctLeft div.ctLeftIn div.serchBox div.ct { height:1%; }
div#ctLeft div.ctLeftIn div.serchBox div.ct { display:block; }
/**/

div#ctLeft div.ctLeftIn div.serchBox div.rep div.left {
	float: left;
	width: 295px;
}

div#ctLeft div.ctLeftIn div.serchBox div.rep div.right {
	float: right;
	width: 280px;
}

div#ctLeft div.ctLeftIn div.serchBox div.rep p.searchText {
	margin: 0 0 5px 0;
}

div#ctLeft div.ctLeftIn div.serchBox div.rep .searchText span {
	color: #D91817;
}

div#ctLeft div.ctLeftIn div.serchBox div.rep p.margin10 {
	margin: 0 0 0 10px;
}

/* 検索リスト*/

table.chiki {
	width: 640px;
	margin: 0 0 10px 0;
	border-collapse: collapse;
}

table.chiki tr th {
	padding: 10px 5px;
	text-align: left;
	font-weight: bold;
	background: #f4f1e7;
	font-size: 83%;
	border: 2px #FFFFFF solid;
}

table.chiki tr td {
	padding: 10px 5px;
	vertical-align: top;
	border-bottom: 1px #e2e3d6 solid;
}

table.chiki tr td a:link {
	color: #D91817;
}
table.chiki tr td a:visited {
	color: #D91817;
}
table.chiki tr td a:hover {
	color: #D91817;
	text-decoration: none;
}
table.chiki tr td a:active {
	color: #D91817;
	text-decoration: none;
}


/* 新店オープン リニューアルオープン ------------------------------ */

div#ctLeft div.ctRightIndex {
	float: right;
	width: 260px;
}

div#ctLeft div.ctRightIndex div.bottom {
	padding: 0 0 12px 0;
	background: url(../img/bg_shop_bottom_index_right.gif) no-repeat left bottom;
}

div#ctLeft div.ctRightIndex div.ct {
	padding: 0 13px 0 13px;
	background: url(../img/bg_shop_ct_index_right.jpg) no-repeat left top;
}

div#ctLeft div.ctRightIndex div.rep {
	width: 260px;
	margin: 0 0 20px 0;
	background: url(../img/bg_shop_rep_index_right.jpg) repeat-y left top;
}

div#ctLeft div.ctRightIndex ul li {
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
}

div#ctLeft div.ctRightIndex ul li img {
	vertical-align: middle;
}

div#ctLeft div.ctRightIndex ul li a {
	color: #D91817;
}

div#ctLeft div.ctRightIndex ul li a:hover {
	text-decoration: none;
}


/* --------------------------------------------------------------------------------------
 検索結果
--------------------------------------------------------------------------------------- */

/* タイトル ------------------------------ */

div#ctLeft h2.detailTitle {
	margin: 45px 0 0 0;
	padding: 0 0 27px 0;
	background: url(../img/bg_shop_detail_title.jpg) repeat-x left bottom;
	font-size: 130%;
	font-weight: bold;
	color: #CC0000;
}
div#ctLeft h2.detailTitle:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#ctLeft h2.detailTitle { display:inline-block; }
/*\*/
* html div#ctLeft h2.detailTitle { height:1%; }
div#ctLeft h2.detailTitle { display:block; }
/**/

div#ctLeft h2.detailTitle span {
	display: block;
	float: left;
	margin: 0 0 3px 5px;
}

div#ctLeft h2.detailTitle img {
	float: right;
	margin: 0 0 3px 0;
}

* html div#ctLeft h2.detailTitle img {
	float: right;
	margin: 0 1px 3px 0;
}


/* 店舗情報 ------------------------------ */

div#ctLeft div.detailBox {
	width: 360px;
}

div#ctLeft div.ctRightDetail {
	float: right;
	width: 370px;
}

div#ctLeft div.ctLeftDetail {
	float: left;
	width: 240px;
}

/* 取り扱い商品 */

div#ctLeft div.ctLeftDetail ul.bnrList {
	display: block;
	margin: 5px 0 20px 5px;
}
div#ctLeft div.ctLeftDetail ul.bnrList:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#ctLeft div.ctLeftDetail ul.bnrList { display:inline-block; }
/*\*/
* html div#ctLeft div.ctLeftDetail ul.bnrList { height:1%; }
div#ctLeft div.ctLeftDetail ul.bnrList { display:block; }
/**/

div#ctLeft div.ctLeftDetail ul.bnrList li {
	float: left;
	width: 58px;
	margin: 0 0 9px 0;
}


/* 年末 */

div#ctLeft div.nenmatsu {
	width: 640px;
	padding: 0 0 8px 0;
	margin: 0 0 20px 0;
	border: 0px #CC0000 solid;
	background: #f7f5ee;
}

div#ctLeft div.nenmatsu h3 {
	margin: 0 0 10px 0;
}


div#ctLeft div.nenmatsu p {
	padding-left: 8px;
	margin: 0 0 6px 0;
}

div#ctLeft div.nenmatsu p strong {
	font-weight: bold;
	color: #CC0000;
}

div#ctLeft div.nenmatsu dl {
	padding-left: 8px;
	margin: 0 0 10px 0;
}

div#ctLeft div.nenmatsu dl dt {
	float: left;
	width: 70px;
}

div#ctLeft div.nenmatsu dl dd {
	float: left;
	width: 520px;
}

/*\*/
* html div#ctLeft div.nenmatsu dl dd {
	float: none;
}
/**/
*:first-child + html div#ctLeft div.nenmatsu dl dd {
	float: none;
}

div#ctLeft div.nenmatsu dl:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#ctLeft div.nenmatsu dl { display:inline-block; }
/*\*/
* html div#ctLeft div.nenmatsu dl { height:1%; }
div#ctLeft div.nenmatsu dl { display:block; }
/**/


/* チラシ */

div#ctLeft div.ctRightDetail div.chirashi {
	width: 370px;
	height: 180px;
	font-size: 86%;
	margin: 5px 0 0 0;
	background: #f7f5ee;
	font-size: 86%;
}


div#ctLeft div.ctRightDetail div.chirashi a {
	display: block;
	margin: 3px 0 3px 0;
}

div#ctLeft div.ctRightDetail div.chirashi p.left {
	float: left;
	width: 160px;
	text-align: center;
}

div#ctLeft div.ctRightDetail div.chirashi p.right {
	float: right;
	width: 160px;
	text-align: center;
}


/* 店舗情報 */

table.tenpo {
	margin: 0;
	border-collapse: collapse;
}

table.tenpo tr th {
	padding: 5px;
	border-bottom: 1px #e2e3d6 solid;
	text-align: left;
	font-weight: bold;
	color: #555555;
	vertical-align: top;
}

table.tenpo tr td {
	padding: 5px 0;
	border-bottom: 1px #e2e3d6 solid;
}

/* 店舗情報---お知らせ */

div.ctLeftIn p.shop_news {
	 text-align: center;
	 padding: 10px 0 0 0;
}

div.ctLeftIn p.shop_news_txt {
/*	 text-align: center; */
	 padding: 10px 0 0 0;
}


/* ポップアップ解除*/

div#ctLeft p.popup {
	margin: 10px 0 0 0;
}

