/*--グリーンの管理画面内タイトル font--*/
.greenTitle{
	font-size:120%;
	font-weight:bold;
	color:#3cb371;
}
.noDataComment{
	font-size: 150%;
	color:#666;
	padding-top:80px;
}

/* CASE TAB -----*/
@media screen and (min-width:481px) and (max-width:800px) {
.noDataComment{ font-size: 120%; }
}
/* CASE SP -----*/
@media screen and (max-width:480px) {
.noDataComment{ font-size: 100%; }
}
