/*   */
.main_ttl {
	font-family: 'Arial','メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	width: 950px;
	height: 600px;
	position: relative;
	font-size: 54px;
	font-weight: 700;
	line-height: 64px;
	color: #ffffff;
	background: url("../images/rwc2019_main.jpg") no-repeat;
}

.main_ttl2 {
	font-family: 'Arial','メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	width: 950px;
	height: 548px;
	position: relative;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	text-align: center;
	color: #ffffff;
}

.main_ttl p {
	position: absolute;
	width: 950px;
	top: 320px;
	left: 20px;
}

.main_ttl2 p {
	position: absolute;
	width: 900px;
	top: 380px;
	left: 25px;
	background: rgba(0,0,0,0.5);
	padding: 10px 0;
}

.main_cnt {
	font-family: 'Arial','メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	width: 900px;
	margin: 20px 25px 20px 25px;
	font-size: 18px;
	line-height: 28px;
}

.main_footer {
	margin: 20px 0 30px 0;
	border-top: solid 1px #bcbace;
	text-align: center;
}


.sample_01{
width: 100%;
border-collapse: collapse;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
font-size: 14px;
}
.sample_01 th{
padding: 6px;
text-align: center;
vertical-align: middle;
color: #ffffff;
font-weight: 700;
background-color: #01609A;
border: 1px solid #b9b9b9;
}
.sample_01 td{
padding: 6px;
border: 1px solid #b9b9b9;
text-align: center;
vertical-align: middle;
}

.sample_01 tr:nth-child(odd) {
	background: #E7EBE9;
}
.sample_01 tr:nth-child(even) {
	background: #F8F8F8;
}

.sample_01 a{
color: #ff0000;
}

.sample_01 a:hover {
color: #191970;
}


.rugfont {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000080;
}

.rugsdw {
	text-shadow: 1px 1px 3px #000;
}
