@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, 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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
:focus {outline:0;}

ol, ul {list-style:none;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}

body{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","sans-serif";
	color: #4D4D4D;
	-webkit-text-size-adjust: none;
	height: 100%;
}

html{
   height: 100%; 
}
/* リンク設定
------------------------------------------------------------*/
a{
color: #67b73f;
  text-decoration:none;
}

a:hover, a:active{
  text-decoration:none;
}
a img:hover {
}
/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after{content:""; display:table;clear:both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post{zoom:1;}

/* hr
------------------------------------------------------------*/
hr{
border-collapse: collapse;
border-top: 1px dotted #CACACA;
margin: 0;
padding: 0;
}


/* メニューバーが隠れない
------------------------------------------------------------*/
.spwrapper{
    height: 100vh;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

/* マウスオーバー
------------------------------------------------------------*/
#example11 p {
			height: 34px;
			overflow: hidden;
}
#example12 p a {
			display: block;
			width: 152px;
			height: 34px;
			background: url(btn_03_on.gif) no-repeat 0 0;
}

/* マウスオーバーでふわっと拡大と暗転
------------------------------------------------------------*/
.imgWrap {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	width: 100%;	/*画像の幅*/
	background: #000;
}
.imgWrap img {
	display: block;
	vertical-align: bottom;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.imgWrap img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
opacity: 0.6;	/* 小さくするほど暗くなります */
}

/* ついてくるメニュー
----------------------------------*/
#header{
width:100%;
z-index:-200;
background-color: #036490;
height: 95px;
}
#mainNavi{
z-index:9999;
width:100%;
height: 95px;
z-index: 9999;
background-color: #036490;
}
#mainNavi.active{
position:fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin:0 auto;
width:100%;
height: 95px;
z-index: 9999;
background-color: #036490;
}
#mainNavi .mn01{
width:100vw;
max-width:1000px;
margin:0 auto;
}
#mainNavi .mn01a{
width:200px;
float: left;
padding-top: 35px;
}
#mainNavi .mn01a img{
width:160px;
vertical-align: bottom;
}
#mainNavi .mn01a img:hover{
  opacity: 1.0;
}
#mainNavi .mn01c{
width:800px;
float: left;
text-align: right;
font-size: 14px;
font-weight: 600;
color: #FFFFFF;
letter-spacing: 0.05em;
padding-top: 45px;
}
#mainNavi .mn01c a{
color: #FFFFFF;
}
#mainNavi .mn01c a:hover{
border-bottom: solid 1px #FFFFFF;
}

/* ResponsiveSlides
------------------------------------------------------------*/
.sl0 {
width: 100%;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/* 上からにゅるっとモーダル
*****************************************************/
#footerrnav {
display: none;
}
#headernav {
display: none;
}
.pcnone {
  display: none;
}	

/* ON OFF
----------------------------------*/
.pcon {
display: block;
}
.pcoff {
display: none;
}


