@charset "UTF-8";

/*----------------------------------------------------
	Title
----------------------------------------------------*/
#mainTtlBox{
	background-image:url(../images/entry/ttl_bg.png);
}
@media only screen and (max-width: 767px){
	#mainTtlBox{
		background-position-x:37% !important;
	}
}

/*----------------------------------------------------
	Layout
----------------------------------------------------*/
.contentsInr{
	width:800px;
	margin:0 auto;
}
.contentsInr table{
	margin:40px 0 40px 0;
	width:100%;
}

.contentsInr table th,
.contentsInr table td{
	padding:10px;
	text-align:left;
	border-bottom:1px solid #d3cbb4;
	white-space: nowrap;
}
.contentsInr table th span{
	font-weight: normal;
	font-size: 11px;
	color: #C70003;
	display: inline-block;
	padding-top: 5px;
	padding-left: 5px;
}
.contentsInr table td span{
	display:inline-block;
}
.contentsInr table td li{
	padding-bottom: 10px;
}
.btn{
	text-align:center;
}
.btn div{
	display:inline-block;
}
.btn input{
    width: 200px;
    padding: 10px;
    color: #ffffff;
    font-size: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: none;
    background: #b9b9b9;
    line-height: 1.6;
    cursor: pointer;
}
.btn input.submit{
    background: #5d1063;
}

.completeBox{
	text-align:center;
}

.contentsInr table tr.ttl{
	font-size: 20px;
	padding: 10px 0;
}
.contentsInr table tr.ttl th{
	padding: 50px 0 20px 0;
}



@media only screen and (max-width: 767px){
	.contentsInr{
		width:100%;
		padding:0 10px;
	}
	.contentsInr table{
		margin:20px 0;
		border-top:1px solid #d3cbb4;
		width:100%;
	}
	.contentsInr table th,
	.contentsInr table td{
		display:block;
		white-space:normal;
	}
	.contentsInr table th{
		border:none;
		padding-bottom:0;
		padding-left:10px;
	}
	.contentsInr table input[type="text"],
	.contentsInr table textarea{
		width:100%;
	}
	.period input{
		width: auto !important;
	}
	.contentsInr table td span:first-of-type{
		padding-bottom: 10px;
	}
	.btn div{
		padding:0 3px;
	}
	.btn input{
		width:auto;
		padding: 10px 20px;
		font-size: 15px;
	}
	
	.completeBox{
		padding:100px 0;
	}
}