@charset "UTF-8";

body{
	background-color:rgba(244, 28, 28, 1);
	}

p{
	font-family: "メイリオ";
	font-weight: 800;
	color: #FFFFFF;
}
@media screen and (min-width: 376px){
	
#header{
margin: auto;
	text-align: center;
	background : #F41C1C;
	background : rgba(244, 28, 28, 1);
	margin-left: -10px;
	width : auto;
	height : auto;
	top: 0px;
}
	
.st1
{
	font-family : Impact;
	font-size : 30px;
	color : #FFFFFF;
	color : rgb(255, 255, 255);
}

	
.st2
{
	font-family :Impact;
	font-size : 25px;
	color : #FFFFFF;
	color : rgb(255, 255, 255);
}
	
	#a-box{
		background-color: aliceblue;
		margin: 5px;
		padding: 30px 25px;
		text-align:left;
	}
	
	
	.manga{
		text-align: center;
		margin:20px 0px
	}
	
	.koma{
		width: 90%
	}
	
	#next2{
		width: 50%;
		text-align: center;
		margin: 30px;
		
	}
	#return{
		text-align: center;
	}
	
	#small-box{
		background-color: #F41D1D;
		padding: 30px;
	
	}
	#lastdo{
		width: 70%;
		text-align: center;
		margin: 10px;
	}
	
	#lastmission{
		text-align: center;
	}
}



@media screen and (max-width: 375px){
	
	#header
{
	text-align: center;
	background : #F41C1C;
	background : rgba(244, 28, 28, 1);
	top : 0px;
	width : auto;
	height : auto;
	margin: 0px 0px 0px ;
}
	


.st1
{
	font-family :Impact;
	font-size : 20px;
	color : #FFFFFF;
	color : rgb(255, 255, 255);
}
	
.st2
{
	font-family :Impact;
	font-size : 14px;
	color : #FFFFFF;
	color : rgb(255, 255, 255);
}
	
	#a-box{
		background-color: aliceblue;
		margin: 1px;
		padding: 10px 10px;
		text-align:center;
		font-size: 15px;
	}

	#str1{
		width: 100%;
	}
	
	.manga{
		text-align: center;
		margin:20px 0px
	}
	
	.koma{
		width: 90%
	}
	
	#next2{
		width: 50%;
		text-align: center;
		margin: 10px;
	}
	#return{
		text-align: center;
	}
	
	#lastmission{
		text-align: center;
	}
	
	#lastdo{
		width: 70%;
		text-align: center;
		margin: 10px;
	}
	
	#small-box{
		background-color: #F41D1D;
		padding: 7px;

}
	
}