/* CSS Document */
.content_box p.main_p {
	width:100%;
	text-align:justify;
	float:left;
}

.content_box .main_button {
	text-align:right;
	float:right;
	margin-top:4px;
}

.content_box .main_button a.button {
	padding-left: 15px;
	padding-right: 15px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	display:inline-block;
	background: #00b1c8;
}

.content_box .main_button a.button:hover {
	background:#00C4DC;
}

.content_box .what_get_box {
	width:163px;
	float:left;
	font-size:14px;
	color:#303b42;
	text-align:center;
}

.content_box .what_get_box span {
	display:block;
	margin-top:5px;
}

.content_box .price_box {
	margin: 16px;
	width:207px;
	float:left;
	margin-right:10px;
	padding:15px;
	background:#ffffff;
	color:#303b42;
	font-size:14px;
}

.content_box .price_box.last {
	margin-right:0;
	width:208px;
}

.content_box .price_box.bottom {
	width:94%;
	text-align:center;
	float:none;
	padding-left:0;
	padding-right:0;
	padding-top:7px;
}

.content_box .price_box h3 {
	color:#00b1c8;
	font-weight:600;
	font-size:18px;
	line-height:18px;
}

.content_box .price_box.bottom h3 {
	display:inline;
}

.content_box .price_box strong {
	font-size:24px;
	font-weight:600;
}

.content_box img.pig {
	display:block;
	position:absolute;
	bottom:-35px;
	right:20px;
}