﻿@charset "utf-8";

/*↓対応レポートなしページIDはリストに追加・掲載ありは削除または_等で対応 */

#Report_10,
#Report_15,
#Report_17,
#Report_20,
#Report_22,
#Report_23,
#Report_24,
#Report_25,
#Report_32
{display: none; }





/* ▼-------------------- ボタンレイアウト用（固定） --------------------▼ */
.RepoBtn a {
	display: block; color: #f63030; border-radius: 22px; padding: 10px; background: #f8b2b2; text-align: center; font-weight: 900;
}
@media (min-width:768px) {
.RepoBtn a {
	width: 720px;
    margin: -30px auto 60px auto;
	font-size: 1.2em;
}
}
@media (max-width:768px) {
.RepoBtn a{
    width: 84%;
    margin: -15% auto 15% auto;
		font-size: 14px;
}
}
/* ▲-------------------- ボタンレイアウト用（固定） --------------------▲ */
