input {
	vertical-align:middle;
}
input[type="text"],textarea {
    width:100%;
    border: 0;
    background-color: #eee;
    padding: 0.5em 1em;
    border-radius: 0.5em;
    box-sizing: border-box;
    line-height: 1.7;
}
select {
  display:block;
  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: 100px;
    background-color:#d60051;
    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);
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0.5em;
  color: #111;
  line-height: 1.7;
  padding: 0.5em 50px 0.5em 1em;
  width: auto;
  box-sizing: border-box;
  position: relative;
  background-color: #eee;
  background-image: url("../img/down.png");
  background-position: right 15px center;
  background-size: 12px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.ui-datepicker {
    width: 20em !important;
}
.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 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: 100%;
    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:5px 0 0 0;
}

.ui-datepicker {
    width: 20em !important;
}

}
