input {
	vertical-align:middle;
}
input[type="text"],textarea {
    width:100%;
    border: 0;
    background-color: #eee;
    padding: 10px 15px;
    border-radius: 5px;
    box-sizing: border-box;
    line-height: 1.7;
}
select {
  vertical-align: middle;
}
.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:12px;
    line-height: 22px;
    margin-top: 10px;
}

.smbtn {
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    border-radius: 100px;
    background-color:#360;
    border-width: 0;
    padding: 20px;
    text-align: center;
    font-size: 1.16em;
    line-height: 1.3;
    color: #fff;
    width: 400px;
	font-weight:bold;
	cursor:pointer;
    letter-spacing: 2px;
    transition: opacity 0.5s;
}
.smbtn2 {
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    border-radius: 100px;
    background-color:#bba792;
    border-width: 0;
    padding: 15px;
    text-align: center;
    font-size: 1.16em;
    line-height: 1.3;
    color: #fff;
    width: 300px;
	font-weight:bold;
	cursor:pointer;
    letter-spacing: 2px;
    transition: opacity 0.5s;
}
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: 10px;
  color: #111;
  line-height: 1.7;
  padding: 10px 40px 10px 15px;
  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;
}

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

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

.area_box {
    padding: 30px;
    background-color: #f1efe8;
    text-align: center;
}
@media screen and (min-width: 960px) {
label.error {
    padding: 0 8px;
}
label.flt {
	display:inline-block;
	margin-right:30px;
}
.area_box div {
    margin-left: 70px;
}
.area_box label.flt {
	width: 150px;
    margin-right: 0;
    text-align: left;
}
.fltadj {
    margin-right: 0 !important;
}

.table_fm th {
	width:300px;
}
.table_fm th img {
	float:right;
	height:18px;
	margin:8px 0 0 10px;
}
.table_fm tr:last-child th,.table_fm tr:last-child td {
    border-bottom:none !important;
}
}

@media screen and (max-width: 960px) {
input[type="text"],textarea {
	width:100%;
    border: 0;
    background-color: #eee;
}
.sarea {
	width:50% !important;
}

label.error {

}
label.chk {
	padding:10px;
	background: linear-gradient(to bottom, #fff, #eee);
}
label.chpr {
    padding: 10px;
    width: auto;
}
.area_box {
    padding: 0;
    background-color: transparent;
    text-align: left;
}
.ref_box,.area_box div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 0.84em;
}
label.tch {
    width: 50%;
    border-right: 1px solid #fff;
}
label.tch2 {
    width: 100%;
    border-right: 1px solid #fff;
}
select {
    width: auto;
}
.smbtn {
    width: 80%;
}
.smbtn2 {
    width: 60%;
    padding: 10px 0;
}

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

#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 thead th {
    background-color: #fff !important;	
}
#dpick th,#dpick td {
	float:none;
	clear:none;
	display:table-cell;
}

}
