@charset "utf-8";


 @media screen and (max-width: 480px) { 

.fs12{line-height: 1.5; font-size:1.2rem;}
.fs13{line-height: 1.5; font-size:1.3rem;}
.fs15{line-height: 1.5; font-size:1.4rem;}
.fs16{line-height: 1.5; font-size:1.4rem;}
.fs17{line-height: 1.5; font-size:1.5rem;}
.fs18{line-height: 1.5; font-size:1.5rem;}
.fs19{line-height: 1.5; font-size:1.5rem;}
.fs20{line-height: 1.5; font-size:1.6rem;}
.fs22{line-height: 1.5; font-size:1.6rem;}
.fs25{line-height: 1.5; font-size:2rem;}
.fs28{line-height: 1.5; font-size:2rem;}
.fs30{line-height: 1.5; font-size:2.4rem;}
.fs35{line-height: 1.5; font-size:2.4rem;}
.fs40{line-height: 1.5; font-size:2.4rem;}
.fs45{line-height: 1.5; font-size:2.4rem;}
.fs50{line-height: 1.5; font-size:3rem;}
.fs55{line-height: 1.5; font-size:4rem;}
.fs60{line-height: 1.5; font-size:4rem;}
.fs65{line-height: 1.5; font-size:4rem;}
.fs70{line-height: 1.5; font-size:4rem;}
.fs80{line-height: 1.5; font-size:5rem;}
.fs130{line-height: 1.5; font-size:5rem;}

.m10{margin-top:0.5rem;}
.m20{margin-top:1rem;}
.m30{margin-top:1rem;}
.m40{margin-top:2rem;}
.m50{margin-top:2rem;}
.m60{margin-top:3rem;}
.m70{margin-top:4rem;}
.m80{margin-top:5rem;}
.m90{margin-top:6rem;}
.m100{margin-top:6.5rem;}
.m120{margin-top:7rem;}
.m150{margin-top:10rem;}
.m200{margin-top:15rem;}

.mb15{margin-bottom:0.5rem;}
.mb30{margin-bottom:1rem;}
.mb50{margin-bottom:2rem;}
.mb100{margin-bottom:5rem;}

.p10{padding-top:0.2rem;}
.p20{padding-top:0.3rem;}
.p30{padding-top:1rem;}
.p40{padding-top:2rem;}
.p50{padding-top:2rem;}
.p60{padding-top:3rem;}
.p70{padding-top:3rem;}
.p80{padding-top:3rem;}
.p90{padding-top:3rem;}
.p100{padding-top:4rem;}
.p120{padding-top:4rem;}
.p130{padding-top:5rem;}
.p150{padding-top:10rem}
.p170{padding-top:12rem;}
.p200{padding-top:12rem;}

.pb50{padding-bottom:2rem;}
.pb100{padding-bottom:2.5rem;}
.pb150{padding-bottom:4rem;}



.area-p20{padding: 1rem;}
.area-p40{padding: 1.3rem;}


.area-lty{
	padding: 1rem;
}

.area-y{
	padding: 1rem;
}


.area-gr{
	padding: 1rem;
}


.shadow{
	box-shadow:rgba(0, 0, 0, 0.55) 0rem 0rem 0.8rem 0.3rem;
	-webkit-box-shadow:rgba(0, 0, 0, 0.55) 0rem 0rem 0.8rem 0.3rem;
	-moz-box-shadow:rgba(0, 0, 0, 0.55) 0rem 0rem 0.8rem 0.3rem;
}

.flash-wt{
	box-shadow:rgba(255, 255, 255, 0.55) 0px 0px 0.3rem 0.3rem;
	-webkit-box-shadow:rgba(255, 255, 255, 0.55) 0px 0px 0.3rem 0.3rem;
	-moz-box-shadow:rgba(255, 255, 255, 0.55) 0px 0px 0.3rem 0.3rem;	
	padding: 1.5rem 1rem;
}

.t-shadow{
  text-shadow: 0px 0.3rem 0px #6B6861,
               0px 1.4rem 1rem rgba(0,0,0,0.15),
               0px 2.4rem 0.2rem rgba(0,0,0,0.1),
               0px 3.4rem 3.0rem rgba(0,0,0,0.1);
}


 }