/* =========================================================
   entry.css — Post / page content (.entrypost, gallery, boxes)
   Used by document singles, news, static pages, etc.
   Do not rename selectors stored in post_content.
   ========================================================= */

/* ---------- Document / single title ---------- */
.single-document .inner h3,
#content .subcaseinr > h3 {
  padding-bottom: 0.3em;
  border-bottom: 2px solid #555;
  font-size: calc(var(--fs-heading) * 1.1);
  line-height: 1.4;
}

/* ---------- Box ---------- */
.box {
  margin-bottom: 2em;
  padding: 1.5em;
  background: #e9eef5;
}

.box > :last-child,
.box > :last-child > :last-child,
.box > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}

.box.alt {
  border: solid 1px #9d9db4;
  padding: 1em;
  background: #fff;
}

.box.alt:last-child {
  margin-bottom: 0;
}

.box.sub {
  padding: 1em;
  background: #fff;
}

/* ---------- Video ---------- */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 2em;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ---------- Entrypost typography ---------- */
.entrypost h5 {
  color: #000;
  margin-bottom: 1em;
  font-weight: 700;
  font-style: normal;
  line-height: 1.45;
  position: relative;
  display: block;
  font-size: var(--fs-heading);
  border-bottom: 2px solid #555;
  padding-bottom: 0.3em;
}

.entrypost h6 {
  font-size: var(--fs-title);
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0.5em;
}

/* Contact / form privacy heading (forum.css is not loaded on these pages) */
.form-group {
  margin-bottom: 0.75em;
}

.form-group h6 {
  display: block;
  margin: 1.75em 0 0.75em;
  padding: 0;
  border: 0;
  font-size: var(--fs-title);
  font-weight: 700;
  line-height: 1.45;
  color: #111;
}

.entrypost h4 {
  color: #000;
  font-weight: 600;
  font-size: var(--fs-heading);
  padding-bottom: 0.5em;
  background-image: repeating-linear-gradient(
    to right,
    #000,
    #ddccee,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  );
  background-size: 4px 4px;
  background-repeat: repeat-x;
  background-position: center bottom;
  text-align: left;
  margin-bottom: 1em;
}

.entrypost p {
  line-height: 2em;
}

.entrypost img {
  max-width: 100%;
  height: auto;
}

.entrypost ul.mbtm {
  margin-bottom: 2em;
}

.entrypost ul:not(.actions) {
  padding-left: 0.5em;
}

.entrypost ul:not(.actions) li {
  list-style-type: none;
  text-indent: -1em;
  line-height: 1.7;
}

.entrypost ul.nogood,
.entrypost ul.nogood li {
  text-indent: 0;
}

.single .entrypost ul:not(.actions).btm {
  margin-bottom: 1em;
}

.entrypost ul:not(.actions).low li {
  margin-bottom: 0.5em;
}

.entrypost ul.lown li {
  margin-bottom: 0;
}

.entrypost ol {
  counter-reset: num;
  list-style-type: none !important;
  padding: 0;
  margin: 0 0 1.5em 0;
}

.entrypost ol li {
  position: relative;
  line-height: 1.6em;
  padding: 0.5em 0.5em 0.5em 30px;
  margin-bottom: 0;
}

.entrypost ol li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  background: #fff;
  border: 1px solid #5700a2;
  color: #5700a2;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  left: 0;
  width: 18px;
  height: 1.6em;
  line-height: 1.6em;
  text-align: center;
  top: 10px;
  letter-spacing: 0;
}

.entrypost ol li ol {
  margin-left: 1em;
  margin-top: 0.5em;
}

.entrypost ol li ol li:before {
  content: "-";
  padding-right: 0;
}

.entrypost ul.good {
  padding-left: 0;
}

/* Content list helpers (used in post_content) */
ol.asterisk {
  counter-reset: number;
  list-style: none;
}

ol.asterisk li {
  font-size: 0.9em;
  line-height: 1.8em;
  letter-spacing: 0;
  padding: 0 0 0.5em 25px;
}

