body {
}

#container {
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	padding-top: 30px;
}
#container a {
	color: #333;
	text-decoration: none;
}
#container a:hover {
	color: #ff7d00;
}
#container .pdf a {
	padding-left: 18px;
	background: url(../img/icon_pdf.png) 0 center no-repeat;
}

#header {
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}
#header h1 {
	float: left;
	width: 100px;
}
#header h1 img {
	width: 100%;
}
#header .info {
	width: 100%;
}
#header .info li {
	margin-bottom: 10px;
	text-align: left;
}
#header .info li img {
	width: 150px;
	height: auto;
}
#header .info li.eshop img {
	width: 115px;
}
.eshop {
	float: left;
	margin-left: 10px;
}
.logoright {
	float: right;
	margin-right: 10px;
}

#footer {
	height: 93px;
	background: url(../img/footer-bg.jpg) 0 0 repeat-x;
}
#footer #footerInner {
	width: 640px;
	margin: 0 auto;
	text-align: center;
}
#footer #footerInner ul {
	margin-bottom: 10px;
	padding-top: 20px;
}
#footer #footerInner ul li {
	display: inline;
}

#badges-center #main-img {
	height: 486px;
	margin-bottom: 20px;
	background: url(../img/main-img.png) 0 0 no-repeat;
	overflow: hidden;
	position: relative;
}
#badges-center #main-img #logo {
	position: absolute;
	top: 6px;
	left: 35px;
	z-index: 10;
}
#badges-center #main-img #movie {
	width: 381px;
	height: 206px;
	padding: 15px 0 0 14px;
	background: url(../img/movie-bg.png) 0 0 repeat;
	position: absolute;
	top: 147px;
	left: 130px;
	z-index: 10;
}
#badges-center #main-img #movie a {
	display: inline-block;
	margin-right: 7px;
	position: relative;
}
#badges-center #main-img #movie a:hover > img {
	opacity: 0;
}
#badges-center #main-img #movie a:first-child {
	background: url(../img/movie_on.png) 0 0 no-repeat;
}
#badges-center #main-img #movie a:first-child + * {
	background: url(../img/movie2_on.png) 0 0 no-repeat;
}
#badges-center #main-img #movie a span {
	position: absolute;
	top: -22px;
	left: -5px;
}

#badges-center #main-img #chara {
	position: absolute;
	bottom: -93px;
	right: 9px;
	z-index: 10;
}
#badges-center #main-img #badges {
	text-align: center;
	z-index: 5;
}
#badges-center #main-img #badges img {
	width: 1px;
	padding-top: 200px;
}

/*
お知らせ
*/
#infoArea {
	display: table;
	width: 630px;
	margin-bottom: 20px;
	padding: 5px;
	background: url(../img/info-bg.png) 0 0 repeat-y;
	border-radius: 10px;
}
#infoArea dt {
	display: table-cell;
	background: url(../img/info-bg2.png) 0 0 repeat-y;
	width: 109px;
	border-radius: 5px 0 0 5px;
	vertical-align: middle;
}
#infoArea dd {
	display: table-cell;
	width: 498px;
	padding: 5px 0 5px 23px;
	background-color: #fff;
	border-radius: 0 5px 5px 0;
	vertical-align: middle;
}
#infoArea dd p {
	margin: 10px 0;
}
#infoArea dd p a {
	color: #333;
	text-decoration: underline;
}
#infoArea dd p a:hover {
	color: #333;
	text-decoration: none;
}
#infoArea dd p span {
	display: inline-block;
	width: 64px;
	padding-right: 8px;
}

/*
商品情報
*/
#badges-center #soft-info {
	margin-bottom: 20px;
	padding: 10px;
	background: url(../img/contents-bg01.png) 0 0 repeat-y;
	overflow: hidden;
}
#soft-detail {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #9ca2a3;
	border-radius: 10px;
	overflow: hidden;
}
#soft-detail ul#icon-list {
	float: left;
	width: 30%;
}
#soft-detail ul#icon-list li {
	float: left;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
}
#soft-detail ul#icon-list li img {
	vertical-align: middle;
}
#soft-detail ul#icon-list li span {
	color: #ff7d00;
}
#soft-detail ul#icon-list li.icon01 {
	width: 42%;
}
#soft-detail ul#icon-list li.icon02,
#soft-detail ul#icon-list li.icon06 {
	width: 22%;
	padding: 7px 0 0 5px;
}
#soft-detail ul#icon-list li.icon03,
#soft-detail ul#icon-list li.icon04,
#soft-detail ul#icon-list li.icon05 {
	clear: both;
}

#soft-detail ul#icon-list li.icon05 a {
	display: inline-block;
	height: 20px;
	background: url(../../../img/stitle_icon_about_ov.gif) 0 6px no-repeat;
}
	#soft-detail ul#icon-list li.icon05 a:hover img {
		opacity: 0;
		-ms-filter: "alpha(opacity=0)";
	}

