@cherset "UTF-8"; 

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,700');
/******************
	Decoratiton
*******************/

.pt10{ padding-top: 10px;}
.pt20{ padding-top: 20px;}
.pt30{ padding-top: 20px;}
.pt40{ padding-top: 40px;}
.pt50{ padding-top: 50px;}
.pt100{ padding-top: 100px;}

.pb0{ padding-bottom: 0;}
.pb10{ padding-bottom: 10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb50{padding-bottom:50px;}
.pb100{padding-bottom:100px;}


.mt0{ margin-top: 0;}
.mt5{ margin-top: 5px;}
.mt10{ margin-top: 10px;}
.mt20{ margin-top: 20px;}
.mt30{ margin-top: 30px;}
.mt40{ margin-top: 40px;}
.mt50{ margin-top: 50px;}
.mt60{ margin-top: 60px;}
.mt70{ margin-top: 70px;}
.mt80{ margin-top: 80px;}
.mt90{ margin-top: 90px;}
.mt100{ margin-top: 100px;}
.mt150{ margin-top: 150px;}
.mt200{ margin-top: 200px;}
.mt250{ margin-top: 250px;}
.mt300{ margin-top: 300px;}

.mb0{margin-bottom:0px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mb70{margin-bottom:70px;}
.mb100{margin-bottom:100px;}
.mb150{margin-bottom:150px;}


.s15 {font-size: 15px;}
.s25 {font-size: 25px;}
.s30 {font-size: 30px;}
.s40 {font-size: 40px;}
.s50 {font-size: 50px;}
.s60 {font-size: 60px;}
.s70 {font-size: 70px;}
.s80 {font-size: 80px;}
.s90 {font-size: 90px;}
.s100 {font-size: 100px;}
.s150 {font-size: 150px;}
.s200 {font-size: 200px;}


.l-1{ letter-spacing: -1px;}
.l0{ letter-spacing: 0;}
.l1{ letter-spacing: 1;}
.l2{ letter-spacing: 2;}

.lh10{ line-height: 10px;}
.lh20{ line-height: 20px;}
.lh25{ line-height: 25px;}
.lh30{ line-height: 30px;}
.lh35{ line-height: 35px;}
.lh45{ line-height: 45px;}
.lh50{ line-height: 50px;}
.lh55{ line-height: 55px;}
.lh60{ line-height: 60px;}
.lh65{ line-height: 65px;}
.lh80{ line-height: 80px;}

.white { color: #ffffff;}
.black { color: #111111;}
.gray { color: #808080;}
.red{ color: #ff0000;}
.yellow{ color: #ebc601;}
.orange{ color: #EBB014;}
.green{ color: #004F16;}
.blue{ color: #0000ff;}
.purple{ color: #28004F;}
.pink{ color: #ff69b4;}
.pink2{ color: #FC9D9D;}

.b{

	font-weight:bold;

}


.bgy{

background-color:#ebc601;

}



/*　画面サイズが480pxからはここを読み込む　*/

@media screen and (max-width: 480px) {

	.sps {font-size: 18px;}
	.spmin {font-size: 12px;}
	.s30 {font-size: 23px;}
	.s40 {font-size: 23px;}
	.s50 {font-size: 23px;}
	.s60 {font-size: 23px;}
	.s70 {font-size: 23px;}
	.s80 {font-size: 23px;}
	.s90 {font-size: 23px;}
	.s100 {font-size: 25px;}
	.s150 {font-size: 25px;}
	.s200 {font-size: 25px;}
	.lh20{ line-height: 12px;}


}

/*　画面サイズが480pxからはここを読み込む　*/

