html {
	/* user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none; */
}

body {
	background-color: #ebebeb;
}

footer {
	font-size: 80%;
}

header>nav {
	border-top: 4px solid #da2d2d;
	background-color: white;
	box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.2);
}

footer>nav {
	background-color: rgb(218, 45, 45);
}

main {
	/* header nav height*/
	margin-top: 62px;
	/* footer nav height*/
	margin-bottom: 62px;
	color: #494949;
	font-size: 16px;
}

main>.container {
	max-width: 1360px;
}

section.top .bg-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	filter: saturate(200%), contrast(70%);
	z-index: -1;
	animation: fadeIn ease 0.5s 0s 1 normal;
	-webkit-animation: fadeIn 0.5s ease 0s 1 normal;
	border-bottom: 2px solid;
	border-color: rgb(218, 45, 45);
}

.dropdown-menu.show {
	animation: fadeIn 0.4s ease 0s 1 normal;
	-webkit-animation: fadeIn 0.4s ease 0s 1 normal;
}

section .text-light {
	text-shadow: 0px 0px 4px black,
		0px 0px 4px black;
}

section .text-dark {
	text-shadow: 0px 0px 2px white,
		0px 0px 2px white;
}

section.top {
	position: relative;
	height: 240px;
	max-height: 240px;
	padding: 80px 0;
	text-align: center;
	font-weight: bold;
}

section.top .section-top-title {
	letter-spacing: 0.2em;
	font-size: 1.8em;
}

.breadcrumb {
	padding: 0;
	background-color: inherit;
}

.breadcrumb .breadcrumb-item:first-child::before {
	float: left;
	content: '';
	width: 24px;
	height: 24px;
	margin-left: 0px;
	margin-right: 8px;
	background-size: 24px 24px;
	background-image: url('/images/icon_home.png');
}

@media screen and (max-width: 768px) {
	.breadcrumb {
		display: none;
	}
}

.content {
	padding-top: 10px;
	padding-bottom: 10px;
}

.card {
	margin-bottom: 12px;
	border: 0;
	overflow: hidden;
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
	.card {
		display: block;
	}
}


.card table {
	margin: 0;
}

.card-body {
	position: relative;
	height: 100%;
}

.card-date {
	letter-spacing: 0.2em;
	font-size: 0.8em;
}

.card-image-frame {
	text-align: center;
	max-height: 240px;
	overflow: hidden;
	margin: 8px 0;
}

.list-group-item {
	padding: 0.5rem 1.25rem;
}

.card-body img {
	max-width: 100%;
	/* margin: 1rem 0; */
}

p {
	text-indent: 1em;
}

table {
	border-top: 0;
}

table th {
	background-color: rgb(250, 115, 117);
	color: white;
	text-shadow: 0px 2px 2px rgb(146, 55, 54);
	white-space: nowrap;
}

table ul {
	margin: 0;
	padding-left: 1.3em;
}

@media screen and (max-width: 768px) {
	table tr {
		display: block;
	}

	table th {
		border-top: 0 !important;
		display: block;
		white-space: normal;
	}

	table td {
		border-bottom: 1px solid #dee2e6;
		display: block;
		text-align: left;
	}

	table td li {
		text-align: left;
	}

	table td:before {
		content: attr(aria-label);
		float: left;
	}
}

@media screen and (min-width: 768px) {
	table tr {
		border-bottom: 1px solid #dee2e6;
	}

	table td {
		border-top: 0 !important;
	}
}

a .card *,
a:hover .card *,
a:active .card *,
a .card-body *,
a:hover .card-body *,
a:active .card-body * {
	color: #494949;
}

a {
	color: rgb(238, 83, 83);
}

a:hover,
a:active {
	color: rgb(148, 60, 60);
	text-decoration: none;
}

a.card-body-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	z-index: 2;
	transition: 0.15s;
}

a.card-body-link:active {
	background-color: rgba(1, 1, 1, 0.1);
	transition: 0.15s;
}

a.list-group-item,
a.list-group-item:hover {
	color: rgb(238, 83, 83);
	background-color: inherit;
	transition: 0.15s;
}

a.list-group-item:active {
	color: white;
	background-color: rgb(238, 83, 83);
	transition: 0.15s;
}

.nav-item>a {
	padding-left: 8px !important;
	border-radius: 2px;
}

.nav-item.dropdown>a,
.dropdown-item {
	transition: 0.15s;
}

.nav-item.dropdown.show>a,
.nav-item.dropdown.show>a:hover,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
	color: white !important;
	background-color: rgb(97, 97, 97);
	transition: 0.15s;
}

/* 
 * フェードインアイテム
 */
.fade-in-item {
	opacity: 0;
	background-color: transparent;
}

/*
 * フェードインアイテム:表示 
 */
.fade-in-item.show {
	opacity: 1;
	animation: slideIn 1s ease 0s .5 normal;
	-webkit-animation: slideIn 1s ease 0s .5 normal;
}

/* MOD Bootstrap .shadow FROM */
.shadow {
	box-shadow: 0 .5px 5px rgba(0, 0, 0, .15) !important;
}

/* MOD Bootstrap .shadow TO */

/*************************************
 * App Icon
 *************************************/
picture.app-icon-frame {
	width: 90px;
	height: 90px;
	border-radius: 22.5%;
	padding: 0;
	margin: 0;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

picture.app-icon-frame::before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,.1);
	z-index: 1;
	border-radius: 22.5%;
}

.app-icon {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

/*************************************
 * App Landing Page
 *************************************/
.under {
	color: orange;
	text-decoration: underline;
}

.app-info-row {
	padding: 5px 0px 5px 0px;
}

.video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 4%;
}

.video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#screenshots img{
	margin-bottom: 4%;
	border: 1px solid #e0e0e0;
}

.img-card{
	min-height: 220px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	transition-duration: 0.2s;
}

.img-card:hover {
	transform: scale(1.02);
	box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
	transition-duration: 0.2s;
}