@charset "utf-8";

/* スマートフォン用CSS */
@media only screen and (max-width: 640px) {
input[type="text"],input[type="password"] {
	width: 95%;
	height: 35px;
	font-size: 18px;
	border: none;
	padding-right: 0!important;
}

/*
 *　ページ全体の枠組み、書式設定
 */

table.errbox {
	top: 32px;
}

table.errbox2 {
	top: 30px;
}

th.paragraphbox, td.paragraphbox {
	top: 0px;
}

/*
 * ボタン
 */

div .button {
	width: 80%;
	vertical-align: bottom;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	text-align: left;
	font-size: large;
}

div .text {
	margin-right: 20px;
	margin-left: 20px;
    border-collapse: separate;
    border-spacing: 0px 30px;
}

/*
　* header内の画面構成用テーブル
　*/
.table {
	width: 100%;
	text-align: center;
	font-size: large;
}

.table td:nth-child(1) {
	text-align: left;
	height: 135px;
}

.table td:nth-child(2) {
	width: 200px;
	height: 135px;
}

.table td:nth-child(3) {
	width: 30%;
	text-align: right;
	vertical-align: bottom;
}

.table span.head1 {
	position: absolute;
	text-align: center;
	top: 3px;
	left: 25px;
	width: 150px;
}

.table span.head2 {
	position: absolute;
	text-align: center;
	top: 3px;
	left: 65px;
	width: 150px;
}

.table span.head3 {
	position: absolute;
	text-align: center;
	top: 3px;
	left: -20px;
	width: 150px;
}

.table span.three-btn {
	position: absolute;
	top: 3px;
	left: 25px;
	width: 150px;
}

.table a.search1 {
	position: absolute;
	text-align: center;
	top: 10px;
	left: 25px;
	width: 150px;
}

.button span.two-row {
	position: absolute;
	text-align: center;
	top: 3px;
	width: 180px;
}

.button span.two-row2 {
	position: absolute;
	text-align: center;
	top: 3px;
	width: 180px;
}

.button span.four-row {
	position: absolute;
	text-align: center;
	top: 3px;
	width: 180px;
}

#body-img-logo {
	width: 220px;
	height: 174px;
	border: 0px;
    position: relative;
    left: 93px;
    top: 25px;
    position: absolute;
    top: 105%;
    margin-bottom: 80px;
}

#body-img-logo2 {
	position: absolute;
	top: 325px;
	left: 80px;
}

#global-body-left {
/*	min-height: 100%;*/
	width: 100%;
}

#global-body-right {
/*	min-height: 100%;*/
	width: 100%;
}

#background-i {
	height: 185px;
	margin: 0 auto  0 auto;
    background: #F0F8FF;
    border-radius: 5px;
    width:100%;
}

#background-l {
	height: 185px;
	width: 100%;
	margin: 0 20px 0 0;
	background: #F0F8FF;
	border-radius: 5px;
}

.button1{
	position: relative;
	left: 20px;
}

.button2{
	position: relative;
	left: 32px;
}

#information {
	width: 95%;
	height: 150px;
	position: relative;
	top: 15px;
	overflow: auto;
	margin:0 auto 0 auto;
    background: #FFFFFF;
    border: medium solid #000000;
}

#background-d {
 	height: 85px;
    margin: 0 0 20px 0;
    background: #F0F8FF;
    border-radius: 5px;
    padding-left: 20px
/*    font-size: 1.5rem;
    white-space: pre-line;*/
}
#download {
	width: 100%;
	height: 80px;
	position: relative;
	top: 15px;
	margin-right: 20px;
}
#background-q {
	height: 55px;
	margin: 0 20px 20px 20px;
    background: #F0F8FF;
    border-radius: 5px;
 /*   font-size: 1.5rem;
    white-space: pre-line;*/
}
#question {
	width: 400px;
	height: 80px;
	position: relative;
	top: 15px;
	margin-left: 20px;
	margin-right: 20px;
}
/* #headtitle {
	font-size: 30px;
	color: #1E90FF;
	margin: 20px 0 0 20px;
	text-align: left;
}
 */
 	::-ms-reveal, ::-ms-clear {
		display: none !important;
	}
	.hideShowPassword-toggle {
		background-color: transparent;
		background-image: url('../img/wink.png'); /* fallback */
		background-image: url('../img/wink.svg'), none;
		background-position: 0 center;
		background-repeat: no-repeat;
		border: 2px solid transparent;
		border-radius: 0.25em;
		cursor: pointer;
		font-size: 100%;
		height: 44px;
		margin: 0;
		max-height: 100%;
		padding: 0;
		overflow: 'hidden';
		text-indent: -999em;
		width: 46px;
		-moz-appearance: none;
		-webkit-appearance: none;
	}
	.hideShowPassword-toggle-hide {
		background-position: -44px center;
	}
	.hideShowPassword-toggle:hover, .hideShowPassword-toggle:focus {
		border-color: #0088cc;
		outline: transparent;
	}

#maintenance{
	width: 100%;
	height: 300px;
}

}