/*ダウンロードページ共通*/
.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
#main{
	width: 100%;
	display: block;
}
#content{
	color: #101010;
	max-width: 1200px;
	margin: 0 auto;
}

h2, p{
	margin-left: 5px;
}

a{
	display: block;
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

.box {
	margin: 10px 0;
}

.item {
	border-radius: 8px;
	color: #000000;
}

#Virus a {
	background: #ff7777;
}

#Virus a:hover {
	background: #ffa7a7;
}

#Kancolle a{
	background: #A0E0F0;
}

#Kancolle a:hover{
	background: #5794fc;
	color: #FFFFFF;
}

#SysAppFilter a{
	color: #000000;
	background: #00ff00;
}
#SysAppFilter a:hover{
	background: #c0c0c0;
}

#Download a.btn--orange {
	color: #fff;
	background: #eb6100;
	border-bottom: 5px solid #b84c00;
}
#Download a.btn--orange:hover {
	margin-top: 3px;
	color: #fff;
	background: #f56500;
	border-bottom: 2px solid #b84c00;
}
#Download a.btn--shadow {
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
#Download{
	margin-left: auto;
	margin-right: 75px;
	padding-bottom: 10px;
}
#DL_T{
	padding-top: 5px;
	display: flex;
	position: sticky;
	top: 0;
	background: #FFFFFF;
	border-bottom: 2px solid #ccc;
}
#DL_T:before{
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
}
.DL_Setumei, .Setumei2{
	display: flex;
	padding: 10px;
}
.S_T{
	margin-top: 50px;
}
.Setumei2 p{
	margin-left: 25px;
}
.Setumeiol {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin-left: 50px;
}
S.etumeiol li {
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}
.Setumeiol li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background: #C0C0C0;
	color: #F30100;
	display: block;
	float: left;
	line-height: 22px;
	margin-left: -30px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
}
td {
	text-align:center;	vertical-align:middle;
}
table img{
	width:100%;
	height: auto;
}

/*ここまでダウンロードページ共通*/