@charset "UTF-8";

@import url("../common/css/common.css");


/* #content */

h2 {
	margin-bottom: 15px;
}
#contents h3  {
	font-size: 80%;
	color: #FFF;
	background: #57C000;
	margin-bottom: 15px;
}
.main p {
	font-size: 100%;
	line-height: 1.4em;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 20px;
}
.att {
	color: #b80c0c;
}

.main table {
	margin-left: 15px;
	width: 600px;
	margin-bottom: 30px;
	margin-right: 15px;
}
.main th ,#contents .left  td{
	font-size: 100%;
	line-height: 1.5em;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	vertical-align: top;
}
.main input {
	height: 22px;
	width: 300px;
}
.main textarea {
	height: 132px;
	width: 415px;
}
.main .btn input {
	height: auto;
	width: auto;
	margin-top: 20px;
	margin-right: 40px;
}




th {
	background: url(../images/contact/bg_name.gif) no-repeat 0px 12px;
}
ol {
	margin: 20px auto 20px;
	font-size: 80%;
	line-height: 1.5em;
}
.main ol li {
	margin-right: 20px;
	margin-left: 30px;
	margin-bottom: 1em;
}

.side p {
	font-size: 100%;
	line-height: 1.5em;
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
}
.alert_error {
	display: none;
	color: #ff0000;
}