@charset "utf-8";

/* 
---------------------------------------
COSMOS NETWORK
update 2020.07
--------------------------------------
*/

/* Base */
header,footer,nav,section {
	display: block;
}
body,p,h1,h2,h3,h4,h5,h6,ul,li,img {
	font-size: 100%;
	font-weight: normal;
	line-height: 140%;
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	-webkit-text-size-adjust: none;
	color: #333;
	height: 100%;
	min-height: 100%;
	font-family: Verdana, Roboto, "Droid Sans", "Hiragino Kaku Gothic ProN", sans-serif;
	/* background: linear-gradient(#d9d9d9, #fff, #fff) no-repeat; */
}
img {
	border: none;
	vertical-align: middle;
}
ul, ol {
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: Verdana, Roboto, "Droid Sans", "Hiragino Kaku Gothic ProN", sans-serif;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}
input:focus {
	outline: none;
}
select:focus {
	outline: none;
}
textarea:focus {
	outline: none;
}
input[type="text"],
input[type="password"],
input[type="number"],
textarea,
select {
	border: 1px solid #ccc;
	border-radius: 4px;
	min-height: 1.5em;
	vertical-align: middle;
	font-family: inherit;
	font-size: 100%;
	box-shadow: 0 3px 6px 0 #dfdfdf inset;
	padding: 0 4px;
}
input[type="checkbox"],
input[type="radio"],
select,
label {
	cursor: pointer;
}
input:focus {
	outline: none;
}
select:focus {
	outline: none;
}
textarea {
	font-family: inherit;
	font-size: 100%;
}
textarea:focus {
	outline: none;
}
.inputTextLogin {
	height: 26px;
	width: 100%;
}
/* placeholderの文字設定 */
input::placeholder {
	font-size: 85.71%;
	/* font-weight: bold; */
	color: #888;
}
/* IME */
input.imeActive {
	ime-mode: active;
} /* 全角モード */
input.imeDisabled {
	ime-mode: disabled;
} /* 半角モード（全角変更不可） */

/* Table */
table {
	font-size: inherit;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
}
table th,
table td {
	font-weight: normal;
}
table tbody th,
table tbody td {
	vertical-align: middle;
}
table td > :last-child {
	margin-bottom: 0 !important;
}

/* Link */
a,
a:link {
	color: #0066cc;
	text-decoration: underline;
}
a:hover {
	color: #ff6600;
	text-decoration: none;
}
a:active {
	color: #ff6600;
	text-decoration: none;
}
a:focus {
	outline: none;
}

/* Text */
em {
	font-weight: bold;
}
.kysRed {
	color: #e60012;
}
.crimson {
	color: #d10000;
}
.notice {
	font-size: 78.57%;
}

/* clearfix -*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*＼*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* コンテンツ */
#content {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 5% auto 0 auto;
}
#content h2 {
	width: auto;
	font-size: 114.28%;
	font-weight: normal;
	text-align: left;
	border-bottom: 2px solid #22518c;
	/* border-bottom: 2px solid #8ca9cd; */
	margin: 12px 0;
	padding: 0 0 2px 10px;
}
#content .kysNotice {
	width: 78%;
	text-align: center;
	background: #f0f0f0;
	border-radius: 5px;
	margin: 24px auto;
	padding: 10px 14px;
}
#content .kysNotice p {
	font-size: 85.71%;
	/* font-size: 78.57%; */
	text-align: left;
	display: inline-block;
}

/* ヘッダ */
header { 
	height: 26px;
	text-align: center;
	vertical-align: middle;
}
header h1 {
	font-size: 114.29%;
	font-weight: bold;
	color: #22518c;
	/* margin: 24px 0 6px 0; */
}
header img {
	margin: 0 0 7px 0;
	padding: 0;
}

/* ログイン */
section#login {
	width: 86.667%;
	border: 1px solid #265b95;
	margin: 3% auto;
	padding: 2%;
}
section#login h2 {
	width: auto;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #265b95;
	margin: 0 auto;
	padding: 1% 0 3% 3%;
}
#loginUnit {
	height: auto;
	margin: 5% auto 0 auto;
}
#loginUnit table {
	width: 70%;
	text-align: left;
	margin: 0 auto;
}
#loginUnit table td {
	padding: 4% 0;
}

/* 汎用ボックス */
#multiUnit {
	width: 92.5%;
	height: auto;
	text-align: center;
	margin: 0 auto 24px auto;
}
#messageBox {
	width: 92.5%;
	height: auto;
	text-align: center;
	background: #fff;
	border: 2px solid #3480cb;
	margin: 24px auto;
}
#messageBox p {
	font-size: 92.86%;
	margin: 20px auto;
}

/* Alert Message */
ul.alertMessage {
	width: 80%;
	font-size: 85.71%;
	text-align: left;
	background: #fce5e7;
	border-radius: 4px;
	margin: 20px auto;
	padding: 10px 20px;
}

/* login Button */
#content .loginButton {
	width: 100%;
	margin: 20px auto;
}
#content .loginButton input {
	width: 45%;
	text-align: center;
	text-decoration: none;
	font-size: 114.29%;
	color: #fff;
	display: inline-block;
	background: #265b95;
	border: 1px solid #265b95;
	border-radius: 6px;
	padding: 8px;
}
#content .loginButton input:hover,
#content .loginButton input:active,
#content .loginButton input:focus {
	opacity: 0.6;
}
#content .loginButton p {
	margin: 10px auto;
}

/* Table Design */
/* kysTable */
#content .kysTable {
	width: 100%;
	font-size: 82.14%;
	text-align: left;
	background: #fff;
	border-top: 1px solid #d5d5d5;
	margin: 0 0 12px 0;
}
#content .kysTable th,
#content .kysTable td {
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	padding: 4px 6px;
}
#content .kysTable tbody th {
	vertical-align: middle;
	background: #eff6fb;
}
#content .kysTable tbody td {
	vertical-align: middle;
}
#content .kysTable tbody th:last-child {
	border-right: none;
}
#content .kysTable tbody td:last-child {
	border-right: none;
}

/* Input Button */
.kysButton {
	width: 100%;
	text-align: center;
	margin: 24px auto;
}
.kysButton input {
	width: 40%;
	text-align: center;
	text-decoration: none;
	font-size: 100%;
	color: #fff;
	background: #265b95;
	border: 1px solid #265b95;
	border-radius: 6px;
	margin: 0 14px;
	padding: 10px 0;
	display: inline-block;
}
.kysButton input[class="back"] {
	background: #265b95;
	border: 1px solid #265b95;
	border-radius: 6px;
}
.kysButton input:hover,
.kysButton input:active,
.kysButton input:focus,
.kysButton input[class="back"]:hover {
	opacity: 0.7;
}
/* Input Button2 */
input.button2[type="button"],
input.button2[type="reset"],
input.button2[type="submit"] {
	width: 40%;
	text-align: center;
	text-decoration: none;
	font-size: 100%;
	color: #fff;
	background: #666;
	border: 1px solid #666;
	border-radius: 6px;
	margin: 0 14px;
	padding: 10px 0;
	display: inline-block;
}
input.button2[type="button"]:hover,
input.button2[type="reset"]:hover,
input.button2[type="submit"]:hover {
	opacity: 0.7;
}
input.button2[type="button"]:active,
input.button2[type="reset"]:active,
input.button2[type="submit"]:active {
	opacity: 0.7;
}

/* Footer */
footer#kysFooter {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.copyright {
	font-size: 62.5%;
}
