@charset "utf-8";

body {
	width: 100%;
	font-family: 'メイリオ' ,'Hiragino Kaku Gothic ProN' ,sans-serif;
	background-color: #f5f5f5;
	font-size: 16px;
	line-height: 1.5em;
	color: #000;
	text-align: center;
}

header {
	width: 100%;
	margin: 0 auto;
	background-color: #af1654;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	clear: both;
}

#head_logo {
	width: 100%;
	height: 50px;
	text-align: center;
}

.top-section1 {
	width: 1000px;
	height: auto;
	text-align:center;
 	margin: 0 auto;
	margin-top: 50px;
	font-size:2.0rem
}

table, th, td {
  border-collapse: collapse;
  border: 1px solid #ccc;
}

table.type1 td {
  padding: 10px;
  vertical-align: top;
 }

tr:nth-child(2n+0) {
  background: #fffaf0;
 }

tr:nth-child(2n+1) {
  background: #ffffff;
 }

.sp-br {
  display: none; /* パソコン時は、brタグを表示しない＝改行しない */
}



@media screen and (max-width: 500px) {

	.top-section1 {
		width: 100%;
 		margin: 0 auto;
		font-size: 20px;
	}

	.last td:last-child {
		border-bottom: solid 1px #ccc;
		width: 100%;
	}

	.tbl-r02 {
		width: 80%;
	}

	.tbl-r02 th,
	.tbl-r02 td {
		border-bottom: none;
		display: block;
		width: 100%;
	}

	.sp-br { /* 559px以下のときbrタグ表示＝改行する */
		display: inline;
	}

}


