﻿/* link */
a:hover {color: #f00;}

/* header logo */
.store-feature { background:#2871D5; color: #fff;}
.store-logo {color: #fff; text-shadow:1px 1px 0 #000; background:#189CDE;}
.store-logo .color-set {color:#ffcc00; text-shadow:1px 1px 0 #003650;}
.store-feature-one .feature-icon {background-color:#e8b912}

/* title style */
.store-area-title { background: #E5EDF7; color: #084DAF; text-shadow:1px 1px 0 #fff; border-left-color:#2871D5}
.one-policy-box {border-top: none; margin-top: 10px;}

/* btn */
a.btn-prim {
	width: auto;
	height: auto;
	color: #fff;
	background: -moz-linear-gradient(top,  #FC9A18 0%, #ED8900 100%); 
	background: -webkit-linear-gradient(top,  #FC9A18 0%,#ED8900 100%); 
	background: -o-linear-gradient(top,  #FC9A18 0%,#ED8900 100%); 
	background: linear-gradient(to bottom,  #FC9A18 0%,#ED8900 100%);
	vertical-align: middle;
}
a.btn-prim:hover {background: #E88E0D; color: #fff;}

.store-logo {border-bottom-color: #C1C9D3}