@charset "utf-8";


#gallery{
	background:#fff;
	width:900px;
	padding:20px;
	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	border-radius: 10px;
}

#gallery h3{
	font-size:14px;
	margin-bottom:10px;
	padding-left:10px;
	border-left:#666 solid 8px;
	border-right:#DDD solid 1px;
}

#gallery .comicList li span{
	color:#888;
	font-size:12px;
}

#gallery .comicList li span.newIcon{
	color:#C30;
}


#gallery ul{
	margin-bottom:10px;
}

#gallery .illustList li{
	display:inline;
	font-size:14px;
	margin-right:10px;
}

#gallery .illustList li a{
	font-size:16px;
	text-decoration:none;
}

#gallery .comicList li{
	font-size:14px;
	margin-bottom:5px;
}

#gallery #oldCV{
	padding:10px;
	background:#DDD;
	margin-top:30px;
}

#gallery #oldCV #title{
	font-size:16px;
	font-weight:bold;
	background:#BBB;
	color:#fff;
	margin-bottom:10px;
}

#gallery #past{
	background-image:url(images/bg_past.jpg);
	border:1px solid #ddd;
	padding:10px;
}
#gallery #past .tips{
	font-size:12px;
}
#gallery #past li{
	line-height:1.4;
	margin-bottom:5px;
	font-size:14px;
}

#gallery .newIcon{
	font-weight:bold;
	font-size:12px;
	color:#C30;
}

#gallery .close span{
	font-size:12px;
	color:#666;
}

#illust {
  text-align: center;
  width: 900px;
  background-color: #fff;
  margin: 0 auto;
  font-size:14px;
  padding:20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#illust p{
	font-size:14px;
}

#illust p img{
	margin-bottom:10px;
}

#illust .line{
  width: 880px;
  height: 1px;
  margin: 10px 10px 30px 10px;
  border-bottom:2px dotted #6f998f;
  
}

#comic {
  text-align: center;
  width: 900px;
  background-color: #fff;
  margin: 0 auto;
  font-size:14px;
  padding:20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#comicFull div{
	text-align:center;
	margin-bottom:20px;	
}
#comicFull{
	background:#ddd;
}
#comicFull h2{
	margin-top:20px;
	margin-bottom:30px;
	text-align:center;
}

#comicFull #next {
	text-align:center;
	margin-bottom:30px;
}

