@charset "UTF-8";
/* 注文完了 CSS */

.main_inner {
	padding-top: 5px;
	background-color: #DDDDDD;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 15px;
}
.main_inner p {
	text-align: left;
	margin-top: 5px;
	margin-left: 25px;
	font-size: 10px;
	margin-bottom: 0px;
}

.neim {
	margin-right: 20px;
	margin-left: 20px;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 70px;
	padding-bottom: 20px;
	padding-left: 70px;
	text-align: center;
}
.neim h3 {
	height: 15px;
	text-align: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 12px;
	letter-spacing: 3px;
	background-color: #FFFFFF;
}
.sp {
	background-color: #FFFFFF;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.sp .table {
	text-align: left;
	background-color: #99CCFF;
}
.table th {
	background-color: #FFFFFF;
	padding: 10px;
	font-size: 10.5px;
	text-align: center;
}
.table td {
	background-color: #FFFFFF;
	padding: 10px;
	font-size: 11px;
	line-height: 170%;
}
.table .cell {
	background-color: #e7efff;
	text-indent: 5px;
}
.button {
	text-align: center;
	padding: 10px;
	margin: 10px;
	clear: both;
	height: 20px;
}
.button_l {
	text-align: left;
	float: left;
}
.button_r {
	text-align: right;
	float: right;
}
.button input {
	border: 2px outset #000066;
}
.button input:active {
	border: 2px inset #000033;
}
