@charset "utf-8";

#price {
	width: 1000px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#price h2 {
	font-size: 250%;
	line-height: 80px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}
#price .table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DADADA;
	margin-bottom: 20px;
}
#price td {
	font-size: 120%;
}
#price .head {
	background-color: #F8F8F8;
	width: 14%;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
	height: 70px;
	line-height: 70px;
	font-size: 150%;
}
#price .size {
	background-color: #F1FAFD;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
	font-size: 150%;
	height: 100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DADADA;
}
#price .text {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
	font-size: 150%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DADADA;
}
#price .text span {
	font-family: 'Open Sans', sans-serif;
	font-size: 150%;
}
#price .text .color {
	color: #F00;
}
#price .bikou {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
	padding-right: 20px;
	padding-left: 20px;
}
#price .border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DADADA;
}

#price p {
	margin-bottom: 60px;
	font-size: 120%;
	line-height: 22px;
}