ol.asterisk li:before {
  counter-increment: number;
  content: "※" counter(number) " ";
  border: none;
  padding: 0 0.2em;
  top: 3px;
  width: auto;
}

ul.asterisk {
  padding-left: 0;
}

ul.asterisk li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}

ul.asterisk li:before {
  display: inline;
  content: "※";
  padding: 0;
}

ul.dot {
  margin: 0 0 2em 0;
  padding: 0 0 0 0.3em;
}

ul.dot li {
  list-style-type: none;
  text-indent: -1em;
}

ul.dot li:before {
  display: inline;
  content: "・";
  padding-right: 0;
}

ul.dot ul li:before {
  display: inline;
  content: " - ";
}

ul.dot ul li {
  list-style-type: none;
  text-indent: -0.7em;
}

ul.nogood {
  margin: 0 0 1.25em;
  padding: 0;
  list-style: none;
}

ul.nogood li:before {
  position: absolute;
  left: 0;
  top: 0.12em;
  display: block;
  width: 1.25em;
  margin: 0;
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 0.92em;
  font-weight: 400;
  line-height: 1.45;
  color: #dce;
  text-indent: 0;
}

ul.good li:before {
  display: inline;
  content: "\f00c";
  font-family: FontAwesome;
  color: #dce;
}

ul.good li {
  margin-bottom: 0.3em;
  padding-left: 1em;
  text-indent: -1.5em;
}

ul.nogood li {
  position: relative;
  margin: 0 0 0.9em;
  padding: 0 0 0 1.7em;
  list-style: none;
  text-indent: 0;
  color: #2a2f36;
  font-size: 0.95em;
  line-height: 1.7;
  letter-spacing: 0.01em;
}

ul.nogood li:last-child {
  margin-bottom: 0;
}

ul.btm li {
  margin-bottom: 1em;
}

ul.btmh li {
  margin-bottom: 0.5em;
}

ul.btmh ul li,
ol ul.btm li,
ul.btm ul li {
  margin-bottom: 0;
}

ul.mbtm {
  margin-bottom: 1em;
}

ul.mbtm0 {
  margin-bottom: 0;
}

/* ---------- Entrypost links ---------- */
.entrypost a:not(.button) {
  border-bottom: 1px dotted #582f9f;
  padding-bottom: 0.1em;
  margin-right: 0.3em;
  color: #000;
}

.entrypost a:not(.button):after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
  content: "\f0c6";
  color: #070707;
  margin-left: 0.2em;
  vertical-align: middle;
  font-size: 0.8em;
}

.entrypost a.image {
  border-bottom: none;
  padding-bottom: 0;
  margin-right: 0;
}

.entrypost a.image:after {
  content: none;
}

.entrypost .gallery-item a {
  border-bottom: none;
  padding-bottom: 0;
  margin-right: 0;
}

.entrypost .gallery-item a:after {
  content: none;
  margin-left: 0;
}

