@charset "UTF-8";

/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.kikan_text {
	font-size: 110%;
	font-weight: bold;
}
.kikan_text_2 {
	padding-left: 7em;
	color: red;
	font-size: 110%;
	font-weight: bold;
}

/* 参加登録費　#EntryFee */
.entry_fee table{
	/*max-width: 760px;*/
	width: 100%;
	/*margin: 2em auto;*/
	border-collapse: collapse;
	border-spacing: 5px;
}

.entry_fee table thead th {
	text-align: center;
	/*width: 38%;*/
	border: solid 1px #aaa;
	background: #113179;
    color: #fff;
	padding: 8px 8px;
}
.entry_fee table thead th span {
	display: inline-block;
	white-space: nowrap;
}

.entry_fee table tbody th {
	background-color: rgba(18, 49, 121, 0.06);
	padding: 5px 1em;
	/*width: 24%;*/
	border: solid 1px #aaa;
	/*text-align: center;*/
	font-size: 15px;
}
.entry_fee table tbody th.al-l {
	text-align: left;
}
.entry_fee table tbody th.bg_type01 {
	/*background: #a9b5e2;*/
	width: 42%;
}
.entry_fee table tbody th.bg_type02 {
	/*background: #dba3d0;*/
	width: 42%;
}
.entry_fee table tbody th.bg_type03 {
	/*background: #f4f4f4;*/
	width: 16%;
	border-top: none;
	border-left: none;
}
.entry_fee table tbody td {
	border: solid 1px #aaa;
	padding: 5px;
	text-align: right;
	font-size: 15px;
}

.entry_fee table dl{
	width: 98%;
	max-width: 230px;
	margin: 0 auto;
	clear: both;
	}
.entry_fee table dt{
	width: 60%;
	float: left;
	text-align:left;
	font-weight: bold;
	color: #005499;
}
.entry_fee table dd {
	text-align: right;
	border-bottom: solid 1px #dcdcdc;
}
.entry_fee table dd:last-child {
	text-align: right;
	border-bottom: none;
}

.entry_fee  {
	border-collapse: collapse;
	border-spacing: 0;
}
.entry_fee .tableUP {
	/*background: #D4ECFF;*/
	border-bottom: 2px solid #dcdcdc;
}

.entry_fee_textbox_1 {
	margin-bottom: 40px;
}
.entry_fee_text {
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.entry_fee_kubun {
	width: 28%;
	float: left;
	box-sizing: border-box;
}
.entry_fee_kubun .btn_link_kubun {
	width: 100%;
	margin: 2em auto 0;
}
.entry_fee_kubun .btn_link_kubun a {
	display: block;
	padding: 0.5em;
	text-align: center;
	color: #fff;
	font-size: 110%;
	text-decoration: none;
	background: #005AAB;
	position: relative;
	border-radius: 50px;
}
.entry_fee_kubun .btn_link_kubun a::after{
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    left: auto;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.entry_fee_kubun .btn_link_kubun a:hover {
	opacity: 0.7;
}

.waku_red {
	width: 90%;
	margin: 0 auto;
	border: 2px solid red;
	padding: 20px;
}

#EntryFee .notice {
	padding-top: 0;
	margin-left: 2em;
	font-size: 90%;
	padding-left: 20px;
	line-height: 1.6em;
}
#EntryFee .notice span {
	width: 24px;
	margin-left: -24px;
	font-weight: bold;
	color: #005499;
}
#EntryFee .notice a {
	display: inline-block;
	margin: 0.5em;
	padding: 10px 34px 10px 10px;
	border: solid 1px #ccc;
	text-decoration: none;
	background: url(../../images/icon_pdf.png) no-repeat right 6px top 8px #ffe4e1;
	background-size: 24px;
	color: #333333;
}
#EntryFee .notice a:hover{
	background-color:#ffc0cb;
	color: #000000;
}

.btn_link_closetext {
	font-size: 120%;
    text-align: center;
    color: red;
    font-weight: bold;
    margin-top: 3em;
}

.shime_date {
	font-size: 120%;
}
.shime_date_text {
	font-size: 110%;
	font-weight: bold;
	color: #B8556C;
	border: 1px solid #B8556C;
	padding: 8px;
	margin-top: 10px;
	display: inline-block;
}

.promen li {
	margin-bottom: 8px;
	text-indent: -1em;
	padding-left: 1em;
}
.promen li .ttl {
	font-weight: bold;
}
.promen li .kyou {
	padding-left: 1em;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
.kikan_text_2 {
	padding-left: 0;
	font-size: 104%;
}
.waku_red {
	width: 100%;
}
.entry_fee {
	width: 100%;
}
.entry_fee table {
	/*width: 100%;*/
}
.entry_fee_text {
	width: 60%;
}
.entry_fee_kubun {
	width: 35%;
	float: right;
}
.entry_fee table dl {
	width: 185px;
}
.entry_fee table tbody th,
.entry_fee table tbody td {
	font-size: 13px;
}
}
@media screen and (max-width: 767px) {
.kikan_text {
	font-size: 104%;
}
.kikan_text_2 {
	padding-left: 0;
	font-size: 104%;
}
.entry_fee {
	width: 100%;
}
.entry_fee table {
	width: 100%;
	max-width: 400px;
	margin-top: 0;
	font-size: 12px;
}
.entry_fee table tbody th,
.entry_fee table tbody td {
	padding: 4px;
}
.waku_red {
	width: 100%;
	padding: 8px;
}
.entry_fee_text {
	width: 100%;
	float: none;
}
.entry_fee_kubun {
	width: 100%;
	max-width: 400px;
	float: none;
	margin: 0 auto;
}
.promen li .kyou {
	padding-left: 1em;
}
.entry_fee table dt,
.entry_fee table dd{
	width: 100%;
	float: none;
}
.entry_fee table tbody th,
.entry_fee table tbody td {
	font-size: 13px;
}
}



@media screen and (min-width: 768px) and (max-width: 1200px) {
table.tbl01 {
	font-size: 13px;
}
}
@media screen and (max-width: 767px) {
table.tbl01 {
	font-size: 12px;
}
table.tbl01 tbody th,
table.tbl01 tbody td{
	padding: 5px;
}
}