/* puyon
----------------------------------*/
.puyon {
  animation: puyon 5.0s linear 0s 1;
animation-iteration-count: infinite;
}
@keyframes puyon {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  40%  { transform: scale(0.95, 1.2) translate(0%, -10%); }
  50%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  60%  { transform: scale(0.95, 1.05) translate(0%, -3%); }
  70%  { transform: scale(1.05, 0.95) translate(0%, 3%); }
  80%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

/* lbox
----------------------------------*/
.lbox2 {
width: 100%;
padding-top: 0px;
padding-bottom: 20px;
margin-top: 5px;
margin-bottom: 40px;
font-size: 12px;
}
.lbox2a {
width: 32%;
float: left;
margin: 0.5%
}
.lbox2a img{
width: 100%;
vertical-align: bottom;
}
.lbox3 {
width: 100%;
padding-top: 0px;
padding-bottom: 20px;
margin-top: 5px;
margin-bottom: 40px;
font-size: 12px;
}
.lbox3a {
width: 24%;
float: left;
margin: 0.5%
}
.lbox3a img{
width: 100%;
vertical-align: bottom;
}

/* more
----------------------------------*/
.more {
width: 206px;
height: 43px;
margin: 0 auto;
position: relative;
}
.more img{
width: 100%;
height: 43px;
vertical-align: bottom;
}
.more .active {
position: absolute;
height: 43px;
left: 0;
right: 0;
top: 0;
opacity: 0;
transition: 0.5s;
}
.more:hover .active {
opacity: 1;
}


/* con
----------------------------------*/
.con1 {
width: 100%;
}
.con1-1 {
width: 100%;
max-width: 1000px;
margin: 0 auto;
margin-bottom: 90px;
}
.con1-1 .bm1{
width: 232px;
margin-right: 24px;
margin-bottom: 20px;
}
.con1-1 .bm2{
width: 232px;
margin-right: 24px;
margin-bottom: 20px;
}
.con1-1 .bm3{
width: 232px;
margin-right: 0px;
margin-bottom: 20px;
}
.con1-1 h2{
font-size: 20px;
letter-spacing: 0.05em;
font-weight: 600;
margin-bottom: 5px;
text-align: center;
}
.con1-1 hr{
border-collapse: collapse;
border-top: 2px solid;
margin: 0;
padding: 0;
width:64px;
margin: 0 auto;
margin-bottom: 40px;
}
.con2 {
width: 100%;
}
.con2-1 {
width: 100%;
max-width: 1000px;
margin: 0 auto;
padding-top: 90px;
padding-bottom: 90px;
}
.con2-2 {
width: 470px;
float: left;
margin-right: 30px;
}
.con2-2 h2{
font-size: 22px;
letter-spacing: 0.05em;
font-weight: 600;
margin-bottom: 40px;
}
.con2-2 p{
font-size: 14px;
letter-spacing: 0.06em;
line-height: 28px;
font-weight: 400;
margin-bottom: 20px;
}
.con2-3 {
width: 500px;
float: left;
}
.con2-3 img{
width: 100%;
}
.con3 {
width: 100%;
}
.con3 img{
width: 100%;
vertical-align: bottom;
}
.con4 {
width: 100%;
height: 340px;
background-image: url("images/bf03.png");
background-position: center center;
background-size: cover;
text-align: center;
}
.con4 h1{
font-size: 24px;
letter-spacing: 0.10em;
font-weight: 600;
color: #ffffff;
padding-top: 150px;
}
.con4b {
width: 100%;
height: 340px;
background-image: url("images/bf03.png");
background-position: center center;
background-size: cover;
text-align: center;
}
.con4b h1{
font-size: 24px;
letter-spacing: 0.10em;
font-weight: 600;
color: #ffffff;
padding-top: 150px;
}
.con5 {
width: 100%;
}
.con5-1 {
width: 100%;
max-width: 1000px;
margin: 0 auto;
padding-top: 90px;
}
.con5-1 h2{
font-size: 20px;
letter-spacing: 0.05em;
font-weight: 600;
margin-bottom: 40px;
}
.con5-2 {
width: 550px;
float: left;
margin-right: 65px;
}
.con5-2 p{
font-size: 14px;
letter-spacing: 0.06em;
line-height: 28px;
font-weight: 400;
margin-bottom: 20px;
}
.con5-3 {
width: 385px;
float: left;
}
.con5-3 img{
width: 100%;
}
.con5-4 {
width: 550px;
float: right;
}
.con5-4 p{
font-size: 14px;
letter-spacing: 0.06em;
line-height: 28px;
font-weight: 400;
margin-bottom: 20px;
}
.con5-5 {
width: 385px;
float: right;
margin-right: 65px;
}
.con5-5 img{
width: 100%;
}
.con6 {
width: 100%;
}
.con6-1 {
width: 100%;
max-width: 1000px;
margin: 0 auto;
padding-top: 90px;
}
.con6-1 h2{
font-size: 20px;
letter-spacing: 0.05em;
font-weight: 600;
margin-bottom: 10px;
color: #ffffff;
text-align: center;
}
.con6-1 hr{
border-collapse: collapse;
border-top: 2px solid #ffffff;
margin: 0;
padding: 0;
width:64px;
margin: 0 auto;
}
.con6-1 h3{
font-size: 20px;
letter-spacing: 0.05em;
font-weight: 600;
line-height: 40px;
text-align: center;
margin-bottom: 60px;
}
.con6-1 p{
font-size: 14px;
letter-spacing: 0.06em;
font-weight: 400;
line-height: 28px;
text-align: left;
}
.con6-1 form{
font-size: 16px;
letter-spacing: 0.05em;
font-weight: 600;
}
.con6-1 form .hosoku{
font-size: 12px;
letter-spacing: 0.05em;
font-weight: 600;
}
.con6-1 table {
width: 100%;
}
.con6-1 tr {
width: 100%;
position: relative;
}
.con6-1 input{
width: 100%;
line-height: 24px;
}
.con6-1 textarea{
width: 100%;
}
.con6-1 p input {
width: 100px;
height: 30px;
}
.con6-2a {
width: 100%;
background-color: #037F73;
padding-top: 30px;
padding-bottom: 30px;
}
.con6-2b {
width: 100%;
background-color: #D4145A;
padding-top: 30px;
padding-bottom: 30px;
}
.con6-3a {
width: 100%;
background-color: #DDE8E7;
padding-top: 60px;
padding-bottom: 90px;
margin-bottom: 90px;
}
.con6-3b {
width: 100%;
background-color: #EDDFE5;
padding-top: 60px;
padding-bottom: 90px;
margin-bottom: 90px;
}
.con6-3ain {
width: 100%;
max-width: 700px;
margin: 0 auto;
}
.con6-4 {
width: 100%;
max-width: 535px;
margin: 0 auto;
padding-top: 50px;
}
.con6-4 img{
width: 100%;
}
.con7 {
width: 100%;
}
.con7-1 {
width: 100%;
max-width: 755px;
margin: 0 auto;
padding-top: 90px;
text-align: right;
}
.con7-1 h2{
font-size: 20px;
letter-spacing: 0.05em;
font-weight: 600;
margin-bottom: 40px;
text-align: center;
}
.con7-1 p{
font-size: 14px;
letter-spacing: 0.06em;
line-height: 28px;
font-weight: 400;
margin-bottom: 20px;
text-align: left;
}
.con8 {
width: 100%;
}
.con8-1 {
width: 100%;
max-width: 755px;
margin: 0 auto;
padding-top: 90px;
padding-bottom: 90px;
text-align: right;
}
.con8-1 h2{
font-size: 20px;
letter-spacing: 0.05em;
font-weight: 600;
margin-bottom: 5px;
text-align: center;
}
.con8-1 h3{
font-size: 15px;
letter-spacing: 0.05em;
font-weight: 600;
text-align: left;
border-bottom: solid 1px;
background-color: #DDDDDD;
}
.con8-1 hr{
border-collapse: collapse;
border-top: 2px solid;
margin: 0;
padding: 0;
width:64px;
margin: 0 auto;
margin-bottom: 40px;
}
.con8-1 p{
font-size: 14px;
letter-spacing: 0.06em;
line-height: 28px;
font-weight: 400;
margin-bottom: 20px;
text-align: left;
}
.con8-2 {
border-bottom: dotted 1px;
padding-top: 15px;
padding-bottom: 10px;
font-size: 12px;
letter-spacing: 0.06em;
line-height: 30px;
font-weight: 400;
text-align: left;
}


.con99 {
clear: both;
}

/* フッター
*****************************************************/
#footer{
clear: both;
background-color: #036490;
width: 100%;
padding-top: 80px;
padding-bottom: 80px;
text-align: center;
} 
#footer img{
width: 160px;
vertical-align: bottom;
text-align: center;
} 
#footer .f0 {
width: 1000px;
margin: 0 auto;
padding-top: 10px;
}
#footer .f1 {
width: 480px;
float:left;
margin-right: 40px;
}
#footer .f2 {
width: 480px;
float:left;
}
#footer p{
font-size: 10px;
line-height: 18px;
font-weight: 600;
letter-spacing: 0.05em;
color: #4D4D4D;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
} 
#copyright{
clear:both;
width: 100%;
text-align:center;
background-color: #036490;
font-size: 11px;
line-height: 50px;
letter-spacing: 0.02em;
color: #ffffff;
}


