@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;
}
.neim p {
	text-align: left;
	height: auto;
	line-height: normal;
	font-size: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}

.ct {
	background-color: #FFFFFF;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.ct .table {
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #99CCFF;
	border-left-color: #99CCFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;
}
.table th {
	background-color: #FFFFFF;
	padding: 5px;
	font-size: 10px;
}
.table td {
	background-color: #FFFFFF;
	padding: 8px;
	font-size: 11px;
}
.table .cell_t {
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	background-image: url(../images/toiawase_cell_bg.gif);
	color: #000000;
	text-indent: 10px;
}
.table .cell_t_s {
	background-color: #e7efff;
	text-indent: 5px;
}
.table .attention_1 {
	font-style: normal;
	font-size: 10px;
}
.table .attention_2 {
	font-size: 12px;
	font-style: normal;
	color: #FF0000;
}
.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;
	vertical-align: middle;
}
.button input {
	border: 2px outset #0033FF;
}
.button input:active {
	border: 2px inset #000033;
}
.button a {
	border: 2px outset #0033FF;
	background-image: url(../images/button_top.gif);
	background-repeat: no-repeat;
	display: block;
	height: 19px;
	width: 120px;
	background-position: center center;
}
.button a:active {
	border: 2px inset #000033;
}

.button .button_c input {
	background-color: #000066;
	border-top-color: #0033FF;
	border-right-color: #0033FF;
	border-bottom-color: #0033FF;
	border-left-color: #0033FF;
	color: #FFFFFF;
}
