@charset "utf-8";
/* CSS Document */

.wallpapers{
	color:#FFF;
	background-color:#231816; width:640px; clear:both;
	font-size:20px;
}

.wallpapers p{
	padding:10px 15px;
	font-size:18px;
}



.wallpapers #main{
	clear:both;
}

.wallpapers h3{
	font-size:24px;
	text-align:center;
	padding:20px 0;
	
	
}


.wallpapers #about{
	margin:5px;
	text-align:left;
	font-size:18px;
	border-radius:15px;
	border:2px #CCCCCC solid;
	background-color:#352b29;

}

#attention{
	text-align:left;
	font-size:14px;
}


h4{
	font-size:24px;
	text-align:center;
	margin-top:20px;
	
}


#comics01{
	text-align:center;
}


#char{
	padding:5px 10px 15px;
	background-color:#484e6e;
	font-size:14px;
	
}


.paper{
	width:580px;
	margin:0 auto;
	display:table;
	
}


.paper div{
	display:table-cell;
	width:310px;
    vertical-align:middle;


}
.paper ul{
	padding-left:20px;
}

.paper li{
	margin-bottom:5px;
	
}


.paper li a{
	display:table-cell;
	  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  color: #ffffff;
  font-size: 14px;
  background: #e20757;
  padding: 5px 0 5px 0;
  text-decoration: none;
  font-weight:bold;
  text-align:center;
  width:200px;
}


.paper li a:hover{
	  background: #f6548f;
  text-decoration: none;
}




#char h4{
	margin-bottom:15px;
}

#char td strong{
	font-size:16px;
}

#char td{
	padding:5px 5px 0;
	
}




#infomation{
	padding:5px 15px 30px;
	background-color:#ad72be;
	font-size:14px;
	
}



#infomation div{
	text-align:center;
	
}

#infomation dd{
	margin-bottom:1em;	
}

#infomation dt{
	font-size:1.1em;
	font-weight:bold;
}


#prize{
	padding:5px 10px 15px;
	background-color:#fdb175;
	font-size:14px;
	text-align:center;
	
}



#prize td{
	font-size:22px;
	
}


#prize table{
	margin-bottom:15px;
}



#prize a{
	margin-bottom:15px;
}


#prize p{
	margin:15px 0 15px;
	
}

#prize .btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  color: #ffffff;
  font-size: 30px;
  background: #e20757;
  padding: 10px 40px 10px 40px;
  text-decoration: none;
  font-weight:bold;

}

#prize .btn:hover {
  background: #f6548f;
  text-decoration: none;
}

#title{
	text-align:center;
	padding:10px 0 20px;;
	
}


#title p{
		margin-top:20px;
}

#title a{

	  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  color: #ffffff;
  font-size: 27px;
  background: #8159AC;
  padding: 10px 40px 10px 40px;
  text-decoration: none;
  font-weight:bold;

}


#title a:hover {
  background: #8072B6;
  text-decoration: none;
}