
html {
	width: 100%;
	height: 100%;
	background-color: #E6E2DE;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	font-family: "Courier New", Courier, monospace;
	color: #222222;
	background-color: #E6E2DE;
	text-align: center;
}

noscript {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #000000;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	font-weight: 300;
	line-height: 3em;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	opacity: 0.8;
}

a:active {
	opacity: 0.8;
}

button:hover {
	opacity: 0.8;
}

button:active {
	opacity: 0.8;
}

ol {
	padding-left: 20px;
}

ul {
	padding-left: 16px;
}

h1 {
	margin: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border-style: none;
	background: none;
	user-select: none; /* CSS3 */
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari、Chromeなど */
	-ms-user-select: none; /* IE10かららしい */
}

.font-dosis {
	font-family: "Dosis", メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.fixed-RT {
	position: fixed;
	margin: 0px;
	top: 0px;
	right: 0px;
}

.fixed-RB {
	position: fixed;
	margin: 0px;
	bottom: 0px;
	right: 0px;
}

.fixed-LT {
	position: fixed;
	margin: 0px;
	top: 0px;
	left: 0px;
}

.fixed-LB {
	position: fixed;
	margin: 0px;
	bottom: 0px;
	left: 0px;
}

.absolute-RT {
	position: absolute;
	margin: 0px;
	top: 0px;
	right: 0px;
}

.absolute-RB {
	position: absolute;
	margin: 0px;
	bottom: 0px;
	right: 0px;
}

.absolute-LT {
	position: absolute;
	margin: 0px;
	top: 0px;
	left: 0px;
}

.absolute-LB {
	position: absolute;
	margin: 0px;
	bottom: 0px;
	left: 0px;
}

.absolute-image {
	display: block;
}

#support_link {
	position: absolute;
	margin: 0px;
	top: 46px;
	right: 12px;
}

.page {
	position: relative;
	width: 100%;
	min-height: 100%;
	overflow-x: hidden;
}

.cover-page {
	height: 100%;
	line-height: 1em;
}

.horizontal-centering {
	position: relative;
	margin: 0px auto 0px auto;
	width: calc(100% - 80px);
	max-width: 600px;
	height: 100%;
}

.cover-horizontal-centering {
	width: 320px;
}

.vertical-centering {
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 100%;
	height: 34%;
	min-height: 100px;
	text-align: center;
}

.link-create {
	display: inline-block;
	position: relative;
	width: 200px;
	height: 60px;
	height: calc(70vh - 280px);
	min-height: 60px;
	max-height: 200px;
	margin: 6px 0px 14px 0px;
	border-style: solid;
	border-color: #DDDDDD;
	border-width: 1px;
	background-color: #EEEEEE;
	background-color: rgba(255, 255, 255, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}

.link-create:active {
	opacity: initial;
	top: 2px;
	left: 1px;
	-webkit-box-shadow: 0.5px 1px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0.5px 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0.5px 1px 1px rgba(0, 0, 0, 0.5);
}

.link-create-inside {
	position: absolute;
	top: calc(50% - 20px);
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

.share-buttons-frame {
	line-height: 0px;
}

#fb_share_button {
	vertical-align: top;
}

.background1 {
	background-color: #EEEEEE;
}

.howtouse {
	text-align: left;
	font-size: 16px;
	font-weight: 300;
	padding-top: 40px;
	padding-bottom: 40px;
}

.icon-button {
	width: 60px;
	height: 40px;
	color: #222222;
	background-color: #EEEEEE;
	background-color: rgba(255, 255, 255, 0.5);
	border-style: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0.5px 1px 1.5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0.5px 1px 1.5px rgba(0, 0, 0, 0.5);
	box-shadow: 0.5px 1px 1.5px rgba(0, 0, 0, 0.5);
}

.icon-button:active {
	opacity: initial;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.icon-button-rt {
	position: absolute;
	right: 10px;
	top: -100px;
}

.icon-button-rb {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.faq_question {
	margin-top: 20px;
	margin-bottom: 4px;
}

.faq_answer {
	margin-top: 0px;
	padding-left: 20px;
	color: #226622;
}

.bold {
	font-weight: bold;
}

.icon-inline {
	vertical-align: top;
}

.underline {
	text-decoration: underline;
}
