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

* {
	margin: 0px;
	padding: 0px;
	margin:0 auto;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
ul {
	list-style-type: none;
}
img {
	border: none;
}
input, textarea, select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
.clear:after, .imgRight:after, imgLeft:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
	}

.mT20 {
	margin-top:20px;
}
.mB20 {
	margin-bottom:20px;
}
a { 
	color:#00F;
	text-decoration:none;
}

/*frame style*/
body {
	font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
	letter-spacing: 0.05em;
	background: transparent url("../images/body.jpg") repeat scroll 0% 0%;
}
#header, #GNav, #content, #Footer, #Mv, #wrapper{
	width:100%;
	margin:0 auto;
}
.container {
	width: 1000px;
	position:relative;
}

.imgRight {
	float:right;
}
.imgLeft {
	float:left;
}
strong{
	color:red;
}

/*header*/

#header .container{
	position:relative;
	text-align:left;
	
}
#header{
	    background:#446666;
}

.siteTitle {
	z-index:10;
	text-align:center;
}
.siteTitle > a {
	display:inline-block;
	font-size:30px;
	padding:25px 10px;
	color:#fff;
	font-weight: bold;
}
.siteTitle > a img {
	vertical-align:middle;
	margin-right: 10px;
}
.siteTitle .c1{
	color: #16b295;
}
.siteTitle .c2{
	color: #e7bd22;
}
.siteTitle .c3{
	color: #da4b3c;
}
.topmail{
	position:absolute;
	text-align:right;
	color:#ed4246;
	font-size:15px;
	padding:5px 10px;
	top:-40px;
	right:10px;
}
/* end header*/

/*Gnav*/

#GNav {
	background-color:#f6baa5;
}

#GNav .container{
}
.GNavList {
	text-align:center;
}

.GNavList > li {
	position:relative;
	display:inline-block;
	*display:inline;
	zoom:1;
	z-index:10;
}
.GNavList > li > a {
	display:block;
	text-align:center;
	font-size:13px;
	color:#444444;
	padding:15px 20px;
	border-bottom: 2px transparent solid;
}
.GNavList > li > a:hover {
	background-color: #fd7e98;
	color: #FFF;
	
}

.GNavList > li > a:before {
	position:absolute;
	bottom:0px;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	margin-right:10px;
	visibility:hidden;
	
}
.GNavList > li > a:hover:before {
	visibility:visible;
}
/*end Gnav*/


/*wrap*/

#content {
	padding: 20px 0;
	background: transparent url("../images/body.jpg") repeat scroll 0% 0%;
}

#content .container {
}

#content_main .container{
}

#content_main{
}

#wrapLeft, #wrapRight, #mainWrap {
	
}
#wrapLeft {
	width:250px;
	float:left;
}
#wrapRight {
	width:250px;
	float:right;
}
#mainWrap {
	width:460px;
	margin-left:20px;
	float:left;
}

#mainContent{
	margin-bottom:20px;
}

#wrap_main_Right{
	width:250px;
	float:right;
}

	
/*Main visual*/



.mv_cont{
	width:991px;
	text-align:left;
	color:#FFF;
	position:absolute;
	bottom:0px;
	background-color:rgba(0, 0, 0, 0.3); 
}
.mv_cont h3{
	font-size:17px;
	padding:10px;
	color:#FFF;
	text-transform:uppercase;
}
.mv_cont p{
	font-size:12px;
	padding:0 10px;
	color:#FFF;
}


