body {
	font-family: 'Meiryo UI';
	padding:0px;
	margin:0px;
	-webkit-text-size-adjust: 100%;
}

#content {
	margin:10px;
}

#footer {
	margin:10px 10px 0 0;
	text-align:right;
}

.red {
	color:red;
}

.blue {
	color:blue;
}

.orange {
	color:orange;
}

.bg_yellow {
	background:yellow;
}

.calendar_select {
	padding:0 5px 5px 0;
	text-align:right;
}

.calendar_select select {
/*	width:50px;*/
/*	height:50px;*/
}

.valign-top {
	vertical-align:top;
}

.align-left {
	text-align:left;
}

.align-center {
	text-align:center;
}

.align-right {
	text-align:right;
}

.mgn-h10 {
	margin:10px 0;
}

.mgn-h15 {
	margin:15px 0;
}

.f_left {
	float:left;
}

.f_right {
	float:right;
}

.fsize13 {
	font-size:13px;
}

.fsize18 {
	font-size:18px;
}

.remarks {
	width:100%;
}

.remarks textarea{
	width:100%;
}

.hid {
	display:none;
}

div.float_l {
	float:left;
}

.bold {
	font-weight:bolder;
}

.pad_right15 {
	padding-right:15px;
}

.pad_right70 {
	padding-right:70px;
}

a[href^="tel:"] { cursor: default; }

.h30 {
	height:30px;
}

.lh1 {
	line-height:1 !important;
}
select {
	font-size:25px;
}

.input_date_ym {
	background:#5b9bd5; padding:0 30px;
}


.confirmation_date_ym {
	background:lightcoral; padding:0 30px;
}
