/*白鬼夜行CSS*/

body{
	color: rgb(212, 212, 212);
	font-size: medium;
	background-color:#000;
	letter-spacing: 0.1em;
}

header{
	margin: 0 auto;
	border: none;
	background-color:#000;
    display: flex;
	flex-wrap: wrap;
    justify-content: center;

}

.box_sups{
	width: 100%;
	margin: 30px auto;
	padding: 10px 0px;
	background-color: rgb(11, 36, 82);
	color: rgb(148, 193, 235);
	text-align: center;
	line-height: 1.5em;
}

h1{
	color: rgb(55, 120, 173);
	font-size: large;
	border: none;
	border-bottom: 1px solid rgb(33, 72, 104);
	padding: 10px 0px;
	margin-top: 20px;
	font-family: "heisei-mincho-std", serif;
	font-weight: 900;
	font-style: normal;
	letter-spacing: 0.5em;
}

h2{
	color: rgb(55, 120, 173);
	text-align: center;
	font-size: large;
	border: none;
	border-bottom: 1px solid rgb(33, 72, 104);
	padding: 5px 0px;
	margin-top: 0px;
	font-family: "heisei-mincho-std", serif;
	font-weight: 900;
	font-style: normal;
	letter-spacing: 0.5em;
}

.text_chara{
	padding-top: 30px;
	width:150px;
}

.text_chara:first-line{
	font-size: large;
	font-family: "heisei-mincho-std", serif;
	font-weight: 300;
	font-style: normal;
}

/*キャラ用追加*/

div.c_box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	width: 450px;
	
}

/*Updateとパッチのボックス要素追加用*/

div.dl_i_box {
	
	width: 45%;
	padding: 0px;
}

img.img_lb{
	width: 320px;
	margin: 5px;
}

.dl_btn{
	display:inline-block;
	text-align: center;
	width: 95%;
	padding: 0.3em 0px;
	color: rgb(55, 120, 173);
	font-size: large;
	margin-bottom: 20px;
	border: 1px solid rgba(255, 255, 255, 0.5);
 	background: linear-gradient(to bottom, #66a5d6, #154189);
}

.dl_btn2{
	display:inline-block;
	text-align: center;
	width: 100%;
	padding: 0.3em;
	color: rgb(55, 120, 173);
	margin: 0 auto;
	font-size: medium;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background: linear-gradient(to bottom, #9fbde2, #3c5274);
}

a.dl_btn:link {
	color: rgb(148, 193, 235);
	font-weight: normal;
}
a.dl_btn:visited {
	color: rgb(148, 193, 235);
}
a.dl_btn:hover {
	border: 1px solid rgba(255, 255, 255, 0.1);
  	background: linear-gradient(to bottom, #558bb4, #082c67);

}
a.dl_btn:active {
	color: rgb(148, 193, 235);
}


a.dl_btn2:link {
	color: rgb(208, 224, 240);
	font-weight: normal;
}
a.dl_btn2:visited {
	color: rgb(208, 224, 240);
}
a.dl_btn2:hover {
	border: 1px solid rgba(255, 255, 255, 0.1);
  	background: linear-gradient(to bottom, #87b0e3, #2d4874);

}
a.dl_btn2:active {
	color: rgb(208, 224, 240);
}


.table_bkyk{
	border-collapse: collapse;
	width: 100%;
	margin: 40px auto;

}

.table_bkyk th{
	width: 25%;
	background-color: rgb(11, 36, 82);
	color: rgb(148, 193, 235);
	font-weight: normal;
	border: 2px solid #000;

	}

.table_bkyk td{
	padding: 0.5em 0 0.5em 1em;

}

	/*  ------ PC ------  */
@media screen and (min-width: 1000px){

	.dl_btn{

	}

	.dl_btn2{

	}
	
.table_bkyk{
	width: auto;

}

}

	/*  ------ メディアアクエリ終了------  */

footer a{
		text-decoration: underline;
	}

footer{
	background-color: #000;
	color: rgb(11, 36, 82);
	padding: 20px 0;
	letter-spacing: 0.1em;
	font-size: 8pt;
	text-align: center;
	font-weight: bold;
	border: none;

}