@import 'default.css';

h2{
	border-top: none;
}


#wrapper_main{
	position: relative;
	overflow: hidden;
	max-width: 1000px;
	margin: 60px auto 50px auto;
	line-height: 200%;
}

#attention{
	padding-left: 50px;
}

#privacy_query_form dl{
	width: 500px;
	padding: 20px 0 40px 0;
	margin: 0 auto;
}
@media screen and (max-width:587px) {
	#privacy_query_form dl{
		width: 400px;
	}	
}
#privacy_query_form dt{
	margin: 20px 0 0 0;
}


#privacy_query_form dd input,
#privacy_query_form dd textarea{
	padding: 15px;
	border: 1px solid #CCC;
	width: 100%;
	border-radius: 2px;
	outline: none;
	background-color: #cbd6f13f;
}
#privacy_query_form dd input:hover,
#privacy_query_form dd textarea:hover{
	border: 1px solid #192D61;
}


#privacy_query_form dd textarea{
	height: 150px;

}

#privacy_query_form span.notnull{
	background-color: #A00;
	color: #FFF;
	display: inline-block;
	line-height: 100%;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 0.8rem;
	margin-left: 5px;
}
#privacy_query_form input[type="submit"]{
	background-color: #192D61;
	color: #FFF;
	border: 0;
	width: 200px;
	height: 80px;
	font-size: 1rem;
	margin-right: 10px;
	cursor: pointer;
}
#privacy_query_form input[type="reset"],
#privacy_query_form input[type="button"]{
	background-color: #DDD;
	color: #192D61;
	border: 0;
	width: 200px;
	height: 80px;
	font-size: 1rem;
	text-align: center;
	cursor: pointer;
}
#default_screen,
#confirmation_screen,
#complete_screen{
	text-align: center;
}

#complate_message{
	padding: 20px 0;
}

#error_messages div{
	font-weight: bold;
	color: #C00;
	background-color: #AA000011;
	padding: 5px 10px;
	margin: 0 50px;
}
