@charset "Shift_JIS";
/* CSS Document */

table {border-collapse:collapse; border-spacing:0; table-layout:fixed;}
img{vertical-align:top; border-width:0; border-style:none;}
th,h1,h2,h3,h4,h5,h6{font-weight:normal;}
#contentsArea{
	width:100%;
}
#Wrap{
	font: 13px/1.6 "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#222;
	position:relative;
}
#root,#Wrap{
	width:950px;
	margin:0 auto;
}
#Wrap h1{
	width:950px;
	height:234px;
	background:url(../img/mainimg.jpg) no-repeat;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
#Wrap .animated{
	position:absolute;
	right:217px;
	top:0;
	-webkit-animation-name: anime1;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-delay: 0.5s;
	animation-name: anime1;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-iteration-count: 1;
	animation-delay: 0.5s;
	z-index:1;
}
@keyframes anime1 {
0% {transform:scale(1);}
50% {transform:scale(1.2);}
100% {transform:scale(1);}
}
@-webkit-keyframes anime1 {
0% {-webkit-transform:scale(1);}
50% {-webkit-transform:scale(1.2);}
100% {-webkit-transform:scale(1);}
}

#section{
	padding:12px 1px 54px;
	background:url(../img/section_bg.gif) no-repeat left bottom;
}
#section ul li{
	width:416px;
	float:left;
	padding:0 29px;
}
#section ul li:first-child{
	background:url(../img/dotted.gif) repeat-y right top;
}
#section ul li h2{
	margin-bottom:14px;
}
#section ul li .img1{
	margin-top:16px;
	margin-bottom:29px;
}
#section ul li .btnBox{
	text-align:center;
}