@charset	"utf-8";
html {
    overflow: auto;
}
/* ★全体設定（PC・スマホ共通） */
body{
	background: #FFFFFF;
	color: #000000; /* 黒 */
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: normal;
	font-size: 100%;
	width: 100%;
	padding: 0px;
	line-height: 140%;
	word-break: break-all;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}
#header{
	width: 100%;
	color: #FFFFFF;
	background: #3584bb; /* ターコイズ */
	text-align: center;
	padding: 10px 0 10px 0;
}
#content{
	width: auto;
	background: #FFFFFF;
	margin-top: 0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0;
}
#main{
	width: 95%;
	background: #FFFFFF;
	margin-top: 0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0;
	padding: 10px 0 20px 0;
}
/* ★PC・スマホ共通 */
table.hyou1{
	width: 95%;
	text-align: center;
	border-spacing: 0;
	border-collapse: collapse;
}
table.hyou1 th {
	text-align: left;
	width: auto;
}
table.hyou1 td {
	text-align: center;
	width: auto;
	background: url( "img/carpet.jpg" ) #FFFFFF;
	border: 1px solid #999999;
	padding: 10px;
}
/* ★PC用 */
table.hyou2{
	width: 95%;
	text-align: center;
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
}
table.hyou2 th {
	text-align: right;
	width: auto;
	border: none;
	background: url( "img/carpet.jpg" ) #FFFFFF;
}
table.hyou2 td {
	text-align: center;
	font-weight: bold;
	color: #CC0000;
	background: #FFFFFF;
	border: 1px solid #999999;
	padding: 0;
}
/* ★スマホ用 */
table.hyou3{
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
}
table.hyou3 th {
	text-align: center;
	border: none;
	background: none;
}
table.hyou3 td {
	text-align: left;
	font-weight: bold;
	color: #CC0000;
	background: #FFFFFF;
	border: 1px solid #999999;
	padding: 0;
}
h1 {
	font-size: 20px;
	color: #FFFFFF;
	width: 95%;
	text-align: center;
	background: #3584bb; /* ターコイズ */
	border-radius:5px;
	padding: 7px;
	margin: 0 0 10px 0;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4); 
}
#footer{
	width: 100%;
	color: #FFFFFF;
	background: #3584bb; /* ターコイズ */
	text-align: center;
	padding: 10px 0 10px 0;
}

