@charset "utf-8";

/* **************************************************** 0 to 479px ******************* */

div.policy-num{
	display:inline-block;
	background: #F2B10F;
	background:-moz-linear-gradient(rgba(236,165,23,0.7), rgba(236,165,23,0.9) 50%);
	background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(236,165,23,0.7)), to(rgba(236,165,23,0.9)));
	font-weight: normal;
	text-shadow:0 -1px 0 rgba(242,100,30,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	border:1px solid #F2B10F;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
	padding:3px 0.5em;
	color:#FFFFFF;
	margin-top:0.5em;
}

p{
	padding:0 0.5em;
}

p.ind01{
	padding:0 1em 0 1.5em;
}

div.p-box01{
	display:inline-block;
	border:1px solid #bb2204;
	margin:0.5em 1em;
	padding:3px 1em 3px 3px;
}

p.p-num{
	text-decoration:underline;
	color:#bb2204;
}



@media only screen and (min-width: 600px) { /* *************************************** */

p{
	line-height:2;
}


/* ** */}

@media only screen and (min-width: 960px) { /* *************************************** */



/* ** */}

