@charset "UTF-8";
/* ==========================================================================
   ボタン
   ========================================================================== */
/* デフォルト設定は base.normalize.css に設定 */

/*----------------------------------*/
/* ログイン                         */
/*----------------------------------*/

.btn_large {
	font-size: var(--primary-font-size);
	padding: 10px 20px;
	border-style: none;
}

/*----------------------------------*/
/* 検索                             */
/*----------------------------------*/

.btn_search {
	font-size: var(--large-font-size);
	padding: 10px 0px 10px 50px;
	width: 140px;
	text-align: left;
	border-style: none;
	background-image: url(../../img/search.png);
	background-repeat: no-repeat;
	background-position: center left 10%;
	background-size: 25%;
}

@media screen and (max-width: 1024px) {
	.btn_search {
		padding: 10px;
		width: 45px;
		background-position: center;
		background-size: 60%;
		text-indent:-9999px;	/* 文字を消す */
	}
}

/*----------------------------------*/
/* 新規登録                         */
/*----------------------------------*/

.btn_new {
	font-size: var(--large-font-size);
	padding: 10px 0px 10px 50px;
	border-style: none;
	width: 140px;
	border-style: none;
	text-align: left;
	background-image: url(../../img/regit_white.png);
	background-repeat: no-repeat;
	background-position: center left 10%;
	background-size: 18%;
}

@media screen and (max-width: 1024px) {
	.btn_new {
		padding: 10px;
		width: 45px;
		background-position: center;
		background-size: 60%;
		text-indent:-9999px;	/* 文字を消す */
	}
}

/*----------------------------------*/
/* 訂正　　                         */
/*----------------------------------*/

.btn_correction {
	font-size: var(--large-font-size);
	padding: 10px 0px 10px 50px;
	border-style: none;
	width: 140px;
	border-style: none;
	text-align: left;
	background-image: url(../../img/correction_white.png);
	background-repeat: no-repeat;
	background-position: center left 10%;
	background-size: 18%;
}

@media screen and (max-width: 1024px) {
	.btn_correction {
		padding: 10px;
		width: 45px;
		background-position: center;
		background-size: 60%;
		text-indent:-9999px;	/* 文字を消す */
	}
}

/*----------------------------------*/
/* 開始　　                         */
/*----------------------------------*/

.btn_start {
	font-size: var(--large-font-size);
	padding: 10px 0px 10px 50px;
	border-style: none;
	width: 140px;
	border-style: none;
	text-align: left;
	background-image: url(../../img/start_white.png);
	background-repeat: no-repeat;
	background-position: center left 12%;
	background-size: 18%;
}

@media screen and (max-width: 1024px) {
	.btn_start {
		padding: 10px;
		width: 45px;
		background-position: center;
		background-size: 60%;
		text-indent:-9999px;	/* 文字を消す */
	}
}

/*----------------------------------*/
/* 終了　　                         */
/*----------------------------------*/

.btn_end {
	font-size: var(--large-font-size);
	padding: 10px 0px 10px 50px;
	border-style: none;
	width: 140px;
	border-style: none;
	text-align: left;
	background-image: url(../../img/end_white.png);
	background-repeat: no-repeat;
	background-position: center left 10%;
	background-size: 23%;
}

@media screen and (max-width: 1024px) {
	.btn_end {
		padding: 10px;
		width: 45px;
		background-position: center;
		background-size: 60%;
		text-indent:-9999px;	/* 文字を消す */
	}
}

/*----------------------------------*/
/* 入札　　                         */
/*----------------------------------*/

.btn_bid {
	font-size: var(--large-font-size);
	padding: 10px 0px 10px 50px;
	border-style: none;
	width: 140px;
	border-style: none;
	text-align: left;
	background-image: url(../../img/bid_white.png);
	background-repeat: no-repeat;
	background-position: center left 10%;
	background-size: 18%;
}

@media screen and (max-width: 1024px) {
	.btn_bid {
		padding: 10px;
		width: 45px;
		background-position: center;
		background-size: 60%;
		text-indent:-9999px;	/* 文字を消す */
	}
}

/*----------------------------------*/
/* 札入れ取消                         */
/*----------------------------------*/

.btn_cancel {
	font-size: var(--large-font-size);
	padding: 10px 0px 10px 40px;
	border-style: none;
	width: 140px;
	border-style: none;
	text-align: left;
	background-image: url(../../img/cancel.png);
	background-repeat: no-repeat;
	background-position: center left 5%;
	background-size: 18%;
}

@media screen and (max-width: 1024px) {
	.btn_cancel {
		padding: 10px;
		width: 45px;
		background-position: center;
		background-size: 60%;
		text-indent:-9999px;	/* 文字を消す */
	}
}

/*----------------------------------*/
/* 再入札                           */
/*----------------------------------*/

.btn_rebid {
	font-size: var(--large-font-size);
	padding: 10px 0px 10px 50px;
	border-style: none;
	width: 140px;
	border-style: none;
	text-align: left;
	background-image: url(../../img/rebid_white.png);
	background-repeat: no-repeat;
	background-position: center left 10%;
	background-size: 18%;
}

