#contents {
	margin-top: 30px;
}
#navi {
	width: 100%;
    padding: 0px;
    margin-bottom: 20px;
    display: flex;
}
#navi .navi_item{
    flex-grow: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#navi .navi_item a{
    display: block;
    width: 100%;
    height: 42px;
    background: #F7F7F2;
    border-top: solid 1px #DED9D7;
    border-bottom: solid 1px #DED9D7;
    border-right: solid 1px #DED9D7;
    text-align: center;
    color: #4D4D4D;
    font-size: 20px;
    padding: 5px 0px;
}
#navi .navi_item:first-child a{
    border-left: solid 1px #DED9D7;
}
#navi .navi_item a:hover{
    text-decoration: none;
    opacity: 0.8;
}
#navi .navi_item .triangle-down{
    height: 14px;
}

#navi .navi_item.current a{
    border-color: #b60005;
    background-color:#b60005 ;
}
#navi .navi_item.current a{
    color: #fff;
}
#navi .navi_item.current .triangle-down{
    display:inline-block;
    width:0;
    height:0;
    border-left:14px solid transparent;
    border-right:14px solid transparent;
    border-top:14px solid #b60005;
}

.left {
	float: left !important;
}
.rapper {
	width: 1000px;
    margin: 0px auto;
}
.contents {
	width: 710px !important;
    height: auto;
    margin: 0px;
    padding: 0 40px 0 0;
    background: #FFF;
}
table.event_title {
	background: #fff url(../img/event_table_bg.png) no-repeat 0 0;
    width: 712px;
    height: 112px;
    margin-bottom: 0px;
    margin: 0px;
    border-collapse: collapse;
}
table.event_title th {
	height: 40px;
    background: none;
    border: none;
    font-size: 30px;
    text-align: center;
    padding: 3px 10px;
    letter-spacing: 0em;
    font-weight: 500;
    line-height: 29px;
    color: #000;
}
table.event_title th.sub div.theme_list {
    display: flex;
/*	height: 50px;
    font-size: 26px;
    color: #E89C42;
    text-align: center;
    padding: 4px 0px;
    */
}
table.event_title th.sub div.theme_list div.theme{
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
}
table.event_title th.sub div.theme_list div.theme span:first-child{
    font-size: 14px;
}
table.event_title th.sub div.theme_list div.theme span:last-child{
    font-size: 18px;
    font-weight: bold;
}
table.event_title th.sub div.theme_list div.themeL{
    color: #f7931e;
}
table.event_title th.sub div.theme_list div.themeS{
    color: #3A67C2;
}


table.event_detail {
    width: 712px;
    margin-top: 0px;
    border: solid 1px #DED9D7;
}
table.event_detail tr.bg01 th {
	background: #F7F7F2;
    border-top: solid 1px #DED9D7;
    border-bottom: solid 1px #DED9D7;
}
table.event_detail th.cl1 {
	line-height: 1.9em;
    padding-bottom: 0px;
}
table.event_detail th {
	border: none;
    font-size: 18px;
    font-weight: 500;
    color: #b60005;
    padding: 10px 0px 10px 5px;
    width: 90px;
    vertical-align: top;
    text-align: center;
    letter-spacing: 0em;
}
table.event_detail tr.bg01 td {
	background: #F7F7F2;
	border-top: solid 1px #DED9D7;
    border-bottom: solid 1px #DED9D7;
}
table.event_detail td {
	border: none;
    padding: 10px 5px 10px 0px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0em;
}
table td {
	vertical-align: top;
}
table.event_detail td font.l {
	font-size: 24px;
}
table.event_detail td font.ll {
	font-size: 30px;
}
table.event_detail tr.bg02 th {
	background: #FFF;
}
table.event_detail tr.bg02 td {
	background: #FFF;
}
table.event_detail td font.m {
	font-size: 21px;
}
table.event_detail tr.pt0 th {
	padding-top: 0px;
}
table.event_detail tr.pt0 td {
	padding-top: 0px;
}
table.navi_login {
	border: solid 1px #DED9D7;
    width: 712px;
    margin: 30px 0px;
}
table.navi_login th {
    color: #b60005;
	background: #fff url(../img/ico_login.png) no-repeat 10px 20px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: solid 5px #b60005;
    height: 65px;
    font-size: 20px;
    padding: 0px 0px 0px 45px;
    text-align: left;
}
table.navi_login th span {
	color: #b60005;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0em;
    margin-left: 20px;
}
table.navi_login td.right_border {
	border-right: solid 1px #D6D3CE;
}
table.navi_login td {
	background: none;
    border: none;
    width: 356px;
    text-align: center;
    padding: 15px 20px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0em;
}
table.navi_login td a.btn {
    display: block;
    width: 280px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin: 5px auto;
    background-image: url("../img/btn_arrow.png");
    background-repeat: no-repeat;
    background-position: right 5px center;
}
table.navi_login td a.btn01 {
    background-color: #b60005;
}
table.navi_login td a.btn02 {
    background-color: #0c704c;
}

