#mainContainer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 65px 0;
	line-height: 1.3em;
	background: url(../images/bg_center.jpg);
	background-size: 100%;
	text-align: center;
	font-size: 15px;
	overflow: hidden;
}
#mainContainer:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:url(../images/bg_top.jpg) left top no-repeat;
	background-size: 100%;
	z-index: 1;
}
#mainContainer:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 44.6%;
	background:url(../images/bg_bottom.png) left top no-repeat;
	background-size: 100%;
	z-index: 2;
}

#baseContainer {
	position: relative;
	z-index: 3;
	padding: 0 5%;
}



#title_area {
	margin-bottom: 40px;
}
#title_area h1 {
	background: transparent;
}
#title_area img {
	width: 80%;
	margin: 0 auto;
}

#title_area p {
	color: #545454;
	line-height: 1.7;
	text-align:center;
	padding: 7% 0 0 0;
	margin: 0;
}

#title_area p a {
	color: #545454!important;
	text-decoration: underline;
}

#title_area .text_small {
	padding: 0.5em 0 0 0;
	margin: 0;
	font-size: 12px;
}


#wallpaper .wallpaper_wrap {
	margin-bottom: 55px;
}

#wallpaper .wallpaper_img {
	margin-bottom: 20px;
	position: relative;
}
#wallpaper .wallpaper_img-inner {
	
}
#wallpaper .wallpaper_img.img_bg:after,
#wallpaper .img_bg .wallpaper_img-inner:after,
#wallpaper .wallpaper_img.img_bg:before,
#wallpaper .img_bg .wallpaper_img-inner:before {
	content: "";
	display: block;
	position: absolute;
}
#wallpaper .wallpaper_img.img_bg:after {
	top: -33px;
	left: -30px;
	width: 106px;
	height: 74px;
	background: url(../images/img_bg_tl.png) no-repeat;
}
#wallpaper .img_bg .wallpaper_img-inner:after {
	top: -24px;
	right: -31px;
	width: 106px;
	height: 138px;
	background: url(../images/img_bg_tr.png) no-repeat;
}
#wallpaper .wallpaper_img.img_bg:before {
	bottom: -37px;
	left: -15px;
	width: 106px;
	height: 138px;
	background: url(../images/img_bg_bl.png) no-repeat;
}
#wallpaper .img_bg .wallpaper_img-inner:before {
	bottom: -22px;
	right: -31px;
	width: 106px;
	height: 77px;
	background: url(../images/img_bg_br.png) no-repeat;
}

#wallpaper .wallpaper_img img {
	width: 100%;
	box-shadow:1px 1px 7px -2px #666;
	-moz-box-shadow:1px 1px 7px -2px #666;
	-webkit-box-shadow:1px 1px 7px -2px #666;
}


#wallpaper .premium_box_ttl {
	color: #545454;
	font-weight: bold;
	margin-bottom: 1em;
	letter-spacing: 0.1em;
}

#wallpaper ul {
  list-style: none;
	margin: 0;
	padding: 0;
}
#wallpaper li a {
  color: #ffffff;
	background: #476279;
	padding: 13px 15px;
	text-align: center;
	font-size: 14px;
	position: relative;
	text-decoration: none;
	display: block;
	margin-bottom: 12px;
}

#wallpaper li a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	bottom: 3px;
	right: 3px;
	border-style: solid;
	border-width: 0 0 6px 6px;
	border-color: transparent transparent #fff;
}
#wallpaper li a span {
  font-size: 12px;
}
#wallpaper li a span.ib {
	font-size: 14px;
	display: inline-block;
}

#wallpaper .caution {
	text-align: left;
	color: #545454;
        margin: 1em 0 0 0;
	font-size: 12px;
}
#wallpaper .caution .caution_small {
	font-size: 10px;
}

#setup {
	text-align: left;
	margin: 5% 0 0;
	padding: 0;
	font-size: 14px;
	color: #545454;
}
#setup h2 {
	padding: 30px 0 5px 0;
	font-size: 14px;
	font-weight:bold;
	border-top: 1px solid #bdbdbd;
}
#setup ol {
	list-style: none;
	margin: 0;
	padding: 0 0 0 1em;
}
#setup ol li {
	line-height: 1.5em;
	text-indent: -1em;
	margin:0 0 0 1em;
}
#setup h3.android {
	font-size: 12px;
	margin: 0 0 3px 0;
}
#setup h3.iphone {
	font-size: 12px;
	margin: 10px 0 3px 0;
}



.n_wallpaper#mainContainer {
	background: url(../../171002/images/bg_center.jpg);
	background-size: 100%;
}
.n_wallpaper#mainContainer:before {
	background:url(../../171002/images/bg_top.jpg) left top no-repeat;
	background-size: 100%;
}
.n_wallpaper#mainContainer:after {
	background:url(../../171002/images/bg_bottom.png) left top no-repeat;
	background-size: 100%;
}
.n_wallpaper #title_area img {
	width: 100%;
}
.n_wallpaper #wallpaper li a {
	background: #4ebcfb;
	border-bottom: 1px solid #2c98d8;
}


.n_wallpaper #setup {
	color: #0d3a65;
}
.n_wallpaper #setup h2 {
	border-top: 1px solid #c5e9ff;
}

