@charset "UTF-8";


.clearfix:after {
content:'';
display:block;
clear:both;
}

.clearfix {
/zoom:1;
}


body {
	font-size:14px;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Arial","Verdana","sans-serif";
	margin: 0;
	padding: 0;
	line-height:1.2;
}
/*--------------------------------------
本文用*/
main {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
h1 {
	font-size: 24px;
	line-height: 2;
}
.tablewrapper {
	padding: 20px 0;
}
table {
	margin-bottom: 30px;
	border-collapse: collapse;
}
table th {
	padding: 5px;
	border:1px solid #a4a4a4;
	background-color: #eee;
}
table td {
	padding: 5px;
	border:1px solid #a4a4a4;
}
.txt {
	font-size: 20px;
	line-height: 2;
	color: #ff0000;
}



/*--------------------------------------
フッター用*/
footer .txt {
	text-align: center;
	font-size: 12px;
	padding-bottom: 0;
	color: #949494;
	line-height: 1.5;
}
footer {
	padding-bottom: 20px;
	margin: 0 auto;
}

/*--------------------------------------
レスポンシブ*/

@media screen and (min-width: 800px){
	.sp{display:none;}
	br.sp {display: none;}
}
@media print, screen and (max-width: 800px) {
	body {
		font-size: 100%;
		line-height: 1.4;
		font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	}
	.pc {
		display: none;
	}
	br.sp {
		display: block;
	}
	footer {
		padding: 2% 0;
	}
	table {
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	h1,.txt {
		text-align: center;
	}
	table th,table td {
		display: block;
		width: 100%;
	}
}