#soft-detail ul#icon-list li.icon05 img {
	padding-right: 5px;
}
#soft-detail #soft-txt {
	float:left;
	width: 70%;
}
#soft-detail table th,
#soft-detail table td {
	padding: 5px 0;
	font-size: 16px;
	text-align: left;
}
#soft-detail table th {
	padding-right: 30px;
}
#soft-detail table th span {
	color: #ff7d00;
}
#soft-detail table td.genre {
	padding-left: 1em;
	text-indent: -1em;
}
#soft-detail #soft-txt p {
	margin-bottom: 5px;
}
#twitter-area {
	clear: both;
	max-height: 440px;
	overflow: hidden;
}
#twitter-area iframe {
	width: 618px !important;
	margin: 0 auto;
}


/*
メイン
*/
#main {}
#main #section01 {
	height: 884px;
	padding: 23px 0 0 0;
	background: url(../img/contents-bg02.png) 0 0 no-repeat;
	position: relative;
}
#main #section02 {
	height: 1659px;
	background: url(../img/contents-bg03.png) 0 0 no-repeat;
	position: relative;
}
#main #section03 {
	height: 1037px;
	padding: 25px 0 0 0;
	background: url(../img/contents-bg04.png) 0 0 no-repeat;
	position: relative;
}
#main #section04 {
	height: 420px;
	background: url(../img/contents-bg05.png) 0 0 no-repeat;
	position: relative;
}
#main h3 {
	width: 562px;
	margin: 0 auto;
}

/*
『バッジとれ～るセンター』へようこそっす！
*/
#main #section01 #sec01-txt01 {
	padding-left: 40px;
}
#main #section01 #play-movie {
	margin: 30px auto 18px;
	text-align: center;
}
#main #section01 #sec01-txt02 {
	padding-left: 36px;
}

/*
『バッジ』とは
*/
#main #section02 h3 img {
	margin-top: -16px;
}
#main #section02 #sec02-txt01 {
	margin-bottom: 20px;
	padding-left: 40px;
}
#main #section02 #sec02-fade {
	height: 256px;
	margin-bottom: 30px;
}
#main #section02 #sec02-fade ul {
	width: 334px;
	margin: 0 auto;
	position: relative;
}
#main #section02 #sec02-fade ul li {
	position: absolute;
	top: 0;
	left: 0;
}
#main #section02 #change-catcher {
	width: 571px;
	margin: 0 auto;
	padding: 300px 0 18px 0;
	background: url(../img/contents-bg06.png) 0 272px no-repeat;
	text-align: center;
	position: relative;
}
#main #section02 #change-catcher #sec02-txt02 {
	position: absolute;
	top: 5px;
	left: 0;
}
#main #section02 #change-catcher h4 {
	margin: 0 auto;
}
#main #section02 #change-catcher ul {
	margin: 0 auto;
}
#main #section02 #change-catcher ul li {
	display: inline;
	padding: 0 4px;
}

/*
『バッジ』と『テーマ』
*/
#main #section03 h3 {
	margin-bottom: 30px;
	position: relative;
}
#main #section03 h3 #badges-char01 {
	position: absolute;
	top: -80px;
	right: 0;
}
#main #section03 #badges-char04 {
	position: absolute;
	top: -118px;
	right: -20px;
}
#main #section03 #sec03-txt01 {
	margin-bottom: 30px;
	padding-left: 40px;
}
#main #section03 #sec03-txt02 {
	margin-bottom: 45px;
	text-align: center;
}
#main #section03 #sec03-txt03 {
	margin-bottom: 33px;
	text-align: center;
}
#main #section03 #slide-img {
	margin: 0 10px;
	background: url(../img/contents-bg07.png) 0 0 repeat-x;
	text-align: left;
	overflow: hidden;
}
#main #section03 #slide-img ul {
	float: left;
}
#main #section03 #slide-img ul li {
	float: left;
	width: 143px;
	padding: 18px 6px;
}

#main #section04 p {
	position: absolute;
	top: -10px;
	left: 25px;
}


#main #pageTop {
	height: 104px;
	margin: 20px 0;
	text-align: center;
}

#qr-code {
	display: none;
}
#qr-main {
	width: 566px;
	height: 546px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}
#qr-main .qrTitle {
	position: absolute;
	top: 38px;
	left: 55px;
}
#qr-main .qrCode {
	position: absolute;
	top: 159px;
	left: 167px;
}
#qr-main .qrFlow {
	position: absolute;
	top: 417px;
	left: 57px;
}
#qr-main .qrNotes {
	position: absolute;
	top: 527px;
	left: 115px;
}

#youtubeMovie {
	width: 592px;
	height: 332px;
	margin: 0 auto;
}