@charset "utf-8";
/* CSS Document */

/*********スマホの応募フォーム*********/


.aform{
    margin: 20px auto;
}

.aform .aform-header{
	display: none;
}

.aform dl{

}

.aform dl dt{
    background: #f6b2ba;
    padding: 10px;
}

.aform dl.dl_parts-8 dt{

}

.aform dl dd{

}

.aform dl.dl_parts-8 dd{

}

.aform dl dd ul{

}

.aform dl dd ul li{
	list-style: none;
}

.aform dl dd ul li label{
	margin-left: 10px;
}


input,
select,
textarea{
	color: #000!important;
	text-indent: 0.5em;
}


input{
	width: 90%;
    border: #CCC 1px solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#ffffff));
    background: linear-gradient(to bottom, #f3f3f3 0%,#ffffff 100%);
    height: 50px;
    line-height: 50px;
	font-size: 30px;
    margin: 20px 0!important;
}

select{
    width: 40%;
    border: #CCC 1px solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3));
    background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 100%);
    overflow: hidden;
    height: 70px!important;
    line-height: 70px!important;
    font-size: 24px;
    -moz-appearance: button;
    -webkit-appearance: button;
    margin: 20px 0!important;
}

textarea {
    width: 90%;
    border: #CCC 1px solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#ffffff));
    background: linear-gradient(to bottom, #f3f3f3 0%,#ffffff 100%);
    height: 140px;
    line-height: 50px;
    margin: 20px 0!important;
    font-size: 30px;
}


.aform-button-area {

}

input.aform-checkbox {
    margin:20px 10px!important;
}

input[type="submit"]{ 
	color: #fff!important;
	font-size: 100%;
	margin: 10px auto!important;
	float: none!important;
}



/******必須項目******/
.aform-required{
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin-left: 5px;
    padding: 3px 10px;
    display: inline-block;
    line-height: 1.3;
    border-radius: 3px;
    background: #D92B00;
    vertical-align: middle;
}


.error{
	color: #ff1100;
}