
a {
	text-decoration:none !important;
}


.b_box{
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	position: relative;
}

.goback{
	background: #ffffff;
	position: absolute;
	top:15px;
	left: 15px;
	z-index: 2001;
	width: 50px;
	height: 50px;
	border-radius:100px;
	cursor: pointer;
	box-shadow: 0px 0px 5px #999;
}

.goback img{
	position: absolute;
	width: 15px !important;
	padding-top:11px;
	left: 15px;
}

.b_n_img_box{
	height: 80px;
}



.b_img_box{
	width: 100%;
	z-index: 1001;
}

.b_img_box img{
	width: 100%;
}

.b_title_box{
	font-size: 26px;
	padding: 8px;
	font-weight:bold;
	color: #000000;
}

.b_content_box{
	padding: 15px;
	line-height: 2;
	font-size: 18px;
	white-space:pre-wrap;
	text-indent:0px;

}

@media (min-width: 768px) { 


}

















/*mobile*/


@media (max-width: 768px) { 


}