﻿@charset "utf-8";
html, body, header, article, section, footer, div, h1, h2, h3, p, a, img {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: sans-serif;
	background-color: #ffffff;
	font-size: 0.8rem;
	-webkit-text-size-adjust: 100%;
}

h2 {
	margin-bottom: 5px;
	color: #333333;
	font-size: 1.2rem;
	text-align: center;
	font-weight: bold;
	background-color: #dddddd;
	border-top: 2px solid #d6d6d6;
	border-bottom: 2px solid #d6d6d6;
}

h3 {
	display: block;
	width: 98%;
	padding-left: 2%;
	color: #333333;
	font-size: 1.1rem;
	line-height: 1.5rem;
	background: linear-gradient(#ffffff, #eeeeee);
}

a {
	text-decoration: none;
}

footer {
	padding-top: 10px;
}

.header_logo {
	display: block;
	margin: 0 auto;
}

#theme_detail_text {
	width: 90%;
	padding: 5px 5%;
	color: #333333;
	font-size: 0.9rem;
	text-align: center;
	font-weight: bold;
	line-height: 13px;
	border-bottom: 2px solid #d6d6d6;
}

.icon_thumb {
	display: block;
	margin: 0 auto;
	margin-top: 5px;
	pointer-events: none;
}

.attention_dl {
	clear: both;
	display: block;
	width: 100%;
	margin-top: 10px;
	color: #000000;
	font-size: 0.7rem;
	text-align: center;
}

.attention {
	display: block;
	width: 100%;
	margin: 10px 0;
	color: #000000;
	font-size: 0.7rem;
	text-align: center;
}

.icon_dl_btn {
	display: block;
	width: 30%;
	height: 40px;
	margin: 0 auto;
	padding: 0 10px;
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	background-color: #0198e3;
	border-radius: 4px;
}

#step_02 {
	display: none;
}

.lock_thumbnail {
	float: left;
	width: 50%;
	margin: 10px 0;
	pointer-events: none;
}

.lock_text {
	text-align: center;
	color: #333333;
	font-weight: bold;
}

.lock_image {
	margin-left: 5%;
}

.wall_thumbnail {
	float: right;
	width: 50%;
	margin: 10px 0;
	pointer-events: none;
}

.wall_text {
	text-align: center;
	color: #333333;
	font-weight: bold;
}

.wall_image {
	margin-left: 5%;
}

.lock_dl_btn {
	display: block;
	float: left;
	width: 30%;
	height: 40px;
	margin-left: 10%;
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	background-color: #0198e3;
	border-radius: 4px;
}

.kabegami_dl_btn {
	display: block;
	float: right;
	width: 30%;
	height: 40px;
	margin-right: 10%;
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	background-color: #0198e3;
	border-radius: 4px;
}

#sisa {
	display: none;
}

.howto_sisa {
	clear: both;
	display: block;
	color: #000000;
	font-size: 0.8rem;
	text-align: right;
}

.banner_area {
	display: block;
	border-top: 2px solid #dddddd;
}

.banner_image {
	display: block;
	margin: 0 auto;
}

.kisekae_top_btn {
	display: block;
	width: 30%;
	height: 40px;
	margin: 10px auto;
	padding: 0 10px;
	color: #777777;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	background-color: #dddddd;
	border-radius: 4px;
}

.footer_link_bg {
	overflow: auto;
	background-color: #dddddd;
}

.footer_link_bg a {
	float: left;
	width: 20%;
}

#copyright {
	color: both;
	width: 100%;
	height: 20px;
	margin-top: 2px;
	color: #333333;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	line-height: 20px;
	background-color: #dddddd;
}

#download_modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.7);
	z-index: 1;
}

#close_btn {
	display: block;
	padding-top: 10px;
	padding-right: 2%;
	height: 30px;
	font-size: 1.1rem;
	line-height: 30px;
	text-align: right;
	color: #333333;
	background-color: rgba(255,255,255,0.9);
	border-bottom: 2px solid #666666;
}

.image_area {
	display: block;
	width: 90%;
	margin: 0 auto;
	margin-top: 10px;
	padding: 5px 0px 40px 0px;
	background-color: rgba(0,0,0,0.7);
}

.modal_attention {
	display: block;
	width: 100%;
	color: #ffffff;
	font-size: 0.7rem;
	text-align: center;
}

#download_image {
	display: block;
	margin: 0 auto;
	border: 2px solid #666666; 
}