/* ページトップ画像  */
.main_img4 {
	height: 150px;
	background-color: #000;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
}

.main_img4 a {
	display: block;
	width: 100%;
	height: 150px;
	text-decoration:none;
	text-align:center;
}

.main_img4 p {
	margin: 0px;
	padding: 0px;
	background-color:rgb(255, 99, 71);
	padding:15px 30px;
	display: inline-block;
	position:relative;
	top:10px;
	color:black;
	text-align:center;
	border:solid 2px;
	border-color:white;
	
}
.top-text{
	text-align:left;
	margin-left:12%;
	margin-right:12%;
}
.top-text a li{
	padding:12px 0 12px 24px;
	margin:5px 0px;
	list-style:none;
	background-color:rgb(255, 99, 71);
	color:black;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.6);;
}
.top-text a li:hover {
	text-decoration: underline;
}

.top-text a{
	display:block;
	text-decoration:none;
	width:100%;
	font-weight:bold;
}

/* モーダル書誌で長いもの  */
.small_font{
	font-size:70%;
}