.popmenu {
display: none;
}
#modal-content {
display: none;
}

/* TOO-TOP
------------------------------------------------------------*/
.top-top {
display: inline-flex;
}	
.crunchify-top a:hover{
text-decoration: none;
}
 
.crunchify-top {
display: none;
position: fixed;
bottom: 1rem;
right: 1rem;
color: #fff;
text-decoration: none;
text-align: center;
cursor: pointer;
z-index: 99999;
}


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1015px){


/* ON OFF
----------------------------------*/
.pcon {
display: none;
}
.pcoff {
display: block;
}


/* ResponsiveSlides
------------------------------------------------------------*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


/* con　SUMAHO　SUMAHO
----------------------------------*/
.con1 {
width: 100%;
}
.con1-1 {
width: 92%;
max-width: 500px;
margin: 0 auto;
padding-top: 90px;
}
.con1-1 .bm1{
width: 49%;
margin-right: 2%;
}
.con1-1 .bm2{
width: 49%;
margin-right: 0px;
}
.con1-1 .bm3{
width: 49%;
margin-right: 0px;
}
.con2 {
width: 100%;
}
.con2-1 {
width: 92%;
max-width: 500px;
margin: 0 auto;
padding-top: 90px;
padding-bottom: 90px;
}
.con2-2 {
width: 100%;
float: none;
margin-right: 0px;
}
.con2-2 h2{
font-size: 18px;
letter-spacing: 0.05em;
font-weight: 600;
margin-bottom: 20px;
}
.con2-2 p{
font-size: 13px;
letter-spacing: 0.06em;
line-height: 26px;
font-weight: 400;
margin-bottom: 15px;
}
.con2-3 {
width: 100%;
float: none;
}
.con2-3 img{
width: 100%;
}
.con3 {
width: 100%;
}
.con3 img{
width: 100%;
vertical-align: bottom;
}
.con4 {
width: 100%;
height: 200px;
background-image: url("images/bf03.png");
background-position: center center;
background-size: cover;
text-align: center;
}
.con4 h1{
font-size: 22px;
letter-spacing: 0.10em;
font-weight: 600;
color: #ffffff;
padding-top: 90px;
}
.con4b {
width: 100%;
height: 200px;
background-image: url("images/bf03.png");
background-position: center center;
background-size: cover;
text-align: center;
}
.con4b h1{
font-size: 22px;
letter-spacing: 0.10em;
font-weight: 600;
color: #ffffff;
padding-top: 90px;
}
.con5 {
width: 100%;
}
.con5-1 {
width: 92%;
max-width: 500px;
margin: 0 auto;
padding-top: 60px;
}
.con5-1 h2{
font-size: 18px;
letter-spacing: 0.05em;
font-weight: 600;
margin-bottom: 20px;
}
.con5-2 {
width: 100%;
float: none;
margin-right: 0px;
}
.con5-2 p{
font-size: 13px;
letter-spacing: 0.06em;
line-height: 26px;
font-weight: 400;
margin-bottom: 15px;
}
.con5-3 {
width: 100%;
float: none;
}
.con5-3 img{
width: 100%;
}
.con5-4 {
width: 100%;
float: none;
}
.con5-4 p{
font-size: 14px;
letter-spacing: 0.06em;
line-height: 28px;
font-weight: 400;
margin-bottom: 20px;
}
.con5-5 {
width: 100%;
float: none;
margin-right: 0px;
}
.con5-5 img{
width: 100%;
}
.con6 {
width: 100%;
}
.con6-1 {
width: 92%;
max-width: 500px;
margin: 0 auto;
padding-top: 60px;
padding-bottom: 60px;
}
.con6-1 h2{
font-size: 18px;
letter-spacing: 0.05em;
font-weight: 600;
margin-bottom: 10px;
color: #ffffff;
text-align: center;
}
.con6-1 hr{
border-collapse: collapse;
border-top: 2px solid #ffffff;
margin: 0;
padding: 0;
width:64px;
margin: 0 auto;
}
.con6-1 h3{
font-size: 16px;
letter-spacing: 0.05em;
font-weight: 600;
line-height: 30px;
text-align: center;
margin-bottom: 40px;
}
.con6-1 p{
font-size: 12px;
letter-spacing: 0.06em;
font-weight: 400;
line-height: 26px;
text-align: left;
}
.con6-1 form{
font-size: 14px;
letter-spacing: 0.05em;
font-weight: 600;
}
.con6-1 form .hosoku{
font-size: 10px;
letter-spacing: 0.05em;
font-weight: 600;
}
.con6-1 table {
width: 100%;
}
.con6-1 tr {
width: 100%;
position: relative;
}
.con6-1 input{
width: 100%;
line-height: 24px;
}
.con6-1 textarea{
width: 100%;
}
.con6-1 p input {
width: 100px;
height: 30px;
}
.con6-2a {
width: 100%;
background-color: #037F73;
padding-top: 30px;
padding-bottom: 30px;
}
.con6-2b {
width: 100%;
background-color: #D4145A;
padding-top: 30px;
padding-bottom: 30px;
}
.con6-3a {
width: 100%;
background-color: #DDE8E7;
padding-top: 40px;
padding-bottom: 60px;
}
.con6-3b {
width: 100%;
background-color: #EDDFE5;
padding-top: 40px;
padding-bottom: 60px;
}
.con6-3ain {
width: 95%;
max-width: 500px;
margin: 0 auto;
}
.con6-4 {
width: 100%;
max-width: 500px;
margin: 0 auto;
padding-top: 30px;
}
.con6-4 img{
width: 100%;
}
.con7 {
width: 100%;
}
.con7-1 {
width: 92%;
max-width: 500px;
margin: 0 auto;
padding-top: 60px;
}
.con7-1 h2{
font-size: 18px;
letter-spacing: 0.05em;
font-weight: 600;
margin-bottom: 20px;
}
.con7-1 p{
font-size: 13px;
letter-spacing: 0.06em;
line-height: 26px;
font-weight: 400;
margin-bottom: 15px;
}
.con8 {
width: 100%;
}
.con8-1 {
width: 92%;
max-width: 500px;
margin: 0 auto;
padding-top: 60px;
padding-bottom: 60px;
text-align: right;
}
.con8-1 h2{
font-size: 18px;
letter-spacing: 0.05em;
font-weight: 600;
margin-bottom: 5px;
text-align: center;
}
.con8-1 hr{
border-collapse: collapse;
border-top: 2px solid;
margin: 0;
padding: 0;
width:64px;
margin: 0 auto;
margin-bottom: 20px;
}
.con8-1 p{
font-size: 13px;
letter-spacing: 0.06em;
line-height: 26px;
font-weight: 400;
margin-bottom: 20px;
text-align: left;
}
.con8-2 {
border-bottom: dotted 1px;
padding-top: 15px;
padding-bottom: 10px;
font-size: 12px;
letter-spacing: 0.06em;
line-height: 30px;
font-weight: 400;
text-align: left;
}
	
.con99 {
clear: both;
}
	

/* modal　SUMAHO　SUMAHO
*****************************************************/
#header{
width:100%;
z-index:-200;
background-color: #036490;
height: 95px;
}
#mainNavi{
z-index:9999;
width:100%;
height: 95px;
z-index: 9999;
background-color: #036490;
}
#mainNavi.active{
position:fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin:0 auto;
width:100%;
height: 95px;
z-index: 9999;
background-color: #036490;
}
#mainNavi .mn01{
width:100vw;
max-width:1000px;
margin:0 auto;
}
#mainNavi .mn01a{
width:100%;
float: none;
padding-top: 35px;
text-align: center;
}
#mainNavi .mn01a img{
width:150px;
vertical-align: bottom;
}
#mainNavi .mn01a img:hover{
  opacity: 1.0;
}
#mainNavi .mn01c{
display: none;
}


