.normal_price_box
{
	border      : 2px solid #cfcdc7;
	text-align  : center;
	margin-top  : 30px;
	margin-left : 5%;
}

.recommand_price_box
{
	border         : 2px solid #5bc0de;
	text-align     : center;
	padding-bottom : 30px;
	margin-left    : 5%;
}

.normal_price_box .price_font
{
	margin-top : 45px;
	color      : #f0ad4e;
}

.recommand_price_font
{
	margin-top : 33px;
	color      : #f0ad4e;
}

.normal_form
{
	margin-top    : 50px;
	margin-bottom : 20px;
}

.recommand_form
{
	margin-top    : 75px;
	margin-bottom : 20px;
}

.recommand_label
{
	background-color : #5bc0de;
	border-radius    : 3px;
	padding          : 8px 10px 10px;
	font-size        : 1.1em;
	color            : #ffffff;
}

.interviews-view-outter-div
{
	background : #ffffff;
}

.interviews-view-subject-title
{
	text-align : center;
}

.interviews-view-position-type-div
{
	margin-bottom : 10px;
}

.interviews-view-position-type-font
{
	font-family : 'Gotham-Black';
}

.interivews-view-subject-div
{
	margin-bottom : 10px;
}

.interviews-view-subject-font
{
	font-family : 'Gotham-Black';
}

.interviews-view-update-time-div
{
	margin-bottom : 30px;
}

.interviews-view-update-time-font
{
	font-family : 'Gotham-Black';
}

.interviews-view-price-outter-div
{
	background     : #ffffff;
	margin-bottom  : 30px;
	padding-bottom : 30px;
}

.interviews-view-price-type-name
{
	font-weight : bold;
}

.interviews-view-checkbox-outter-div
{
	text-align : center;
	margin-top : 20px;
}

.interviews-view-checkbox-label
{
	font-size : 0.9em;
}

.interviews-view-checkbox-privacy-link
{
	color : #6DBA7C;
}

.interviews-view-outter-div
{
	margin-top : 56px;
}

.interviews-free-scroll-wrapper
{
	-webkit-overflow-scrolling : touch;
	overflow-y                 : scroll;
	padding-left               : 20px;
}

@media screen and (width : 320px)
{
	.recommand_price_box
	{
		margin-top : 30px;
	}

	.normal_price_box, .recommand_price_box
	{
		margin-left : 0px;
	}
}

@media screen and (width : 375px)
{
	.recommand_price_box
	{
		margin-top  : 30px;
		margin-left : 0px;
	}

	.normal_price_box, .recommand_price_box
	{
		margin-left : 0px;
	}
}

@media screen and (width : 414px)
{
	.recommand_price_box
	{
		margin-top : 30px;
	}

	.normal_price_box, .recommand_price_box
	{
		margin-left : 0px;
	}
}