@charset "utf-8";

article{
	display:flex;
	justify-content:center;
	width:1340px;
	margin:0 auto;
}

main{
	padding:20px;
	background:#fff;
}

/*=================最新話=================*/

.comic_new{
	margin:20px 0;
}

.comic_new .update{
	position:absolute;
	top:15px;
	left:200px;
	font-size:12px;
	color:#f00;
}

.comic_new .head{
	position:relative;
}

#comicBox{
	display:flex;
	padding:10px;
	background:#fef1f1;
	border:1px solid #ccc;
}

#comicBox .left{
	width:350px;
	margin-right:10px;
}

#comicBox .right{
	box-sizing:border-box;
	width:490px;
	padding:10px;
	background:#fff;
	box-shadow:0 0 3px #aaa;
	font-size:12px;
}

#comicBox .right h4 a{
	color:#c80037;
	font-size:18px;
}

#comicBox .right h3{
	color:#fc03a1;
	font-size:14px;
}

#comicBox .right .profileDetail{
	margin:5px 0;
}

#comicBox .right .read{
	border:1px solid #b1770b;
	background:linear-gradient(to bottom,#f3ea81 0,#feb848 100%);
	box-shadow:0 0 2px #fff inset;
	text-align:center;
}

#comicBox .right .read a{
	display:block;
	padding:10px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-shadow:0 0 5px #be7808;
}

/*=================バックナンバー=================*/

#backNumber{
	padding:10px;
	background:#fef1f1;
	border:1px solid #ccc;
}

#backNumber ul{
	display:flex;
	flex-wrap:wrap;
}

#backNumber ul li{
	box-sizing:border-box;
	display:flex;
	width:49%;
	margin-right:2%;
	padding:10px;
	background:#fff;
	box-shadow:0 0 3px #aaa;
	font-size:12px;
}

#backNumber ul li:nth-child(2n){
	margin-right:0;
}

#backNumber ul li .left{
	width:90px;
	margin-right:10px;
}

#backNumber ul li .right{
	width:300px;
}

#backNumber ul li .right .upDay{
	font-size:10px;
	font-weight:bold;
	text-align:right;
}

#backNumber ul li .right dl{
	display:flex;
}

#backNumber ul li .right dt{
	color:#fc03a1;
	margin-right:5px;
}

#backNumber .right .read{
	border:1px solid #b1770b;
	background:linear-gradient(to bottom,#f3ea81 0,#feb848 100%);
	box-shadow:0 0 2px #fff inset;
	text-align:center;
}

#backNumber .right .read a{
	display:block;
	padding:5px;
	color:#fff;
	font-weight:bold;
	text-shadow:0 0 5px #be7808;
}

/*=================漫画閲覧ページ=================*/

.top_img,.comicSpace{
	text-align:center;
}

#pager{
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top:20px;
}

#pager div{
	width:166px;
	margin:0 20px;
}

#pager p{
	font-size:24px;
}

#profile{
	display:flex;
	justify-content:space-between;
	margin:20px 0;
	padding:20px;
	border:1px solid #aaa;
}

#profile .shopData{
	width:500px;
	margin-right:10px;
}

#profile .shopData h3{
	padding:5px;
	background:linear-gradient(to bottom,#fff 0,#efefef 1%,#fff 90%);
	border:1px solid #ccc;
}

#profile .shopData h3 a{
	color:#c80037;
}

#profile .shopData h4{
	padding:5px;
	color:#c80037;
}

#profile .shopData ul{
	display:flex;
	flex-wrap:wrap;
}

#profile .shopData ul li{
	width:50%;
	padding:5px 0;
	border-top:1px dashed #333;
}

#profile .gal{
	display:flex;
}

#profile .galInfo{
	box-sizing:border-box;
	width:160px;
	padding:10px;
	background:#fcf1f8;
}

#profile .thumb{
	width:120px;
}

.nav ul{
	display:flex;
	justify-content:center;
}

.nav ul li{
	width:258px;
	height:50px;
	line-height:50px;
	margin:20px;
}

.nav ul li a{
	display:block;
	background:linear-gradient(to bottom,#6c0ccf 0,#8f26f2 100%);
	border:2px solid #6d19cf;
	border-radius:5px;
	box-shadow:0 0 2px #faf inset;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	text-align:center;
}