@charset "utf-8";
/* CSS Document */

@media print,
screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
    background-attachment: fixed;
  }
	.p-view-list-button-2{
		width: 230px;
	}	
}

@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    background-color: #000000;
    padding: 130px 0 50px;
    border-radius: 10px;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
  }	
}

.p-view-list-button-wide{
	margin-left: 0;
	margin: 0 auto;
}

.date{
	padding: 8px;
	margin-bottom: 1.5em;
	background-color: #FFF;
}
.date span{
	font-weight: 600;	
}
.date2{
	padding: 8px;
	margin-bottom: 1.5em;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
.date span{
	font-weight: 600;	
}