/*** 検索/特集一覧 **********************/

#search-tokushu h2 {
	margin: 0 0 10px;
	padding: 0 10px;
	color: #E84572;
	font-size: 15px;
	font-weight: bold;
	line-height: 28px;
	background: url(../img/search_tokushu/h2_bg.jpg) no-repeat;
}

#search-tokushu .search-header {
	margin: 30px 0;
}

#search-tokushu .result {
	margin: 0 0 20px;
}

#search-tokushu .result .shop {
	margin: 0 0 20px;
}

#search-tokushu .result .shop .title {
	margin: 0 0 10px;
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	background-color: #FFF2D9;
}

#search-tokushu .result .shop .title .name {
	margin: 0;
	padding: 7px;
	border-left: 18px solid #FBCC66;
	color: #EB5C32;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}

#search-tokushu .result .shop .title .name a {
	color: #EB5C32;
	font-weight: bold;
}

#search-tokushu .result .shop .title .addr {
	float: right;
	display: inline;
	padding: 7px;
	font-size: 13px;
	line-height: 16px;
}

#search-tokushu .result .shop .image {
	float: left;
	display: inline;
	width: 252px;
	margin: 0;
}

#search-tokushu .result .shop .intro {
	float: right;
	display: inline;
	width: 410px;
}

#search-tokushu .result .shop .intro .text {
	margin: 0 0 10px;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
}

#search-tokushu .result .shop .intro table {
	width: 410px;
	margin: 0 0 10px;
	border-collapse: collapse;
	border-top: 1px solid #D3D3D3;
}

#search-tokushu .result .shop .intro table tr th {
	padding: 5px;
	border-bottom: 1px solid #D3D3D3;
	color: #221815;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
}

#search-tokushu .result .shop .intro table tr td {
	padding: 5px;
	border-bottom: 1px solid #D3D3D3;
	font-size: 11px;
	line-height: 11px;
}

#search-tokushu .result .shop .intro .tags {
	margin: 0 0 16px;
	padding: 0;
	font-size: 10px;
	line-height: 16px;
}

#search-tokushu .result .shop .intro .buttons img {
	margin: 0 6px 0 0;
}

