@charset "utf-8";

/**********************************

 loading

***********************************/

#loading {
	display: table;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.8;
}

#loading .loadingMsg {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-top: 140px;
	background: url("../images/common/loading.gif") center center no-repeat;
}

/**********************************

 formSec

***********************************/
.formSec__inner__txt01 a {
	text-decoration: underline;
}

.formSec__inner__txt01 a:hover {
	text-decoration: none;
}

/**********************************

 c-form

***********************************/
.c-form__content select {
	-webkit-appearance: none;
	appearance: none;
}
