@charset "utf-8";

.paper-text {
	text-align: left;
	padding-left: 2rem;
	padding-right: 1rem;
	padding-top: 0rem;
	padding-bottom: 0rem;
	color: rgba(0,0,0,0.9);
}

.paper-title {
	text-align: justify;
	display: block;
	color: rgba(0, 0, 0, 0.9);
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	padding-left: 1rem;
	padding-right: 2rem;
	padding-top: 1rem;
	padding-bottom: 0.2rem;
	margin-left: 1%;
	width: 98%;}


.paper-link {
	text-align: justify;
	color: rgba( 40, 140, 200, 0.9);
	text-decoration: none;
	padding-left: 0rem;
	padding-right: 1rem;
	padding-top: 0rem;
	padding-bottom: 0rem;
}

.paper-link:hover {
	color: rgba( 255, 140, 40, 0.9);
	text-decoration: none;
}


.paper-list{
	list-style: none outside;
	display: block;
	color: rgba( 0, 0, 0, 0.9);
}

.paper-list .paper-item {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: rgba( 0, 0, 0, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.paper-list .paper-item .paper-name{
	margin: 0;
	min-width: 6.5rem;
	text-decoration: none;
	color: rgba( 0, 0, 0, 0.9);
}

.paper-list .paper-item{
	margin: 0;
	width: 100%;
	text-decoration: none;
	color: rgba( 0, 0, 0, 0.9);
}

.paper-link :hover{
  color: rgba( 255, 140, 40, 0.9);
}

@media screen and (max-width: 768px){
.paper-list .paper-item {
  flex-wrap: wrap;
}
}

.paper-jumbotron {
	background-image:url("../image/paper/img_paper.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.paper-jumbotron-h1 {
	text-shadow: 0.2rem 0.2rem 1rem rgba(0,0,0,0.8), -0.2rem -0.2rem 1rem rgba(0,0,0,0.8);
}