@charset "UTF-8";
/* CSS Document */

/*
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px  162% = 21px  239% = 31px
 93% = 12px  170% = 22px  247% = 32px
100% = 13px  177% = 23px  254% = 33px
108% = 14px  185% = 24px  262% = 34px
116% = 15px  193% = 25px  270% = 35px
124% = 16px  200% = 26px  277% = 36px
131% = 17px  208% = 27px  285% = 37px
139% = 18px  216% = 28px  293% = 38px
147% = 19px  224% = 29px  300% = 39px
154% = 20px  231% = 30px  308% = 40px
*/

/*====================================================================

	リセット

====================================================================*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, data, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

article, aside, figure, figcaption,footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
	display: block;
}

li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

img {
	vertical-align: top;
}

q:before, q:after {
	content: '';
}

em, strong {
	font-weight: bold;
	font-style: normal;
}

address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}

/* IE7のズームのバグ直し */
*:first-child+html body,
*:first-child+html br { letter-spacing: 0; }



/*====================================================================

	アンカー

====================================================================*/

a {
	color: #333;
}
a:link    {
	color: #333;
	text-decoration: none;
}
a:visited {}
a:hover   {
	text-decoration:none;
	color:#CCC;
}
a:active  {}


/*====================================================================

	グローバルなクラス
		※用意しておくが使わなくて済むなら使わない方がいいかな…

====================================================================*/

.clearfix:after {
	content : '';
	clear : both;
	display : block;
	height: 0;
}
.clearfix {
	*zoom: 1;
}

.inline-block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.clear {
	clear: both;
}


/*====================================================================

	スタイルのためのクラス

====================================================================*/

.mt0  {margin-top: 0px!important;}
.mt5  {margin-top: 5px!important;}
.mt10 {margin-top:10px!important;}
.mt15 {margin-top:15px!important;}
.mt20 {margin-top:20px!important;}
.mt25 {margin-top:25px!important;}
.mt30 {margin-top:30px!important;}
.mt35 {margin-top:35px!important;}
.mt40 {margin-top:40px!important;}
.mt45 {margin-top:45px!important;}
.mt50 {margin-top:50px!important;}
.mt55 {margin-top:55px!important;}
.mt60 {margin-top:60px!important;}
.mt65 {margin-top:65px!important;}
.mt70 {margin-top:70px!important;}
.mt75 {margin-top:75px!important;}
.mt80 {margin-top:80px!important;}
.mt85 {margin-top:85px!important;}
.mt90 {margin-top:90px!important;}
.mt95 {margin-top:95px!important;}
.mt100 {margin-top:100px!important;}

.mb0  {margin-bottom: 0px!important;}
.mb5  {margin-bottom: 5px!important;}
.mb10 {margin-bottom:10px!important;}
.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb25 {margin-bottom:25px!important;}
.mb30 {margin-bottom:30px!important;}
.mb35 {margin-bottom:35px!important;}
.mb40 {margin-bottom:40px!important;}
.mb45 {margin-bottom:45px!important;}
.mb50 {margin-bottom:50px!important;}
.mb60 {margin-bottom:60px!important;}
.mb70 {margin-bottom:70px!important;}
.mb80 {margin-bottom:80px!important;}
.mb90 {margin-bottom:90px!important;}
.mb100 {margin-bottom:100px!important;}
.mb110 {margin-bottom:110px!important;}
.mb120 {margin-bottom:120px!important;}
.mb130 {margin-bottom:130px!important;}
.mb140 {margin-bottom:140px!important;}
.mb150 {margin-bottom:150px!important;}

.ml0  {margin-left: 0px!important;}
.ml5  {margin-left: 5px!important;}
.ml10 {margin-left:10px!important;}
.ml15 {margin-left:15px!important;}
.ml20 {margin-left:20px!important;}
.ml25 {margin-left:25px!important;}
.ml30 {margin-left:30px!important;}
.ml35 {margin-left:35px!important;}
.ml40 {margin-left:40px!important;}
.ml45 {margin-left:45px!important;}
.ml50 {margin-left:50px!important;}

.mr0  {margin-right: 0px!important;}
.mr5  {margin-right: 5px!important;}
.mr10 {margin-right:10px!important;}
.mr15 {margin-right:15px!important;}
.mr20 {margin-right:20px!important;}
.mr25 {margin-right:25px!important;}
.mr30 {margin-right:30px!important;}
.mr35 {margin-right:35px!important;}
.mr40 {margin-right:40px!important;}
.mr45 {margin-right:45px!important;}
.mr50 {margin-right:50px!important;}

