@charset "utf-8";

/*
---com----------------------------------------------------
*/

@import url("../css/reset.css");
@import url("../css/class.css");
@import url("../css/common480.css");
@import url("../css/menu480.css");
/*
---index----------------------------------------------------
*/


#leftContents h2 {
	margin-bottom: 25px;
}
#leftContents h2.width480 img{
	width: 110px;
}

#leftContents li {
	float: left;
	width: 90%;
	background-image: url(../images/index_img/icon.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 10%;
	margin-bottom: 15px;
}

#leftContents li span {
	color: #3962ad;
	font-weight: bold;
}
#leftContents dl {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 1px;
	padding-bottom: 5px;
}
#leftContents dt {
	float: left;
	width: 100%;
	color: #E84331;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E84331;
	padding-top: 5px;
	font-weight: bold;
}

#leftContents dd {
	float: left;
	width: 100px;
	color: #000;
	margin-left: 2px;
	padding-top: 5px;
}

#leftContents .entryForm {
	margin-top: 25px;
}
#leftContents .entryForm p {
	clear: both;
	float: left;
}

.formBtn {
	clear: both;
	margin-top: 20px;
	float: left;
}


.img {
	padding-top: 10px;
	padding-bottom: 10px;
}
