input {
	vertical-align:middle;
}
input[type="text"],textarea {
    width:100%;
    border: 1px solid #333;
    background-color: #fff;
    padding: 0.5em 1em;
    border-radius: 0;
    box-sizing: border-box;
    line-height: 1.7;
    margin-bottom: 5px;
}
select {
  max-width:100% !important;
}
.sarea {
	width:50% !important;
}

label {
	display:block;
    position:relative;
    line-height: 1.7;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
label input[type="radio"],label input[type="checkbox"]{
    margin: -0.15em 2px 0 0;
}
label.error {
	display:none;
	color:#cc0000;
	font-size:0.84em;
    line-height: 1.5;
    margin-top: 0.5em;
}

.smbtn {
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    border-radius: 0;
    background-color: #11445f;
    border-width: 0;
    padding: 1em;
    text-align: center;
    font-size: 1.16em;
    line-height: 1.3;
    color: #fff;
    width: 400px;
	font-weight:bold;
	cursor:pointer;
    letter-spacing: 0.1em;
    transition: opacity 0.3s;
}
label.chk {
    padding: 5px 0;
    box-sizing: border-box;
}

label.chpr {
	width:230px;
	margin:auto;
	padding:15px;
	background: linear-gradient(to bottom, #fff, #eee);
}

#dpick {
	margin-bottom:10px;
}
#dpick thead th {
    background-color: #fff !important;
    color: #000 !important;
    width: auto;
}
.ui-state-default {
    background-color: #dbeeec !important;
}
.ui-state-disabled .ui-state-default {
    background-color: #eee !important;
}
.ui-state-active {
    background-color: #cd2a1c !important;
    border-color: #cd2a1c !important;
}

.yoyakuable {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
.yoyakuable span {
    display: block;
    width: 30px;
    height: 20px;
    background-color: #dbeeec;
    margin-right: 5px;
}
.yoyakuable p {
    font-size: 0.84em;
    line-height: 1.4;
}

@media screen and (min-width: 961px) {

label.flt {
	display:inline-block;
	margin-right:2em;
}
.table_fm th {
    width: 35%;
}

.table_fm th img {
	float:right;
	height:17px;
	margin:5px 0 0 0;
}
.table_fm tr:last-child th,.table_fm tr:last-child td {
    border-bottom:none !important;
}
}

@media screen and (max-width: 960px) {

label.chk {
	padding:10px;
	background: linear-gradient(to bottom, #fff, #eee);
}
label.chpr {
    padding: 10px;
    width: auto;
}

.ref_box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
label.tch {
    width: 50%;
    border-right: 1px solid #fff;
}
label.tch2 {
    width: 50%;
    border-right: 1px solid #fff;
}
select {
    width: auto;
}
.smbtn {
    width: 70%;
    max-width: 400px;
}

.table_fm tr:last-child td {
	margin-bottom:0;
}
.table_fm th img {
	float:right;
	height:17px;
	margin:4px 0 0 0;
}

.sarea {
	
}

#dpick {
	width:100%;
}
.ui-datepicker {
	width:auto !important;
}
#dpick .table {
	display:table;
	width:auto !important;
}
#dpick tbody {
    display: table-row-group;
}
#dpick tr {
	display:table-row;
}
#dpick th,#dpick td {
	float:none;
	clear:none;
	display:table-cell;
}

}

@media screen and (max-width: 520px) {
label.tch {
    width: 50%;
    border-right: 1px solid #fff;
}
label.tch2 {
    width: 100%;
    border-right: 1px solid #fff;
}
}

