/*
Theme Name: oshigoto
Theme URI: NA
Author: NA
Author URI: NA
Description: NA
Version: 1.0.0
*/
@charset "utf-8";
/*==================================================
無限スクロールのためのcss
===================================*/
/*ローディングが表示されるエリアの設定*/
#infscr-loading {
width:100%;
text-align:center;
margin:20px auto;
}

#infscr-loading img{
	width:30px;/*ローディング画像のサイズ*/
}