@charset "UTF-8";
/* ===================================================================
Theme Name: 三県商事
=================================================================== */

@import "./css/style.css";

body
.mwform-checkbox-field, .mwform-checkbox-field-text {
	color: black !important;
	background: #fff !important;
	padding: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.button{
	display: flex;
	justify-content: center;
}
.button input{
	margin: 20px 5px;
}
#ui-datepicker-div{
	width: 250px;
}
td.short{
	display: flex;
	flex-wrap : wrap;
	justify-content: flex-start;
}
.contact.color td.short input[type="text"]{
	width: 80%;
}
.table.color tr{
	flex-wrap: wrap;
}
.table.color tr th small{
	color: #212121;
}
.table.color tr th.max{
	display: block;
	width: 100%;
	text-align: left;
}
.table.color tr td input[type="text"].middle{
	display: inline-block;
	width: 70px;
}
.table.color tr td input[type="text"].short{
	display: inline-block;
	width: 50px;
}
a{
	line-height: 1 !important;
}
.confirm .scroll{
	height: 300px;
}