h1{
	border-bottom:solid 3px #ff6633;
	margin-bottom: 5px;
}

.attribute{
	width: 70px;
	padding: 0 15px;
	place-items: center;
}

.allAge{
	color:#009933
}

.completeComic{
	color:#009933
}

.gameAbout{
	font-weight: lighter;
	text-align: left;
}

.comicAbout{
	font-weight: lighter;
	text-align: left;
}

.contentsList{
	width:90%;
	min-width: 350px;
	max-width:800px;
	margin:auto;
	list-style-type:none;
}

.book_banner{
	width:170px;
}

.book_detail{
	width: 90%;
	min-width: 350px;
	padding-left: 10px;
	text-align:left;
	font-weight: lighter;
	vertical-align:top;
}

.book_detail>h3{
	border-bottom:solid 1px #ff6633;
	margin-bottom: 5px;
}

.sample-btn {
	width: 200px;
	height: 50px;
	background: #000000;
	color: #ffffff;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
}
.sample-btn:hover{
	width: 200px;
	height: 50px;
	background:#ff0033;
	color:#ffffff;
	color: #ffffff;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
}

/* BGMゲーム別使用リスト用 */
.game_banner_list{
	padding-top: 0;
	padding-bottom: 20px;
}


@media screen and (min-width:769px) {
	.gameSite{
		width: 90%;
		max-width:800px;
		min-width: 350px;
		margin:auto;
		padding:85px 10px 0;
	}

	.content{
		display: flex;
		padding-bottom: 30px;
	}
	
	.contentsList>div{
		display: flex;
	}

	.attribute{
		 height: 40px;
	}

	.books{
		width:90%;
		min-width: 350px;
		max-width:800px;
		margin:auto;
		padding:20px 10px;
		list-style-type:none;
	}

	.shop{
		width:100%;
		display: flex;
	}
}

@media screen and (max-width:768px) {
	.gameSite{
		width: 90%;
		max-width:800px;
		min-width: 350px;
		padding:85px 5px 0;
	}

	.content{
		display: block;
		padding-bottom: 30px;
	}
	
	.contentsList>div{
		display: block;
	}

	.attribute{
		padding: 0;
   }

   .books{
	width:90%;
	min-width: 350px;
	max-width:800px;
	padding:20px 5px;
	list-style-type:none;
}

	.shop{
		width:100%;
		display: block;
	}

	.book_detail{
		padding: 10px;
	}
}