/* 上からにゅるっとモーダル
*****************************************************/
#footerrnav {
display: none;
}
#headernav {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99999;
background-color: #4a4340;
height: 100vh;
}
#headernav .hnin {
width: 100%;
}
#headernav .hnin .in1{
width: 100%;
height: 60px;
background-color: #4a4340;
}
#headernav .hnin .in2{
width: 90%;
margin: 0 auto;
padding-top: 18px;
}
#headernav .hnin ul.gmenu {
display: block;
text-align: center;
margin-top: 2px;
}
#headernav .hnin ul.gmenu li {
width: 90%;
margin: 0 auto;
line-height: 50px;
border-bottom: solid #ffffff 1px;
font-size: 14px;
font-weight: 600;
letter-spacing: 0.02em;
}
#headernav .hnin ul.gmenu li  a{
color: #ffffff;
}
#headernav .hnin ul.gmenu li img{
height: 23px; 
vertical-align: middle;
}
	
#menuclose {
text-align: center;
cursor: pointer;
position: absolute;
top: 20px;
right: 16px;
}
#spmenu {
display: inline;
width: 28px;
position: fixed;
top: 16px;
right: 16px;
z-index: 55555;
}
.pcnone {
display: inline;
}	
	

/* フッター
*****************************************************/
#footer{
clear: both;
background-color: #036490;
width: 100%;
padding-top: 80px;
padding-bottom: 80px;
text-align: center;
} 
#footer img{
width: 150px;
vertical-align: bottom;
text-align: center;
} 
#footer .f0 {
width: 92%;
max-width: 500px;
margin: 0 auto;
padding-top: 10px;
}
#footer .f1 {
width: 100%;
float:none;
margin-right: 0px;
}
#footer .f2 {
width: 100%;
float:none;
}
#footer p{
font-size: 10px;
line-height: 18px;
font-weight: 600;
letter-spacing: 0.05em;
color: #4D4D4D;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
} 
#copyright{
clear:both;
width: 100%;
text-align:center;
background-color: #036490;
font-size: 11px;
line-height: 50px;
letter-spacing: 0.02em;
color: #ffffff;
}

/* TOO-TOP
------------------------------------------------------------*/
.crunchify-top img{
width: 40px;
}
	

}


