@charset "utf-8";
/* ===========================================================

	Title: contents.css
	Created: 2017-11-30

=========================================================== */
/*

	dl-table
	date-list
	input-ui
	number-display
	account


=========================================================== */

/* ===========================================================

	dl-table

=========================================================== */



/* dl-table--standard */
.dl-table--standard { width: 100%; }
.dl-table--standard > dl { }
.dl-table--standard > dl > dt,
.dl-table--standard > dl > dd,
.dl-table--standard .dl-table__header > dl > dt,
.dl-table--standard .dl-table__header > dl > dd,
.dl-table--standard .dl-table__body > dl > dt,
.dl-table--standard .dl-table__body > dl > dd,
.dl-table--standard .dl-table__footer > dl > dt,
.dl-table--standard .dl-table__footer > dl > dd {
	padding: 1.0em;
	border-top: solid 1px #ddd; border-bottom: solid 1px #ddd;
	vertical-align: middle;
}

.dl-table--standard > dl > dt,
.dl-table--standard .dl-table__header > dl > dt,
.dl-table--standard .dl-table__body > dl > dt,
.dl-table--standard .dl-table__footer > dl > dt {
	color: rgba(0,85,161,1.00);
	background-color: rgba(0,85,161,0.05);
	min-width: 15.0em; width: 1%; white-space: nowrap;
}
.dl-table--standard .dl-table__header > dl > dt {
	color: rgba(255,255,255,1.00);
	background-color: rgba(0,85,161,1.0);
	padding: 0.5em 1.0em; text-align: center;
}




.dl-table--standard > dl > dd,
.dl-table--standard .dl-table__header > dl > dd,
.dl-table--standard .dl-table__body > dl > dd,
.dl-table--standard .dl-table__footer > dl > dd {
	background-color: #fff;
}
.dl-table--standard > dl > dd + dd,
.dl-table--standard .dl-table__header > dl > dd + dd,
.dl-table--standard .dl-table__body > dl > dd + dd,
.dl-table--standard .dl-table__footer > dl > dd + dd {
	border-left: solid 1px #ddd;
}
.dl-table--standard .dl-table__header > dl > dd {
	color: rgba(255,255,255,1.00);
	background-color: rgba(0,85,161,0.8);
	padding: 0.5em 1.0em; text-align: center;
	border-left: solid 1px rgba(255,255,255,0.20);
}




.dl-table--standard > p,
.dl-table--standard .dl-table__caption {
	margin: 0!important; padding: 0.5em 1.0em;
	background-color: rgba(0,85,161,0.80);
	color: #fff;
}
.dl-table--standard p { margin: 0.25em 0; }
.dl-table--standard ul,
.dl-table--standard ol { margin: 0.25em 0; }

.dl-table--standard > dl > dt.dl-table--standard__in,
.dl-table--standard > dl > dd.dl-table--standard__in { padding: 0; }

.dl-table--standard > dl > dt .dl-table--standard__row,
.dl-table--standard > dl > dd .dl-table--standard__row {
	display: block; padding: 1.0em;
	border-bottom: solid 1px #ddd;
}
.dl-table--standard > dl > dt .dl-table--standard__row:last-child,
.dl-table--standard > dl > dd .dl-table--standard__row:last-child {
	border-bottom: none;
}






