@charset "utf-8";

/* CSS Document */
.content {
	padding-bottom: 40px;
}
.order_table table {
	margin-bottom: 30px;
}
.order_table {
	max-width: 700px;
	margin: 0 auto;
}
.order_table .title {
	background: #dddddd;
	font-size: 14px;
	font-weight: bold;
	border: none;
}
.order_table tr {
	border-bottom: solid 1px #DDDDDD;
}
.order_table tr td {
	width: 25%;
	text-align: center;
	padding: 10px 10px;
	word-wrap: break-word;
	word-break: break-all;
}
.order_table tr td:nth-child(1) {
}
.order_table .detail {
	width: 75px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #999999;
	font-size: 13px;
	color: #dddddd;
	text-align: center;
	height: 26px;
	line-height: 26px;
	display: block;
	margin: 0 auto;
}
.order_table .detail:hover {
	color: #ffffff;
	background: #000000;
}
@media screen and (max-width:500px) {
	.order_table .title {
		display: none;
	}
	.order_table tr {
		display: block;
		margin-bottom: 15px;
	}
	.order_table tr:after {
		clear: both;
		content: '';
		display: block;
	}
	.order_table tr td {
		width: 33.333%;
		display: block;
		float: left;
	}
	.order_table tr td:last-child {
		width: 100%;
		display: block;
		float: left;
		padding: 0;
	}
	.order_table .detail {
		width: 100%;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
}
.order_detsil {
	margin-bottom: 30px;
	max-width: 700px;
	margin: 0 auto;
}
.order_detsil table {
	margin-bottom: 30px;
}
.order_detsil td {
	padding: 10px 20px;
	border-bottom: solid #DDDDDD 1px;
}
.order_detsil td span {
	color: #F41542;
}
.order_detsil tr:last-child td {
	border: none;
}
.order_detsil td:nth-child(1) {
	width: 152px;
	background: #dddddd;
	font-size: 14px;
	border: none;
	padding: 10px 5px;
	text-align: center;
	border-bottom: solid #FFFFFF 1px;
}
@media screen and (max-width:500px) {
	.order_detsil td:nth-child(1) {
		width: 100px;
	}
}
.order_list table {
	margin-bottom: 30px;
}
.order_list label {
	display: none;
}
.order_list {
	max-width: 700px;
	margin: 0 auto;
}
.order_list .title {
	background: #555555;
	border: none;
}
.order_list .title td {
	color: #ffffff !important;
	font-weight: bold;
	font-size: 14px;
}
.order_list tr {
	border-bottom: solid 1px #DDDDDD;
}
.order_list tr td {
	width: 12%;
	text-align: center;
	padding: 10px 0px;
	word-wrap: break-word;
	word-break: break-all;
}
.order_list tr td:nth-child(3), .order_list tr td:nth-child(6) {
	color: #F41542;
}
.order_list tr td a, .order_list tr td a:visited {
	color: #444444;
	text-decoration: none;
}
.order_list tr td a:hover {
	color: #FE7235;
	text-decoration: none;
}
.order_list tr td:nth-child(1) {
	width: 35%;
	text-align: left;
	padding: 10px;
}
.order_list tr td:nth-child(4) {
	width: 17%;
}
@media screen and (max-width:700px) {
	.order_list label {
		display: block;
	}
	.order_list .title {
		display: none;
	}
	.order_list tr td {
		width: 20% !important;
		display: block;
		float: left;
	}
	.order_list tr td:nth-child(1) {
		width: 100% !important;
	}
}
@media screen and (max-width:500px) {
	.order_list tr {
		display: block;
		margin-bottom: 10px;
	}
	.order_list tr:after {
		content: '';
		clear: both;
		display: block;
	}
	.order_list tr td:nth-child(1) {
		background: #FFE9A6;
	}
	.order_list tr td {
		width: 100% !important;
		text-align: left;
		padding: 5px;
	}
	.order_list label {
		display: inline-block;
	}
}