﻿@charset "UTF-8";
/* .block */
#main #article .block{
	margin:0;
	padding:0;
	position: relative;
	background-image: url(../intro/images/bg_01.png);
	background-position: 0px 0px;
	min-height:1344px;
}

#main #article .block .box{
	background-image: url(../intro/images/bg_02.png);
	height: 982px;
	background-position: center center;
	background-repeat: no-repeat;
}
#main #article  h2.h2_title{
	padding:110px 0 30px 80px;
}
#main #article  p.txt{
	background-image: url(../intro/images/txt_01.png);
	background-repeat: no-repeat;
	height: 1001px;
	width: 571px;
	text-indent: -9999px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 0px;
	position: relative;
	z-index: 1;
}
#main #article #block_next #item_01{
	background-image: url(../intro/images/item_01.png);
	height: 49px;
	width: 461px;
	left: 76px;
	top: 209px;
	-webkit-animation:  anime01 0.5s steps(6) infinite alternate;
	animation: anime01 0.5s steps(6) infinite alternate;
	background-position: 0px 0px;
	position: absolute;
}

@-webkit-keyframes anime01 {
 to {background-position: 0px -294px;  }
}
@keyframes anime01 {
 to {background-position: 0px -294px;  }
}
#main #article #block_next #item_02{
	background-image: url(../intro/images/item_01.png);
	height: 49px;
	width: 461px;
	left: 126px;
	top: 1146px;
	-webkit-animation:  anime01 1s steps(6) infinite alternate;
	animation: anime01 1s steps(6) infinite alternate;
	background-position: 0px 0px;
	position: absolute;
}
