@charset "UTF-8";
/* CSS Document */
body {
/* 	background: #4AC29A; fallback for old browsers
	background: -webkit-linear-gradient(to left, #BDFFF3, #4AC29A);
	background: linear-gradient(to left, #BDFFF3, #4AC29A); */
	background: url(../image/common/mecha_bg.png) no-repeat;
	background-position: center;
	/* Chrome 10-25, Safari 5.1-6 */
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	font-size: 12px;
	color: #4D4D4D;
	line-height: 150%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "MSPGothic", "ＭＳ Ｐゴシック", sans-serif;
	overflow-x: hidden;
}
html::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: linear-gradient(to left, rgba(167,191,232,.4), rgba(97,144,232,.4));
  z-index: -1;
}

#pagebody {
	width: 585px;
	min-height: 100vh;
	margin: 0 auto;
	position: relative;
	text-align: center;
	display: flex;
}

#main_contents {
	width: 100%;
	justify-content: center;
	flex-direction: column;
	display: flex;
	align-items: center;
	position: relative;
	flex-grow: 1;
}
#inputTextArea {
	background: #FFFFFF;
	justify-content: center;
	flex-direction: column;
	display: flex;
	align-items: center;
	position: relative;
	box-shadow: 0 13px 15px 0 rgba(0, 0, 0, .5);
	padding: 40px 20px;
}

#tricare-drive-logo {
	max-height: 50px;
	position: relative;
	display: flex;
	flex-direction: column;
}
#tricare-drive-logo img {
	background-repeat: no-repeat;
	max-width: 370px;
	max-height: 110px;
}

#login_msg {
	max-width: 370px;
	width: 350px;
	min-height: 60px;
}
#login_msg #T_BODY_ON_MESSAGE {
	margin-top: 6px;
	margin-bottom: 6px;
	width: 350px;
	border-radius: 10px;
}

#contents, #mailform-contents {
	position: relative;
	display: flex;
	flex-direction: column;
	max-width: 380px;
}
#contents .inputDiv, #mailform-contents .inputDiv {
	border: none;
	position: relative;
	font-family: arial, sans-serif;
}
#contents .inputDivHide {
	display: none;
}
#contents #account_id, #contents #agent_id {
	ime-mode: disabled;
}
.txbox {
	margin-bottom: 15px;
	padding-top: 0.25em;
	padding-left: 0.25em;
	height: 1.5em;
	width: 280px;
	font-size: 24px;
	vertical-align: middle;
	font-family: arial, sans-serif;
	border: 1px solid gray;
}.txbox+label {
	display: block;
	cursor: text;
	color: #777777;
	transition: .15s ease-out all;
	position: absolute;
	top: 1em;
	left: 1em;
	font-size: 15px;
}
.txbox:focus+label, .txbox+label.stay {
	top: 0.2em;
	left: 1.5em;
	font-size: .7em;
	font-weight: bold;
	color: #777777;
	transition: .15s ease-out all;
}
#contents #box1 {
	text-align: center;
}
.round-button {
	background: #0B9B8A;
	margin: auto;
	width: 280px;
	font-size: 17px;
}
.round-button:hover {
	background: #0B8576;
}
#box1 .pass {
	height: 20px;
	margin-top: 15px;
	padding-left: 20px;
	background-position: 0 1px;
}
#box1 .link_off {
	text-decoration: none;
	border: none;
	color: gray;
	font-size: 120%;
}
#box1 .link_on {
	text-decoration: underline;
	color: gray;
	font-size: 120%;
}

#announceArea {
	width: 480px;
	line-height: 1.5;
	padding-top: 15px;
}
#announceArea #announceHeader {
	width: 470px;
	border: 1px solid #A5ADA7;
	color: #000000;
	background: #FFFFFF;
	font-size: 18px;
	border-radius: 8px 8px 0 0;
	border-bottom: none;
	padding: 5px;
}
#announceArea #announceContent {
	width: 470px;
	line-height: 1.5;
	border: 1px solid #A5ADA7;
	background: #FFFFFF;
	border-radius: 0 0 8px 8px;
	text-align: left;
	padding: 5px;
}

#footer {
	width: 900vh;
	min-width: 100vh;
	height: 40px;
	position: absolute;
	display: block;
	bottom: 0;
	background: #0B9B8A;
}
#footer ul {
	display: inline-block;
	margin-left: 12px;
}
#footer ul:hover {
	text-decoration: underline;
}
#footer li {
	background-position: 0 1px;
	padding-left: 20px;
	display: inline-block;
	margin-top: 15px;
}
#footer .whiteLink_off {
	text-decoration: none;
	border: none;
	color: #FFFFFF;
	font-size: 120%;
}
#footer .whiteLink_on {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 120%;
	cursor: pointer;
}


#mailform-modal-content {
	display: none;
}
#simplemodal-overlay {
	background-color: #000000;
	cursor: wait;
}
#mailform-modal-container {
	background-color: #F0F8FF;
	border: 1px solid #444444;
	color: #4D4D4D;
	height: 400px;
	padding: 25px 15px;
	width: 400px;
	display: flex;
    flex-direction: column;
}
#mailform-modal-container code {
	background: none repeat scroll 0 0 #141414;
	border-left: 3px solid #65B43D;
	color: #BBBBBB;
	display: block;
	font-size: 12px;
	margin-bottom: 12px;
	padding: 4px 6px 6px;
}
#mailform-modal-container .simplemodal-data {
	padding: 10px;
	display: flex;
	flex-direction: column;
}
#mailform-modal-container h1 {
	font-size: x-large;
	color: #0B9B8A;
	font-weight: bold;
}
#mailform-modal-container #mailform_msg {
	min-height: 55px;
}
#mailform-modal-container #mailform-contents-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%
}
#mailform-modal-container #mailform-contents-inner input[type="text"] {
	ime-mode: disabled;
}
#mailform-modal-container #mailform-contents-footer a {
	margin-top: 15px;
}
#mailform-modal-container #mailform-contents-footer a.disabled {
	background: #AAAAAA;
}
