@charset "utf-8";

/* -----------------------------------------------------
 目次

検索関連ページ

■検索
	・

------------------------------------------------------ */

h2 {
	position:relative;
	font-size:1.3em;
	color: #333;
	padding:.5em;
	padding-left:32px;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.4);
	text-decoration: none;
background: #eee;
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%);

	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

h2:before {
	content: url(/sp/images/common/plus.png);
	position:absolute;
	left:10px;
	top:11px;
}
h2.open:before {
	content: url(/sp/images/common/minus.png);
}

#searchlist li {
	position:relative;
	border-bottom:1px solid #ccc;
background: #efefef;
background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%);
}
#searchlist li a {
	color:#333;
}
#searchlist .selname {
	font-size:18px;
	margin:0 40px 0 1em;
	padding-top:.4em;
	padding-bottom:.4em;
}

#searchlist .info {
	font-size:12px;
	margin:.5em 40px .7em 1em;
	line-height:1.2;
	margin-right:40px;
}

/* フリーワード検索 */
.freeword {
	height:35px;
	padding:0 86px 0 0;
	border-top:1px solid #333;
	position:relative;
}
.freeword input {
	width:100%;
	padding:10px 18px 8px 18px;
	margin:0;
	border:none;
	font-size:13px;
}
.freeword .searchbutton {
	width:50px;
	height:35px;
	position:absolute;
	top:0;
	right:0;
	-webkit-border-radius:0;
	background:url(/sp/images/common/icon_magnifying.png) center center no-repeat #333;
	text-indent:7777px;
	background-size:20px 20px;
}
.freeword input::-webkit-input-placeholder {
	font-size:13px;
	line-height:1;
}
