/*トップ画像*/

.main_img a {
	text-align:right;
}


.main_img p {
	background-color:#f5f2ee;
	color:#796044;
	padding:10px 15px;
	border:none;
	top:30px;
}

.none{
	display:none;
}

@media screen and (max-width: 800px) {

.main_img a {
	text-align:left;
}
.main_img p {
	top:75%;
}

}


/* 議会政治展広告文  */
.ad-text{
	margin-top:50px;
	margin-bottom:50px;
	padding:20px;
	border:dotted 4px orange;
	background-color:white;
	border-radius:10px;
}



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