/*h1 and h3*/
#content h1, h2{
	font-size:16px;
	position:relative;
	padding:0px 10px;
	line-height:45px;
	*min-height:45px;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:normal;
	margin-bottom:10px;
	background: rgb(0,110,46); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(0,110,46,1) 13%, rgba(0,211,204,1) 80%, rgba(0,211,204,1) 85%, rgba(0,211,204,1) 100%, rgba(0,110,46,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(13%,rgba(0,110,46,1)), color-stop(80%,rgba(0,211,204,1)), color-stop(85%,rgba(0,211,204,1)), color-stop(100%,rgba(0,211,204,1)), color-stop(100%,rgba(0,110,46,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, rgba(0,110,46,1) 13%,rgba(0,211,204,1) 80%,rgba(0,211,204,1) 85%,rgba(0,211,204,1) 100%,rgba(0,110,46,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, rgba(0,110,46,1) 13%,rgba(0,211,204,1) 80%,rgba(0,211,204,1) 85%,rgba(0,211,204,1) 100%,rgba(0,110,46,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, rgba(0,110,46,1) 13%,rgba(0,211,204,1) 80%,rgba(0,211,204,1) 85%,rgba(0,211,204,1) 100%,rgba(0,110,46,1) 100%); /* IE10+ */
background: linear-gradient(135deg, rgba(0,110,46,1) 13%,rgba(0,211,204,1) 80%,rgba(0,211,204,1) 85%,rgba(0,211,204,1) 100%,rgba(0,110,46,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006e2e', endColorstr='#006e2e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
}

#content h1:before {
	
	display:inline-block;
	vertical-align:middle;
	zoom:1;
	*display:inline;
	margin-right: 10px;
}

#content h2{
	margin:10px;
}

#mainContent h1 img{
	padding-right:10px;
}

#content h1 img, #content h3 img, #Mv h3 img {
	vertical-align:middle;
	margin-right:10px;
}
#wrapLeft h3.out {
	font-size:17px;
	position:relative;
	padding:0px 10px;
	line-height:45px;
	*min-height:45px;
	color:#FFF;
	letter-spacing:normal;
	background: url(../images/q_bg.png);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/*.news h3 {
	font-size:17px;
	position:relative;
	padding:0px 10px;
	padding-left: 50px;
	line-height:40px;
	*min-height:40px;
	color:#fff;
	margin: 8px;
	text-transform:uppercase;
	letter-spacing:normal;
	
}*/
.nav h3 {
	font-size:17px;
	position:relative;
	padding:0px 10px;
	line-height:45px;
	*min-height:45px;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:normal;
	background: rgb(0,110,46); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(0,110,46,1) 0%, rgba(0,211,204,1) 14%, rgba(0,211,204,1) 15%, rgba(0,211,204,1) 86%, rgba(0,110,46,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(0,110,46,1)), color-stop(14%,rgba(0,211,204,1)), color-stop(15%,rgba(0,211,204,1)), color-stop(86%,rgba(0,211,204,1)), color-stop(100%,rgba(0,110,46,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, rgba(0,110,46,1) 0%,rgba(0,211,204,1) 14%,rgba(0,211,204,1) 15%,rgba(0,211,204,1) 86%,rgba(0,110,46,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, rgba(0,110,46,1) 0%,rgba(0,211,204,1) 14%,rgba(0,211,204,1) 15%,rgba(0,211,204,1) 86%,rgba(0,110,46,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(0,110,46,1) 0%,rgba(0,211,204,1) 14%,rgba(0,211,204,1) 15%,rgba(0,211,204,1) 86%,rgba(0,110,46,1) 100%); /* IE10+ */
	background: linear-gradient(45deg, rgba(0,110,46,1) 0%,rgba(0,211,204,1) 14%,rgba(0,211,204,1) 15%,rgba(0,211,204,1) 86%,rgba(0,110,46,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006e2e', endColorstr='#006e2e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	
}

.recommend h3 {
	font-size:17px;
	padding:10px 0;
	line-height:25px;
	padding-left:10px;
	color:#5e412f;
	text-transform:uppercase;
	background-color:#CCC;
	letter-spacing:normal;
}
.experience h3 {
	font-size:17px;
	position:relative;
	padding:0px 10px;
	line-height:45px;
	*min-height:45px;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:normal;
	background: url(../images/exp_bg.png);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.blogpart h3 {
	font-size:17px;
	position:relative;
	padding:0px 10px;
	line-height:45px;
	*min-height:45px;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:normal;
		background: rgb(0,110,46); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(0,110,46,1) 0%, rgba(0,211,204,1) 14%, rgba(0,211,204,1) 15%, rgba(0,211,204,1) 86%, rgba(0,110,46,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,110,46,1)), color-stop(14%,rgba(0,211,204,1)), color-stop(15%,rgba(0,211,204,1)), color-stop(86%,rgba(0,211,204,1)), color-stop(100%,rgba(0,110,46,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(0,110,46,1) 0%,rgba(0,211,204,1) 14%,rgba(0,211,204,1) 15%,rgba(0,211,204,1) 86%,rgba(0,110,46,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(0,110,46,1) 0%,rgba(0,211,204,1) 14%,rgba(0,211,204,1) 15%,rgba(0,211,204,1) 86%,rgba(0,110,46,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(0,110,46,1) 0%,rgba(0,211,204,1) 14%,rgba(0,211,204,1) 15%,rgba(0,211,204,1) 86%,rgba(0,110,46,1) 100%); /* IE10+ */
	background: linear-gradient(135deg, rgba(0,110,46,1) 0%,rgba(0,211,204,1) 14%,rgba(0,211,204,1) 15%,rgba(0,211,204,1) 86%,rgba(0,110,46,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006e2e', endColorstr='#006e2e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/*content text*/

.QandA{
	position: relative;
	margin-bottom:20px;
	padding: 20px 0;
	border: 1px #f4743b solid;
	background-color: #ebebeb;
}

.tlt02 {
	display:block;
	color:#000;
	font-size:12px;
	padding:20px 20px;
	padding-left:60px;
}
.tlt02 span{
	font-weight:bold;	
	font-size:14px;
}
.tlt03 {
	display:block;
	color:#000;
	font-size:12px;
	margin: 0 10px;
	padding: 5px 0;
}
.tlt03 a{
	color:#c91a78;
	display:block;
	padding:10px 20px;
	border-radius: 5px;
	margin-bottom: 20px;
	padding-left: 60px;
	background: url(../images/qa.png) no-repeat left center;
	background-position: 20px;
}
.tlt03 > a:hover{
	background-color: #FFF;
}

.tlt03 span{
	font-weight:bold;
	font-size:14px;
}

.text01, .blog {
}
.text01 {
	position: relative;
	display:block;
	vertical-align:top;
	
	margin-bottom: 30px;
	
	background-color: #fff;
	padding:5px;
}

.text01 p {
	font-size:12px;
	color:#333;
	padding:10px 10px;
	text-align:justify;
}
.text01 p img{
	border: 1px #273619 solid;
}
	
/*nav*/
.nav {
	position: relative;
	margin-bottom:20px;
	background:#fff;
	padding:5px;
}


.nav ul {	
	display:block;
	
	
	
}
.nav ul li {
	display:block;
	margin: 5px 0;
	
}

.nav ul li a {
	display:block;
	font-size:12px;
	color:#fff;
	padding:15px 0;
	padding-left: 10px;
	text-transform:uppercase;
	background: rgb(0,110,46); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(0,110,46,1) 40%, rgba(0,211,204,1) 100%, rgba(0,211,204,1) 100%, rgba(0,110,46,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(40%,rgba(0,110,46,1)), color-stop(100%,rgba(0,211,204,1)), color-stop(100%,rgba(0,211,204,1)), color-stop(100%,rgba(0,110,46,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, rgba(0,110,46,1) 40%,rgba(0,211,204,1) 100%,rgba(0,211,204,1) 100%,rgba(0,110,46,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, rgba(0,110,46,1) 40%,rgba(0,211,204,1) 100%,rgba(0,211,204,1) 100%,rgba(0,110,46,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(0,110,46,1) 40%,rgba(0,211,204,1) 100%,rgba(0,211,204,1) 100%,rgba(0,110,46,1) 100%); /* IE10+ */
	background: linear-gradient(45deg, rgba(0,110,46,1) 40%,rgba(0,211,204,1) 100%,rgba(0,211,204,1) 100%,rgba(0,110,46,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006e2e', endColorstr='#006e2e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.nav ul li a:hover {
	color:#000;
	border-radius:10px;
	background: rgb(0,110,46); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(0,110,46,1) 0%, rgba(0,211,204,1) 14%, rgba(0,211,204,1) 15%, rgba(0,211,204,1) 86%, rgba(0,110,46,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,110,46,1)), color-stop(14%,rgba(0,211,204,1)), color-stop(15%,rgba(0,211,204,1)), color-stop(86%,rgba(0,211,204,1)), color-stop(100%,rgba(0,110,46,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(0,110,46,1) 0%,rgba(0,211,204,1) 14%,rgba(0,211,204,1) 15%,rgba(0,211,204,1) 86%,rgba(0,110,46,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(0,110,46,1) 0%,rgba(0,211,204,1) 14%,rgba(0,211,204,1) 15%,rgba(0,211,204,1) 86%,rgba(0,110,46,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(0,110,46,1) 0%,rgba(0,211,204,1) 14%,rgba(0,211,204,1) 15%,rgba(0,211,204,1) 86%,rgba(0,110,46,1) 100%); /* IE10+ */
	background: linear-gradient(135deg, rgba(0,110,46,1) 0%,rgba(0,211,204,1) 14%,rgba(0,211,204,1) 15%,rgba(0,211,204,1) 86%,rgba(0,110,46,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006e2e', endColorstr='#006e2e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.nav > ul > li > a:before {
	font-size:25px;
	margin-right:10px;
	display:inline-block;
	vertical-align:middle;
}
.nav > ul > li > a:hover:before {
	
}


/*news*/
.news {
	position: absolute;
	left: 10px;
	z-index: 2;
	width: 250px;
	top:10px;
}
.news img{
}

.news > ul {
	margin: 0 10px;
	
}
.news > ul > li {
	display:block;
	padding:5px 0;
	text-align:left;
	
}

.news > ul > li > span {
	display:block;
	font-size: 15px;
	font-family:arial;
	color:#000;
	line-height:normal;
	letter-spacing:normal;
	padding-bottom:5px;
}

.news > ul > li > a {
	display:block;
	font-size: 13px;
	color:#333;
	padding:13px 10px;
	padding-left:60px;
	line-height:20px;
	background:rgba(76, 220, 237, 0.5) url(../images/new.png) no-repeat left center;
	background-position:10px;
}
.news > ul > li > a:hover {
	background:#00773C url(../images/new-hover.png) no-repeat left center;
	background-position:10px;
	color:#fff;
}

.news > ul > li a:before {
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
}
.news > li a:hover:before {
}

/*recommend */

.recommend {
	position:relative;
	margin-bottom:20px;
	padding-bottom:20px;
}

.recommend img {
	padding-right:10px;
}

.recommend > ul {
	padding:10px 0;
}
.recommend > ul > li {
	display:block;
	margin-bottom:10px;
	text-align:left;
}

.recommend > ul > li > span {
	display:block;
	padding-left:10px;
	font-size: 13px;
	font-weight:bold;
	color:#7f7d7d;
	letter-spacing:normal;
}
.recommend > ul > li > a {
	display:block;
	font-size: 13px;
	background-position:10px;
	color:#FFF;
	margin: 10px 0;
	padding:20px 0;
	padding-left:70px;
	background:#f07818 url(../images/rec_a.png) no-repeat left center;
	background-position:10px;
	-webkit-transition: all .50s ease-in;
  	-moz-transition: all .50s ease-in;
	transition: all .50s ease-in;

}
.recommend > ul > li > a:hover {
	color:#FFF;
	background-color:#5e412f;
}

.recommend > ul > li a:before {
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
}
.recommend > ul > li a:hover:before {
}


/*experience */

.experience {
	margin-bottom: 20px;
	z-index:1;
}

.experience > ul {
	padding:10px 0;
	text-align:center;
	background-color: #ebebeb;
}
.experience > ul > li {
	display:block;
}

.experience > ul > li > span {
	display:block;
	padding-left:10px;
	font-size: 13px;
	font-weight:bold;
	color:#7f7d7d;
	letter-spacing:normal;
}
.experience > ul > li > a {
	display:block;
	margin:10px 20px;
	font-size: 13px;
	text-transform:uppercase;
	color:#fff;
	padding:10px;
	border-radius: 5px;
	background-color:#39375B;

}
.experience > ul > li > a:hover {
	background-color: #745C97;
}
/*blogpart*/

.blogpart {
	position: relative;
	margin-bottom:20px;
	background-color: #fff;
	padding:5px;
	
}

.blogpart img{
}

.blogpart > .blog {
	text-align:center;
	padding:20px 10px;
	
}
.blogpart > .blog > div { 
	margin: 0 auto; 
}

/*back links*/
.link01{
	display:block;
	padding:10px;
}
.link01 > li{
	display:block;
	margin-bottom:5px;
}
.link01 > li a{
	display:block;
	color:#333;
	padding:7px 10px 7px 35px;
	margin:0 10px;
	font-size:12px;
	
	background: #9AD7FD url(../images/back.png) no-repeat left center;
	background-position: 10px;
}
.link01 > li a:hover{
	background: #81B514  url(../images/back-hover.png) no-repeat left center;
	background-position: 10px;
	color:#fff;
}
.link01 > li a:before {
	content:
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
}
.link01 > li a:hover:before {
}

/*Sitemap links*/
.con-nav {
	display:block;
}
.con-nav > ul {}

.con-nav > ul > li {
	display:block;
	margin: 0 10px;
	padding: 3px 0;
}
.con-nav > ul > li > a {
	display:block;
	color:#333;
	padding-left:10px;
	padding:7px 10px 7px 35px;
	font-size:12px;
	border: 1px #9AD7FD  solid;
	background: url(../images/link.png) no-repeat left center;
	background-position: 10px;
}
.con-nav > ul > li > a:hover {
	border: 1px #81B514   solid;
}
.con-nav > ul > li > a:before {
	font-size:25px;
	margin:0 10px;
	display:inline-block;
	vertical-align:middle;
}
.con-nav > ul > li > a:hover:before {
}

/*sitemap*/

.sitemap{
	position:absolute;
	top:30px;
	right:0px;	
}
.sitemap > ul{
	color: #FFF;
	font-size: 0;
	letter-spacing: 0;
}
.sitemap img{
	margin-right: 10px;
	vertical-align: middle;
}

.sitemap > ul > li{
	padding:10px 0;
	display: inline-block;
	*display:inline;
	zoom:1;
	margin-right:10px;
}
.sitemap > ul > li > a{
	padding:10px 10px;
	font-size:12px;
	color:#fff;
	border: 1px #FFF solid;
}
.sitemap > ul > li > a:hover {
	border: 1px #FFF dashed;
	border-radius: 3px;
}

/*footer*/
#Footer {
	clear:both;
	background:#466 none repeat scroll 0% 0%;

}

#Footer > .container {
	padding:10px 0;
}
.FNav {
}
.FNav > ul {
	margin:10px 0;
	display:block;
	color:#f9f9f9;
	text-align:center;
}
.FNav > ul > li {
	display:inline-block;
	*display:inline;
	zoom:1;
	
}
.FNav > ul > li > a {
	font-size: 13px;
  	color: #FFF;
  	margin: 10px 15px;
  	line-height: 40px;
	border-radius: 5px;
	padding:5px 7px;
}
.FNav > ul > li > a:hover {
	background: rgb(0,110,46); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(0,110,46,1) 13%, rgba(0,211,204,1) 80%, rgba(0,211,204,1) 85%, rgba(0,211,204,1) 100%, rgba(0,110,46,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(13%,rgba(0,110,46,1)), color-stop(80%,rgba(0,211,204,1)), color-stop(85%,rgba(0,211,204,1)), color-stop(100%,rgba(0,211,204,1)), color-stop(100%,rgba(0,110,46,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, rgba(0,110,46,1) 13%,rgba(0,211,204,1) 80%,rgba(0,211,204,1) 85%,rgba(0,211,204,1) 100%,rgba(0,110,46,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, rgba(0,110,46,1) 13%,rgba(0,211,204,1) 80%,rgba(0,211,204,1) 85%,rgba(0,211,204,1) 100%,rgba(0,110,46,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, rgba(0,110,46,1) 13%,rgba(0,211,204,1) 80%,rgba(0,211,204,1) 85%,rgba(0,211,204,1) 100%,rgba(0,110,46,1) 100%); /* IE10+ */
background: linear-gradient(135deg, rgba(0,110,46,1) 13%,rgba(0,211,204,1) 80%,rgba(0,211,204,1) 85%,rgba(0,211,204,1) 100%,rgba(0,110,46,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006e2e', endColorstr='#006e2e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.FNav > ul > li > a:before {
	font-size:15px;
	margin-right:10px;
	display:inline-block;
	vertical-align:middle;
}
.FNav > ul > li > a:hover:before {
	
}


.copy {
	display:block;
	color:#FFF;
	font-size:13px;
	padding:10px 0;
	text-align:center;
}


