#index .title {
	background: url(../img/header.jpg) no-repeat;
	background-size: cover;
    height: 500px;
    padding: 30px 0 100px;
    margin: 0 -30px 30px;
    box-sizing: border-box;
	position: relative;
}

#index .title::after {
	content: "『大晦日曙草紙』（稿本）　印刷博物館所蔵";
    color: #fff;
    text-shadow: 2px 2px 7px rgb(0 0 0 / 50%);
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#index .logo {
	background: #0005; 
    width: auto;
    height: 80%;
    margin: 20px auto;
	text-align: left;
}

#index .logo img {
	position: relative;
	top:25%;
	left: 50px;
}

#index h1.index {
	font-size: 25px !important;
    line-height: 45px !important;
    height: 50px !important;
    border-bottom: #120044 1px solid;
    border-top: #120044 1px solid;
    font-weight: bold;
    color: #120044;
    text-align: center;
    background: none;
    padding: 0;
	margin: 50px 0 0;
    box-sizing: border-box;
    display: block;
}

#index .btnWrap{
	margin: 40px 0;
}

#index .text {
	text-align: center;
    line-height: 2em;
}

#index .caution {
	display: block;
	/* font-size: 12px; */
	color: #f00;
}

#index a[href^="http"]  {
	background:none !important;
	padding: 0;
	margin: 0;
}

#index .text ul {
	text-align: left;
	padding: 20px 50px;
	margin: 20px 50px;
}

#index .text li {
	list-style-type: decimal;
	border-bottom: #555 1px solid;
	padding: 20px;
}

#index .footer {
	font-size: 12px;
	color: #555;
}