/* -------------------------------
 * FONTSIZE MODEL * 基本サイズ14px
 * -------------------------------
 *  72% ->		10pxに相当
 *  79% ->		11pxに相当
 *  86% ->		12pxに相当
 *  93% ->		13pxに相当
 * 100% ->		14pxに相当
 * 108% ->		15pxに相当
 * 115% ->		16pxに相当
 * 122% ->		17pxに相当
 * 129% ->		18pxに相当
 * 136% ->		19pxに相当
 * 143% ->		20pxに相当
 * ------------------------------- */
/*--------------
基本設定
----------------------------------------------------------*/
html {
	background:#f0f2dd url(../images/bg.gif) repeat;
}
body {
	line-height:1.6;
	letter-spacing:1px;
	color:#333;
	font-size:14px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
br {
	letter-spacing:normal;
}
a {
	color:#00f;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#f00;
	text-decoration:underline;
}
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}
img {
	border:0;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
}
strong {
	font-weight:bold;
}
.mb0 {
	margin-bottom:0 !important;
}
.ml0 {
	margin-left:0 !important;
}
.mt1em {
	margin-top:1em !important;
}
.mr1em {
	margin-right:1em !important;
}
.mb1em {
	margin-bottom:1em !important;
}
.mt2em {
	margin-top:2em !important;
}
.mb2em {
	margin-bottom:2em !important;
}
.text_left {
	text-align:left !important;
}
.text_right {
	text-align:right !important;
}
.text_center {
	text-align:center !important;
}
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }
/*--------------
構造
#container
	┗#header
	┗#contents
		┗#main
	┗#bg_bottom
#footer
@media print
----------------------------------------------------------*/
#container {
	width:602px;
	margin:0 auto;
}
#header {
	width:602px;
	height:150px;
	background: url(../images/bg_body.gif) 0 0 repeat-y;
}
#contents {
	width:602px;
	background: url(../images/bg_body.gif) 0 0 repeat-y;
}
#main {
	width:562px;
	margin:0 20px;
}
#bg_bottom {
	width:602px;
	height:10px;
	padding:0;
	background: url(../images/bg_bottom-trans.png) no-repeat;
	font-size:0;
}
#bg_bottom span {
	visibility: hidden;
}
#footer {
	width:602px;
	margin:0 auto;
	font-size:86%;
}
/*--------------
container
----------------------------------------------------------*/
.floatL{float:left;}
.floatR{float:right;}
.komeindent {
	text-indent:-1em;
	padding-left:1em;
}
.red{color:#f00;}
ul.service_name {
	margin-top:20px;
	margin-left:35px;
}
ul.service_name li {
	font-size:115%;
	list-style-type:decimal;
}
/*--------------
header
----------------------------------------------------------*/
#header h1 {
	width:600px;
	height:150px;
	margin:0 0 0 1px;
	background: url(../images/site_logo.gif) no-repeat;
}
#header h1 span{
	visibility: hidden;
	display: block;
}
/*--------------
contents
----------------------------------------------------------*/
/* 回り込み解除 */
#contents:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/*--------------
main
----------------------------------------------------------*/
#main h2 {
	font-size:143%;
	border : 1px solid #b0c4de;
	color:#191970;
	background-color:#f1f5fc;
	margin:0 0 10px -10px;
	padding:5px;
	font-weight:bold;
}
#main h2 span{
	display:block;
	border-left: 7px solid #000099 ;
	padding-left:3px;
	height : 25px;
	padding:4px 0px 0px 9px;
	line-height:25px;
}
#main h3 {
	font-size:115%;
	font-weight:bold;
}
#main p {
	margin-bottom:1em;
}
#main p.welcome_message {
	text-align:center;
}
#main p.error_message {
	padding:25px 0 0 0;
	color:#f00;
	font-weight:bold;
	font-size:115%;
	text-align:center;
}
#main table {
	margin:0 0 10px 0;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
