* {
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	padding: 0;
	margin: 0;
	list-style: none;
	outline: none;
	user-select: none;
	-webkit-user-select: none;
	text-decoration: none;
	-webkit-text-size-adjust: none;
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-family: 'Roboto', system-ui, sans-serif;
	-webkit-overflow-scrolling: touch;
}
select {
	border-radius: 4px;
	margin: 0;
	padding: 8px 40px 8px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
input[type='checkbox'], input[type='radio'] {
	margin-right: 4px;
}
input[type='text'], input[type='email'], input[type='password'], textarea {
	background-color: transparent;
	user-select: text;
	-webkit-user-select: text;
}
input[type='file'] {
	cursor: pointer;
}
input[type='text'], input[type='email'], input[type='password'] {
	font-size: 16px;
	border-width: 1px;
	border-style: solid;
	border-radius: 12px;
	padding: 16px;
	-webkit-appearance: none;
	appearance: none;
}
input[type='submit'].button, input[type='button'].button, a.button {
	-webkit-appearance: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	text-align: center;
	min-height: 48px;
	border: none;
	width: 100%;
	font-weight: bold;
	cursor: pointer;
	max-width: 400px;
	margin: auto;
	border-radius: 3px;
	transition: box-shadow 0.25s;
}
input[type='submit'].button:hover, input[type='button'].button:hover, a.button:hover, nav.pagenation a:hover {
	box-shadow: inset 0 0 0 999px rgba(255, 210, 120, 0.25);
}
input[type='submit'].button:disabled, input[type='button'].button:disabled, a.button:disabled {
	opacity: 0.5;
	color: rgba(255, 255, 255, 0.25);
	cursor: default;
}
input[type='button'].button-delete {
	-webkit-appearance: none;
	display: inline-block;
	font-size: 14px;
	padding: 12px 0;
	border-width: 1px;
	border-style: solid;
	border-radius: 16px;
	max-width: 400px;
	min-width: 200px;
	width: 80%;
	background: transparent;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
textarea {
	border: none;
	padding: 8px;
	width: 100%;
	vertical-align: bottom;
	resize: none;
}
p {
	line-height: 148%;
}
header.subtitle {
	padding: 0 16px;
	text-align: center;
	margin-bottom: 16px;
}
header.subtitle hr {
	border: none;
	border-bottom-width: 1px;
  border-bottom-style: dashed;
  margin: 24px 0;
}
header.subtitle h2 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 32px;
	border-radius: 16px;
	color :#fff;
	margin: auto;
	font-size: 14px;
	height: 32px;
}
.description {
	padding: 16px;
	font-size: 14px;
}
.ad {
	margin: auto;
	text-align: center;
}
#screen {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	display: block;
}
#header {
	height: 50px;
	display: flex;
	align-items: flex-start;
	top: 0;
	width: 100%;
	z-index: 100;
	background-color: #009;
}
#header>div, #header>button {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	height: 50px;
	line-height: 120%;
}
#header>button {
	-webkit-appearance: none;
	appearance: none;
	min-width: 44px;
	max-width: 64px;
	width: 12%;
	font-size: 18px;
	flex-grow: 0;
	cursor: pointer;
	background: transparent;
	border: none;
}
#header>button:disabled {
	opacity: 0.5;
	cursor: default;
}
#header-center {
	flex-grow: 2;
	font-weight: bold;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#main {
	width: 100%;
	overflow: auto;
}
#contents {
	margin: auto;
	padding: 16px 0 32px 0;
	max-width: 800px;
}
#cover {
	position: fixed;
	z-index: 218;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
}
#menu {
	position: fixed;
	z-index: 219;
	left: 99999;
	bottom: 0;
	right: 0;
	width: calc(80% + 1000px);
	height: 100%;
	min-width: 1250px;
	max-width: 1500px;
	background: rgba(0, 0, 0, 0.9);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	overflow: auto;
	color: #fff;
}
#me {
	padding: 20px 0 0 16px;
}
#myname {
	font-size: 16px;
	font-weight: bold;
}
#myname:after {
	content: "さん";
	font-size: 12px;
	margin-left: 2px;
}
#me p {
	font-size: 14px;
	margin-top: 8px;
}
#menu section {
	padding-right: 1000px;
}
#menu ul {
	margin-top: 20px;
}
#menu li {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	background: rgba(0 ,0, 0, 0.25);
}
#menu li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
}
#menu ul a {
	display: block;
	color: #fff;
	font-size: 14px;
	padding: 16px;
	font-weight: bold;
	border-left: 4px solid rgba(255, 255, 255, 0.2);
}
#menu ul a:hover {
	background: rgba(255, 255, 240, 0.05);
}
#menu ul a:active {
	border-left: 4px solid rgba(255, 240, 180, 0.75);
}
#about {
	margin-top: 32px;
	padding: 16px;
	margin-bottom: 48px;
}
#service-name {
	font-size: 16px;
}
#company-name {
	font-size: 11px;
	margin-top: 8px;
}
#company-url {
	font-size: 11px;
	margin-top: 2px;
}
#company-url a {
	color: #fff;
}
#barrier {
	position: fixed;
	z-index: 220;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px;
}
#dialog {
	z-index: 221;
	display: inline-block;
	border-radius: 16px;
	padding: 32px;
	background: #fff;
	cursor: default;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
