@charset "UTF-8";

/*
 main [
----------------------------------------------------------- */
#main-out{
	background: url(../img/img_main01.jpg) center top no-repeat;
	height:400px;
	text-align: center;
	width: 1003px;
	margin: 0 auto;
}
#accordTop {
	position: relative;
	width: 900px;
	}

/*
 contents Layout [
----------------------------------------------------------- */
#accordTop h2 {
	margin: 0 0 50px 0;
	}
#main .contentsItemTop h3 {
	margin-bottom: 15px;
	}

.contentsItemTop{
	position: absolute;
	width: 370px;
	right: 5px;
	top: 40px;
}

