@charset "UTF-8";
body, body * {
  font-family: メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, sans-serif;
}

.wrap {
  overflow: hidden;
}

.centered {
  text-align: center;
}

.centered2 {
  text-align: center;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.break-word {
  word-break: break-word;
}

.break-all {
  word-break: break-all;
}

.txtHidden,
.textHidden {
  display: block;
  visibility: hidden;
  height: 0;
  text-indent: -9999em;
}

.mgb10 {
  margin-bottom: 10px !important;
}

/*-------------------------------*/
.yt-responsive .yt-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 35px 0 50%;
}
.yt-responsive .yt-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-------------------------------*/
#footerGotoTop {
  display: none;
  position: fixed;
  right: 80px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  text-align: right;
  z-index: 100;
}
#footerGotoTop a {
  color: #fd4384;
  font-size: 50px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#footerGotoTop a:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#footerGotoTop a .fa {
  line-height: 40px;
}

/* = article
===========================================*/
.contBox {
  margin: 0 0 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
}
.contBox h1.title, .contBox h2.title, .contBox h3.title, .contBox h4.title, .contBox h5.title, .contBox h6.title {
  margin: 0;
  padding: 20px;
  width: 100%;
  border-bottom: 1px dashed #CCC;
}
.contBox .inn {
  padding: 10px;
}

.table-org {
  border: 2px solid #ddd;
}
.table-org tr th {
  background-color: #ecf1f2;
}
.table-org.table-description tr th {
  width: 30%;
  font-weight: normal;
  border-right: 1px solid #ddd;
}
.table-org.table-description tr.caption th {
  width: auto;
  font-weight: bold;
}
.table-org.table-bordered th, .table-org.table-bordered td {
  border-right: 1px solid #ddd;
}

.table46 tr th {
  width: 40%;
}
.table46 tr td {
  width: 60%;
}

.table37 tr th {
  width: 30%;
}
.table37 tr td {
  width: 70%;
}

.table28 tr th {
  width: 20%;
}
.table28 tr td {
  width: 80%;
}

.articleIcon {
  float: left;
  padding: .3em 0 .2em;
  margin-bottom: 15px;
  text-align: center;
  font-size: 80%;
}
.articleIcon.cate {
  width: 105px;
  margin-right: 10px;
  color: #333;
  background-color: #ddd;
}
.articleIcon.status {
  margin-right: 5px;
  width: 40px;
  color: #fff;
  font-family: "Lato";
}
.articleIcon.status.colImportant {
  background-color: #003691;
}
.articleIcon.status.colNew {
  background-color: #e31c26;
}

.form-group .error-message {
  display: table;
  color: #f33;
  font-weight: bold;
  font-size: 130%;
}
.form-group .error-message:before {
  display: table-cell;
  font-family: "FontAwesome";
  margin-right: 0;
  content: "";
}
.form-group .error-message ul {
  display: table-cell;
  list-style: none;
  margin: 0;
  padding: 0;
}

/*# sourceMappingURL=common.css.map */
