@charset "utf-8";
/* CSS Document */
/* =notification01 風俗営業の種類のページ
-------------------------------------------------------------- */
#notification01 .cont_tit img {
	margin: 30px 0 0 0;
}
#notification01 .cont_tit {
	margin-bottom: 40px;
}
#notification01 .tit01 .subtitle {
	background: url(/wp-content/themes/marugoto/img/notification01_subtitle01.png) no-repeat 0 0;
	background-size: 100%;
}
#notification01 .table_tit {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;

	background: #9a0000;
	line-height: 50px;
}
#notification01 table {
	width: 100%;
	margin-bottom: 40px;
}
#notification01 th {
	border: 3px solid #9a0000;
	width: 40%;
	text-align: center;
	background: #fff1f1;
}
#notification01 th.first {
	border-top: none;
}
#notification01 td {
	padding: 10px 15px 10px 25px;
	border-right: 3px solid #9a0000;
	border-bottom: 3px solid #9a0000;
}
#notification01 td.bogr {
	border-bottom: 1px solid #c6c6c6;
}

@media screen and (max-width: 680px) {
	#notification01 .table_tit {
		font-size: 18px;
	}
	#notification01 th {
		padding: 0 2%;
		font-size: 14px;
		text-align: left;
	}
	#notification01 td {
		padding: 10px 2%;
		font-size: 14px;
	}
}