@charset "UTF-8";



/* form */
.form {margin-top:24px;}

.error {
	margin-bottom:24px;
	padding:16px;
	color:#F00;
	border:1px solid #F00;
	background:#FFE5E5;
}


@media screen and (min-width:1024px) {
	.form {margin-top:40px;}

	.error {
		margin-bottom:40px;
		padding:40px;
	}
}



/* caution */
.caution {color:#F00;}



/* suggestion */
.suggestion {border:1px solid #CCC;}

.suggestion p {
	padding:16px;
	border-top:1px solid #CCC;
}

.suggestion p:nth-of-type(1) {border-top:0;}

.suggestion p span.flag {color:#F00;}

.suggestion .input_type {background:#EDEDED;}


@media screen and (min-width:1024px) {
	.suggestion p {padding:40px;}
}



/* footer_bnr */
#footer_bnr {background:url("../images/bg_pt.jpg") left top / 170px 170px !important;}


@media screen and (min-width:1024px) {
	#footer_bnr {background:url("../images/bg_pt.jpg") left top / 340px 340px !important;}
}


