@charset "shift_jis";

/* main-inner */
#main #main-inner {
	position:relative;
	border:none;
}

/* main-visual */
#main #main-visual {
	height:1202px;
	position:relative;
	background: url(../img/main_img_bg.png) no-repeat;
}
#main #main-visual h2,
#main #main-visual .img01,
#main #main-visual .txt01,
#main #main-visual .txt02{
	position:absolute;
}
#main #main-visual h2 {
	right:37px;
	top:30px;
	z-index:11;
}
#main #main-visual .img01 {
	left:-13px;
	top:63px;
	z-index:10;
}
#main #main-visual .txt01 {
	left:22px;
	top:763px;
	z-index:10;
}
#main #main-visual .txt02 {
	left:30px;
	top:919px;
	z-index:11;
}

/* article01 */
#main .article01 {
	position:relative;
	height:516px;
	background: url(../img/article01_bg.jpg) no-repeat;
}

#main .article01 h2,
#main .article01 p{
	position:absolute;
}

#main .article01 h2{
	left:-15px;
	top:40px;
}
#main .article01 p{
	left:-51px;
	top:313px;
}

/* article02 */
#main .article02 {
	position:relative;
	height:480px;
	background: url(../img/article02_bg.jpg) no-repeat;
}

#main .article02 h2,
#main .article02 p{
	position:absolute;
}

#main .article02 h2{
	left:73px;
	top:18px;
}
#main .article02 p{
	left:345px;
	top:286px;
}

/* article03 */
#main .article03 {
	position:relative;
	height:411px;
	background: url(../img/article03_bg.jpg) no-repeat;
}

#main .article03 h2,
#main .article03 p{
	position:absolute;
}

#main .article03 h2{
	right:0px;
	top:0px;
}
#main .article03 p{
	left:-75px;
	top:214px;
}

/* article04 */
#main .article04 {
	position:relative;
	height:456px;
	background: url(../img/article04_bg.jpg) no-repeat;
}

#main .article04 h2,
#main .article04 p{
	position:absolute;
}

#main .article04 h2{
	left:31px;
	top:29px;
}
#main .article04 p{
	left:30px;
	top:190px;
}

/* article05 */
#main .article05 {
	position:relative;
	height:659px;
	background: url(../img/article05_bg.png) no-repeat;
}

#main .article05 p{
	position:absolute;
}
#main .article05 p.txt01{
	left:65px;
	top:34px;
}
#main .article05 p.txt02{
	left:15px;
	top:550px;
}

/* main-footer */
.f-wrap {
	margin: 36px 0 0;
}
.main-footer .f-logo {
	float: left;
	width: 320px;
	text-align: center;
}
.main-footer {
	width: 864px;
	position: relative;
	margin: 20px 0 32px 0;
	padding-top:20px;
	border-top: 1px solid #000;
}
.main-footer:last-child {
	margin-bottom: 0;
	padding-bottom: 32px;
}
.f-border {
	margin-top: 56px;
	padding: 20px 0 0;
	border-top: 1px solid #C1C1C1;
}

.main-footer .f-hard {
	position: absolute;
	top: 20px;
	right: 0;
}
.f-wrap {
	margin: 20px 0 0 0;
}
.main-footer .f-logo {
	float: left;
	width: 320px;
	text-align: center;
}
.main-footer .f-contents {
	float: right;
	width: 514px;
}
.main-footer .f-icon {
	float: left;
}
.main-footer .f-name {
	position: relative;
	float: right;
	width: 443px;
	height: 55px;
	margin: 0 0 15px;
}
.main-footer .f-soft-ttl {
	position: absolute;
	top: 10px;
}
.main-footer .f-copyright {
	position: absolute;
	bottom: 10px;
	color: #8C8C8C;
	font-size: 9px;
}
.main-footer .f-name-col2 {
	position: relative;
	float: right;
	width: 443px;
	height: 65px;
	margin: 0 0 15px;
}
.main-footer .f-name-col4 {
	position: relative;
	float: right;
	width: 443px;
	height: 90px;
	margin: 0 0 15px;
}


/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
