@charset "utf-8";
/* ::::::::::::::: 全体レイアウト指定 ::::::::::::::: */
html, body {
	width: 100%;	height: auto;
	margin: 0;	padding: 0;
//	overflow-y: hidden; }


ul, li, p, a, span {
	color: #352E2B;
	font-size: 0.875rem;
	line-height: 1.8;
	letter-spacing: 0.15rem;
	text-decoration: none;
	list-style: none; }


#wrapper {
	width: 800px;	height: auto;
	margin: 0;	padding: 0; }


/* ::::::::::::::: 区分け指定 ::::::::::::::: */
#goods {
	display: flex;
	justify-content: space-between;
	margin: 0;	padding: 0; }


.novel {
	width: 50%;	height: auto;
	border-right: 1px solid #FFF; }


.comic {
	width: 50%;	height: auto; }


/* ::::::::::::::: 区分け指定 ::::::::::::::: */
#topic {
	margin: 2px 0 3px 0;	padding: 0; }


/* ::::::::::::::: 帯指定 ::::::::::::::: */
h5 {
	width: 100%;
	color: #FFF;	font-weight: bold;
	line-height: 2.1;
	letter-spacing: 0.15rem;
	text-align: center;
	background: #45496A;
	margin: 0; padding: 0; }


/* ::::::::::::::: 差し込みバナー指定 ::::::::::::::: */
#list {
	display: flex;
	justify-content: space-between; }