.pdg5 {
	padding: 5px;
}

.pdgLeft25 {
	padding-left: 25px;
}

.taL {text-align:left!important;}
.taC {text-align:center!important;}
.taR {text-align:right!important;}

.fL {float:left!important;}
.fR {float:right!important;}
.fN {float:none!important;}

.ml0 {
	margin-left:0;
}

.w100 {width:100px;}
.w150 {width:150px;}
.w200 {width:200px;}
.w250 {width:250px;}
.w300 {width:300px;}
.w350 {width:350px;}
.w400 {width:400px;}

.fs11 {font-size:11px;}
.fs12 {font-size:12px;}
.fs13 {font-size:13px;}
.fs14 {font-size:14px;}
.fs15 {font-size:15px;}
.fs16 {font-size:16px;}
.fs17 {font-size:17px;}

.cL {clear:left;}
.cR {clear:right;}
.cB {clear:both;}
.clear {clear:both;}

.hidden {
	display: none;
}

.floatContWrap {
	overflow:hidden;
}

/*====================================================================

	アイコンフォント設定

====================================================================*/
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}




/*====================================================================

	html, body

====================================================================*/

html {
	margin: 0;
	padding: 0;
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
	_font-family: 'ＭＳ Ｐゴシック', sans-serif;/* IE6では最初に日本語フォントを指定しないと指定より大きくなる */
	font-size: 14px;
	*font-size: 100%;
	line-height: 1.8;/* 13pxのときにおよそ20pxの行間 */
	-webkit-text-size-adjust:none;/* iPhoneとかで横向きにすると文字サイズが自動調整をやめる */
	word-spacing: 0.2em;
	height:100%;
	letter-spacing: 0.1em;
	background-color:#FFF;
}



/*====================================================================

	ヘッダー　設定

====================================================================*/

header {
	padding: 50px 50px 20px;
	background-color: #FFF;
}

#header-inner {
	position: relative;
	min-width: 980px;
}

p#logo {
	margin: 0;
}

h1 {
	position:absolute;
	bottom: 0px;
	left:180px;
	font-weight:normal;
	font-size:11px;
}



/* グローバルメニュー */

nav#globalNavi {
	position: absolute;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}

nav#globalNavi li {
	float: left;
	margin: 0 0 0 25px;
}

nav#globalNavi li:first-child {
	margin: 0 0 0 0px;
}

nav#globalNavi li a {
	font-size:12px;
	letter-spacing:0;
	word-spacing:0;
}

nav#globalNavi li.active a {
	color:#00577c;
}

nav#globalNavi li a:before {
	content: "\f105";
	font-family: 'FontAwesome';
	margin-right: 5px;
	font-size: 10px;
	vertical-align: middle;
}


/*====================================================================

	コンテンツエリアレイアウト　設定

====================================================================*/

#mainContent {
	max-width: 100%;
	position:relative;
}

#mainContent-inner {
	min-width: 980px;
	max-width:1280px;
	padding:80px 50px 200px;
	overflow:hidden;
	margin:0 auto;
	background-image:url(../images/footer_silhouette.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}

.pages #mainContent {
	background-color:#fafaf9;
}



/* --- 左サイドバー --- */
#leftSideBar {
	float: left;
	width: 300px; /* 左サイドバーの幅 */
	margin-right: -300px; /* 左サイドバーの幅に合わせる（マイナス値） */
	position:absolute;
	top:80px;
	z-index: 2;
}

/* --- メインカラム --- */
#contentWrap {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
#contentWrapInner {
	margin-left: 300px; /* 左サイドバーの幅に合わせる */
	padding:0 0 0 50px;
}


/*====================================================================

	フッター　設定

====================================================================*/

footer {
	padding: 40px 50px 100px;
	background-color: #45321d;
}

#footer-inner {
	position: relative;
	min-width: 980px;
}


/* フッターリンクリスト */
ul#footLinkList {
	width:1000px;
	margin:0 auto 20px;
	overflow: hidden;
	height:60px;
}

ul#footLinkList li {
	float: left;
	margin: 0 0 0 20px;
}

ul#footLinkList li:first-child {
	padding: 0;
	margin: 0;
}

ul#footLinkList li a {
	display: block;
}


/* コピーライト */
p#copyright {
	color: #FFF;
	text-align:center;
	letter-spacing: 0em;
	font-size: 10px;
	margin-bottom:60px;
}

p#footerLogo {
	text-align:center;
}


