@charset "utf-8";

/*
	**********************************************************
	**
	**	熟れせん スタイルシート ver.201006renew
	**
	**	・トップページにのみ適用するスタイルを定義
	**
	**********************************************************
*/


/*
	----------------------------------------------------------
		0.メモ

	----------
	
		1) sidebarの横幅は130px。内左右の余白は5pxずつ

*/



/*
#outline {
	border: 1px solid #d36bb5;
}
*/
#outline, .shoplist {
	border-right: 1px solid #ff3b8f;
	border-bottom: 1px solid #ff3b8f;
	border-left: 1px solid #ff3b8f;
	margin-top: 0;
	padding-top: 5px;
}


/*
	----------------------------------------------------------
		2.妻サーチ
*/
#search_wife #cnt_body h3 {
	width: 815px;
	height: 30px;
	overflow: hidden;
	background: url("../img/subject/search_wife.jpg") no-repeat left top;
}
#search_wife #cnt_body h3 span { visibility: hidden; }

#search_wife .paging {
	clear: both;
}
#search_wife .paging table {
	margin: 10px auto;
}
#search_wife .paging .prev,
#search_wife .paging .next {
	width: 120px;
	vertical-align: bottom;
}
#search_wife .paging .jump { text-align: center; }
#search_wife .paging .next { text-align: right; }

#search_wife .searchform dl {
	margin: 5px;
}
#search_wife .searchform .csearch {
	margin-top: 10px;
}




#wifelist table {
	width: 150px;
	height: 280px;
	float: left;
	border: 1px solid #000;
	margin: 0 0 10px 10px;
}
#wifelist th, #wifelist td {
	padding: 5px 3;
	vertical-align: top;
}
#wifelist .image div {
	text-align: center;
	width: 120px;
	height: 178px;
	overflow: hidden;
	margin: 5px auto 0;
	vertical-align: bottom;
	border: 1px solid #222;
}
#wifelist .image a {
	display: block;
	width: 120px;
	height: 178px;
	text-align: center;
}
#wifelist img { width: 120px; vertical-align: middle; }


/*
	----------------------------------------------------------
		3.店サーチ
*/
#search_shop #cnt_body h3 {
	width: 815px;
	height: 30px;
	overflow: hidden;
	background: url("../img/subject/jukushop_search.jpg") no-repeat left top;
}
#search_shop #cnt_body h3.ichioshi {
	background: url("../img/subject/jukushop_ichioshi.jpg") no-repeat left top;
	margin-top: 15px;
}
#search_shop #cnt_body h3 span { visibility: hidden; }


#search_shop .searchform {
	width: 815px;
	border: 0 !important;
	margin: 0;
}
#search_shop .searchform td {
	padding: 15px 30px;
}
#search_shop #outline {
	margin: 0;
	padding: 0;
}


#search_shop .shoplist table {
	width: 395px;
	height: 150px;
	float: left;
	margin: 5px;
	border: 1px solid #d36bb5;
}

#search_shop .shoplist table th {
	width: 120px;
	text-align: center;
	padding: 5px;
	vertical-align: middle;
}
#search_shop .shoplist table td {
	padding: 5px 0;
}




.jump span.now {
	font-size: 1.8em !important;
	font-weight: bold !important;
	color: #ff3b8f !important;
}
span.area {
	font-size: 0.8em;
}

.searchform {
	margin: 10px auto;
	border: 1px dotted #ff3b8f;
}
.searchform td:hover {
	background-color: #936;
}
.searchform .submit {
	text-align: center;
	margin-top: 15px;
}
#search_shop .searchform .submit {
	text-align: left;
}
