@charset "shift_jis";
/* CSS Document */
.clear{
	clear:both;
}
div.contactForm{

}
	div.contactForm div.formSubItems{
		margin:10px;
	}
	div.contactForm div.formSubItems2{
		margin:3px;
	}

div.contactForm p{
	margin:15px 1em 5px 2em;
}
	div.contactForm p.notice1{
		border:1px solid  #FF9900;
		padding:10px;
		color: #663300;
		background-color: #F7ECD7;
	}
	div.contactForm p.error{
		border:1px solid #CC0000;
		padding:10px;
		background-color:#FFEFEC;
	}
div.contactForm span.caution{
	color:#FF0000;
	font-weight:bold;
}
div.contactForm dt{
	margin:15px 1em 5px 1em;
	border-bottom:2px solid #FF9900;
	background-color:#FFFFCC;
	padding:6px;
	color: #990000;
	line-height:160%;
	font-weight:bold;
}
div.contactForm dd{
	margin:8px 2em;
	padding:5px;
	line-height:160%;
}
	div.contactForm dd.subHead{
		font-weight:bold;
		border-bottom:1px solid #FF9966;
	}

		div.contactForm div.formSubItems dt{
			margin:15px 1em 5px 1em;
			border-bottom:2px solid  #663300;
			background-color: #FAF4E4;
			padding:3px;
			color:#660000;
			line-height:160%;
			font-weight:bold;
		}
		div.contactForm div.formSubItems dd{
			margin:8px 2em;
			padding:5px;
		}
		div.contactForm div.formSubItems dd input{
			margin:0px 2px 0 1.2em;
		}
		
		
		div.contactForm div.formSubItems2 dt{
			margin:2px 5px 2px 1em;
			clear:both;
			float:left;
			width:150px;
			border:1px solid #CC6600;
			background-color:none;
			padding:6px;
		}
		div.contactForm div.formSubItems2 dt.address{
			height:120px;
		}
		div.contactForm div.formSubItems2 dd{
			margin:4px 1em 4px 0em;
			padding:9px;
		}
		div.contactForm p.consentCheck {
			text-align: center;
		}
		div.contactForm p.consentCheck label{
			font-weight: bold;
		}
		
p.submitButton{
	clear:both;
	text-align:center;
	margin:25px;
}
		p.submitButton input{
			width:120px;
			padding:8px;
			font-weight:bold;
			font-size:14px;
		}
		
strong.required{
	color:#ffffff;
	font-size:12px;
	margin:5px;
	vertical-align:middle;
	padding:2px;
	background-color:#cc0000;
}

dd.txt textarea{
	width:400px;
}

div.attention {
	margin-right: 15px !important;
	margin-left: 20px !important;
	border: solid 1px #CCCCCC !important;
	height: 170px !important;
	overflow: auto !important;
}

div.attention ul {
	padding-left: 10px !important;
}

div.attention dl {
	margin: 10px 10px 10px 10px !important;
	padding: 5px !important;
	border-top: dashed 1px #999966 !important;
	border-bottom: dashed 1px #999966 !important;
}

div.attention dl dt {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	display: block !important;
	float: none !important;
	width: auto !important;
	background-color: #FFFFFF;
}

div.attention dl dd {
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	float: none !important;
	width: auto !important;
}