/* dl-table--number */
.dl-table--number,
.dl-table--number-secondary { width: 100%; }
.dl-table--number > dl,
.dl-table--number-secondary > dl { }
.dl-table--number > dl > dt,
.dl-table--number > dl > dd,
.dl-table--number-secondary > dl > dt,
.dl-table--number-secondary > dl > dd {
	padding: 0.75em 1.0em;
	border-top: solid 1px #ddd; border-bottom: solid 1px #ddd;
}
.dl-table--number > dl > dt,
.dl-table--number-secondary > dl > dt {
	background-color: rgba(0,85,161,0.05);
	width: 50%;
}
.dl-table--number > dl > dt { background-color: rgba(0,85,161,1.00); color: #fff; }
.dl-table--number > dl > dd,
.dl-table--number-secondary > dl > dd { background-color: #fff; text-align: right; width: 50%; }

.big-number--primary,
.big-number--secondary {
	font-size: 1.875em; line-height: 1.2;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
.big-number--primary { color: rgba(0,85,161,1.00); }
.big-number--secondary { color: rgba(0,85,161,0.80); }


/* dl-table--form */
.dl-table--form { width: 100%; }
.dl-table--form > dl { }
.dl-table--form > dl > dt,
.dl-table--form > dl > dd { padding: 5px; border: solid 1px #ddd; }
.dl-table--form > dl > dt {
	background-color: rgba(0,85,161,0.05); padding: 5px 1.0em;
	min-width: 10.0em; width: 1%; white-space: nowrap;
}
.dl-table--form > dl > dd { background-color: #fff; }




/* ===========================================================

	date-list

=========================================================== */


/* news-list */
.news-list { width: 100%; font-size: 1.4rem; }
.news-list dl { }
.news-list dt,
.news-list dd { border-bottom: solid 1px #ddd; }
.news-list dl:first-child dt,
.news-list dl:first-child dd { border-top: solid 1px #ddd;  }
.news-list dt { }
.news-list__date {
	display: inline-block; padding: 0 1.0em 0 0; margin: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: rgba(0,85,161,1.00);
}
.news-list dd { }
.news-list dd a { }
.news-list dd a[target="_blank"]:after {
	display: inline-block;
	padding: 0; margin: 0;
	width: 12px; height: 12px;
	background-image: url(../img/common/icon-blank.png);
	background-repeat: no-repeat;
	background-position: right center;
	content: "";
}

.news-list__text { }


/* file-date-list */
.file-date-list { width: 100%; }
.file-date-list dl { }
.file-date-list dt,
.file-date-list dd { border-bottom: solid 1px #ddd;  }
.file-date-list dl:first-child dt,
.file-date-list dl:first-child dd { border-top: solid 1px #ddd;  }
.file-date-list dt { }
.file-date-list__date { }
.file-date-list dd { }
.file-date-list dd a { margin: 0 1.0em 0 0; }
.file-date-list dd a[target="_blank"]:after { }

.file-date-list__text { }


.file-date-list--revied { width: 100%; }
.file-date-list--revied dl dt,
.file-date-list--revied dl dd {
	border-top: solid 1px #ddd;
	border-bottom: none;
}
.file-date-list--revied dl dt { padding-left: 0; position: relative; }
.file-date-list--revied dl dt::before,
.file-date-list--revied dl dt::after {
	display: block; padding: 0; margin: 0;
	position: absolute; width: 3.0em; left: -4.0em;
	content: "";
}
.file-date-list--revied dl dt::before {
	top: 0; height: 100%;
	border-left: solid 1px #ddd;
}
.file-date-list--revied dl:last-child dt::before {
	top: 0; height: 50%;
}
.file-date-list--revied dl dt::after {
	top: 50%; border-top: solid 1px #ddd;
}


/* file-date-list--nodate */
.file-date-list--nodate { width: 100%; }
.file-date-list--nodate dl { }
.file-date-list--nodate dt,
.file-date-list--nodate dd { border-bottom: solid 1px #ddd;  }
.file-date-list--nodate dl:first-child dt,
.file-date-list--nodate dl:first-child dd { border-top: solid 1px #ddd;  }
.file-date-list--nodate dt { }
.file-date-list--nodate dd { }
.file-date-list--nodate dd a { }
.file-date-list--nodate dd a::before {
	display: inline-block; padding: 0 0.5em 0 0; margin: 0; content: "\f105";
	font-family: FontAwesome; color: #232b4f;
}
.file-date-list--nodate dd a[target="_blank"]:after { }




.sticker {
	display: inline-block; line-height: 20px;
	font-size: 0.688em;
	padding: 0 1em; min-width: 8.0em;
	text-align: center; color: #fff;
}

.file-icon {
	display: inline-block;
	font-size: 1.0rem; line-height: 1.6; padding: 0 1.0em; min-width: 4.0em;
	border: solid 1px #999; color: #999; text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	white-space: nowrap; background-color: #fff; vertical-align: middle;
	text-align: center;
}
.file-icon--pdf {}
.file-icon--xls {}
.file-icon--zip {}

a .file-icon--large,
.file-icon--large {
	display: inline-block;
	font-size: 1.1rem; padding: 0.5em 0.5em 0.25em 0.5em; min-width: 2.0em;
	border: solid 1px #999; color: #999; text-transform: uppercase;
	white-space: nowrap; background-color: #fff; vertical-align: middle;
	text-align: center;
	border-radius: 2px;
}
a .file-icon--large::before,
.file-icon--large::before {
	display: block;
	font-size: 2.0rem; line-height: 1.1; padding: 0 0.5em;
	font-family: FontAwesome;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

a:hover .file-icon--large { color: #fff; background-color: #999; }


/* pdf */
.file-icon--large.file-icon--pdf::before { content: "\f1c1"; }
.file-icon.file-icon--pdf,
.file-icon--large.file-icon--pdf { color: #bf2222; border: solid 1px #bf2222; }
a:hover .file-icon--large.file-icon--pdf { color: #fff; background-color: #bf2222; }
/* xls */
.file-icon--large.file-icon--xls::before { content: "\f1c3"; }
.file-icon.file-icon--xls,
.file-icon--large.file-icon--xls { color: #217346; border: solid 1px #217346; }
a:hover .file-icon--large.file-icon--xls { color: #fff; background-color: #217346; }
/* zip */
.file-icon--large.file-icon--zip::before { content: "\f1c6"; }
.file-icon.file-icon--zip,
.file-icon--large.file-icon--zip { color: #999; border: solid 1px #999; }
a:hover .file-icon--large.file-icon--zip { color: #fff; background-color: #999; }
/* doc */
.file-icon--large.file-icon--doc::before { content: "\f1c2"; }
.file-icon.file-icon--doc,
.file-icon--large.file-icon--doc { color: #2b579a; border: solid 1px #2b579a; }
a:hover .file-icon--large.file-icon--doc { color: #fff; background-color: #2b579a; }
/* file */
.file-icon--large.file-icon--file::before { content: "\f016"; }
.file-icon.file-icon--file,
.file-icon--large.file-icon--file { color: #00182F; border: solid 1px #00182F; }
a:hover .file-icon--large.file-icon--file { color: #fff; background-color: #00182F; }









.file-size {
	display: inline-block;
	font-size: 1.2rem;
	color: #ccc; white-space: nowrap;
	color: #666;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin: 0 0 0 0.5em;
}
.file-size::before, .file-size::after { display: inline; }
.file-size::before { content: "["; }
.file-size::after { content: "]"; }




.list-style__peculiar--original-dot {
	display: block; padding: 0 0 0 1.25em; margin: 0;
}
.list-style__peculiar--original-dot > li {
	margin: 0.25em 0;
	list-style-type: none; list-style-position: inside; text-indent: -1.25em;
}
.list-style__peculiar--original-dot > li::before {
	display: inline-block; width: 1.25em; text-indent: 0;
	content: "\f111";
	font-family: FontAwesome; color: rgba(0,85,161,1.00);
}





/* ===========================================================

	.input-ui

=========================================================== */

.error { color: #D62121; font-weight: bold; }

.input-ui {}

.input-ui input[type=radio],
.input-ui input[type=checkbox] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.input-ui input[type=radio] ~ label:before,
.input-ui input[type=checkbox] ~ label:before {
	font-family: FontAwesome;
	display: inline-block;
	content: "\f1db";
	font-size: 1.0em;
	color: #999;
	width: 1.4em;
}

.input-ui input[type=radio]:checked ~ label:before,
.input-ui input[type=checkbox]:checked ~ label:before,
.input-ui input[type=radio]:checked ~ label,
.input-ui input[type=checkbox]:checked ~ label { color: #285183; }

.input-ui input[type=radio] ~ label:before { content: "\f10c"; }
.input-ui input[type=radio]:checked ~ label:before{ content: "\f192"; }


.input-ui input[type=checkbox] ~ label:before { content: "\f096"; }
.input-ui input[type=checkbox]:checked ~ label:before{ content: "\f14a"; }


.input-ui input[type=radio]:focus ~ label:before,
.input-ui input[type=checkbox]:focus ~ label:before,
.input-ui input[type=radio]:focus ~ label,
.input-ui input[type=checkbox]:focus ~ label { color: #285183; }


.input-ui-text {
	display: block; width: 100%; padding: 5px; margin: 0;
}
.input-ui-text input.input-ui__text {
	display: block; width: 100%; padding: 5px 1.0em; margin: 0;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.15); border-radius: 0;
	background-color: #fff;
	transition: all 0.5s;
	
}
.input-ui-text input.input-ui__text:focus {
	box-shadow: 0 0 10px 0 rgba(0,85,161,0.50);
	background-color: #fff;
}


.input-ui-button { display: block; min-width: 200px; padding: 5px; margin: 0; }

.input-ui-button input.input-ui__button,
.input-ui-button input.input-ui__button--sub {
	display: block; border: solid 1px rgba(0,85,161,1.00);
	background-color: rgba(0,85,161,1.00); color: #fff;
	line-height: 40px; text-align: center;
	width: 100%; font-weight: bold;
	cursor: pointer;
	transition: all 0.5s;
}
.input-ui-button input.input-ui__button--sub {
	border: solid 1px #666; background-color: #666;
}
.input-ui-button input.input-ui__button:hover {
	background-color: rgba(0,85,161,0.80);
}
.input-ui-button input.input-ui__button--sub:hover {
	background-color: rgba(0,85,161,0.80);
}


.input-ui__footer-button {
	display: block; padding: 0; margin: 0; clear: both;
}
.input-ui__footer-button ul {
	display: block; padding: 0; margin: 0; clear: both;
	text-align: center;
}
.input-ui__footer-button li {
	display: inline-block; padding: 0; margin: 0;
}





/* ===========================================================

	number-display

=========================================================== */

.number-display {
	display: inline-block; padding: 0; margin: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: rgba(0,85,161,1.00);
}

.number-display__number,
.number-display__lot {
	display: inline-block; padding: 0; margin: 0;
}

.number-display__number {
	font-size: 1.850em; line-height: 1.2;
}
.number-display__lot {
	display: inline-block; padding: 0; margin: 0;
	font-size: 0.875em; line-height: 1.2;
}




/* ===========================================================

	account

=========================================================== */
#account ul.error li {
	color: #e02121;
	font-weight: bold;
}

#account .password-table th,
#account .password-table td {
	vertical-align: middle;
}
#account .password-table th em {
	color: #e02121;
}
#account .password-table input[type="text"],
#account .password-table input[type="password"] {
	border: solid 1px #ccc;
	padding: 5px;
	margin: 0 0 5px;
}
#account .password-table input[type="text"]:last-child,
#account .password-table input[type="password"]:last-child {
	margin: 0;
}
#account .password-table input[type="text"] {
	width: 60%;
}
#account .password-table input[type="password"] {
	width: 30%;
}
#account .input-btn input[type="submit"] {
	padding: 5px 10px;
	border: solid 1px #ccc;
	border-radius: 3px;
	cursor: pointer;
}
#account .account-message {
	font-size: 1.36em;
	font-weight: bold;
	line-height: 1.8;
}