@CHARSET "UTF-8";

body {
	padding: 0px;
}

.illustTitle {
	text-align: right;
	font-size: 24px;
	font-family: "M PLUS Rounded 1c"; 
}
.illust {
	margin: 1em 0em;
    max-width: 100%;
    height: auto;
	text-align: center;
}
.illustComment {
	margin: 1em 0em;
    max-width: 98%;
    height: auto;
	text-align: center;
}
.illustFooter {
	padding-bottom: 2em;
	text-align: center;
	font-size: 2em;
	font-family: "M PLUS Rounded 1c"; 
}
.illustFooterTable {
    width: 100%;
}


/* ■ 画面幅 640px 以上の指定 */
@media screen and (min-width : 640px) {

}
