@charset 'utf-8';

/* 問い合わせフォーム 用 共通css */

div#container {
	text-align: center;
}

h2 {
	position: relative;
	top: -25px;
	left: 30px;
	text-align: left;
	color: #F71;
}

p.main {
	margin-bottom: 20px;
}

p.back {
	margin-top: 20px;
}

p.back a {
	border-bottom: 1px dotted #000;
}

address {
	margin: 20px 0 10px 0;
	color: #444;
}

address a {
	font-style: italic;
	border-bottom: 1px dotted #444;
	color: #444;
}

li {
	margin-bottom: 10px;
	list-style-type: none;
	font-size: 12pt;
	height: 1.2em;
}

form legend {
	display: none;
}

form fieldset {
	border: 0;
}

