/*赤猫CSS*/

body{
	color: #000000;
	background-color:#f3e2d5;
	letter-spacing: 0.1em;
}

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

}

h1{
	color: #fff;
	font-size: x-large;
	padding: 0em 0em;
	font-family: fot-chiaro-std, sans-serif;
	font-weight: 700;
	border: none;
	background-color: rgba(113,2,2,1.00);
	text-align: center;
}

h2{
	color: rgba(114,3,3,1.00);
	font-size: large;
	padding: 0em 0em;
	margin: 20px auto;
	font-family: fot-chiaro-std, sans-serif;
	font-weight: 700;
	border: none;
	border-bottom: solid 2px rgba(114,3,3,1.00);
	text-align: center;
	width: 90%;
}


/*フォント*/

.color2{
	color: #FFDE56;
}

.color3{
	color: #710202;
}

.color4{
	color: #0d0c49;
}

img.img_ss{
	margin: 10px auto;
	width: 100%;
}

.box_product_akn{
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	margin: 20px auto;
    border: solid #710202 1px;
	background-color: #deb18c;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

div.tit_game_red{
	margin: 0px;
	width: 100%;
	background-color: #710202;
	text-align: center;
	color: #fff;
	font-size: medium;
	padding: 10px 0px;
	font-family: fot-chiaro-std, sans-serif;
	font-weight: 700;
	border: none;
}

div.tit_game_blue{
	margin: 0px;
	width: 100%;
	background-color: #0d0c49;
	text-align: center;
	color: #fff;
	font-size: medium;
	padding: 10px 0px;
	font-family: fot-chiaro-std, sans-serif;
	font-weight: 700;
	border: none;
}

.table_akn{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	letter-spacing: 0px;
	line-height: 1.4em;
	font-weight: 400;
}

.table_akn th{
	text-align: right;
	font-weight: normal;
	}

.table_akn td{
	width: 50%;
	padding-left: 1em;
}

a.dl_btn_red {
	width: 90%;
	padding: 8px 0;
	color: #fff;
	margin: 1em auto;
	font-size: large;
	letter-spacing: 0.2em;
	text-align: center;
	border-radius: 0;
	background: #710202;
	border: solid #710202 1px;
	transition: all 0.5s ease;
}

a.dl_btn_red:hover {
	background: #b20000;
}

a.dl_btn_blue {
	width: 90%;
	padding: 8px 0;
	color: #fff;
	margin: 1em auto;
	font-size: large;
	letter-spacing: 0.2em;
	text-align: center;
	border-radius: 0;
	background: #0d0c49;
	border: solid #0d0c49 1px;
	transition: all 0.5s ease;
}

a.dl_btn_blue:hover {
	background-color: #0e1e7d;
}

a.dl_btn_mini {
	display:inline-block;
	width: 100%;
	padding: 10px 0px;
	color: #fff;
	margin: 0px;
	font-size: medium;
	text-align: center;
	border-radius: 0;
	background: #491f0c;
	border: solid #491f0c 1px;
	transition: all 0.5s ease;
}

a.dl_btn_mini:hover {
	background-color: rgb(158, 83, 33);
}

div.yt_box{
	width: 100%;
}

div.youtube{
	position: relative;
	padding-bottom: 56.25%;/*アスペクト比 16:9の場合の縦幅*/
	width: 100%;
	overflow: hidden;
	margin: 10px auto;
}

iframe.youtube{
	position: absolute;
	   top: 0;
	   left: 0;
	   width: 100%;
	   height: 100%;
}

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

	.dl_btn{

	}

	.dl_btn2{

	}

.box_product_akn{
	width: 480px;
}
	
img.img_ss{
	margin:10px;
	width: 300px;
}
	
div.yt_box{
	width: 900px;
}
	
}

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

footer a{
		text-decoration: underline;
	}

	footer a:link {
		color: #999;
	}
	footer a:visited {
		color:#999;
	}
	footer a:hover {
		color: #D56E6F;
	
	}
	footer a:active {
		color: rgb(0, 0, 0);
	}

footer{
	background-color: #491F0C;
	color: #fff;
	padding: 20px 0;
	letter-spacing: 0.1em;
	font-size: 8pt;
	text-align: center;
	font-weight: bold;
	border: none;

}