﻿@charset "UTF-8";

.padding_left_15 {
	padding-left:15px;
}
.padding_left_18 {
	padding-left:18px;
}
.margin_left_0_important {
	margin-left:0px !important;
}
.margin_2 {
	margin:2px;
}
.display_none{
	display:none;
}
.display_inline_block{
	display:inline-block;
}

.background_DD2200 {
	background:#DD2200;
}

.background_eeeeee {
	background:#eeeeee;
}

.background_cccccc {
	background:#cccccc;
}
.color_f00 {
	color:#f00;
}
.width_120_important {
	width:120px !important;
}
.min_width_150_important {
	min-width:150px !important;
}
.height_37_important {
	height:37px !important;
}
.float_right {
	float:right;
}
.rental_detail {
	background:#fff !important;
	border:1px solid #4dbbbd !important;
}
.background_c1f5ac {
	background-color:#c1f5ac !important;
}
.background_color_white {
	background-color:#ffffff !important;
}
.background_color_eeeeee {
	background-color:#eeeeee !important;
}
.background_c0c0c0 {
	background-color:#c0c0c0 !important;
}
.background_ffffa8 {
	background-color:#ffffa8 !important;
}
.visibility_hidden {
	visibility:hidden;
}
.width_50_em {
	width:50em;
}
.w60p {
	width:60%;
}
.background_fff {
	background:#fff !important;
}
.border_1_solid_4dbbbd {
	border:1px solid #4dbbbd !important;
}
select[readonly] {
	background-color:#eee;
	color:#666;
	pointer-events:none;
	
}
