@charset "utf-8";
/* CSS Document */
body {
	font-family:"ヒラギノ角ゴ Pro W3",メイリオ,Osaka,Arial,Verdana
,"ＭＳ Ｐゴシック",sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

.haeder {
    text-align: center;
    font-size: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #54917f ;
    color: #FFFFFF;
}
.image {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
.message {
    border: 3px dashed #F09090;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 30px;
}
.message .title {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.message .text {
    line-height: 30px;
    text-align: center;
}
.message2 {
    border: 3px solid #54917f ;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 30px;
}
.message2 .title {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.message2 .text {
	line-height: 30px;
	text-align: center;
}
.about {
    border: 6px double #54917f ;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 30px;
}
.about .title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
.about .text {
	line-height: 30px;
	margin-bottom: 10px;
}
.reward {
    border: 6px dotted #3cb371;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 30px;
}
.reward .title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
.reward .title-sub {
    /* [disabled]text-align: center; */
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.reward .text {
    line-height: 30px;
    margin-bottom: 20px;
}
table {
	border-collapse: collapse;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
table td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999 !important;
	border-left-color: #999 !important;
}
table th {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #999 !important;
    border-left-color: #999 !important;
    /* [disabled]vertical-align: top; */
    background-color: #E4E4E4;
}
