@charset "utf-8";
/* CSS Document */


/*********PCの応募フォーム*********/

.aform{
    margin: 20px auto!important;
}

.aform .aform-header{
	display: none;
}

.aform dl{
	display: flex;
	margin: 0!important;
}

.aform dl dt{
	padding: 10px;
	border-top: 1px #cccccc solid;
    border-left: 1px #cccccc solid;
    border-right: 1px #cccccc solid;
    background: #FFFFCC;
    font-weight: bold;
    width: 40%;
	margin: -1px 0 0 0!important; 
}

.aform dl dt:last-of-type{
	border-bottom: 1px #cccccc solid;
}

.aform dl.dl_parts-8 dt{
	border-bottom: 1px #cccccc solid;
}

.aform dl dd{
    padding: 10px;
    border-top: 1px #cccccc solid;
    border-right: 1px #cccccc solid;
    background: #fff;
    width: 60%;
    margin: -1px 0 0 0!important; 
}

.aform dl dd:last-of-type{
	border-bottom: 1px #cccccc solid;
}

.aform dl dd ul{
	padding: 0!important;
}

.aform dl dd ul li{
	list-style: none;
}

.aform input, .aform select, .aform textarea {
    color: #000!important;
	width: 100%;
    margin: 0;
}

textarea {
    width: 98%;
}

.aform-button-area {
    text-align: center;
    margin: 15px 0;
}

input.aform-checkbox{
    width: auto;
    vertical-align: middle;
    margin-right: 10px;
}

input[type="submit"]{ 
	font-size: 12px;
	width: 55px;
	padding: 2px 0;
}


/******必須項目******/
.aform-required{
    color: #fff;
	font-size: 10px;
    font-weight: normal;
    margin-left: 5px;
    padding: 3px;
    display: inline-block;
    line-height: 1;
    border-radius: 3px;
    background: #D92B00;
    vertical-align: text-top;
}


.error{
	color: #ff1100;
}

/******確認後のページ******/
.border {
    width: 800px;
    margin: 0 auto;
}

input#aform_btn_back{
	width: auto;
}