/*====================================================================

	トップページ　コンテンツエリア　設定

====================================================================*/

/* 会社リンクナビ */
ul#companyList {
	word-spacing: 0em;
	letter-spacing:0em;
	margin-bottom:50px;
}

ul#companyList li {
	margin-bottom:15px;
}

ul#companyList li a {	
}

ul#companyList li.active a {
	color:#00577c;
}

ul#companyList li a:hover {
}

ul#companyList li a:before {
	content:"\f105";
	font-family: 'FontAwesome';
	margin-right:6px;
	font-size:10px;
	vertical-align: middle;
}

/* バナーリンクナビ */
ul#bnrList {
	margin-bottom:50px;
}

ul#bnrList li {
	margin-bottom:15px;
}

ul#bnrList li a {	
}

/* サブメニューリンクナビ */
ul#subMenuList {
	word-spacing: 0em;
	letter-spacing:0em;
	margin-bottom:50px;
	background-color:#F0F0F0;
	padding:20px;
	width:230px;
}

ul#subMenuList li {
	margin-bottom:5px;
}

ul#subMenuList li a {
	font-size:12px;	
}

ul#subMenuList li.active a {
	color:#00577c;
}

ul#subMenuList li a:hover {
}

ul#subMenuList li a:before {
	content:"\f105";
	font-family: 'FontAwesome';
	margin-right:6px;
	font-size:10px;
	vertical-align: middle;
}




p.homeMainTxt {
	line-height:2;
}

p.textLinkBtn {
}

p.textLinkBtn a {
	color:#00577c;
}

p.textLinkBtn a:before {
	content:"\f0da";
	font-family: 'FontAwesome';
	margin-right:5px;
	vertical-align: middle;
}

p.textLinkBtn a:hover {
	color:#CCC;
}



/*====================================================================

	共通設定

====================================================================*/

.pages table {
	border-top:1px solid #EEE;
}

.pages table tr {
	border-bottom:1px solid #EEE;
}

.pages table tr.bdrNone {
	border-bottom:none;
}

.pages table td,
.pages table th {
	padding:12px 10px;
	vertical-align: middle;
}

figure#companyImgPhoto {
	margin-bottom:40px;
}

figure#companyImgPhoto img {
	width:100%;
}

div#companyDescription {
	width:85%;
	margin:0 auto;
	padding:20px 0;
}

div#companyDescription p.copyTxt {
	text-align:center;
}

ul#linkBtnList {
	overflow:hidden;
	padding:20px 0;
}

ul#linkBtnList li {
	float:left;
	width:32%;
	margin-left:2%;
}

ul#linkBtnList li:first-child {
	margin-left:0;
}

ul#linkBtnList li a {
	background-color:#00577c;
	padding:20px 0;
	text-align:center;
	display:block;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size:12px;
	color:#FFF;
	word-spacing:0;
	letter-spacing:0;
}

ul#linkBtnList li a:before {
	content:"\f0da";
	font-family: 'FontAwesome';
	margin-right:5px;
	vertical-align: middle;
}

ul#linkBtnList li a:hover {
	background-color:#1278a3;
}

p#btn {
	width:500px;
	margin:0 auto;
}

p#btn a {
	background-color:#00577c;
	padding:20px 0;
	text-align:center;
	display:block;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size:13px;
	color:#FFF;
	word-spacing:0;
	letter-spacing:0;
}

p#btn a:before {
	content:"\f0da";
	font-family: 'FontAwesome';
	margin-right:5px;
	vertical-align: middle;
}

p#btn a:hover {
	background-color:#1278a3;
}


/*====================================================================

	ページスクロール　設定

====================================================================*/

#pagescroll {
	display:none;
	position:fixed;
	right:30px;
	bottom:50%;
	z-index:999;
}



/*====================================================================

	見出し・テキスト　設定

====================================================================*/

section {
	margin-top:40px;
}

#mainContent h2 {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:36px;
	font-weight:normal;
	line-height:1;
}

#mainContent h2#companyName {
	text-align:center;
	margin-bottom:50px;
}

#mainContent h3 {
	font-size:16px;
	margin-bottom:15px;
	color:#777;
}

#mainContent h3:before {
	color:#00577c;
	content:"■";
	margin-right:6px;
	font-size:24px;
}

#mainContent h4 {
	font-size:18px;
	margin-bottom:5px;
	color:#00577c;
}

p.enTitle {
	margin-bottom:20px;
}

p.catchCopy {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:36px;
	margin-bottom:15px;
	line-height:1;
}

