@charset "UTF-8";
/* CSS Document */
/** {
    -webkit-appearance: none;
}*/

.txt {
	width:100%;
	border: 1px #bbb solid;
	padding: 10px;
	background: #fff;
    -webkit-appearance: none; /* */
	/* CSS3
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	transition: background 0.5s ease; */
	margin:0 0 15px;
	box-sizing:border-box;
}

/* アラート */
.txt.alert,
select.alert {
	background:#fff1f1;
}

em.alert {
	display:block;
}

.form-2col td input:last-child,
.form-2col td textarea:last-child {
	margin:0;
}

/* 確認　未登録 */
.non {
	color:#888;
	letter-spacing:0.1em;
}

.txt:hover {
	border: 1px #888 solid;	
}

.radio {
	margin:0 0 0 5px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;	
}

.select-box {
	background: #fff;
	border: 1px #ccc solid;
	border-radius: 2px;
	font-size: 14px;
	font-size: 1.4rem;
	/*height: 40px;
	line-height: 40px;*/
	text-align: left;
	/*text-indent: 5px;*/
	vertical-align: middle;
}

textarea {
	height: 100px;
	width:100%;
}

.form-submit {
	text-align:center;
}

.submit input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
		
	width:100%;	
	clear: both;
	border: none;
	margin: 13px auto 0;
	background: #ccc;
	font-size: 18px;
	font-size: 1.8rem;	
	font-weight: 500;
	color: #FFF;
	letter-spacing:0.1em;
	/* CSS3 */
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	transition: background 0.5s ease;
	padding:1em 0;
　　-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	cursor:pointer;
}

.submit.confirm input {
	background:#ff4f4f;	
}


/* 戻るボタン */
/*--------------------------------------------*/
.back a {
	text-align:center;
	display:block;
	clear: both;
	border: none;
	margin: 13px 0;
	background:#999;
	font-size: 18px;
	font-size: 1.8rem;	
	font-weight: 500;
	color: #FFF !important;
	/* CSS3 */
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	transition: background 0.2s ease;
	padding:10px 0;
　　-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	cursor:pointer;
	text-decoration:none !important;
	line-height:1;
}

span.customSelect {
	background-color: #fff;
	color:#474747;
	padding:0 30px 0 15px;
	border:2px solid #555;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
span.customSelect.changed {
	/*background-color: #f0dea4;*/
}
.customSelectInner {
	/*background:url(../img/customSelect-arrow.gif) no-repeat;
	background-position:right 3px center;*/
}

.btn.submit {
	text-align:center;
}

input[type="radio"],input[type="checkbox"] {
    -moz-transform-origin: left center;
    -moz-transform: scale( 1.5 , 1.5 );
    -webkit-transform-origin: left center;
    -webkit-transform: scale( 1.5 , 1.5 );
	margin:0 10px 10px 0;
}


label {
	margin:0 10px 0 0;
}

td .mini {
	display:block;
}

.confirm th {
	font-weight:600;
}

/*---------------------------------------------------
　placeholder
----------------------------------------------------*/
input::-webkit-input-placeholder {
    color: #aaa;
    font-weight: normal;
}

input:-ms-input-placeholder {
    color: #aaa;
    font-weight: normal;
}

input::-moz-placeholder {
    color: #aaa;
    font-weight: normal;
}

th .fa {
	color: #F00;
	margin:0 5px 0 0;
}

tr:nth-child(-n+2) th .fa {
	color:#ccc;
}


@media only screen and (min-width: 768px) {
.submit input,
.submit button {
	width:30%;
	margin:0 auto;
}

.txt {
	font-size:15px;
	font-size:1.5rem;
}

tr:nth-child(-n+4) .txt {
	width:60%;
}

tr:nth-child(5) .txt {
	width:30%;
}

textarea {
	height: 200px;
}


.submit input:hover {
	background:#ff4f4f;
}


/* 戻るボタン */
/*--------------------------------------------*/
.back a {
	width:30%;
}

.back a:hover {
	background:#555;
	text-decoration:none;
}

}
/* EOF */