@charset "utf-8";

/* -------- */
/* 全体属性 */
/* -------- */
	html {
		height: 100%;
	}

	body {
		min-height: 100%;
		display: flex;
		flex-direction: column;
		width: 1280px;
		margin: 0 auto;
		font-family: "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS P ゴシック", verdana,sans-serif;
		font-size: 12px;
		color: #666;
		line-height: 150%;
		letter-spacing: 1px;
	}

	/* リンク */
	a {
		color: #8080c0;
	}
	a:hover {
		text-decoration: underline;
		color: #ff8040;
	}

	select {
		height: 25px;
	}


	/* テーブル全体属性 */
	table {
		table-layout: fixed;
		width: 100%;
		border: 1px solid silver;
		margin-bottom: 20px;
	}
	th, td {
		border: 1px solid silver;
		padding: 5px;
	}

	.center {
		text-align: center;
	}

	/* リスト */
	ul {
		margin: 0;
		padding: 0 0 0 5px;
	}
	li {
		list-style: none;
	}

	/* 文字色（赤） */
	.red {
		color: red;
	}
	.red-b{
		color: red;
		font-weight: bold;
	}

	/* 文字色（青） */
	.blue {
		color: blue;
	}
	/* 右寄せ、左寄せ */
	.float_r {
		float: right;
	}
	.float_l {
		float: left;
	}

	input[type="tel"], input[type="email"] {
		height: 18px;
	}

/* ----------- */
/*  ヘッダ部　 */
/* ----------- */
	div#container {
		position: relative;
		width: 100%;
		flex: 1;
	}
	div#logout {
		float: right;
		margin-top: 10px;
	}
	/* H1タイトル */
	h1 {
		margin: 0;
		height: 60px;
		padding: 10px 0 0 20px;
		border-bottom: 5px solid #eaeaea;
	}
	p#title {
		text-align: right;
		margin:  3px 15px 0 0;
	}


/* ----------- */
/*  メイン部　 */
/* ----------- */
	#main{
		margin: 20px 30px 300px 30px;
	}

	#main section {
		margin: 0 0 50px 0;
	}

	#main section.admin {
		margin-top: 80px;
	}

	/* H2タイトル */
	#main h2 {
		font-size: 16px;
		color: gray;
		letter-spacing: 0;
		border-bottom: 1px solid orange;
		background: url( "../images/key.gif" ) 0px 2px no-repeat;
		margin: 20px 0 10px 0;
		padding-left: 15px;
		width: 100%;
	}

	/* フォームのエラーメッセージ */
		ul.error {
			margin: 0 0 10px 0;
		}
		ul.error li {
			color: red;
			font-weight: bold;
		}



	table.login {
		width: 350px;
	}
	table.login th {
		width: 50%;
		font-weight: bold;
		text-align: left;
		padding: 10px;
	}
	table.login td {
		width: 50%;
		font-weight: bold;
		text-align: center;
		padding: 10px;
	}

	table.pass_reset {
		width: 450px;
	}
	table.pass_reset th {
		width: 150px;
		font-weight: bold;
		text-align: left;
		padding: 10px;
		background-color: #eee;
	}
	table.pass_reset td {
		width: 50%;
		font-weight: bold;
		text-align: left;
		padding: 10px;
	}

	table.border-none {
		width: 150px;
		border: none;
	}
	table.border-none th, table.border-none td {
		border: none;
	}
	table.fuin td {
		background: #fff;
	}
	table.fuin tr:nth-child(odd) td {
		background: #eee;
	}

	table.maewatashi1 th {
		background-color: #e3f0fb;
	}

	table.maewatashi2 th {
		width: 100px;
		height: 40px;
		background-color: #e3f0fb;
	}

	.maewatashi {
		float: right;
		margin: -15px 5px 0 0;
		display: inline-block;
		padding: 0.3em 1em;
		text-decoration: none;
		font-weight: normal;
		font-size: 13px;
		color: #6495ed;
		border: solid 1px #67c5ff;
		border-radius: 3px;
		transition: .4s;
	}

	.maewatashi:hover {
		background: #67c5ff;
		color: white;
		text-decoration: none;
	}

	table.jutaku1 th {
		background-color: #fffacd;
	}

	table.jutaku2 th {
		width: 100px;
		height: 40px;
		background-color: #fffacd;
	}

	.jutaku {
		float: right;
		margin: -15px 5px 0 0;
		display: inline-block;
		padding: 0.3em 1em;
		text-decoration: none;
		font-weight: normal;
		font-size: 13px;
		color: #deb887;
		border: solid 1px #cd853f;
		border-radius: 3px;
		transition: .4s;
	}

	.jutaku:hover {
		background: #f5deb3;
		color: white;
		text-decoration: none;
	}

	table.tsudo1 th {
		background-color: #98fb98;
	}

	table.tsudo2 th {
		width: 100px;
		height: 40px;
		background-color: #98fb98;
	}

	.tsudo {
		float: right;
		margin: -15px 5px 0 0;
		display: inline-block;
		padding: 0.3em 1em;
		text-decoration: none;
		font-weight: normal;
		font-size: 13px;
		color: #6b8e23;
		border: solid 1px #6b8e23;
		border-radius: 3px;
		transition: .4s;
	}

	.tsudo:hover {
		background: #6b8e23;
		color: white;
		text-decoration: none;
	}

	table.office th {
		height: 40px;
		background-color: #eee;
	}

	table.admin td {
		text-align: center;
	}

	table.admin td.left {
		text-align: left;
	}

	table.manage {
		float: left;
		width: 350px;
	}

	table.manage {
		float: left;
		width: 350px;
		margin: 0 0 0 10px;
	}

	table.manage th {
		height: 40px;
		background-color: #eee;
	}

	table.manage td {
		text-align: center;
		width: 50px;
	}


/* ----------- */
/*  フッタ部　 */
/* ----------- */
	footer {
		width: 100%;
		position: absolute;
		bottom: 0;
		margin-top: auto;
	}
	div#footer {
		border-top: 1px dashed #666;
		margin: 10px auto;
		text-align: center;
		padding: 5px 0 0 30px;
	}
