@charset "utf-8";

.ng{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}

.ng_img{
  width: calc(94%/3);
  padding: 1%;
}

@media screen and (max-width: 414px) {

.ng{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}

.ng_img{
  width: 98%;
  padding: 1%;
  text-align: center;
}

}

.app_area{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
}

.mode{
	width: calc(94%/3);
	float: left;
}

.flex{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	align-content: stretch;
}

.dpi{
	width: 50%;
	float: left;
	text-align: center;
}

.information{
	padding: 1em !important;
	border: 1px solid #a90000;
	margin: 1.5em 0;
}

.pic{
	max-width: 720px;
    margin: 0 auto;
}

.explanation{
	border:1px solid #cccccc;
	box-sizing: border-box;
	margin: 1em;
	padding: 1em !important;
	width: auto;
	height: auto;
}

.dl_table , .dl_table td {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	margin: 0 auto;
}
.dl_table td {
	padding: 2em;
	height: auto;
	text-align: center;
}

.size{
	background: #999999;
	color: #fff;
}

.temp_btn{
	background: #333333;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	padding: 1em 2em;
}

.temp_btn:hover{
	opacity: 0.6;
	color: #fff;
}

.youtube{
	margin-bottom: 2em;
}

@media screen and (max-width:900px){

.dl_table {
	width: 100%;
}

.size , .dl_btn{
	width: 50%;
}

.submenu{
	text-align: left;
}

}

@media screen and (orientation: landscape) and (max-height:500px){

.dl_table td {
    padding: 0.5em !important;
}

.dl_table {
	width: 100%;
}

.submenu{
	text-align: center;
}

.information p{
	padding: 0em !important;
}

}

@media screen and (max-width:480px){

.dl_table td {
    padding: 1.5em 0.5em !important;
}

.temp_btn {
    background: #333333;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    padding: 0.5em 0.5em;
}

.dl_table {
	width: 100%;
}

.dl_btn {
	width: 75%;
}

.size{
	width: 25%;
}

.submenu{
	text-align: left;
}

.information p{
	padding: 0em !important;
}

}