@charset "utf-8";
/* CSS Document */

#order {
	padding-bottom:3em;
}
.tit01 {
	padding-left:1em;
}
input[type="text"],
textarea {
	width:100%;
	padding:0.5em;
	font-size:1.1em;
	box-sizing:border-box;
	border-radius:0.5em;
	-webkit-border-radius:0.5em;
}
#designBox .image {
	border:#fff 3px solid;
	margin-bottom:0.7em;
}
.tableBox table {
	width:100%;
	margin-bottom:1em;
}
.tableBox h4 {
	font-size:1.15em;
	color:#ffff00;
	padding-bottom:0.5em;
	margin-bottom:0.5em;
	border-bottom:#fff 1px solid;
	font-family: "Zen Antique Soft", serif;
}
.tableBox h4 span, #orderForm h4 span {
	margin-right:0.3em;
}
.tableBox table th,
.tableBox table td {
	font-size:0.85em;
	line-height:1.3em;
	padding:0.3em 0;
	vertical-align:top;
}
.tableBox table th {
	width:9em;
	white-space:nowrap;
}

#orderForm h4 {
	font-size:1.1em;
	color:#ffff00;
	margin-bottom:0.5em;
	font-family: "Zen Antique Soft", serif;
}
#orderForm table {
	width:100%;
}
#orderForm table tr {
	display:block;
	width:100%;
	margin-bottom:1em;
}
#orderForm table th,
#orderForm table td {
	display:block;
	width:100%;
	box-sizing:border-box;
}
#orderForm table th {
	font-size:1.08em;
	padding-bottom:0.2em;
	margin-bottom:0.2em;
	border-bottom:#555 1px solid;
	font-family: "Zen Antique Soft", serif;
}
#orderForm #AInformation {
	margin-top:1em;
}
#orderForm table .cText {
	display:block;
	font-size:0.8em;
	line-height:1.2em;
	margin-top:0.5em;
}
#orderForm #credit img {
	display:inline-block;
	margin-top:0.5em;
}

#orderForm .btnGray {
	margin:1.5em 0 1em;
}
#concierge {
	font-size:0;
	padding-top:5px;
}
#concierge p {
	font-size: 11px;
	line-height: 1.6em;
	margin-bottom: 1em;
}
#concierge label {
	display:inline-block;
	width:20%;
	font-size:10px;
	text-align:center;
	padding:0;
	margin:0;
	vertical-align:bottom;
	box-sizing:border-box;
}
#concierge label img {
	display:block;
	width:90%;
	margin:0 auto;
}
.staffImage {
	display:inline-block;
	width:20% !important;
	margin:0.5em;
}