/* CSS Document */
body{
	background-image: url("img/contents_bg2.png");
	background-size: cover;
	background-repeat: no-repeat;
	/*background-color: #ffe52f;*/
	line-height: 1.5;
}

p{
	color: #fff;
	font-size: 16px;
}

p.note span{
	color: #ec2c21!important;
	font-size: 18px;
}


input{
	padding: 5px;
}

.aform-button-area input {
    background: #ec2c21!important;
    border: 2px solid #ec2c21!important;
}

select{
	margin: 3px;
    padding: 3px;
}

textarea{
    width: 350px;
    height: 130px;
}

.contWrap p{
	color: #000;
}

.form_title{
	font-size: 20px;
	padding: 30px;
	font-weight: bold;
}

.ouboForm .aform{
	width: 850px!important;
}

div.aform-header{
	background-color: #ec2c21;
}

.aform-content dl{
	border-bottom: 1px solid #ec2c21;
}

.aform-content dd ul li{
	margin-bottom: 10px;
}

.aform-content dd ul li label {
    font-size: 14px;
}
	
/*カレンダー非表示*/
img.ui-datepicker-trigger{
	display: none;
}


/*入力エラー*/
.error{color: #ff0000; font-size: 13px;}


#footer {
    background: #FFC50C;
    text-align: center;
    position: relative;
    padding: 10px;
    z-index: 10;
}

