/*
###########################
#coded by T.kobuchi
#[kobuchi@kobuchi.jp]
#COPYRIGHT(C)2018 KOBUCHI INC.
###########################
*/

@charset "UTF-8";

/* common ******************************** */
body {
	font-family: Verdana, Roboto, 'Droid Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

small.member_id {
    display: block;
    margin-left: 18px;
    color: #777;
}

/* footer ******************************** */
footer {
	margin-top: 8px;
	border-top: solid 1px #ccc;
}

footer address {
	margin-top: 4px;
}

/* modal ******************************** */
@media (min-width: 768px) {
	.modal-dialog {
		width: 680px;
	}
}

/* jQuery UI ******************************** */
img.ui-datepicker-trigger{
	cursor: pointer;
	margin-top: -5px;
	margin-left: 5px !important;
}

.ui-datepicker {
	z-index: 9999 !important;
}
