@charset "euc-jp";

/* アプリページのみで使用するスタイル
------------------------------------------------ */
/* 必要なくなり次第削除（案件詳細・ゲームページ改修後） */
#ad-list h2 {
    margin: 10px 0 0;
}

/* list
------------------------------------------------ */
.list li .thumbnail {
    max-width: 80px;
}
.list li img {
    max-width: 80px;
}
.list li .detail {
    padding: 0 0 0 90px;
}

/* 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;
}