.recaptcha-error{border:1px solid #dd4b39;padding:5px}.recaptcha-error-message,.recaptcha-error-message1{color:#dd4b39;font-size:12px;padding:4px 0}.recaptcha-success{margin:10px}.goog-inline-block{position:relative;display:-moz-inline-box;display:inline-block}* html .goog-inline-block{display:inline}*:first-child+html .goog-inline-block{display:inline}

.border-0{
	border:0!important;
}
.content {
	width: 90%;
	max-width: 800px;
	margin: 50px auto;
}
pre {
	white-space: pre-wrap;       /* CSS 3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.header_box{
	height:8px;
	background-color:#f7f7f7;
	/*box-shadow: rgba(50, 50, 50, 0.3) 0px 5px 10px;*/
	/*background: linear-gradient(to bottom, #cecece, #ffffff);*/
	background: linear-gradient(to bottom, #cecece, transparent);
	/*background: linear-gradient(to bottom, #cecece, #3A7FC3);*/
}
.main_header_box{
	height:10px;
	background-color:#f7f7f7;
	/*box-shadow: rgba(50, 50, 50, 0.3) 0px 5px 10px;*/
	background: linear-gradient(to bottom, #cecece, #f7f7f7);
}
.credit_li{
	width: 400px;
}
@media screen and (max-width: 600px) {
	.credit_li {
		width :200px;
	}
}
#radioBtn .notActive{
	color: #3276b1;
	background-color: #fff;
}
.share-btn{
	background-color:#FFF;
	color:#2e6da4;
}
.share-btn:hover{
	background-color:#FFF;
	color:#204D74;
}
.jp_spin{
	width: 150px;
}

.new_product{
	background-color:#E2292E;
	color:#FFF;
	padding:6px 10px;
	text-align: center;
	border-radius:20px;
	font-size:7px;
	margin-left:5px;
	letter-spacing:1px;
	/*display:inline-block;*/
	/*
	display:flex;
	align-items: center;
	justify-content: center;
	*/
}