@charset "euc-jp";

/* result

検索結果ページのみで使用するスタイル
------------------------------------------------ */

/* 必要なくなり次第削除（案件詳細・ゲームページ改修後） */
#ad-list h2 {
    margin: 10px 0 0;
}

/*-- 検索のヒント
-------------------------------------------------------- */
#kensakuhint_box p {
	text-align: center;
	margin: 10px 0;
	font-size: 1.4rem;
}
#kensakuhint_box dt {
    background-color: #47c2c9;
    color: #ffffff;
    font-weight: bold;
    margin:5px 0 0 0;
    padding: 4px 5px;
	font-size: 1.4rem;
}
#kensakuhint_box dd dl {
    margin:10px;
    border:#47c2c9 solid 1px;
}

#kensakuhint_box dd dl dt{
    background-color:#ffffff;
    color:#333;
    font-weight:normal;
    border-top: none;
    line-height: 20px;
    margin:10px 5px 0 5px;
    text-align:left;
	font-size: 1.3rem;
}

#kensakuhint_box dd dl dd{
    background-color:#ffffff;
    color:#333;
    font-weight:normal;
    border-top: none;
    line-height: 18px;
    margin:0 5px 13px 20px;
    text-align:left;
	font-size: 1.3rem;
}

#kensakuhint_box dd .font_green{
    color:#47c2c9;

}

/*-- 検索のヒント
-------------------------------------------------------- */
#notice_area a {
    color: #534741
}

/* more
------------------------------------------------ */
.list li:last-child{
	 border-bottom: 1px solid #e6e6e6;
}
.more {
	margin-top: 0;
}
.btnbox {
    background: -moz-linear-gradient(left top,#b4ebea,#b4ebea 25%,#daf5f5 25%,#daf5f5 50%,#b4ebea 50%,#b4ebea 75%,#daf5f5 75%,#daf5f5);
    background: -webkit-gradient(linear, left top, right top,from(#b4ebea),color-stop(25%, #b4ebea),color-stop(25%, #daf5f5),color-stop(50%, #daf5f5),color-stop(50%, #b4ebea),color-stop(75%, #b4ebea),color-stop(75%, #daf5f5),to(#daf5f5));
    -moz-background-size: 10px 1px, 10px 1px;
    -webkit-background-size: 10px 1px, 10px 1px;
    background-size: 10px 1px, 10px 1px;
    padding: 10px 0 20px 0;
    text-align: center;
}