p.catchCopy2 {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:25px;
	margin-bottom:15px;
	line-height:1;
}

p.mainCopyTxt {
	margin-bottom:40px;
	text-align:center;
}

p.copyTxt {
	margin-bottom:15px;
}

.captionTxt {
	font-size: 11px;
	color:#333;
}

p.redTxt {
	color:#C00;
	font-size:16px;
	font-weight:bold;
}

p.error_messe {
	color:#C00;
}

span.boldTxt {
	font-weight:bold;
}



/*====================================================================

	アオノフレッシュミート　設定

====================================================================*/

/*====================================================================

	工場・設備について　設定

====================================================================*/


table#factoryList {

}

table#factoryList td.bgon {
	background-color:#E8F5F3;
	text-align:center;
}

ul#factoryImgList {
	overflow:hidden;
	margin-left:-22px;
}

ul#factoryImgList li {
	float:left;
	margin-left:22px;
	margin-bottom:30px;
	width:216px;
	height:220px;
}

ul#factoryImgList li img {
	width:100%;
	margin-bottom:5px;
}

ul#factoryImgList li a {
}

ul#factoryImgList li p {
	word-wrap: break-word;
}

#feature .floatContWrap {
	background-color:#FFF;
	border-bottom:1px solid #EEE;
	border-right:1px solid #F6F6F6;
}

#feature .floatContWrap h4 {
	margin-top:20px;
}

#feature .floatContWrap p {
	padding-right:15px;
}

ul#promise {
	padding-left:2em;
}

ul#promise li {
	list-style:disc;
	margin-bottom:5px;
}


/*====================================================================

	安心・安全・品質について　設定

====================================================================*/


p#haccpBtn {
	width:500px;
	margin:0 auto;
}

p#haccpBtn a {
	background-color:#FFF;
	padding:20px 0;
	text-align:center;
	display:block;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size:13px;
	color:#333;
	word-spacing:0;
	letter-spacing:0;
	border:1px solid #CCC;
	background-image:url(../images/icon_haccp.png);
	background-repeat:no-repeat;
	background-position:40px center;
	
}

p#haccpBtn a:before {
	content:"\f0da";
	font-family: 'FontAwesome';
	margin-right:5px;
	vertical-align: middle;
}

p#haccpBtn a:hover {
	border:1px solid #00577c;
	color:#00577c;
}


ul.qualityImgList {
	overflow:hidden;
	margin-left:-30px;
}

ul.qualityImgList li {
	float:left;
	margin-left:30px;
	margin-bottom:20px;
	width:290px;
}

ul.qualityImgList2 {
	overflow:hidden;
	margin-left:-22px;
}

ul.qualityImgList2 li {
	float:left;
	margin-left:22px;
	margin-bottom:20px;
	width:216px;
}

ul.qualityImgList li img,
ul.qualityImgList2 li img {
	width:100%;
	margin-bottom:5px;
}



section#hygieneManagement > div {
	background-color:#FFF;
	padding:20px;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-bottom:1px solid #DFDFDF;
	border-left:1px solid #FEFEFE;
	border-right:1px solid #EEE;
	border-top:1px solid #FEFEFE;
}

section#hygieneManagement > div h4 {
	line-height:1;
	font-size:15px;
	margin-bottom:5px;
	color:#2f7d43;
}



/*====================================================================

	プレミアム合鴨肉　設定

====================================================================*/
body#duck #contentWrap img {
	width:100%;
}

body#duck #mainContent h3 {
	font-size:16px;
	margin-bottom:15px;
	color:#e95412;
}

body#duck #mainContent h3:before {
	color:#f8b62a;
	content:"■";
	margin-right:6px;
	font-size:24px;
}

ul#duckImgList {
	overflow:hidden;
	margin-left:-22px;
}

ul#duckImgList li {
	float:left;
	margin-left:22px;
	margin-bottom:20px;
	width:216px;
}

ul#duckImgList li img {
	width:100%;
	margin-bottom:5px;
}

ul#duckImgList li a {
}

ul#duckImgList li p {
	word-wrap: break-word;
}


ul#duckFoodImgList {
	overflow:hidden;
	margin-left:-22px;
}

ul#duckFoodImgList li {
	float:left;
	margin-left:22px;
	margin-bottom:20px;
	width:216px;
}

ul#duckFoodImgList li img {
	width:100%;
}

/*====================================================================

	いぶし串銀 坊　設定

====================================================================*/

body#bou #mainSec {
	margin-top:0;
}

