@charset "utf-8";

/* index
-----------------------------------------------------*/
.entryTbl01 {
    border-collapse:collapse;
    border-spacing:0;
	width: 100%;
}
.entryTbl01 th ,
.entryTbl01 td {
	text-align: left;
	vertical-align: middle;
	padding: 15px 20px;
	border: 1px solid #dfdfdf;
}
.entryTbl01 th {
	width: 200px;
	font-weight: bold;
	background: #fbfbfb;
}

.alert-error{
	color: red;
	margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
	.entryTbl01 th ,
	.entryTbl01 td {
		display: block;
	}
	.entryTbl01 th {
		width: auto;
		border-top: none;
		border-bottom: none;
	}
	.entryTbl01 tr:first-child th {
		border-top: 1px solid #dfdfdf;
	}
    .actionDetailBody .entryTbl01 th ,
	.actionDetailBody .entryTbl01 td {
		display: table-cell;
	}
}

.entryList01 {
	margin: 0;
	padding: 0;
}
.entryList01 > li {
	clear: both;
	margin: 35px 0 0 0;
	padding: 20px;
	list-style-type: none;
	border: 1px solid #dfdfdf;
	position: relative;
	border-radius: 5px;
}
.entryList01 > li::after {
	content: "";
	display: block;
	width: 18px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: -36px 0 0 -9px;
	background: url(/challengers/img/entry/entry_arrow01.png) 0 0 no-repeat;
}
.entryList01 > li:first-child {
	margin-top: 0;
}
.entryList01 > li:first-child::after {
	display: none;
}
.entryList01 > li dl {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.entryList01 > li dl dt ,
.entryList01 > li dl dd {
	margin: 0;
	padding: 0;
}
.entryList01 > li dl dt {
	float: left;
	width: 625px;
}
@media only screen and (max-width: 767px) {
	.entryList01 > li dl dt {
		float: none;
		width: auto;
	}
}
.entryBtnList01 {
	clear: both;
	margin: 0 60px;
	padding: 0;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.entryBtnList01 {
		margin: 0;
	}
}
.entryBtnList01 > li {
	width: 440px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.entryBtnList01 > li:nth-of-type(1) {
	float: left;
}
.entryBtnList01 > li:nth-of-type(2) {
	float: right;
}
@media only screen and (max-width: 767px) {
	.entryBtnList01 > li {
		width: auto;
	}
	.entryBtnList01 > li:nth-of-type(1) {
		float: none;
	}
	.entryBtnList01 > li:nth-of-type(2) {
		float: none;
		margin: 15px 0 0 0;
	}
}
.entryBtnList01 > li a {
	display: block;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	background: #b7193f url(/challengers/img/entry/entry_icon01.png) 95% center no-repeat;
	padding: 15px 0;
}
.entryBtnList01 > li a:hover,
.entryForm .submitBtnBox a:hover {
	opacity: 0.7;
}

.entryFormBtn{
	padding:50px;
	background:#eeeeee;
}

.entryFormBtn .commonBtnMore {
	margin: 0 auto 0 !important;
}

.entryForm {
	
}
.entryForm .entryTbl01 td {
	padding: 12px;
}
.entryForm input {
	-webkit-appearance: none;
}
.entryForm input[type=text] ,
.entryForm input[type=tel] ,
.entryForm input[type=email],
.entryForm .submitBtnBox a {
	width: 100%;
	padding: 10px;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	background: #fbfbfb;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
}
.entryForm input[type=file] {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.entryForm input::placeholder {
	color: #aeaeae;
}
.entryForm .submitBtnBox {
	text-align: center;
	margin: 30px auto 0;
}
.entryForm .submitBtnBox input[type=submit]{
	width: 300px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	border: none;
	border-radius: 0;
	background: #b7193f;
	padding: 15px 0;
}
.entryForm .submitBtnBox a{
	width: 300px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	border: none;
	border-radius: 0;
	background: #b7193f;
	padding: 15px;
}



@media only screen and (max-width: 767px) {
	.entryForm .submitBtnBox input[type=submit],
	.entryForm .submitBtnBox a{
		width: 80%;
	}
}

