@charset "Windows-31J";

/* # index.html専用 */

/***** 見出し *****/

h2 {
	margin: 0.5rem 0;
	text-align: center;
}
h3 {
	margin: 0.2rem;
	padding: 0.3em;
	border-radius: 5px;
}
	h3.koukou {
		background-color: rgba(168,204,61,0.6);/*#A8CC3D*/
	}
	h3.daigaku {
		background-color: rgba(250,167,0,0.6);/*#FAA700*/
	}

.top-heading {
	background-color: #ffffff;
	border-left: solid 5px #ffaf58;
	border-bottom: solid 2px #cccccc;
	margin: 5px 1rem;
	padding: 0.3rem 0.5rem;
	font-size: 1.1rem;
	font-weight: bold;
}
	.top-heading.koukou {
		border-left-color: #A8CC3D;
	}

/* システム環境の留意点 */
.important-heading {
	background-color: #ffffff;
	border-left: solid 5px #ffb2bf;
	border-bottom: solid 2px #cccccc;
	border-top: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	margin: 5px;
	padding: 0.5rem;
	font-size: 1.1rem;
	font-weight: bold;
}

/***** コンテンツ *****/

.main-content-table {
	width: 820px;
	background-color: #ffffff;
	border: 1px solid #FFC993;
}

.top-content {
	padding: 0 1em 1em 2em;
	line-height: 1.3;
}


/***** リスト *****/

ul {
	margin-top: 0;
}

.list__square,
.list__disc {
	list-style: none;
	padding-left: 0;
	margin-left: 2rem;
}

.list__square li,
.list__disc li {
	position: relative;
}
.list__square li::before,
.list__disc li::before {
	position: absolute;
	left: -1.5rem;
}
.list__square li::before {
	content: "■";
}
.list__disc li::before {
	content: "●";
}

/***** リンク（今後必要に応じてcommonへ要移植） *****/

a[href$=".pdf"] {
	margin-right: 0.3rem;
	padding-right: 18px;
	background: url("../image/link_pdf.png") no-repeat scroll right top transparent !important;
}

/***** 情報提供の注釈表示エリア *****/

.jyoho-teikyo-area {
	width: 740px;
	margin: 0.2rem auto;
	padding: 0.7em;
	font-size: 0.83em;
	border-radius: 5px;
	box-shadow: 0px 1px 4px #3F3F3F;
	/* Win7-IE11対応 */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	line-height: 1.2;
}

/***** コピーライト *****/

.copyright {
	display:flex;
	justify-content: space-between;
	padding: 0 1em 2em;
	font-size: 1.1rem;
}
	

/***** 処理選択 *****/

.select-operation-table {
	min-width: 650px;
	margin: 1.5rem auto 0.5rem;
}
	.select-operation-table th {
		text-align: left;
		line-height: 1.2;
	}
	.select-operation-table td {
		text-align: center;
	}

	.select-operation-table .link-button-large {
		margin: 0.3rem 0 1.2rem;
	}
	.select-operation-table ul {
		padding-left: 0;
		margin-bottom: 0;
	}

