@charset "UTF-8";
/* ==========================================================================
   datepicker
   ========================================================================== */ 
/* datepickerのオーバーライドCSS */

button[class="ui-datepicker-trigger"] {
	margin: 0px 0px 0px -20px;	/*テキストに寄るよう左寄せ*/
	padding: 3px 10px;
	width: 40px;
	height: 40px;
	border-style: none;
	border-radius: var(--primaryborder-radius);
	background-color: var(--primar-button-background);
	background-image: url(../../img/date_select.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
	/* 文字を消す */
	text-indent:-9999px;
}