@import url("global.css");

#main {
	background: url(../../inquiry/img/main.jpg) no-repeat 50% top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
#main.thanksmain {
	height: 200px !important;
	opacity: 1;
}
#main.thanksmain h1 {
	opacity: 1;
	top: 50%;
}

.cnt {
	opacity: 0;
}
.cnt.thanks {
	opacity: 1;
}
.cnt p {
	text-align: center;
	margin-bottom: 20px;
}

table.inputform ul.float {
	margin-bottom: 10px;
}



/* ------------------------------------------------------------------------------------------------------------------------

/* 959px（タブレット縦）以下から 1カラム表示

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px){

.cnt {
	opacity: 1;
}

	






}
	

	

	





/* ------------------------------------------------------------------------------------------------------------------------

/* 幅644px以下

------------------------------------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 644px){

.cnt p {
	text-align: justify;
	text-justify: distribute;
}








}










