@charset "utf-8";

/* default */

* {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

body {
	/*font-family: 'Lato', 'sans-serif';*/
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 14px;
	line-height: 1.3;
	color: #4b4c4c;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-moz-osx-font-smoothing: gratranslate3d(0, 0, 0)yscale;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
p,
button,
iframe,
th,
td {
	margin: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
dt {
	font-weight: normal;
}

img,
fieldset,
iframe,
button {
	border: 0 none;
}

button {
	cursor: pointer;
	background: none
}

button:focus {
	outline: 0;
}

li {
	list-style: none;
}

button {
	border: 0 none
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	border-collapse: collapse;
}

legend,
caption,
hr {
	display: none;
}

select,
input,
textarea {}

i,
em,
u,
cite {
	font-style: normal;
}

strong {
	font-weight: normal;
}

img {
	vertical-align: top;
	max-width: 100%;
}

a {
	color: #4b4c4c;
	text-decoration: none;
	outline-offset: -1px;
}

#contents {
	position: relative;
	min-width: 320px
}

.accent {
	color: #4b76ba;
}

.notice-list li {
	border-bottom: 1px solid rgba(216, 216, 216, .5);
	background-color: #F8F8F8;
}

.u {
	text-decoration: underline;
}

.notice-list li a.title {
	display: block;
	background: url('../images/down.png') right 15px center no-repeat;
	background-size: auto 24px;
	padding: 15px 50px 15px 20px;
	font-size: 14px;
	line-height: 20px;
	color: #3e4046;
	font-weight: 500;
}

.notice-list li a.title .timestamp {
	color: #c5c5c5;
	font-size: 12px;
}

.notice-list li a.title em {
	display: inline-block;
	margin-right: 15px;
}

.notice-list li div.item {
	height: 0;
	opacity: 0;
	display: none;
	/*transition: all .3s;*/
	/*-webkit-transition: all .3s;*/
	/*-ms-transition: all .3s;*/
	border-top: 1px solid rgba(216, 216, 216, .5);
	background-color: #FFFFFF;
	color: #000000;
	line-height: 24px;
}

.notice-list li.on a.title {
	background-image: url('../images/up.png');
	color: #3e3e3e;
}

.notice-list li.on div.item {
	display: block;
	opacity: 1;
	height: auto;
	/*padding: 24px;*/
	word-break: keep-all;
}

.padding {
	padding: 20px;
}

.notice-list li.on div.item img {
	width: 100%;
	height: auto;
}


/*common*/

.badge {
	display: inline-block;
	padding: .35em .6em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
}

.text-secondary {
	color: #6A6C71;
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d;
}

.badge-primary {
	color: #fff;
	background-color: #4b76ba;
}

.mt-3,
.my-3 {
	margin-top: 1rem!important
}

.px-3 {
	padding-left: 1rem!important;
	padding-right: 1rem!important;
}

.px-5 {
	padding-left: 2rem!important;
	padding-right: 2rem!important;
}

.float-right {
	float: right;
}

.clearfix {
	clear: both;
}

.btn-accent {
	color: #fff;
	background-color: #4b76ba;
	border-color: #4b76ba;
}

/*.btn-accent:hover {*/

/*    background-color: #414f74;*/

/*    border-color: #414f74;*/

/*}*/

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

.btn .button-arrow {
	width: 24px !important;
	height: 24px !important;
}

.text-center {
	text-align: center!important;
}

.conditional {
	display: none;
}
