@charset "UTF-8";
/* CSS Document */

#price table{
	width: 1000px;
	border-top: solid 1px #222;
	border-bottom: solid 1px #222;
}

#price th{
	width: 400px;
	font-size: 18px;
	font-weight: 700;
	vertical-align: middle;
	border-bottom: solid 1px #222;
	padding: 40px 0;
}

#price td{
	font-size: 16px;
	vertical-align: middle;
	line-height: 34px;
	border-bottom: solid 1px #222;
	padding: 40px 0;
}

#price p{
	text-align: center;
	margin-bottom: 40px;
	font-weight: 500;
}

@media only screen and (max-width:767px){
	#price table{
		width: 100%;
	}
	
	#price th{
		width: 40%;
		padding-right: 30px;
		line-height: 34px;
	}
	
	#price td{
		width: 45%;
	}
}