#main table th{
	width:150px;
	padding:0.3em 0.5em;
	border:1px solid #999;
	background-color:#efefef;
	color:#333;
	font-weight:bold;
	text-align:left;
	white-space:nowrap;
}
#main table th span {
	white-space:nowrap;
}
#main table td{
	padding:0.5em 0.5em;
	border:1px solid #999;
}
#main table td .notes {
	font-size:86%;
}
#main table td input[type="submit"]{
	width:75px;
}
div#login {
	padding:25px 0;
	text-align:center;/* for IE6 */
}
div#login dl {
	width:380px;
	margin:0 auto;
	/*padding-bottom:15px;*/
}
div#login dt {
	float: left;
	width: 137px;
	margin: 0;
	padding: 0.2em 0 0.2em 1em;
	color: #333;
	text-align:right;
	/*border:1px solid #f00;*/
}
div#login dt span {
	visibility: hidden;
}
div#login dt.id {
	background: url(../images/login_id.gif) 0 50% no-repeat;
}
div#login dt.pw {
	background: url(../images/login_pw.gif) 0 50% no-repeat;
}
div#login dd {
	margin: 0 0 0 151px;
	padding: 0.2em 0 0.2em 0;
	font-weight:bold;
	text-align:left;
	width: 310px;
	/*border:1px solid #f00;*/
}
div#login dd input {
	width:200px;
	margin-bottom: 6px;
}
/* パスワード表示切替 */
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + label {
	display: inline-block;
	margin-right: 0.8em;
	padding: 3px 3px 3px 22px;
	position: relative;
}
input[type="checkbox"] + label::before,
input[type="checkbox"] + label::after {
	content: "";
	display: block;
	position: absolute;
	transition: all .2s;
}
input[type="checkbox"] + label::before {
	background: #f4f4f4;
	border: 1px solid #ccc;
	border-radius: 3px;
	top: calc(0.5em - 2px);
	left: 0;
	width: 14px;
	height: 14px;
}
input[type="checkbox"] + label::after {
	border-left: 2px solid #767676;
	border-bottom: 2px solid #767676;
	top: calc(0.5em + 2px);
	left: 3px;
	width: 8px;
	height: 4px;
	opacity: 0;
	transform: rotate(-45deg) scale(.5);
}
input[type="checkbox"] + label:hover::before {
	background: #fff;
}
input[type="checkbox"]:checked + label::before {
	background: #fff;
	border: 1px solid #767676;
}
input[type="checkbox"]:checked + label::after {
	transform: rotate(-45deg) scale(1);
	opacity: 1;
}
div#login dd.show_pass {
	font-weight: normal;
	user-select: none;
}
div#login dd:has(+ .show_pass) {
	padding-bottom: 0;
}

div#login dd input.cb_pass {
	width: 14px;
	height: 14px;
	margin-bottom: 0;
}
div#login dd.amendment {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 8px;
}
div#login .ex_sample {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 32px;
}
div#login .ex_text {
	text-align: left;
	font-size: 12px;
}
div.login_button a {
	display:block;
	width:216px;
	height:57px;
	margin:0 auto;
	background: url(../images/login_button.gif) 0 0 no-repeat;
}
div.login_button a:hover {
	background: url(../images/login_button.gif) 0 -57px no-repeat;
}
div.login_button span {
	visibility: hidden;
}
#menu ul {
	width:280px;
	margin:0 0 0 170px;
}
#menu ul li {
	display: block;
	padding-top: 10px;
}
#menu ul li a {
	background-image: url(../images/pw_yajirushi.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	text-decoration: none;
}
#menu ul li div{
	text-indent:15px;
}
#menu a:hover {
	background-image: url(../images/pw_yajirushi_hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	text-decoration: underline;
}
#menu_left {
	padding:20px 0;
}
#menu_left ul li {
	display: block;
	padding-top: 10px;
}
#menu_left ul li a {
	background-image: url(../images/pw_yajirushi.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	text-decoration: none;
	font-weight:bold;
	font-size:129%;
}
#menu_left ul li div{
	text-indent:18px;
	font-size:86%;
}
#menu_left a:hover {
	background-image: url(../images/pw_yajirushi_hover.gif);
	text-decoration: underline;
}
#cert_mark {
	height:80px;
	padding:10px 0;
}
#cert_mark ul {
	text-align:center;
}
#cert_mark ul li {
	margin:0;
	padding:0;
	font-size:86%;
	vertical-align:top;
	display:inline-block;
	/display:inline;
	/zoom: 1;
	list-style-type:none;
}
.alert_message {
	padding:25px 0;
	color:#f00;
}
#main .info {
	border: 1px dotted #25257d;
	border-radius: 8px;
	margin-bottom: 16px;
	padding: 24px;
}
#main .info .info_ttl {
	color: red;
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 8px;
	text-align: center;
}
#main .info p {
	text-align: center;
}
#main .info p span {
	font-weight: bold;
}
#main .info p:last-of-type {
	margin-bottom: 0;
}
/*--------------
footer
----------------------------------------------------------*/
#footer ul{
	text-align:center;
}
#footer li{
	margin:0;
	padding:0;
	font-size:86%;
	vertical-align:top;
	display:inline-block;
	/display:inline;
	/zoom: 1;
	list-style-type:none;
}
#footer li a {
	padding:0 10px;
}
address {
	padding:10px 0;
	font-style:normal;
	font-size:86%;
	color:#333;
	text-align:center;
}
/*--------------
totop
----------------------------------------------------------*/
div#totop{
	position:fixed;
	bottom:0;
	right:0;
}
/*--------------
印刷用設定
----------------------------------------------------------*/
@media print{
	html {
	}
	#totop{
		display:none;
	}
}