bgqabgqabgqahtml, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
		line-height: 0;
}
p, li, th, td, h4,h3{
	line-height: 0em;
}
table{
	border-collapse: collapse;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
fieldset{
	border:none;
}

#wrap{
	overflow: hidden;
}

	a, a:hover, a:visited{
		color: #222222;
		text-decoration: none;
	}

/*PC用記述*/
@media screen and (min-width:1024px){
.content {
    width:1024px;
    margin-left:auto;
    margin-right:auto;
}
.content2 {
    width:984px;
    margin-left:auto;
    margin-right:auto;
}
.content3 {
    width:904px;
    margin-left:auto;
    margin-right:auto;
}
.content4 {
    width:820px;
    margin-left:auto;
    margin-right:auto;
}
.content100p {
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
.content90p {
    width:90%;
    margin-left:auto;
    margin-right:auto;
}
.content85p {
    width:85%;
    margin-left:auto;
    margin-right:auto;
}
.center {

    margin-left:auto;
    margin-right:auto;
	text-align:center;
}
.hide-pc {
        display:none;
}

	.left{
		float: left;
	}

	.right{
		float: right;
	}
	.clearboth{
		clear: both;
	}
	.overflow{
		overflow: hidden;
	}
	
	/*フォントサイズセクション*/
	.font20px{
		font-size: 20px;
	}
	.font22px{
		font-size: 22px;
	}
	.font24px{
		font-size: 24px;
	}
	.font26px{
		font-size: 26px;
	}
	.font28px{
		font-size: 28px;
	}
	.font30px{
		font-size: 30px;
	}
	.font36px{
		font-size: 36px;
	}
	.font40px{
		font-size: 40px;
	}
	.font52px{
		font-size: 52px;
	}
	.font72px{
		font-size: 72px;
	}
	.font86px{
		font-size: 86px;
	}
	.font18px{
		font-size: 18px;
	}
	.font32px{
		font-size: 32px;
	}
	.font34px{
		font-size: 34px;
	}
	.font38px{
		font-size: 38px;
	}
	.font42px{
		font-size: 42px;
	}
	.font44px{
		font-size: 44px;
	}
	.font56px{
		font-size: 56px;
	}
	.italic{
		font-style: italic;
	}

	.text01{
		color: #333;
		line-height: 1.6em;
		letter-spacing: 0.05em;
	}
	.text02{
		line-height: 1.4em;
		color: #333;
	}
	
	.bold{
		font-weight: bolder;
	}

	.red{
		color: #E20003;
	}
	.white{
		color: #fff;
	}
	.orange{
		color: #ed6003;
	}
	.pink{
		color: #e14071;
	}
	.navy{
		color: #094488;
	}
	.mincho{
		font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, 游明朝, "Yu Mincho", 游明朝体, YuMincho, HGS明朝E, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, 游明朝, "Yu Mincho", 游明朝体, YuMincho, HGS明朝E, HG明朝E, "Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.markyellow{
		background: linear-gradient(transparent 60%, #f6ff00 60%);
	}
	.textright{
		text-align: right;
	}
	
	/*余白セクション*/
	.margin30{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.margin40{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.marginbtm16{
		margin-bottom: 16px;
	}
	.marginbtm50{
		margin-bottom: 50px;
	}
	.margintop50{
		margin-top: 50px;
	}
	.margintop70{
		margin-top: 70px;
	}
	.marginbtm50{
		margin-bottom: 50px;
	}
	.padding30{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.padding40{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.padding50{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.paddingbtm40{
		padding-bottom: 40px;
	}
	.paddingbtm60{
		padding-bottom: 60px;
	}
	.paddingbtm100{
		padding-bottom: 100px;
	}
	.paddingtop70{
		padding-top: 70px;
	}
	.paddingtop30{
		padding-top: 30px;
	}
	.paddingbtm50{
		padding-bottom: 50px;
	}
	.paddingbtm70{
		padding-bottom: 70px;
	}

	.paddingtop40{
		padding-top: 40px;
	}

	.paddingbtm20{
		padding-bottom: 20px;
	}
	
	.paddingbtm30{
		padding-bottom: 30px;
	}
	.marginbtm40{
		margin-bottom: 40px;
	}
	.margin50 {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.margintop30{
		margin-top: 30px;
	}
	.paddingleft30{
		padding-left: 30px;
	}
	.paddingright30{
		padding-right: 30px;
	}
	.padding16{
		padding-top: 16px;
		padding-bottom: 16px;
	}
	
	/*ボックスセクション*/

	.boxshadow01{
		box-shadow: 0 0 8px #e3e3e3;
	}
	.bgwhite01{
		background-color: #fff;
	}
	

	img#floatButton1 {
    position: fixed;
    right: 0;
    bottom: 0px;
	width: 36%;
	z-index: 99;
	
}
	.img_box{
  		animation: img_box_9955 0.5s linear infinite;
  		transform-origin: 50% 50%;
  		margin: 0.5rem 0 !important;
}
	@keyframes img_box_9955 {
  		0% { transform: translateY(0) }
  		33.33333% { transform: translateY(-10px) }
  		66.66667% { transform: translateY(0) }
  		100% { transform: translateY(0) }
}
	.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
	.paddingleft10{
		padding-left: 10px;
	}
	#panel dt:hover{
		opacity: 0.7;
	}
	.br-sp{
		display: none;
	}
	
	.img100p{
		width: 100%;
	}
	.bggreen01{
		background-color: #0998ad;
	}
	.paddingtop50{
		padding-top: 50px;
	}
	.paddingbutton01{
		padding-bottom: 50px;
	}
	.paddingbutton02{
		padding-right: 7px;
	}
	.bg01{
		background: url(../img/bg01.png) top center no-repeat;
	}
	.pd01{
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.bggrey01{
		background-color: #f7f7f5;
	}
	.blue01{
		color: #005bac;
	}
	
	.paddingbtm10{
		padding-bottom: 10px;
	}
	.box01{
		width: 429px;
		float: left;
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 00px;
		height: 680px;
	}
	.paddingtop100{
		padding-top: 100px;
		padding-bottom: 50px;
	}
	.bgtoku01{
		width: 92%;
		margin: 0 auto;
		padding-top: 70px;
		padding-bottom: 70px;
		background: url(../img/bg02.jpg) top center no-repeat;
		border-radius: 30px;
	}
	.box02{
		background-color: #fff;
		border-radius: 24px;
		box-shadow: 0 0 12px #adcccf;
	}
	.bg03{
		background: url(../img/bg03.png) top center no-repeat;
	}
	.blue02{
		color: #01bfe1;
	}
	.pic02{
		background: url(../img/pic02.png) top left no-repeat;
	}
	.pic03{
		background: url(../img/pic03.png) top right no-repeat;
	}
	.pic04{
		background: url(../img/pic04.png) top left no-repeat;
	}
	.pic05{
		background: url(../img/pic05.png) top right no-repeat;
	}
	.pic06{
		background: url(../img/pic06.png) top left no-repeat;
	}
	.box03{
		background-color: #fff;
		border-radius: 24px;
		width: 476px;
		padding: 32px;
		float: right;
		margin-top: 50px;
	}
	.box04{
		background-color: #fff;
		border-radius: 24px;
		width: 476px;
		padding: 32px;
		float: left;
		margin-top: 50px;
	}
	.marginbtm100{
		margin-bottom: 80px;
	}
	.bg06{
		background: url(../img/bg06.png) top center no-repeat;
	}
	
	
	
	
	
	.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

	.box05{
		padding-top: 60px;
		border-bottom: 1px solid #e8e8e8;
		padding-bottom: 30px;
	}
	.border01{
		border-top: 1px solid #e8e8e8;
	}
	.clock{
		background: url(../img/clock01.png) left center no-repeat;
		line-height: 1.5em;
		color: #005bac;
		padding-left: 66px;
		font-size: 26px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.paddingbtm14{
		padding-bottom: 14px;
	}
	.box06{
		width: 303px;
		padding: 0 19px 30px;
	}
	.bg04{
		background: url(../img/bg04.jpg) top center no-repeat;
		background-size: cover;
		padding-top: 80px;
		padding-bottom: 130px;
	}
	.box07{
		background-color: #fff;
		border-radius: 26px;
	}
	.check01 li{
		background: url(../img/check01.png) top left no-repeat;
		padding-left: 50px;
		padding-bottom: 20px;
		margin-bottom: 20px;
		line-height: 1.4em;
		font-size: 24px;
		border-bottom: #e8e8e8 1px solid;
	}
	.paddingtop16{
		padding-top: 16px;
	}
	.box08{
		background-color: #fff;
		border-radius: 26px;
		width: 308px;
		margin-bottom: 30px;
		margin-left: 16px;
		margin-right: 16px;
		height: 510px;
	}
	.pd02{
		padding: 20px;
	}
	.box09{
		background-color: #fff;
		border-radius: 24px;
		box-shadow: 0 0 12px #d3d3d3;
		margin-bottom: 40px;
	}
	.qa-q{
		line-height: 1.4em;
		background: url(../img/qa-q.png) top left no-repeat;
		font-size: 26px;
		font-weight: bold;
		padding-left: 56px;
		color: #0998ad;
		margin-bottom: 22px;
	}
	.qa-a{
		line-height: 1.4em;
		background: url(../img/qa-a.png) top left no-repeat;
		font-size: 20px;
		padding-left: 56px;
		color: #333;
	}
	.box10{
		width: 472px;
	}
	.map01{
		width: 468px;
		height: 354px;
	}
	
	footer{
		background: url(../img/bg05.png) top center no-repeat;
		padding: 50px 0 50px;
	}
	.anchor{
		padding-bottom: 30px;
	}
	.anchor li{
		float: left;
		width: 246px;
		line-height: 1.5em;
		font-size: 20px;
		font-weight: bold;
		padding-bottom: 20px;
	}

	footer a, footer a:visited{
		color: #333;
		text-decoration: none;
	}
	footer a:hover{
	color: #999;
		text-decoration: none;
	}

}




@media screen and (max-width:1023px){
body{
	width:100%;
}
.content {
	width:100%;

	text-align: center;
}
	.content2{
		width: 92%;
		margin: 0 auto;
	}
	.content3{
		width: 90%;
		margin: 0 auto;
	}
	.content4{
		width: 90%;
		margin: 0 auto;
	}
	img{
		width:100%;
	}
    
	.hide-sp {
		display:none;
	}
	.center{
		width: 0 auto;
		text-align: center!important;
	}
	.img20p{
		width: 20%;
		text-align: center;
		margin: 0 auto;
	}
	.img30p{
		width: 30%;
		text-align: center;
		margin: 0 auto;
	}
	.img50p{
		width: 50%;
		text-align: center;
		margin: 0 auto;
	}
	.img60p{
		width: 60%;
		text-align: center;
		margin: 0 auto;
	}
	.img70p{
		width: 70%;
		text-align: center;
		margin: 0 auto;
	}
	.img80p{
		width: 80%;
		text-align: center;
		margin: 0 auto;
	}

	.button01sp{
		 width: 90%;
		text-align: center;
		margin: 0 auto;
	}
	.textleft{
		text-align: left;
	}

	.spleft{
		text-align: left!important;
	}

	.spcenter{
		text-align: center;
	}

	.spright{
		text-align: right;
	}
	
	h2,h3,h4,h5,h6,p,li,dt,dd,input{
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	/*フォントサイズセクション*/
	
	.font20px{
		font-size: 3.8vw;
	}
	.font22px{
		font-size: 3.9vw;
	}
	.font24px{
		font-size: 4.0vw;
	}
	.font26px{
		font-size: 4.1vw;
	}
	.font28px{
		font-size: 4.2vw;
	}
	.font30px{
		font-size: 4.3vw;
	}
	.font36px{
		font-size: 4.6vw;
	}
	.font40px{
		font-size: 5.3vw;
	}
	.font52px{
		font-size: 5.8vw;
	}
	.font72px{
		font-size: 6.2vw;
	}
	.font86px{
		font-size: 7.2vw;
	}
	.font18px{
		font-size: 3.7vw;
	}
	.font32px{
		font-size: 4.4vw;
	}
	.font34px{
		font-size: 4.5vw;
	}
	.font38px{
		font-size: 4.7vw;
	}
	.font42px{
		font-size: 5.4vw;
	}
	.font44px{
		font-size: 5.5vw;
	}
	.font56px{
		font-size: 5.9vw;
	}
	.italic{
		font-style: italic;
	}

	.text01{
		color: #333;
		line-height: 1.6em;
		letter-spacing: 0.05em;
	}
	.text02{
		line-height: 1.4em;
		color: #333;
	}
	
	.bold{
		font-weight: bolder;
	}

	.red{
		color: #E20003;
	}
	.white{
		color: #fff;
	}
	.orange{
		color: #ed6003;
	}
	.pink{
		color: #e14071;
	}
	.navy{
		color: #094488;
	}
	.mincho{
		font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, 游明朝, "Yu Mincho", 游明朝体, YuMincho, HGS明朝E, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, 游明朝, "Yu Mincho", 游明朝体, YuMincho, HGS明朝E, HG明朝E, "Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.markyellow{
		background: linear-gradient(transparent 60%, #f6ff00 60%);
	}
	.textright{
		text-align: right;
	}
	
	/*余白セクション*/
	.margin30{
		margin-top: 3%;
		margin-bottom: 3%;
	}
	.margin40{
		margin-top: 4%;
		margin-bottom: 4%;
	}
	.marginbtm16{
		margin-bottom: 2%;
	}
	.marginbtm50{
		margin-bottom: 5%;
	}
	.margintop50{
		margin-top: 5%;
	}
	.margintop70{
		margin-top: 7%;
	}
	.marginbtm50{
		margin-bottom: 5%;
	}
	.padding30{
		padding-top: 3%;
		padding-bottom: 3%;
	}
	.padding40{
		padding-top: 4%;
		padding-bottom: 4%;
	}
	.padding50{
		padding-top: 5%;
		padding-bottom: 5%;
	}
	.paddingbtm40{
		padding-bottom: 4%;
	}
	.paddingbtm60{
		padding-bottom: 6%;
	}
	.paddingbtm100{
		padding-bottom: 10%;
	}
	.paddingtop70{
		padding-top: 7%;
	}
	.paddingtop30{
		padding-top: 3%;
	}
	.paddingbtm50{
		padding-bottom: 5%;
	}
	.paddingbtm70{
		padding-bottom: 7%;
	}

	.paddingtop40{
		padding-top: 4%;
	}

	.paddingbtm20{
		padding-bottom: 2%;
	}
	
	.paddingbtm30{
		padding-bottom: 3%;
	}
	.marginbtm40{
		margin-bottom: 4%;
	}
	
	.margin50 {
		margin-top: 5%;
		margin-bottom: 5%;
	}
	.margintop30{
		margin-top: 3%;
	}

	.padding16{
		padding-top: 2%;
		padding-bottom: 2%;
	}
	
	/*ボックスセクション*/

	.boxshadow01{
		box-shadow: 0 0 8px #e3e3e3;
	}
	.bgwhite01{
		background-color: #fff;
	}
	.bgorange01{
		background-color: #ed6003;
	}

	.spfloatleft{
		float: left;
	}
	.spfloatright{
		float: right;
	}
	.overflow{
		overflow: hidden;
	}
	.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
	.paddingleft10{
		padding-left: 2.6%;
	}
	
	
	
	.bggreen01{
		background-color: #0998ad;
	}
	.paddingtop50{
		padding-top: 5%;
	}
	.paddingbutton01{
		padding-bottom: 2%;
		width: 49.5%;
		margin: 0 auto;
	}

	.bg01{
		background: url(../img/bg01.png) top center no-repeat;
		background-size: contain;
	}
	.pd01{
		padding-top: 4%;
		padding-bottom: 6%;
	}
	.bggrey01{
		background-color: #f7f7f5;
	}
	.blue01{
		color: #005bac;
	}
	
	.paddingbtm10{
		padding-bottom: 1.5%;
	}
	.box01{
		width: 80%;
		margin: 0 auto 5%;
		padding-bottom: 4%;
	} 
	.br-pc{
		display: none;
	}
	.paddingtop100{
		padding-top: 10%;
		padding-bottom: 7%;
	}
	.bgtoku01{
		width: 94%;
		margin: 0 auto;
		padding-top: 7%;
		padding-bottom: 7%;
		background: url(../img/bg02.jpg) top center no-repeat;
		border-radius: 20px;
	}
	.imgpin{
		width: 8%;
		margin: 0 auto;
	}
	.box02{
		background-color: #fff;
		border-radius: 20px;
		box-shadow: 0 0 12px #adcccf;
	}
	.bg03{
		background: url(../img/bg03.png) top center repeat;
		background-size: 160%;
	}
	.blue02{
		color: #01bfe1;
	}
	.under01{
		width:18%;
	}
	.pic02{
		background: url(../img/pic02.png) top left no-repeat;
		background-size: 80%;
	}
	.pic03{
		background: url(../img/pic03.png) top right no-repeat;
		background-size: 80%;
	}
	.pic04{
		background: url(../img/pic04.png) top left no-repeat;
		background-size: 80%;
	}
	.pic05{
		background: url(../img/pic05.png) top right no-repeat;
		background-size: 80%;
	}
	.pic06{
		background: url(../img/pic06.png) top left no-repeat;
		background-size: 80%;
	}
	.box03{
		background-color: #fff;
		border-radius: 20px;
		width: 76%;
		padding: 5%;
		float: right;
		margin-top: 36%;
	}
	.box04{
		background-color: #fff;
		border-radius: 20px;
		width: 76%;
		padding: 5%;
		float: left;
		margin-top: 36%;
	}
	.marginbtm100{
		margin-bottom: 8%;
	}
	.bg06{
		background: url(../img/bg06.png) top center no-repeat;
		background-size: contain;
	}
	
	
	
	
	
	.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0%;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

	.box05{
		padding-top: 6%;
		border-bottom: 1px solid #e8e8e8;
		padding-bottom: 3%;
	}
	.border01{
		border-top: 1px solid #e8e8e8;
	}
	.clock{
		background: url(../img/clock01.png) left center no-repeat;
		
		width: 100%;
		margin: 0 auto;
		background-size: 7%;
		line-height: 1.5em;
		color: #005bac;
		padding-left: 10%;
		font-size: 4.5vw;
		padding-top: 2%;
		padding-bottom: 2%;
		margin-bottom: 1%;
		text-align: left;
	}
	.paddingbtm14{
		padding-bottom: 3%;
	}
	.box06{
		width: 86%;
		margin: 0 auto;
		padding: 0 0 10%;
	}
	.bg04{
		background: url(../img/bg04.jpg) top center no-repeat;
		background-size: cover;
		padding-top: 9%;
		padding-bottom: 13%;
	}
	.box07{
		background-color: #fff;
		border-radius: 20px;
	}
	.check01 li{
		background: url(../img/check01.png) top left no-repeat;
		background-size: 6.8%;
		padding-left: 11%;
		padding-bottom: 4%;
		margin-bottom: 4%;
		line-height: 1.4em;
		font-size: 4.2vw;
		border-bottom: #e8e8e8 1px solid;
		color: #333;
	}
	.paddingtop16{
		padding-top: 1.5%;
	}
	.box08{
		background-color: #fff;
		border-radius: 23px;
		width: 80%;
		margin: 0 auto 7%;

	}
	.pd02{
		padding: 5% 5% 8%;
	}
	.box09{
		background-color: #fff;
		border-radius: 20px;
		box-shadow: 0 0 10px #d3d3d3;
		margin-bottom: 5%;
	}
	.qa-q{
		line-height: 1.4em;
		background: url(../img/qa-q.png) top left no-repeat;
		background-size: 8%;
		font-size: 4.2vw;
		font-weight: bold;
		padding-left: 12%;
		color: #0998ad;
		margin-bottom: 3.4%;
	}
	.qa-a{
		line-height: 1.4em;
		background: url(../img/qa-a.png) top left no-repeat;
		background-size: 8%;
		font-size: 3.9vw;
		padding-left: 12%;
		color: #333;
	}
	.box10{
		width: 100%;
	}
	.map01{
		width: 100%;
	}
	
	footer{
		background: url(../img/bg05.png) top center no-repeat;
		background-size: 300%;
		padding: 6% 0 6%;
	}
	.anchor{
		padding-bottom: 2%;
		padding-top: 3%;
	}
	.anchor li{
		float: left;
		width: 50%;
		line-height: 1.5em;
		font-size: 4.0vw;
		font-weight: bold;
		padding-bottom: 4%;
		text-align: center;
		color: #333;
		
	}
	.pd03{
		padding-bottom: 4%;
	}

	footer a, footer a:visited{
		color: #333;
		text-decoration: none;
	}
	footer a:hover{
	color: #999;
		text-decoration: none;
	}
	



}


