@charset "utf-8";
/* CSS Document */

/*entry*/
#entry {
	display: table;
	height: auto;
	margin: 0 0 100px;
}
#entry h2 {
	margin: 0 0 35px;
}
#entry dl {
	width: 940px;
	margin: 0 0 0 30px;
}
#entry dl dt {
	float: left;
	clear: both;
	width: 240px;
	font-size: 16px;
	line-height: 40px;
	/*color: #0099CC;*/
	font-weight: bold;
	text-align: left;
}
#entry dl dt img {
	float: right;
	margin: 8px 15px 0 0;
}
#entry dl dd {
	width: 890px;
	padding: 0 0 0 250px;
	font-size: 16px;
	line-height: 40px;
	text-align: left;
	background: url(../img/driver/bg_border.jpg) repeat-x bottom;
}
#entry dl dd p {
	display: inline-block;
	width: 200px;
	line-height: 24px;
	margin: 7px 0 0;
}
#entry dl dd span.text {
	display: block;
	line-height: 24px;
	height: 30px;
	margin: -5px 0 5px;
}
#entry dl dd img {
	margin: 0 0 -6px 0;
}

#entry .input25 {
	width: 25px;
	height: 15px;
}
#entry .input50 {
	width: 50px;
	height: 15px;
}
#entry .input100 {
	width: 100px;
	height: 15px;
}
#entry .input200 {
	width: 200px;
	height: 15px;
}
#entry .input400 {
	width: 400px;
	height: 15px;
}
#entry .input800 {
	width: 800px;
	height: 15px;
}
#entry textarea {
	width: 100%;
	max-width: 800px;	
	height: 100px;
}
#entry .button {
	width: 100%;
	height: 80px;
	display: block;
	text-align: center;
}
#entry .button input[type="image"] {
	margin: 30px 0 0;
}
#entry .button input[type="button"],
#entry .button input[type="submit"] {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	text-align: center;
	margin: 30px 0 0;
	width: 300px;
	height: 50px;
	line-height: 25px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #66CCFF;
	border-radius: 15px;
}
#entry .button input[type="image"]:hover,
#entry .button input[type="button"]:hover,
#entry .button input[type="submit"]:hover {
	position: relative;
	top: 1px;
	left: 1px;
	opacity: 0.75;
	cursor: pointer;
}
#entry .error {
	text-align: left;
	color: #FF0000;
	font-size: 16px;
	line-height: 24px;
	padding: 0 30px 20px;
}
#entry .error strong {
	font-size: 20px;
}
#entry .confirm,
#entry .thanks {
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	padding: 0 30px 20px;
}
#entry span.msg {
	display: block;
	color: #FF0000;
	font-size: 16px;
	line-height: 40px;
}
