﻿@charset "utf-8";


#content .bgWrap{
  background: url(../img/amiibo/bg_02.jpg) repeat-y 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
#content .bgWrapIn{
  background: url(../img/amiibo/bg_01.jpg) no-repeat 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.conSec01{
	width: 300px;
	margin: 0 auto;
	position: relative;
	background: url(../img/amiibo/sec01_bg_01.png) no-repeat 0 66px;
	-webkit-background-size: 300px 620px;
	background-size: 300px 620px;
	padding-bottom: 15px;
}
.conSec01 .box01{
	width: 270px;
	margin: 0 auto 15px;
	position: relative;
}
.conSec01 .box01 .box01Btn01 {
	position: absolute;
	bottom: 42px;
	left: 7px;
}
.conSec01 .box02{
	width: 270px;
	margin: 0 auto 15px;
	position: relative;
}
.conSec01 .box02 .box02Btn02 {
	position: absolute;
	bottom: 5px;
	left: 7px;
}

.conSec02{
	width: 300px;
	margin: 0 auto;
	position: relative;
	background: url(../img/amiibo/sec02_bg_01.png) no-repeat 0 65px;
	-webkit-background-size: 300px 289px;
	background-size: 300px 289px;
	padding-bottom: 35px;
}
.conSec02 .box01{
	width: 270px;
	margin: 0 auto;
}
.conSec02 .box01 .box01Btn01 {
	margin-top: 5px;
	margin-bottom: 10px;
}



/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.xxx:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}
