/* --- common --- */

a:focus, *:focus { outline:none; }

span.en {
	display: block;
	padding-top: 5px;
	color: #666;
}
button {cursor: default !important;}

h3 { color: #50c0e9 !important; letter-spacing: 2px;}
h4 { color: #000 !important; font-size: 17px !important; font-weight: bold; padding: 0; }
h4 .en { font-size: 15px !important; font-weight: normal;}

.thumbBox { box-sizing: border-box; margin-bottom: 30px;}
.thumbBox h4 { font-size: 14px !important; padding-left: 7px; border-left: 3px solid #CCC;}
.thumbBox ol { list-style: decimal; color: #000; background: #F9F9F9; padding: 10px;}
.thumbBox li { margin: 15px 20px;}
.thumbBox img { width: 60%; padding-top:10px; padding-bottom:10px; }
.thumbBox p.read { font-size: 85%; padding: 5px; text-align: left; margin-top:10px; }


/* --- slider --- */

.slider img {
	max-width: 100%;
	height: auto;
	border: 5px solid #eee;
}


/* --- whatsnew --- */

.whatsnew .col-lg-12 {
	max-height: 300px;
	overflow-y: scroll;
}

.whatsnew table {
	max-height: 300px;
	overflow-y: scroll;
	width: 100%;
}

.whatsnew th,
.whatsnew td {
	font-weight: normal;
	padding: 10px 10px 20px 10px;
	color: #000;
}

.whatsnew th {
	width: 15%;
	color: #000;
	white-space: nowrap;
	vertical-align: top;
}

.whatsnew td {
	width: 85%;
	color: #50c0e9;
}

.whatsnew td span {
	display: block;
	padding-top: 5px;
	font-size: 90%;
}

.whatsnew td a {
	color: #000;
}

.whatsnew td a:hover {
	text-decoration: underline;
}

/* --- message --- */

.message h3 {
	color: #50c0e9;
}

.message h4 {
	color: #000;
	font-weight: bold;
}

.message .thumb {
	padding-bottom: 30px;
	box-sizing: border-box;
}

.message .thumb img {
	width: 60%;
}
.message .thumb h4 {
	padding: 0;
}
.message .thumb p {
	font-size: 90%;
	padding: 5px;
}

/* --- publication --- */

.publication .accBox .transition,
.publication .accBox div,
.publication .accBox ul li i:before,
.publication .accBox ul li i:after {
  transition: all 0.5s ease-in-out;
}

.publication .accBox .flipIn,
.publication .accBox ul li {
  animation: flipdown 0.5s ease both;
}

.publication .accBox .no-select,
.publication .accBox h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.publication .accBox h2 {
  color: #FFF;
  background: #50c0e9;
  display: block;
  margin: 0;
  cursor: pointer;
  padding: 5px 20px;
}

.publication .accBox div {
  color: rgba(48, 69, 92, 0.8);
  position: relative;
  overflow: hidden;
  max-height: 5000px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}

.publication .accBox ul {
  list-style: none;
  padding: 0;
  background: #F9F9F9;
}

.publication .accBox ul li {
  position: relative;
}

.publication .accBox ul li i {
  position: absolute;
  transform: translate(-16px, 0);
  margin-top: 16px;
  right: 0;
}

.publication .accBox ul li i:before,
.publication .accBox ul li i:after {
  content: "";
  position: absolute;
  background-color: #FFF;
  width: 3px;
  height: 9px;
}

.publication .accBox ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.publication .accBox ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}

.publication .accBox ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.publication .accBox ul li input[type=checkbox]:checked ~ div {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.publication .accBox ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.publication .accBox ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

.publication .accBox a { display: block; padding: 10px 20px; border-bottom: 1px dotted #CCC; }
.publication .accBox div:last-child a { border: none;}
.publication .accBox a:hover { opacity: .6; transition: 0.5s;}

.publication .accBox p { padding: 5px; margin: 0;}
.publication .accBox p:first-child { display: inline-block; font-weight: bold; font-size: 14px; color: #FFF; background: #999; padding: 0 5px; margin-bottom: 5px; width: 5rem; text-align: center;}
.publication .accBox p:nth-child(2) { display: block;}
.publication .accBox p:nth-child(3) { font-weight: bold; display: block;}
.publication .accBox p:nth-child(4) { display: inline-block; font-style: italic;}
.publication .accBox p:nth-child(5) { display: inline-block;}
.publication .accBox p:nth-child(6) { display: inline-block; background: #50c0e9; color: #FFF; padding: 2px 15px;}


/* --- member --- */

.member h4 {
	font-size: 15px !important;
	line-height: 1.5;
}
.member h4 span {
	font-size: 13px !important;
}

.member .align-center {
	padding: 10px;
}

.member .img-responsive {
	max-width: 70%;
	margin: 0 auto;
}

.member p.img-responsive.noimage {
	background: #CCC;
	padding: 50px 0;
	color: #FFF;
}

.member .profile {
	color: #000;
}

.member .profile table {
	margin-bottom: 20px;
}

.member .profile td {
	font-size: 13px;
	padding: 5px 10px;
	letter-spacing: 1px;
	text-align: left !important;
	vertical-align: top;
}
.member .profile th {
	font-size: 15px;
	padding: 5px 30px;
	letter-spacing: 1px;
	vertical-align: top;
	white-space: nowrap;
}

.member .ficon {
	font-size: 12px;
}

/* --- album --- */

.album {}


/* --- access --- */

.access iframe {
	width: 100%;
	height: 400px;
	border: none;
	padding: 10px;
}

.access table {
	width: 100%;
	border-collapse: collapse;
}

.access table th,
.access table td {
	color: #000;
	padding: 10px 20px;
	border: 1px solid #FFF;
}

.access table th {
	white-space: nowrap;
	background: #F9F9F9;
	width: 23%;
}

.access table tr th.second {
	background: #EEF7FA;
	width: auto;
}

.access table td {
	background: #FFF;
}

.access table td p {
	padding: 0;
}

.access table th p:last-child,
.access table td p:last-child {
	margin-bottom: 0;
}

.access table th .en,
.access table td .en {
	padding: 0;
	color: #666;
	font-size: 13px;
}

.access table td span.en {
	display: inline-block;
	margin-left: 1em;
}