body#bou #mainContent h3 {
	font-size:16px;
	margin-bottom:15px;
	color:#614819;
	background:#e0ddc6;
	padding:1px 6px 6px 6px;
}

body#bou #mainContent h3:before {
	color:#f8b62a;
	content:"";
	margin-right:6px;
	font-size:24px;
}

body#bou #mainContent h4 {
	font-size:16px;
	margin-bottom:15px;
	color:#C00;
}

body#bou #mainContent h4:before {
	color:#C00;
	content:"■";
	margin-right:6px;
	font-size:24px;
}

body#bou p.caption {
	padding-left: 1em;
	text-indent: -1em;
	color:#999;
}

body#bou td.bouBgon {
	background:#f4f3ea;
	text-align:center;
}

body#bou p.btn {
	width:300px;
	margin:0 auto;
}

body#bou p.btn a {
	background-color:#614819;
	padding:20px 0;
	text-align:center;
	display:block;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size:13px;
	color:#FFF;
	word-spacing:0;
	letter-spacing:0;
}

body#bou p.btn a:before {
	content:"\f0da";
	font-family: 'FontAwesome';
	margin-right:5px;
	vertical-align: middle;
}

body#bou p.btn a:hover {
	background-color:#8f733e;
}


/*====================================================================

	ナチュラルエイジング　設定

====================================================================*/

body#naturalAging #contentWrap img.headerImg {
	width:100%;
}

body#naturalAging #mainContent h3 {
	font-size:16px;
	margin-bottom:15px;
	color:#640201;
	background:#f5f3e6;
	padding:1px 6px 6px 6px;
}

body#naturalAging #mainContent h3:before {
	color:#f8b62a;
	content:"";
	margin-right:6px;
	font-size:24px;
}

section#naturalAgingFeature h4 {
	font-family:"Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	line-height:1;
	font-size:20px;
	margin-bottom:5px;
	color:#640201;
}

span.txt01 {
	color:#640201;
	font-weight:bold;
	font-size:18px;
}

span.txt02 {
	color:#640201;
	font-size:32px;
}


/*====================================================================

	お問い合わせ　設定

====================================================================*/

#telInfo {
	background-color:#FFF;
	border:1px solid #CCC;
	padding:25px 25px 20px;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align:center;
}

p#telNumber {
	font-size:28px;
	color:#00577c;
	word-spacing: 0em;
	letter-spacing:0em;
}

p#telNumber:before {
	content:"\f095";
	font-family: 'FontAwesome';
	margin-right:6px;
	font-size:28px;
	vertical-align: middle;
}


span.hissu {
	color:#FFF;
	font-size:9px;
	padding:4px 10px;
	background-color:#C33;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

input[type="text"] {
	padding: 6px;
	font-size: 14px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #CCC;
	color: #333;
}

textarea {
	padding: 6px;
	font-size: 14px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #CCC;
	color: #333;
}

input[type="submit"] {
	padding: 15px 40px 13px;
	font-size: 13px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color:#00577c;
	color: #FFF;
	font-weight:bold;
	border: none;
	cursor:pointer;
}

input[type="button"] {
	margin-left:10px;
	padding: 15px 40px;
	font-size: 13px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color:#FFF;
	color: #999;
	font-weight:bold;
	border: 1px solid #CCC;
	cursor:pointer;
}

p#backHomeBtn {
	text-align:center;
}

p#backHomeBtn a {
	width:200px;
	display:block;
	padding: 15px 40px;
	font-size: 13px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color:#00577c;
	color: #FFF;
	font-weight:bold;
	border: none;
}

span.zipSerch {
	width:200px;
	text-align:center;
}

span.zipSerch a {
	width:200px;
	background-color:#EFEFEF;
	border:1px solid #CCC;
	padding:7px 15px;
	font-size:10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	word-spacing:0;
	letter-spacing:0;
}

span.zipSerch a:before {
	content:"\f101";
	font-family: 'FontAwesome';
	margin-right:6px;
	vertical-align: middle;
}

span.zipSerch a:hover {
	background-color:#ddd;
	color:#333;
}


p#backHomeBtn {
	margin:0 auto;
	width:200px;
}

p#backHomeBtn a {
	background-color:#00577c;
	padding:20px 0;
	text-align:center;
	display:block;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size:13px;
	color:#FFF;
	word-spacing:0;
	letter-spacing:0;
}

p#backHomeBtn a:before {
	content:"\f0da";
	font-family: 'FontAwesome';
	margin-right:5px;
	vertical-align: middle;
}

p#backHomeBtn a:hover {
	background-color:#1278a3;
}
