@charset "utf-8";
/*
 * 2026-04-12
 */

* {
	padding: 0px;
	margin: 0px auto 0px auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	empty-cells: show;
	font-size: 0.9rem;
	line-height: 1.75;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0; 
}

input[type="text"], input[type="password"], select, textarea {
	background: #fafaff;
    border: 1px solid #999999;
	padding: 0 3px;
	border-radius: 3px;
}
input[type="radio"], input[type="checkbox"] {
	vertical-align: middle;
}
textarea {
	display: block;
}
input[type="text"], select {
	height:1.8rem;
}
button {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	white-space: nowrap;
}

ul, ol {
	margin-left: 1.25rem;
}
li {
	padding-left: 0;
}


.tcd_bk {
	color: #000000;
}
.tcd_rd {
	color: #aa0000;
}
.tcd_gn {
	color: #00aa00;
}
.tcd_bu {
	color: #0000aa;
}
.tcd_b {
	font-weight: bold;
}
.tcd_l {
	font-size: 1rem;
}
.tcd_u {
	text-decoration: underline;
}



body {
	width: 98%;
	max-width: 1000px;
	min-width: 320px;
}

header h1 {
	font-size: 1rem;
	text-align: center;
	border-bottom: 1px solid #a0a0a0;
}

.header_navi {
	border-bottom: 1px solid #a0a0a0;
	background: #f6f6f6;
}
.header_navi div {
	float: left;
	margin: 0 10px;
}

.header_msg {
	border-bottom: 1px solid #a0a0a0;
	color: red;
	padding: 0 10px;
}

footer {
	text-align: center;
	border-top: 1px solid #a0a0a0;
	padding: 10px 0 30px 0;
}


main {
	padding: 10px 10px 50px 10px;
	min-height: 500px;
}

main h2 {
	font-size: 1rem;
	text-align: center;
	margin-top: 1.25rem;
}


.in_form {
	width: 98%;
}
.in_form h3 {
	font-size: 1rem;
}
.in_form h4 {
	font-weight: bold;
	padding-top: 0px;
	color: #333;
}
.in_form h5 {
	font-weight: bold;
	padding-top: 5px;
	color: #333;
}
.in_form th {
	text-align: left;
	border-top: 1px dotted gray;
	border-right: 1px dotted gray;
	padding: 5px;
	width: 30%;
	color: #333;
	background: #f6f6f6;
}
.in_form td {
	text-align: left;
	border-top: 1px dotted gray;
	padding: 5px;
}
.in_form .center {
	text-align: center;
}

.in_form textarea, .in_form input[type="text"], .in_form input[type="password"] {
	width: 100%;
}
.in_form input[type="button"], .in_form input[type="submit"] {
	padding: 0 10px;
}
.in_form .img div {
	padding: 5px 0;
}
.in_form .cmt {
	margin-top: 3px;
	line-height: 1.25;
}

.in_form_cmt {
	margin-left: 0;
	margin-top: 0;
}
.in_form_cmt td {
	border: 0;
	line-height: 1.25;
	padding: 0 5px;
}



.list_form {
	margin-top: 10px;
	width: 98%;
}

.list_form .navi {
	margin: 0 auto 0 0;
}
.list_form .navi .left {
	padding-right: 10px;
	float: left;
}
.list_form .navi .right {
	padding-left: 10px;
	float: right;
}
.list_form .navi input[type="button"], .list_form .navi input[type="submit"] {
	padding: 0 10px;
}

.list_form .page {
	margin: 10px auto 10px 0;
	text-align: left;
}
.list_form .page .b1 {
	padding-right: 10px;
	float: left;
}
.list_form .page .b2 {
	padding-left: 10px;
	float: right;
}
.list_form .page th {
	padding-right: 1.25rem;
	font-weight: normal;
}
.list_form .page td {
	padding: 0 3px;
}
.list_form .page span {
	font-weight: bold;
}
.list_form .page input[type="button"], .list_form .navi input[type="submit"] {
	padding: 0 10px;
}

.list_form .list {
	margin: 0;
	width: 100%;
}
.list_form .list th {
	text-align: left;
	padding: 5px;
	color: #606060;
	background: #f6f6f6;
	line-height: 1.5;
}
.list_form .list td {
	text-align: left;
	border-top: 1px dotted gray;
	padding: 5px;
	line-height: 1.5;
}
.list_form .list input[type="text"], .list_form .list select {
	width: 98%;
	min-width: 50px;
}
.list_form .list input[type="button"], .list_form .list input[type="submit"] {
	padding: 0 2px;
}
.list_form .list .list_style1 {
}
.list_form .list .list_style2 {
	background: #fffcfc;
}


.msg_form {
	margin-top: 50px;
}
.msg_form .msg_ok {
}
.msg_form .msg_err {
	color: red;
}
.hissu {
	color: red;
	font-weight: normal;
	font-size: 0.7rem;
	display: inline-block;
}
.nowrap {
	display: inline-block;
	white-space: nowrap;
}
.hcmt {
	font-weight: normal;
	font-size: 0.7rem;
}


.form_size1 {
	max-width: 600px;
	min-width: 320px;
}
.form_size2 {
	max-width: 800px;
	min-width: 320px;
}

.idp_reminder ol {
	padding-left: 1.25rem;
}


/* clear fix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* リンクに見えるボタンのスタイル */
.link_btn {
    background: none;
    border: none;
    color: #0000ee;       /* 標準的なリンクの色 */
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}
.link_btn:hover {
    color: #551a8b;       /* ホバー時の色（お好みで） */
}
