@charset "utf-8";
/* 
CSS Information
 File name:      entry.css
 Author:         Administrator
 Style Info:     /sp/entry.html
----------------------------------------------------- */

/* CSS override and Class setting
********************************** */


/* #door
********************************** */


.compMsg {
	width: 80%;
	margin: 0 auto 10px;
	padding: 10px;
	text-align: left;
}

.compMsg em {
	display: block;
	margin-bottom: 10px;
	font-size: 108%;
	font-weight: bold;
	font-style: normal;
}

.errMsg {
	padding: 10px 10px 0;
	margin: 0 auto 10px;
	width: 80%;
	border-style: solid;
	border-width: 1px;
	color:#f00;
}

.compMsg p,
.errMsg p {
	margin-bottom: 10px;
}

.errMsg p:before {
	content: "！";
}

.caution {
	color:#f00;
}

#content form {
	text-align: center;
}

#content dl dt {
	padding: 3px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left;
}

#content dl dd {
	padding-left: 10px;
	margin-bottom: 10px;
	text-align: left;
}

#content input[type="text"] {
	width: 80%;
	height: 25px;
}

#content input[type="checkbox"] {
	width: 25px;
	height: 25px;
}

#content input[type="radio"] {
	width: 25px;
	height: 25px;
}

#content select {
	height: 30px;
}

#content textarea {
	width: 80%;
	height: 60px;
}

#content input[type="submit"],
#content input[type="reset"] {
	font-size: 123.1%;
}

#content .btn {
	width: 48%;
	display: inline-block;
	text-align: center;
}