@charset "utf-8";

/* ヘッダロゴのサイズ調整 */
#header h1 img {
	max-width: 400px;
}

/* ヘッダタイトルの色とスタイル調整 */
#header h1 #headerTitle em{
	font-style: normal;
	color: #555;
}

/* 画像のキャプションをセンターに */
#main .listTile .check_block {
    justify-content: center;
}