@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: 325px;
	background-image: url(../images/index_img/icon.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 25px;
	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: 100%;
	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;
}

/*
---131028追記----------------------------------------------------
*/

#leftContents h3 {
	width:90%;
	display: block;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FAFAFA;
	border: 1px solid #D1D1D1;
	font-weight: bold;
	font-size: 15px;
	/* 角丸 */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
	text-align: left;
}
#leftContents h3 span{
	color:#3962ad;
}