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

#oricobox h3{
border-bottom: 1px solid;
border-top: 1px solid;
font-size: 20px !important;
font-weight: bold;
text-align: center;
line-height: 200%;
margin: 30px auto 20px;
padding: 0;
}

#oricobox h4{
	padding:10px;
	margin:10px auto;
	background: #222;
	color:#fff;
}

#oricobox p{
 margin:1em auto;
}

@media screen and (max-width:767px) {
	#oricobox{
		padding:0 10px !important;
	}
	
#oricobox h3{
border-bottom: 1px solid;
border-top: 1px solid;
font-size: 20px !important;
font-weight: bold;
text-align: center;
line-height: 200%;
margin: 30px auto 20px;
padding: 0;
}

#oricobox h4{
	padding:10px;
	margin:10px auto;
	background: #222;
	font-size:16px !important;
	color:#fff;
}

#oricobox p{
 margin:1em auto;
}
}