/* ---------- Gallery ---------- */
.gallery {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.gallery br {
  display: none;
}

.gallery-item {
  float: left;
  margin-bottom: 0;
  position: relative;
  background: #eee;
  padding: 0.1em;
}

.gallery-icon {
  text-align: center;
  margin-bottom: 0;
}

.gallery-icon img {
  width: 100%;
  height: auto;
}

.gallery-caption {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  bottom: 4px;
  left: 5px;
  padding: 0.5em 1em;
  font-size: 0.8em;
  display: inline-block;
}

.wp-caption-text.gallery-caption {
  margin-bottom: 1em;
  margin-top: 0.5em;
}

.gphoto .wp-caption-text.gallery-caption {
  display: none;
}

.gphoto .gallery-item {
  width: 20%;
  float: left;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  margin-right: 0;
}

.gallery-columns-2 .gallery-item {
  width: calc(100% / 2 - 2%);
  margin: 0 2% 0 0;
}

.gallery-columns-3 .gallery-item {
  width: calc(100% / 3 - 2%);
  margin: 0 2% 0 0;
}

.gallery-columns-4 .gallery-item {
  width: calc(100% / 4 - 2%);
  margin: 0 2% 0 0;
}

.gallery-columns-5 .gallery-item {
  width: calc(100% / 5 - 2%);
  margin: 0 2% 0 0;
}

.gallery-columns-18 .gallery-item,
.gallery-columns-12 .gallery-item,
.gallery-columns-6 .gallery-item {
  width: calc(100% / 6 - 2%);
  margin: 0 2% 0 0;
}

.entrypost .gallery.gallery-columns-2 dl.gallery-item:nth-child(2n) {
  margin-right: 0;
}

.entrypost .gallery.gallery-columns-3 dl.gallery-item:nth-child(3n) {
  margin-right: 0;
}

.entrypost .gallery.gallery-columns-18 dl.gallery-item:nth-child(6n),
.entrypost .gallery.gallery-columns-12 dl.gallery-item:nth-child(6n),
.entrypost .gallery.gallery-columns-6 dl.gallery-item:nth-child(6n) {
  margin-right: 0;
}

.entrypost .gallery.gallery-columns-18 dl.gallery-item:nth-child(n + 7),
.entrypost .gallery.gallery-columns-12 dl.gallery-item:nth-child(n + 7) {
  margin-top: 1em;
}

a.post-edit-link {
  background: #e9eef5;
  padding: 0.1em 0.5em;
  color: #555;
  font-size: 0.7em;
}

/* ---------- News / post helpers ---------- */
.thefooter {
  font-size: 0.9em;
  color: #666;
  text-align: right;
  margin-top: 0.5em;
}

p.simg {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}

p.ssimg {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}

p.image.fit.bod img,
p.ssimg.bod img,
p.simg.bod img {
  border: 1px dashed #aaa;
  padding: 4px;
}

.entrypost .button.alt {
  background: #51c5e8;
  box-shadow: inset 0 0 0 1px #51c5e8;
  color: #fff;
}

.entrypost .button.alt.icon:before {
  color: #fff;
}

@media screen and (max-width: 736px) {
  .gallery-columns-18 .gallery-item,
  .gallery-columns-12 .gallery-item,
  .gallery-columns-6 .gallery-item {
    width: calc(100% / 3 - 2%);
    margin: 0 2% 1em 0;
  }

  /* .entrypost p br {
    display: none;
  } */

  .entrypost p br.mnon {
    display: none;
  }

  .entrypost p.rlink br,
  .entrypost p br.brblock,
  p.brblock br {
    display: block;
  }

  p.ssimg,
  p.simg {
    max-width: 100%;
  }

  .entrypost .button.alt {
    width: 100%;
  }

  .single-post .post br {
    display: none;
  }

  .single-post .post .wp-caption-text.gallery-caption br {
    display: block;
  }
}

/* =========================================================
   Migrated from main.css — article / DB content classes
   ========================================================= */

.asta{
font-size: 0.6em;
}

.single-program table.srese tbody tr td:first-child{
	white-space: normal;
}

.hdline h4:before, .hdline h4:after{
	content: none;
}

.hdline h4{
	font-weight: 400;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	position: relative;
	font-size: 1.3em;
	line-height: 1em;
	text-align: center;
	font-size: 1.2em;
}

.hdline h4:after{
	background: #333;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 7px;
	width: 100%;
	z-index: 0;
}

.hdline h4 span{
	display: inline-block;
	padding: 0 15px;
	position: relative;
	z-index: 1;
	color: #000;
	background: #ffffff;
}

.serttl{
	font-weight: 700;
	border-bottom: 2px #e9eef5 solid;
}

ul.def{
	padding-left: .5em;
}

ul.def li{
	list-style-type: none;
	text-indent: -1em;
}

ul.def li:before{
	display: inline;
	content: "\02022";
	font-size: .9em;
	padding-right: .2em;
}

.elements section{
	margin-bottom: 2em;
}

.btn_more{
	font-size: 12px;
}

.btn_more a span{
	line-height: 1.0;
}

.btn_more a span em{
	border-bottom: 1px dotted #6f6f6f;
	padding-bottom: 3px;
}

.btn_more span:before{
	content: '\03e';
	margin: 0 .6em 0 0;
	color: #51c5e8;
}

.btn_more a{
	color: #000;
}

.btn_more a:hover span em{
	border-bottom: 1px dotted #a9172c;
}

a.text{
	border-bottom: 1px dotted #6f6f6f;
	padding-bottom: 1px;
	color: #000;
}

.messagepage h4{
	font-size: 21px;
	line-height: 2;
	padding: 36px 6%;margin-bottom: 0;
}

.messagepage h4:before, .messagepage h4:after{
	content: none;
}

.messagepage .image.fit{
	margin-bottom: 0;
}

.messagepage .sign{
	text-align: right;
	margin-top: 40px;
}

.messagepage .sign>div{
	display: inline-block;
	line-height: 1.6;
	vertical-align: middle;
	text-align: left;
}

.messagepage .ad01{text-align: right;}

.messagepage .ad01 img{width: 270px;max-width:300px; margin-bottom: 1em;}

.messagepage .ad02{text-align: right;}

.messagepage .sign>div:nth-of-type(2){
	max-width: 230px;
	margin-left: 10px;
}

table.bylaws tbody td:last-child{
	width: 20%;
}

.image.fit.product_1{
	width: 300px;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.product_1box p{
	width: 50%;
	float: left;
}

.enquete div.mfp_err{
	background-image: none;
	padding-left: 3px;
	color: #9C27B0;
}

.must{
	display: block;
	background-color: #000000;
	border: none;
	text-shadow: none;
	padding: 1px 4px;
	font-size: 10px;
	color: #fff;
	float: right;
	margin: 0px 4px;
	border-radius: 0;
	box-shadow: none;
	background-image: none;
	line-height: 1.4em;
	height: 1.7em;
}

.half{
	clear: both;
}

.half input{
	width: 50%!important;
	float: left;
}

ul.actions li input[type="reset"].rblock{
	display: block;
	margin: 1em auto 0;
	background: none;
	padding: 0;
	font-size: .8em;
	color: #000!important;
	line-height: 1em;
}

.email{
	background: #e9eef5;
	padding: 1em 0 2em;
	text-align: center;
	margin-bottom: 2em;
}

.email img{
	width: 200px;
	height: auto;
	max-width: 100%;
}

.cp_box *, .cp_box *:before, .cp_box *:after{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cp_box{
	width: auto;
	margin: 2em auto;
}

.cp_box input[type="checkbox"]+label:hover{
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.cp_box input[type="checkbox"]+label{
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 1em;
	font-weight: 300;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.cp_box input[type="checkbox"]+label:before{
	border: none;
}

.cp_box input[type="checkbox"]:checked+label:before{
	background: none;
	border-color: #1d2726;
	color: #003f96;
}

.cp_box label{
	font-weight: 700;
	position: relative;
	display: block;
	width: 80%;
	margin: auto;
	padding: 0.3em 1em;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	color: #ffffff;
	background: #003f97;
	border: 2px solid #003f97;
	border-radius: 3px;
	margin-bottom: 1em;
}

.cp_box label:hover{
	transition: all 0.3s;
	color: #ffffff;
	background: #003f97;
}

.cp_box label::after{
	font-family: 'FontAwesome';
	content: ' \f067';
	color: #fff;
	margin-left: .3em;
}

.cp_box label:hover::after{
	color: #ffffff;
}

.cp_box input:checked~label::after{
	font-family: 'FontAwesome';
	content: ' \f068';
	color: #fff;
}

.cp_box input:checked~label:hover::after{
	color: #ffffff;
}

.cp_box input{
	display: none;
}

.cp_box .cp_container{
	position: relative;
	z-index: 10;
	overflow: hidden;
	height: 0;
	margin-top: -1px;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	background: rgba(255, 255, 255, 0.5);
}

.cp_box input:checked~div{
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}

.cp_box input:checked~div.cp_container{
	height: auto;
}

ul.infoul span{
	background: #003f97;
	padding: 2px 5px;
	color: #fff;
	margin-right: 5px;
}

ul.infoul a{
	color: #000;
}

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

.srese th, .srese td{
	padding: .5rem 1rem;
	border-bottom: 1px solid #ddd;
	font-size: 1em;
}

.srese th{
	font-weight: normal;
	color: #666;
	background: #e9eef5;
}

.srese td:nth-child(n+2), .srese th:nth-child(n+2){
	text-align: center;
}

.srese img{
	width: 80px;
	display: block;
	margin: 0 auto;
	margin-bottom: .5rem;
}

#popinline img{max-width: 100%;height: auto;}

#popinline{background: #fff;padding: 2em;}

#popinline p{letter-spacing: 0.05em;margin-bottom: 0;}

.rtitle{
	white-space: nowrap;
}

.srese{
	line-height: 1.4em;
}

.srese span{
display: block;
background: none;
color: #000;
font-weight: 700;
padding: 0;
min-width: 100%;
line-height: auto;
font-size: 1em;
margin-right: 0;
margin-top: .5em;
}

.image.fit img.qrcode{
	width: 85px;
	height: auto;
	margin: 0 1em 1em 0;
	float: left;
}

.bdrleft{
	border-left: solid 3px #E2E8F1;
	padding-left:2em!important;
	margin-top: 2em;
}

.tnpdg{
	padding-right:3em!important;
}

.image.fit img.tpbanner{
	border: solid 1px #ddd;
}

.type-program .subcaseinr dl{
	margin: 0 auto 20px auto;
	border-bottom: 1px solid rgba(144, 144, 144, 0.25);
	letter-spacing: -0.31em;
	word-spacing: -0.43em;
}

.type-program .subcaseinr dt, .type-program .subcaseinr dd{
	display: inline-block;
	zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	padding: 6px 0 4px;
	margin: 0;
	border-top: 1px solid rgba(204, 204, 204, 1);
	text-align: left;
}

.type-program .subcaseinr dt{
	margin-right: -1px;
	width: 30%;
	white-space: nowrap;
}

.type-program .subcaseinr dd{
	width: 70%;
}

.type-program .subcaseinr dl{
  margin:0 auto 20px auto;
  border-bottom:1px solid rgba(144, 144, 144, 0.25);
  letter-spacing:.1em;
}

.type-program .subcaseinr dt,
.type-program .subcaseinr dd{
  display:inline-block;
  *display:inline;
  zoom:1;
  letter-spacing:normal;
  word-spacing:normal;
  vertical-align:top;
  padding:6px 0 4px;
  margin:0;
  border-top:1px solid rgba(144, 144, 144, 0.25);
}

.type-program .subcaseinr dt{
  margin-right:-1px;
  width:100%;
  white-space: nowrap;
}

.type-program .subcaseinr dd p:last-child{margin-bottom: 0;}

.type-program .subcaseinr dd{width:100%;}

.type-program .subcaseinr dt{font-weight: 700;}

.type-program .subcaseinr dd ol{margin-bottom: .5em;margin-left: .5em;}

.type-program .subcaseinr ul.infoul{margin: .1em 0 .5em 0;}

.type-program .subcaseinr ul.infoul span{
background: #333;
}

.type-program .subcaseinr ul.def li{
list-style-type: none;
text-indent: -.6em;
}

.result dl{
  margin:0 auto 20px auto;
  border-bottom:1px solid rgba(144, 144, 144, 0.25);
  letter-spacing:.1em;
  padding: .5em 0 2em 0;
  line-height: 1.6em;
}

.result dt,
.result dd{
  display:inline-block;
  *display:inline;
  zoom:1;
  letter-spacing:normal;
  word-spacing:normal;
  vertical-align:top;
  padding: .4em 0;
  margin:0;
  
}

.result dt{
  margin-right:-1px;
  width:6em;
  white-space: nowrap;
}

.result dd{width:calc( 100% - 6em );}

.post-type-archive-result .col-4.col-12-mobile.resedv2{
	display: table;
}

.post-type-archive-result .actions.stacked{
	display: table-cell;
    vertical-align: middle;
}

.fright{text-align: right;}

.divleft{float: left;width: 50%;}

.divright{float: right;width: 50%;}

.divleft.seventhree{width: 70%;}

.divright.seventhree{width: 30%;}

.mbtm{margin-bottom: 1em;}

.search-results .searchbx p a{
	border-bottom: none;
	padding-bottom: 0;
}

.page-id-133 form#mailformpro .check_ho label,
.page-id-171 form#mailformpro .check_ho label{
	display: block;
}

.mbtm2{
	margin-bottom: 2em!important;
}

.mbtm15{
	margin-bottom: 1.5em!important;
}

.pbtm2{
	padding-bottom: 2em!important;
}

.pbtm15{
	padding-bottom: 1.5em!important;
}

@media screen and (max-width: 980px) {
.type-program .subcaseinr dt,
	.type-program .subcaseinr dd{display: block;width:100%;}
.type-program .subcaseinr dd{border-top: none;padding: 0 0 4px 0;}
.bdrleft{
		border-left:none;
		border-top: solid 3px #E2E8F1;
		padding-top: 2em!important;
		padding-left:0em!important;
	}
.tnpdg{
		padding-right:0em!important;
	}
.messagepage h4{
		font-size: 18px;
		line-height: 2;
		padding: 80px 15.5%;
	}
.image.fit img.tpbanner{
		width: 50%;
		height: auto;
		margin: 0 auto;
	}
}

@media screen and (max-width: 736px) {
.result dt,
	.result dd{display: block;width:100%;}
.result dt{font-weight: 700;}
.result dd{border-top: none;padding: 0 0 4px 0;}
.image.fit img.tpbanner{
		width: 80%;
	}
.srese td{
		display: block;
	}
.srese .heading{
		display: none;
	}
.srese td:nth-child(n+2), .srese th:nth-child(n+2){
		text-align: left;
	}
.srese th, .srese td{
		border: none;
	}
.srese td::before{
		content: attr(data-label);
		font-size: .875rem;
		color: #666;
		display: block;
		margin-bottom: 0.25rem;
		font-weight: 700;
		text-align: left;
	}
a.mlinkn{
		pointer-events: none;
	}
table.alt.res tbody tr, table.alt.res tbody td{
		display: block;
		border: none;
	}
table.alt.res tbody td:first-child{
		background: #E2E8F1;
		font-weight: 700;
	}
table.res3 tbody th, table.res3 tbody tr, table.res3 tbody td{
		display: block;
		border: none;
	}
table.res3 tbody td{
		padding-bottom: 0;
	}
table.res3 tbody th:first-child{
		background: #E2E8F1;
		font-size: 1em;
	}
table.res3 tbody td:last-child{
		font-size: .9em;
		padding-top: 0;
		padding-left: .8em;
		line-height: 1.6em;
		padding-bottom: 1em;
		color: #8e8e8e;
	}
table.res3 tbody td.nd2{
		padding-top: 0;
	}
.messagepage .sign>div:nth-of-type(1){
		display: block;
		margin-bottom: 10px;
		font-size: 12px;
		text-align: right;
	}
.messagepage .sign>div:nth-of-type(2){
		max-width: 140px;
		margin-left: 0;
	}
.messagepage h4{
		font-size: 14px;
		line-height: 1.6;
		padding: 12px 10px 0 0;
	}
}
