/*************************************
 	観戦ルール・マナー
*************************************/

.manners_txt{
	margin-bottom: 70px;
}
.manners_txt .txt_important{
	color: red;
	font-size: 18px;
	font-weight: bold;
}
.manners_contents{
	margin-bottom: 50px;
}
.manners_contents h3{
	margin-bottom: 10px;
	font-weight: normal;
}
.manners_contents ul{
	padding-left: 1em;
}
.manners_contents .others{
	list-style: disc;
	list-style-position: inside;
}
.manners_contents p{
	padding-left: 1em;
}

@media screen and (max-width: 750px) {
	.manners_txt {
	    margin-bottom: 15px;
	}
	.manners_txt .txt_important{
		font-size: 16px;
	}
	.manners_contents {
	    margin-bottom: 15px;
	}
}

/*------------------------------------------
	〇〇エリア
------------------------------------------*/
