@charset "utf-8";
/* CSS Document */


sup {
	color: #F00;
}

.contact h2 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #808080;
	border-bottom: 2px solid #A0A0A0;
	font-size: 14px;
	font-weight: bold;
	margin: 40px 10px 25px 10px;
	padding: 0 0 5px 10px;
}

.form {
	margin: 10px 5px 20px 5px ;
}

legend {
	color: #808080;
	font-size: 14px;
	padding: 0 10px;
}

.privacy h3 {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #808080;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 2px dotted #A0A0A0;
	margin: 30px 10px 20px 10px;
	padding: 0 0 5px 10px;
}

.privacy ul li {
	list-style-type: disc;
	font-size: 13px;
	color: #808080;
	margin: 0 15px 10px 30px;
}

textarea {
	margin: 5px 0 0 0;
}

p.submit_reset input[type="submit"], 
p.submit_reset input[type="reset"] {
	cursor: pointer;
	color: #FFF;
	background: #D3D3D3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1em;
	font-weight: bold;
	margin: 0 10px 0 20px;
	padding: 4px 20px;
}

p.submit_reset input[type="submit"]:hover, 
p.submit_reset input[type="reset"]:hover {
	opacity: 0.7;
}
