/* CSS Document */
body{
	background: #f2ead6;
	background-repeat: no-repeat;
 background-size: cover;
}
.aform-note{
	text-align: left;
	margin-left: 15px;
}
#pgpage p{
	font-size: 16px;
}

#pgpage p.note span{
	color: #ff675c!important;
	font-size: 18px;
}
.form_title{
	font-size: 2rem;
	font-weight: bold;
}

#pgpage input{
	padding: 5px;
}

#pgpage select{
	margin: 3px;
    padding: 1px;
}

#pgpage textarea{
    width: 350px;
    height: 130px;
}


#pgpage .form_title{
	font-size: 20px;
	padding: 30px;
}

#pgpage .ouboForm .aform{
	width: 850px!important;
}

#pgpage div.aform-header{
	background-color:#00717f;
    line-height: 1.4rem;
}

#pgpage .aform-content dl{
	border-bottom: 1px solid #0d4865;
}

/*カレンダー非表示*/
#pgpage img.ui-datepicker-trigger{
	display: none;
}



/*入力エラー*/
#pgpage .error{color: #ff0000; font-size: 13px;}


/*ボタン*/
#pgpage .aform-button-area input{
  	background: #00717f;
	border: 2px solid #00717f;
}


#pgpage .aform-checkbox-ul{
    margin-top: 15px;
}

