@charset "UTF-8";
/* バナー広告募集（トップページのメニュー） */
#column_sub #banner_ad {
	margin-top: 30px;
}
#column_sub #banner_ad div.img {
	margin-bottom: 10px;
}
#column_sub #banner_ad div.img img:hover {
	opacity: 0.75;
}
/* バナー広告募集要項 */
div.info_column {
	margin-bottom: 30px;
}
#column_main div.info_column p.text {
	margin-bottom: 1em;
}
#column_main div.info_column p.text.border {
	display: inline-block;
	padding: 0.5em 2em;
	color: #11A304;
	border: 2px solid rgba(17, 163, 4, 0.5);
	border-radius: 8px;
}
/* 表組（神奈川県立松陽高等学校同窓会広告掲載要綱及び掲載基準） */
#column_main table.banner_ad {
	margin-bottom: 20px;
}
#column_main table.banner_ad th, #column_main table.banner_ad td {
	padding: 8px;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	border-bottom: 1px solid #ccc;
}
#column_main table.banner_ad th {
	vertical-align: top;
	white-space: nowrap;
	background-color: #e3f9ec;
}
#column_main table.banner_ad tr:first-child th {
	color: #fff;
	text-align: center;
	white-space: normal;
	background-image: -webkit-linear-gradient(top, #319629, #197912);
	background-image: linear-gradient(to bottom, #319629, #197912);
}
#column_main table.banner_ad td {
	word-break: break-all;
}
/* （スマホ） */
@media (max-width: 599px) {
	#column_main table.banner_ad th, #column_main table.banner_ad td {
		display: block;
		font-size: 12px;
		line-height: 18px;
		border-bottom: none;
	}
	#column_main table.banner_ad td {
		margin-bottom: 10px;
	}
	#column_main table.banner_ad tr:first-child th {
		margin-bottom: 10px;
	}
}
/* 表組（神奈川県立松陽高等学校同窓会広告掲載要綱及び掲載基準）　表組中の表 */
#column_main table.banner_ad table.inner {
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
}
#column_main table.banner_ad table.inner th {
	background-color: inherit;
	border-right: 1px solid #ccc;
}
#column_main table.banner_ad table.inner tr:first-child th {
	color: inherit;
	text-align: left;
	background-image: none;
}
/* （スマホ） */
@media (max-width: 599px) {
	#column_main table.banner_ad table.inner th, #column_main table.banner_ad table.inner td {
		display: table-cell;
		border-bottom: 1px solid #ccc;
	}
}
/* 表組（神奈川県立松陽高等学校同窓会広告掲載要綱及び掲載基準）　表組中のリスト */
#column_main table.banner_ad ul {
	margin-bottom: 10px;
}
#column_main table.banner_ad ul li {
	position: relative;
	margin-bottom: 0.5em;
	padding-left: 1em;
	font-size: 14px;
	line-height: 20px;
}
#column_main table.banner_ad ul li::before {
	position: absolute;
	content: '';
	top: 0.5em;
	left: 0.25em;
	width: 5px;
	height: 5px;
	background-color: #999;
	border-radius: 2.5px;
}
/* （スマホ） */
@media (max-width: 599px) {
	#column_main table.banner_ad ul li {
		font-size: 12px;
		line-height: 18px;
	}
}
/* 約款のボタン */
p.button {
	margin-top: 30px;
}
p.button a {
	display: block;
	width: 100px;
	margin: 0 auto 20px;
	padding: 10px 30px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-indent: 1em;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 1em;
	background-color: #197912;
	background-image: -webkit-linear-gradient(top, #319629, #197912);
	background-image: linear-gradient(to bottom, #319629, #197912);
	border-radius: 4px;
}
p.button a:hover {
	opacity: 0.75;
}
/* 表組（約款）　table.textとtable.agreementの組み合わせ */
#column_main table.agreement {}
#column_main table.agreement th, #column_main table.agreement td {
	border-bottom: none;
}
#column_main table.agreement th {
	white-space: nowrap;
	text-align: right;
	background-color: inherit;
}
#column_main table.agreement td {
	text-align: left;
}
/* 表組（約款）　インデント */
#column_main table.agreement span.indent {
	display: inline-block;
	padding-left: 1em;
}
#column_main table.agreement span.hanging_indent {
	display: block;
	padding-left: 2em;
	text-indent: -2em;
}