@media screen and (max-width: 1024px) {
	.btn_rebid {
		padding: 10px;
		width: 45px;
		background-position: center;
		background-size: 60%;
		text-indent:-9999px;	/* 文字を消す */
	}
}

/*----------------------------------*/
/* 次へ　　                         */
/*----------------------------------*/

.btn_next {
	font-size: var(--large-font-size);
	padding: 10px 0px 10px 50px;
	border-style: none;
	width: 140px;
	border-style: none;
	text-align: left;
	background-image: url(../../img/next.png);
	background-repeat: no-repeat;
	background-position: center left 10%;
	background-size: 18%;
}

@media screen and (max-width: 1024px) {
	.btn_next {
		padding: 10px;
		width: 45px;
		background-position: center;
		background-size: 60%;
		text-indent:-9999px;	/* 文字を消す */
	}
}

/*----------------------------------*/
/* 前へ　　                         */
/*----------------------------------*/

.btn_forward {
	font-size: var(--large-font-size);
	padding: 10px 0px 10px 50px;
	border-style: none;
	width: 140px;
	border-style: none;
	text-align: left;
	background-image: url(../../img/forward.png);
	background-repeat: no-repeat;
	background-position: center left 10%;
	background-size: 18%;
}

@media screen and (max-width: 1024px) {
	.btn_forward {
		padding: 10px;
		width: 45px;
		background-position: center;
		background-size: 60%;
		text-indent:-9999px;	/* 文字を消す */
	}
}

/*----------------------------------*/
/* 全選択　                         */
/*----------------------------------*/

.btn_total_select {
	font-size: var(--large-font-size);
	padding: 10px 0px 10px 50px;
	border-style: none;
	width: 140px;
	border-style: none;
	text-align: left;
	background-image: url(../../img/total_select.png);
	background-repeat: no-repeat;
	background-position: center left 10%;
	background-size: 18%;
}

/*----------------------------------*/
/* 一括セット                       */
/*----------------------------------*/

.btn_bulk_set {
	font-size: var(--large-font-size);
	padding: 10px 0px 10px 50px;
	border-style: none;
	width: 240px;
	border-style: none;
	text-align: left;
	background-image: url(../../img/bulk_set.png);
	background-repeat: no-repeat;
	background-position: center left 3%;
	background-size: 15%;
}

/*----------------------------------*/
/* 設定  　                         */
/*----------------------------------*/

.btn_setting {
	font-size: var(--large-font-size);
	padding: 10px 0px 10px 50px;
	border-style: none;
	width: 140px;
	border-style: none;
	text-align: left;
	background-image: url(../../img/total_select.png);
	background-repeat: no-repeat;
	background-position: center left 10%;
	background-size: 18%;
}

@media screen and (max-width: 1024px) {
	.btn_setting {
		padding: 10px;
		width: 45px;
		background-position: center;
		background-size: 60%;
		text-indent:-9999px;	/* 文字を消す */
	}
}

/*----------------------------------*/
/* 選択                             */
/*----------------------------------*/

