.ui-state-active{background: #4DB2B6}
.ui-datepicker{
	width: 92%;
	font-family:'Noto Sans Japanese','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	background: #48C2C2;
	margin: 0 0 5px 0
	}
.ui-datepicker a{
	color: #fff;
	}
.ui-datepicker a:hover{
	color: #fff;
	background: #4DB2B6;
	}
.ui-datepicker-calendar{width: 100%;}
.ui-datepicker-group{margin: 0 0 5px 0;background: #48C2C2;}
.ui-datepicker-header {
	color: #fff;
	font-weight: bold;
	padding: 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
	}
.ui-datepicker-calendar thead th{
	font-weight: bold;
	color: #378F8F;
	padding:5px;
	}
.ui-datepicker-calendar th,.ui-datepicker-calendar td{
	font-size: 12px;
	color: #378F8F;
	text-align: center;
	}
.ui-datepicker-calendar td span{display: block; padding:5px;}
.ui-datepicker-calendar td a{
	color: #fff;
	display: block;
	padding:5px;
	}
.ui-datepicker-title{
	clear: both;
	}
.ui-datepicker-prev{float: left;}
.ui-datepicker-next{float: right;}


@media only screen and (min-width: 640px) {
.ui-datepicker{
	width: 460px;
}
}
