@charset "UTF-8";

/* entrysheetLayout
------------------------------------*/

.entrysheetLayout #main #c01 .cassette p .orange {
	background-color: #f38f00;
	color: #fff;
	display: inline-block;
	border-radius: 3px;
	font-size: 0.75rem;
	line-height: 1;
	padding: 3px 5px;
	margin: 0 10px 0 0;
}

.entrysheetLayout #main #c01 .cassette table {
	margin: 0 0 40px;
}

/* iOSでのデフォルトスタイルをリセット */
.entrysheetLayout input[type="submit"],
.entrysheetLayout input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

.entrysheetLayout input[type="submit"]::-webkit-search-decoration,
.entrysheetLayout input[type="button"]::-webkit-search-decoration {
	display: none;
}

.entrysheetLayout input[type="submit"]::focus,
.entrysheetLayout input[type="button"]::focus {
	outline-offset: -2px;
}

/* 入力画面 */

.entrysheetLayout #contents .cassette {
	padding: 0 20px 30px;
}

.entrysheetLayout table th .orange {
	background-color: #f38f00;
	color: #fff;
	display: inline-block;
	border-radius: 3px;
	font-size: 0.75rem;
	line-height: 1;
	padding: 3px 5px;
	margin: 0 0 0 10px;
}

.entrysheetLayout table td {
	display: block;
	padding: 10px 0 30px;
}

.entrysheetLayout table td input[type="text"],
.entrysheetLayout table td input[type="email"] {
	width: 100%;
	line-height: 40px;
	height: 40px;
	padding: 1px 5px;
	font-size: 16px;
	box-sizing: border-box;
	border: 1px solid #ddd;
}

.entrysheetLayout table td input#address1 {
	margin: 0 0 10px;
}

.entrysheetLayout table td input#type_2,
.entrysheetLayout table td input#things_2,
.entrysheetLayout table td input#capacity_2,
.entrysheetLayout table td input#capacity_3 {
	margin: 0 0 0 15px;
}

.entrysheetLayout table td textarea {
	width: 100%;
	border: 1px solid #ddd;
	font-size: 16px;
	padding: 1px 5px;
	box-sizing: border-box;
}

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

.entrysheetLayout .btn input[type="submit"] {
	width: 100%;
	height: 40px;
	border: none;
	cursor: pointer;
	background-color: #284b8c;
	color: #fff;
	font-size: 110%;
}

/* 確認画面 */

.entrysheetLayout .btn input[type="button"] {
	width: 100%;
	height: 40px;
	border: none;
	cursor: pointer;
	background-color: #ddd;
	color: #000;
	font-size: 110%;
	display: inline-block;
	margin: 0 0 10px;
}


			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.entrysheetLayout #contents .cassette {
					padding: 0 20px 50px;
				}
				.entrysheetLayout #contents .cassette p.read {
					padding: 0 0 70px;
					text-align: center;
				}
				.entrysheetLayout table th {
					display: table-cell;
					padding: 22px 20px 22px 0;
					position: relative;
					width: 30%;
				}
				.entrysheetLayout table td {
					display: table-cell;
					padding: 20px 0;
				}
				.entrysheetLayout table th .textRed {
					position: absolute;
					right: 20px;
				}
				.entrysheetLayout .pp {
					display: table;
					margin: 0 auto 30px;
				}
				.entrysheetLayout .btn input[type="submit"],
				.entrysheetLayout .btn input[type="button"] {
					width: 300px;
					height: 80px;
					font-size: 130%;
				}
				.entrysheetLayout .btn input[type="button"] {
					margin: 0 30px 0 0;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				.entrysheetLayout #contents .cassette {
					padding: 0 50px 100px;
				}
				.entrysheetLayout .btn input[type="submit"]:hover {
					opacity: 0.6;
				}
				.inquiryThanksLayout #c01 p.btnArea a:hover,
				.inquiryThanksLayout #c01 p.btnArea a:active {
					opacity: 0.6;
					text-decoration: none;
				}
			}


			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
			}



/* clearfix
------------------------------------*/

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
overflow:hidden;
}

.clearfix {
display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
height: 1%
}

.clearfix {
display:block;
}
/* end MacIE5 */