/* GRID BASED ([{"device":"mobile","options":{"gutter":"15","columns":12,"width":"100%"}},{"device":"tablet","options":{"gutter":"15","columns":12,"width":"90%"}},{"device":"desktop","options":{"gutter":"15","columns":12,"width":"80%","maxWidth":"1232px"}}]) */
body {
    font-family: 'Lato', sans-serif;
    margin:0;
    font-size: 19px;
    font-weight: 300;
    line-height: 170%;
    color: #777777;
}
h1 {
    font-size: 46px;
    font-weight: 900;
    line-height: 100%;
    margin: 40px 0px 40px 0px;
    color: #333333;
    letter-spacing: -1px;
}
h2 {

}
h3 {

}
h4 {
    font-size: 17px;
    font-weight: 900;
    line-height: 120%;
    margin: 25px 0px 25px 0px;
    color: #333333;
    letter-spacing: 3px;
	text-transform:uppercase;
}
h5 {
    font-size: 17px;
    font-weight: 700;
    line-height: 130%;
    margin: 25px 0px 25px 0px;
    color: #333333;
}
h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 130%;
    margin: 10px 0px 10px 0px;
    color: #333333;
}
a {
    line-height:170%;
    color:#9BCB43;
    text-decoration:none;
    cursor:pointer;
    letter-spacing: -1px;
	font-weight: 300;
	font-size: 19px;
}
a:hover {
    color: #82AD30;
}
ul {
    font-weight: 400;
    line-height:170%;
    margin: 10px 0px 10px 0px;
    color: #777777;
    padding:0px 0px 0px 40px;
}
ol {
    font-weight: 400;
    line-height: 170%;
    margin: 10px 0px 10px 0px;
    color: #444444;
    padding:0px 0px 0px 40px;
}
blockquote {
    padding: 10px 20px 10px 20px;
    margin: 10px 0px 20px 0px;
    border-left: 5px solid #eee;
    font-style:italic;
}
ol ul, ul ol, ul ul, ol ol {
    margin-top: 0;
    margin-bottom: 0;
}
body img {
    max-width : 100%;
    height : auto;
}
a:visited {
    color: #82AD30;
}
p {
    margin:20px 0px 20px 0px;
    font-size: 19px;
    font-weight: 300;
    line-height: 170%;
}
li {
    line-height:150%;
    color:#333333;
    font-weight: 300;
}
@media only screen and (min-width : 768px) {
    body {
        text-align: left;
    }
}
@media only screen and (min-width : 1024px) {
    body {
        text-align: left;
    }
}





.snsBox{
    width: 14%;
	padding: 1% 0.5%;
    height: 80px;
    margin-left: 85%;
    text-align: right;
    z-index: 9999;
    position: fixed;
  

}


.iCon{
	width: 35px;
	float: right;
	margin-left: 5px;
	z-index: 99999;
}