#toast {
	position: fixed;
	z-index: 255;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 12px 20px;
	font-size: 16px;
	border-radius: 24px;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
	line-height: 105%;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}
#loading {
	width: 36px;
	height: 36px;
}
#confirm-dialog {
	
}
#confirm-dialog p {
	font-size: 12px;
	margin-bottom: 24px;
	color: #666;
}
#confirm-dialog input[type='password'] {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	color: #000;
}
#confirm-dialog .buttons {
	display: flex;
}
#confirm-dialog input[type='button'] {
	flex-grow: 1;
}
#btn-confirm-cancel {
	margin-right: 2px;
}
#btn-confirm-submit {
	margin-left: 2px;
}
#footer {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	height: 32px;
	width: 100%;
	position:absolute;
	bottom: 0;
	color: rgba(255, 255, 255, 0.5);
}
#ad-bottom {
	position: absolute;
	bottom: 32px;
	width: 100%;
}
nav.pagenation ul {
	display: flex;
	align-items: flex-start;
	padding: 0 16px;
}
nav.pagenation li {
	margin-right: 1px;
	font-size: 12px;
}
nav.pagenation span, nav.pagenation a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 28px;
}
nav.pagenation span.current {
	color: #fff;
}
nav.pagenation a {
	color: #fff;
	cursor: pointer;
}
.adsense-bottom {
	height: 90px;
	max-height: 90px;
	width:100%;
	overflow: hidden;
}
body.web #main {
	position: absolute;
	bottom: 32px;
	top: 50px;
}
body.app #main {
	padding-top: 50px;
}
body.app #header {
	position: fixed;
}
body.web #header {
	position: absolute;
}
body.app #menu {
	top: 50px;
}
body.web #menu {
	top: 0;
}
body.app .no-app {
	display: none;
}
body.adsense.adsense-thin #ad-bottom {
	height: 60px;
	max-height: 60px;
}
body.adsense.adsense-thin #main {
	bottom: 92px;
}
body.adsense.adsense-thick #ad-bottom {
	height: 90px;
	max-height: 90px;
}
body.adsense.adsense-thick #main {
	bottom: 122px;
}
body.adsense.adsense-thin .adsense-bottom {
	height: 60px;
	max-height: 60px;
}
body.adsense.adsense-thick .adsense-bottom {
	height: 90px;
	max-height: 90px;
}
@media screen and (max-width:500px) {
	.no-sp {
		display: none;
	}
	#main {
		padding-bottom: 0;
	}
	#contents {
		padding-top: 0;
	}
	#dialog {
		padding: 24px;
	}
	.adsense-bottom {
		height: 60px;
		max-height: 60px;
	}
}