.side {
	width: 250px !important;
}
.right {
    float: right !important;
}
table.capa {
    border: solid 1px #DED9D7;
    margin-bottom: 20px;
    width: 100% !important;
}
table.capa tr {
	border: none;
}
table.capa tr td {
    padding: 5pt;
    line-height: 20px;
    font-size: 14px;
}
.text_left {
    text-align: left;
}
.clear {
	clear: both !important;
}
.mess_area {
    padding-top: 150px;
    padding-bottom: 150px;
    width: 100%;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 16px;
}
.mess_area p {
    text-align: center;
}
.footer {
    margin-top: 20px;
}
table.form {
    width: 100%;
}
table.form tr th {
    background-color: #F3F3F3;
    border: solid 1px #DED9D7;
    height: 30px;
    padding: 5px;
    width: 180px;
    font-weight: normal;
    text-align: left;
    font-size: 14px;
    color: #4D4D4D;
    letter-spacing: 0em;
}
table.form tr th.title {
    height: 20px;
    background-color: #b60005;
    color: #FFF;
}
table.form tr td {
    border: solid 1px #DED9D7;
    height: 30px;
    padding: 5px;
}
table.form tr td input {
    width: 100%;
}
table.form tr td input.m {
    width: 95px;
}
.errmes {
    color: red;
    font-weight: bold;
}
table.form tr td input.s {
    width: 70px;
}
table.form tr td input.r {
    width: 20px;
}
table.form tr td.no_border {
    border: none;
}
table.form tr td font.small {
    font-size: 12px;
    font-weight: 400;
}
div.scroll {
    overflow: scroll;
    height: 140px;
}
div.privacy {
    font-size: 10px;
    letter-spacing: 0em;
    line-height: 1em;
}
div.privacy_check {
    text-align: center;
    height: 50px;
}
div.privacy_check span {
    background-color: #ED1C24;
    padding: 4px 4px 1px 4px;
}
div.form_btn {
    text-align: center;
}

div.form_btn a.btn{
    display: block;
    width: 280px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    margin: 5px auto;
    background-image: url("../img/btn_arrow.png");
    background-repeat: no-repeat;
    background-position: right 5px center;
}
div.form_btn a.btn01 {
    background-color: #b60005;
    font-size: 20px;
}
div.form_btn a.btn02 {
    background-color: #808080;
}
div.form_btn a.btn03 {
    background-color: #0c704c;
}


#form_login table{
    width: 100%;
}
#form_login th.gray{
    background-color: #F7F7F2;
    color: #4D4D4D;
    font-size: 100%;
    width: 120px;
}
#form_login td{
    padding: 5px 10px;
    vertical-align: middle;
}
#form_login td.center{
    text-align: center;
}
#form_login td p{
    margin: 5px 0;
}

#form_login tr.noborder td {
    border: none;
}


#form_login a.btn {
    display: block;
    width: 280px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    margin: 5px auto;
    background-image: url("../img/btn_arrow.png");
    background-repeat: no-repeat;
    background-position: right 5px center;
}
#form_login a.btn01 {
    background-color: #b60005;
    font-size: 20px;
}
#form_login a.btn02 {
    background-color: #808080;
}
#form_login a.btn03 {
    background-color: #0c704c;
}


