body {
	background: #F0F0F0;
}

/* detail */
#detailMain {
	clear: both;
	position: relative;
	width: 1200px;
	float: left;
	padding: 40px 0 80px;
}

.detailBox {
	width: 900px;
	clear: both;
	padding: 0 0 30px;
	margin: 0 auto;
	background: #FFF;
	border-radius: 10px;
	box-sizing: border-box;
}
.detailBox h2 {
	background: #E24015;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
	position: relative;
	border-radius: 5px 5px 0 0;
	margin: 0 0 30px;
}
.detailBox h3 {
	padding: 30px 30px 15px;
}

.detailBox p {
	padding: 0 30px;
	font-size: 14px;
}


.detailBox table {
	width: calc(100% - 60px);
	margin: 30px auto 0;
	border: 0;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 25px;
}

.detailBox th {
	width: 180px;
	border: solid 1px #EDEDED;
	padding: 15px;
	text-align: left;
	background: #FAFAFA;
}

.detailBox td {
	border: solid 1px #EDEDED;
	padding: 15px;
}
.detailBox td b {
	color: #E24015;
}

.detailBox td input[type=text],
.detailBox td input[type=password] {
	padding: 8px;
	border: solid 2px #D6D6D6;
	border-radius: 4px;
	box-sizing: border-box;
}
.detailBox td input#tel,
.detailBox td input#email {
	width: 100%;
}
.detailBox td textarea {
	padding: 8px;
	border: solid 2px #D6D6D6;
	border-radius: 4px;
	box-sizing: border-box;
	width: 100%;
}



.detailBox td textarea.privacy {
	display: block;
	width: 100%;
	height: 10em;
	margin-bottom: 1em;
	padding: 8px;
	border: solid 2px #D6D6D6;
	border-radius: 4px;
	box-sizing: border-box;
}


.detailBox .btn input[type=submit] {
	display: block;
	width: 350px;
	height: 70px;
	line-height: 70px;
	margin: 30px auto 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #F97B0B;
	border: 0;
	border-radius: 5px;
	color: #FFF;
}


.icon {
	display: inline-block;
	background: #E24015;
	font-size: 12px;
	color: #FFF;
	padding: 0 10px;
	border-radius: 5px;
	font-weight: normal;
	float: right;
}

.detailBox .thanks {
	text-align: center;
	font-size; 20px;
	line-height: 40px;
}

.detailBox .btn a {
	display: block;
	width: 300px;
	height: 60px;
	line-height: 60px;
	margin: 30px auto 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border: solid 1px #E24015;
	border-radius: 5px;
}

.footSearch {
	display: none;
}

@media screen and (max-width : 1024px) {

	/* deitail */
	#detailMain {
		clear: both;
		position: relative;
		width: 100%;
		float: left;
		padding: 15px 0 30px;
	}

	.detailBox {
		width: 100%;
		clear: both;
		padding: 0 0 15px;
		margin: 0 auto;
		background: #FFF;
		border-radius: 10px;
		box-sizing: border-box;
	}
	.detailBox h2 {
		background: #E24015;
		color: #FFF;
		font-size: 16px;
		text-align: center;
		line-height: 40px;
		position: relative;
		border-radius: 5px 5px 0 0;
		margin: 0 0 15px;
	}
	.detailBox h3 {
		font-size: 15px;
		padding: 15px;
	}

	.detailBox p {
		padding: 0 15px;
		font-size: 13px;
	}


	.detailBox table {
		width: calc(100% - 30px);
		margin: 30px auto 0;
		border: 0;
		border-collapse: collapse;
		font-size: 13px;
		line-height: 20px;
	}


	.detailSide {
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
	}
	#notfound {
		padding: 30px 15px;
	}

	.detailBox form th,
	.detailBox form td {
		display: block;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	.detailBox form td input[type=text],
	.detailBox form td textarea {
		width: 100%;
		font-size: 16px;
	}
	.detailBox form td input#last_name,
	.detailBox form td input#last_kana,
	.detailBox form td input#first_name,
	.detailBox form td input#first_kana{
		width: 45%;
	}

	.detailBox .btn input[type=submit] {
		width: 300px;
		height: 60px;
		line-height: 60px;
		margin: 15px auto 0;
		font-size: 16px;
	}

	.detailBox .btn a {
		width: 250px;
		height: 50px;
		line-height: 50px;
		margin: 15px auto 0;
		font-size: 14px;
	}


}