.button_select {
	margin: 0px;
	padding: 3px 10px;
	width: 40px;
	height: 40px;
	border-style: none;
	background-image: url(../../img/select.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
}

@media screen and (max-width: 1024px) {
	.button_select {
		width: 32px;
		height: 32px;
	}
}

/*----------------------------------*/
/* X分後をセット                    */
/*----------------------------------*/

.btn_after_time_set {
	margin: 0px;
	padding: 3px 10px;
	width: 120px;
	height: 40px;
	border-style: none;
}

/*----------------------------------*/
/* 詳細                             */
/*----------------------------------*/

.btn_detail {
	margin: 0px;
	padding: 3px 10px;
	width: 60px;
	height: 35px;
	border-style: none;
}

@media screen and (max-width: 1024px) {
	.btn_detail {
		width: 60px;
		height: 32px;
	}
}

/*----------------------------------*/
/* 先取り                           */
/*----------------------------------*/

.btn_preemption {
	margin: 0px;
	padding: 3px 10px;
	width: 60px;
	height: 40px;
	border-style: none;
}

@media screen and (max-width: 1024px) {
	.btn_preemption {
		width: 60px;
		height: 32px;
	}
}

/*----------------------------------*/
/* 検索マーク                       */
/*----------------------------------*/

.btn_search_mark {
	margin: 0px 5px 0px 5px;
	padding: 0px;
	width: 50px;
	height: 43px;
	border-style: none;
	background-image: url(../../img/search.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
}

@media screen and (max-width: 1024px) {
	.btn_search_mark {
		width: 32px;
		height: 32px;
	}
}

/*----------------------------------*/
/* 表示タイプ                       */
/*----------------------------------*/

.disp_type button {
	margin: 0px;
	padding: 10px 0px 10px 25px;
	width: 120px;
	font-size: var(--large-font-size);
	color: var(--primary-color);
	border: 1px solid #dedede;
	background-color: #f6f6f6;
}

@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	.disp_type button {
		padding: 10px 0px 10px 10px;
		width: 80px;
	}
}

/* 当日 */
.disp_type button.the_day {
	background-image: url(../../img/the_day.png);
	background-repeat: no-repeat;
	background-position: top 40% left 10%;
	background-size: 25%;
}

/* 過去 */
.disp_type button.past {
	background-image: url(../../img/past.png);
	background-repeat: no-repeat;
	background-position: top 40% left 10%;
	background-size: 25%;
}

/* 登録 */
.disp_type button.regist {
	background-image: url(../../img/regit.png);
	background-repeat: no-repeat;
	background-position: top 40% left 10%;
	background-size: 25%;
}

/* 表示 */
.disp_type button.disp {
	background-image: url(../../img/disp.png);
	background-repeat: no-repeat;
	background-position: top 40% left 10%;
	background-size: 25%;
}

/* 開始 */
.disp_type button.start {
	background-image: url(../../img/start.png);
	background-repeat: no-repeat;
	background-position: top 47% left 10%;
	background-size: 21%;
}

/* 終了 */
.disp_type button.end {
	background-image: url(../../img/end.png);
	background-repeat: no-repeat;
	background-position: top 40% left 10%;
	background-size: 25%;
}

/* 札入れ */
.disp_type button.bid {
	background-image: url(../../img/bid.png);
	background-repeat: no-repeat;
	background-position: top 40% left 10%;
	background-size: 25%;
}

/* 訂正 */
.disp_type button.correction {
	background-image: url(../../img/correction.png);
	background-repeat: no-repeat;
	background-position: top 40% left 10%;
	background-size: 25%;
}

/* 再入札 */
.disp_type button.rebid {
	background-image: url(../../img/rebid.png);
	background-repeat: no-repeat;
	background-position: top 40% left 10%;
	background-size: 25%;
}

/* お気に入り */
.disp_type button.favorite {
	width: 160px;
	background-image: url(../../img/favorite.png);
	background-repeat: no-repeat;
	background-position: top 45% left 4%;
	background-size: 12%;
	padding-left: 22px;
}

.disp_type button.is_current {
	background-color: var(--hover-background);
	pointer-events: none;
}

/*「入札開始(一覧)」、「入札終了(一覧)」、「札入れ(一覧)」、「入札訂正(一覧)」画面については、*/
/* [開始]、[終了]、[札入れ]、[訂正] ボタン(背景色が灰色)についても、アイコンのみの表示とする */
@media screen and (max-width: 1024px) {
	form#form_search[method="post"][action="/bid/work/start"],			/* 入札開始(一覧) */
	form#form_search[method="post"][action="/bid/work/end"],			/* 入札終了(一覧) */
	form#form_search[method="post"][action="/bid/wallet/list"],			/* 札入れ(一覧) */
	form#form_search[method="post"][action="/bid/correction/list"] {	/* 入札訂正(一覧) */
		.disp_type button.start ,		/* 開始 */
		.disp_type button.end ,			/* 終了 */
		.disp_type button.bid ,			/* 札入れ */
		.disp_type button.correction {	/* 訂正 */
			padding: 10px;
			width: 45px;
			background-position: center;
			background-size: 60%;
			text-indent:-9999px;	/* 文字を消す */
		}
	}
}

/*----------------------------------*/
/* 最初のページへ                   */
/*----------------------------------*/

.btn_first_page {
	margin: 0rem;
	padding: 3px 10px;
	width: 3rem;
	height: 2.5rem;
	border: var(--primary-border);
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	background-color: var(--peger-button-background);
	background-image: url(../../img/first_page.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40%;
	/* 文字を消す */
	text-indent:-9999px;
}

/*----------------------------------*/
/* 前のページへ                     */
/*----------------------------------*/

.btn_prev_page {
	margin: 0rem;
	padding: 3px 10px;
	width: 3rem;
	height: 2.5rem;
	border: var(--primary-border);
	background-color: var(--peger-button-background);
	background-image: url(../../img/prev_page.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40%;
	/* 文字を消す */
	text-indent:-9999px;
}

/*----------------------------------*/
/* 次のページへ                     */
/*----------------------------------*/

.btn_next_page {
	margin: 0rem;
	padding: 3px 10px;
	width: 3rem;
	height: 2.5rem;
	border: var(--primary-border);
	background-color: var(--peger-button-background);
	background-image: url(../../img/next_page.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40%;
	/* 文字を消す */
	text-indent:-9999px;
}

/*----------------------------------*/
/* 最後のページへ                   */
/*----------------------------------*/

.btn_last_page {
	margin: 0rem;
	padding: 3px 10px;
	width: 3rem;
	height: 2.5rem;
	border: var(--primary-border);
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	background-color: var(--peger-button-background);
	background-image: url(../../img/last_page.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40%;
	/* 文字を消す */
	text-indent:-9999px;
}
