@charset "UTF-8";
/* ---------------------------------------
  style.scss / 大会ウェブサイト用CSS
  ver.1.6
  last modefied: 2016/03/03
--------------------------------------- */
.main-wrapper:after, .footer:after {
  content: "";
  display: table;
  clear: both;
}

@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}

/* -- clearfix フロート解除・フロートボックスの「親ボックス」に設定する -- */
.main-wrapper:after, .footer:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* -- margin/padding（余白） -- */
.mt0 {
  margin-top: 0em !important;
}

.mr0 {
  margin-right: 0em !important;
}

.mb0 {
  margin-bottom: 0em !important;
}

.ml0 {
  margin-left: 0em !important;
}

.m0 {
  margin: 0em !important;
}

.pt0 {
  padding-top: 0em !important;
}

.pr0 {
  padding-right: 0em !important;
}

.pb0 {
  padding-bottom: 0em !important;
}

.pl0 {
  padding-left: 0em !important;
}

.p0 {
  padding: 0em !important;
}

.mt1 {
  margin-top: 1em !important;
}

.mr1 {
  margin-right: 1em !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.ml1 {
  margin-left: 1em !important;
}

.m1 {
  margin: 1em !important;
}

.pt1 {
  padding-top: 1em !important;
}

.pr1 {
  padding-right: 1em !important;
}

.pb1 {
  padding-bottom: 1em !important;
}

.pl1 {
  padding-left: 1em !important;
}

.p1 {
  padding: 1em !important;
}

.mt2 {
  margin-top: 2em !important;
}

.mr2 {
  margin-right: 2em !important;
}

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

.ml2 {
  margin-left: 2em !important;
}

.m2 {
  margin: 2em !important;
}

.pt2 {
  padding-top: 2em !important;
}

.pr2 {
  padding-right: 2em !important;
}

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

.pl2 {
  padding-left: 2em !important;
}

.p2 {
  padding: 2em !important;
}

.mt3 {
  margin-top: 3em !important;
}

.mr3 {
  margin-right: 3em !important;
}

.mb3 {
  margin-bottom: 3em !important;
}

.ml3 {
  margin-left: 3em !important;
}

.m3 {
  margin: 3em !important;
}

.pt3 {
  padding-top: 3em !important;
}

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

.pb3 {
  padding-bottom: 3em !important;
}

.pl3 {
  padding-left: 3em !important;
}

.p3 {
  padding: 3em !important;
}

.mt4 {
  margin-top: 4em !important;
}

.mr4 {
  margin-right: 4em !important;
}

.mb4 {
  margin-bottom: 4em !important;
}

.ml4 {
  margin-left: 4em !important;
}

.m4 {
  margin: 4em !important;
}

.pt4 {
  padding-top: 4em !important;
}

.pr4 {
  padding-right: 4em !important;
}

.pb4 {
  padding-bottom: 4em !important;
}

.pl4 {
  padding-left: 4em !important;
}

.p4 {
  padding: 4em !important;
}

.mt5 {
  margin-top: 5em !important;
}

.mr5 {
  margin-right: 5em !important;
}

.mb5 {
  margin-bottom: 5em !important;
}

.ml5 {
  margin-left: 5em !important;
}

.m5 {
  margin: 5em !important;
}

.pt5 {
  padding-top: 5em !important;
}

.pr5 {
  padding-right: 5em !important;
}

.pb5 {
  padding-bottom: 5em !important;
}

.pl5 {
  padding-left: 5em !important;
}

.p5 {
  padding: 5em !important;
}

.mt6 {
  margin-top: 6em !important;
}

.mr6 {
  margin-right: 6em !important;
}

.mb6 {
  margin-bottom: 6em !important;
}

.ml6 {
  margin-left: 6em !important;
}

.m6 {
  margin: 6em !important;
}

.pt6 {
  padding-top: 6em !important;
}

.pr6 {
  padding-right: 6em !important;
}

.pb6 {
  padding-bottom: 6em !important;
}

.pl6 {
  padding-left: 6em !important;
}

.p6 {
  padding: 6em !important;
}

.mt7 {
  margin-top: 7em !important;
}

.mr7 {
  margin-right: 7em !important;
}

.mb7 {
  margin-bottom: 7em !important;
}

.ml7 {
  margin-left: 7em !important;
}

.m7 {
  margin: 7em !important;
}

.pt7 {
  padding-top: 7em !important;
}

.pr7 {
  padding-right: 7em !important;
}

.pb7 {
  padding-bottom: 7em !important;
}

.pl7 {
  padding-left: 7em !important;
}

.p7 {
  padding: 7em !important;
}

.mt8 {
  margin-top: 8em !important;
}

.mr8 {
  margin-right: 8em !important;
}

.mb8 {
  margin-bottom: 8em !important;
}

.ml8 {
  margin-left: 8em !important;
}

.m8 {
  margin: 8em !important;
}

.pt8 {
  padding-top: 8em !important;
}

.pr8 {
  padding-right: 8em !important;
}

.pb8 {
  padding-bottom: 8em !important;
}

.pl8 {
  padding-left: 8em !important;
}

.p8 {
  padding: 8em !important;
}

.mt9 {
  margin-top: 9em !important;
}

.mr9 {
  margin-right: 9em !important;
}

.mb9 {
  margin-bottom: 9em !important;
}

.ml9 {
  margin-left: 9em !important;
}

.m9 {
  margin: 9em !important;
}

.pt9 {
  padding-top: 9em !important;
}

.pr9 {
  padding-right: 9em !important;
}

.pb9 {
  padding-bottom: 9em !important;
}

.pl9 {
  padding-left: 9em !important;
}

.p9 {
  padding: 9em !important;
}

.mt10 {
  margin-top: 10em !important;
}

.mr10 {
  margin-right: 10em !important;
}

.mb10 {
  margin-bottom: 10em !important;
}

.ml10 {
  margin-left: 10em !important;
}

.m10 {
  margin: 10em !important;
}

.pt10 {
  padding-top: 10em !important;
}

.pr10 {
  padding-right: 10em !important;
}

.pb10 {
  padding-bottom: 10em !important;
}

.pl10 {
  padding-left: 10em !important;
}

.p10 {
  padding: 10em !important;
}

/* -- 配置
 .box-auto 可変
 .box-fixed 均等配置

<ul class="box-auto">
<li>このなかが横並びになる</li>
<li>このなかが横並びになる</li>
</ul>
 -- */
.box-auto,
.box-fixed {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}

.box-fixed {
  table-layout: fixed;
}

.box-auto li,
.box-fixed li {
  display: table-cell;
  vertical-align: top;
}

/* --
 フロートは基本使わず上の.box-auto,.box-fixedをつかうこと。
 使うときは親boxをつくってclearfixを設定すること。
 -- */
.f-right {
  float: right;
}

.f-left {
  float: left;
}

/*-- 横並び定義リスト
 .list-w1 普通
 .list-w1-b dtが太字
--*/
.list-w1 dt,
.list-w1-b dt {
  clear: left;
  float: left;
  width: 1em;
}

.list-w1 dd,
.list-w1-b dd {
  margin-left: 1em;
}

.list-w1 dt {
  font-weight: normal;
}

.list-w1-b dt {
  font-weight: bold;
}

.list-w2 dt,
.list-w2-b dt {
  clear: left;
  float: left;
  width: 2em;
}

.list-w2 dd,
.list-w2-b dd {
  margin-left: 2em;
}

.list-w2 dt {
  font-weight: normal;
}

.list-w2-b dt {
  font-weight: bold;
}

.list-w3 dt,
.list-w3-b dt {
  clear: left;
  float: left;
  width: 3em;
}

.list-w3 dd,
.list-w3-b dd {
  margin-left: 3em;
}

.list-w3 dt {
  font-weight: normal;
}

.list-w3-b dt {
  font-weight: bold;
}

.list-w4 dt,
.list-w4-b dt {
  clear: left;
  float: left;
  width: 4em;
}

.list-w4 dd,
.list-w4-b dd {
  margin-left: 4em;
}

.list-w4 dt {
  font-weight: normal;
}

.list-w4-b dt {
  font-weight: bold;
}

.list-w5 dt,
.list-w5-b dt {
  clear: left;
  float: left;
  width: 5em;
}

.list-w5 dd,
.list-w5-b dd {
  margin-left: 5em;
}

.list-w5 dt {
  font-weight: normal;
}

.list-w5-b dt {
  font-weight: bold;
}

.list-w6 dt,
.list-w6-b dt {
  clear: left;
  float: left;
  width: 6em;
}

.list-w6 dd,
.list-w6-b dd {
  margin-left: 6em;
}

.list-w6 dt {
  font-weight: normal;
}

.list-w6-b dt {
  font-weight: bold;
}

.list-w7 dt,
.list-w7-b dt {
  clear: left;
  float: left;
  width: 7em;
}

.list-w7 dd,
.list-w7-b dd {
  margin-left: 7em;
}

.list-w7 dt {
  font-weight: normal;
}

.list-w7-b dt {
  font-weight: bold;
}

.list-w8 dt,
.list-w8-b dt {
  clear: left;
  float: left;
  width: 8em;
}

.list-w8 dd,
.list-w8-b dd {
  margin-left: 8em;
}

.list-w8 dt {
  font-weight: normal;
}

.list-w8-b dt {
  font-weight: bold;
}

.list-w9 dt,
.list-w9-b dt {
  clear: left;
  float: left;
  width: 9em;
}

.list-w9 dd,
.list-w9-b dd {
  margin-left: 9em;
}

.list-w9 dt {
  font-weight: normal;
}

.list-w9-b dt {
  font-weight: bold;
}

.list-w10 dt,
.list-w10-b dt {
  clear: left;
  float: left;
  width: 10em;
}

.list-w10 dd,
.list-w10-b dd {
  margin-left: 10em;
}

.list-w10 dt {
  font-weight: normal;
}

.list-w10-b dt {
  font-weight: bold;
}

.list-w11 dt,
.list-w11-b dt {
  clear: left;
  float: left;
  width: 11em;
}

.list-w11 dd,
.list-w11-b dd {
  margin-left: 11em;
}

.list-w11 dt {
  font-weight: normal;
}

.list-w11-b dt {
  font-weight: bold;
}

.list-w12 dt,
.list-w12-b dt {
  clear: left;
  float: left;
  width: 12em;
}

.list-w12 dd,
.list-w12-b dd {
  margin-left: 12em;
}

.list-w12 dt {
  font-weight: normal;
}

.list-w12-b dt {
  font-weight: bold;
}

.list-w13 dt,
.list-w13-b dt {
  clear: left;
  float: left;
  width: 13em;
}

.list-w13 dd,
.list-w13-b dd {
  margin-left: 13em;
}

.list-w13 dt {
  font-weight: normal;
}

.list-w13-b dt {
  font-weight: bold;
}

.list-w14 dt,
.list-w14-b dt {
  clear: left;
  float: left;
  width: 14em;
}

.list-w14 dd,
.list-w14-b dd {
  margin-left: 14em;
}

.list-w14 dt {
  font-weight: normal;
}

.list-w14-b dt {
  font-weight: bold;
}

.list-w15 dt,
.list-w15-b dt {
  clear: left;
  float: left;
  width: 15em;
}

.list-w15 dd,
.list-w15-b dd {
  margin-left: 15em;
}

.list-w15 dt {
  font-weight: normal;
}

.list-w15-b dt {
  font-weight: bold;
}

.list-w16 dt,
.list-w16-b dt {
  clear: left;
  float: left;
  width: 16em;
}

.list-w16 dd,
.list-w16-b dd {
  margin-left: 16em;
}

.list-w16 dt {
  font-weight: normal;
}

.list-w16-b dt {
  font-weight: bold;
}

.list-w17 dt,
.list-w17-b dt {
  clear: left;
  float: left;
  width: 17em;
}

.list-w17 dd,
.list-w17-b dd {
  margin-left: 17em;
}

.list-w17 dt {
  font-weight: normal;
}

.list-w17-b dt {
  font-weight: bold;
}

.list-w18 dt,
.list-w18-b dt {
  clear: left;
  float: left;
  width: 18em;
}

.list-w18 dd,
.list-w18-b dd {
  margin-left: 18em;
}

.list-w18 dt {
  font-weight: normal;
}

.list-w18-b dt {
  font-weight: bold;
}

.list-w19 dt,
.list-w19-b dt {
  clear: left;
  float: left;
  width: 19em;
}

.list-w19 dd,
.list-w19-b dd {
  margin-left: 19em;
}

.list-w19 dt {
  font-weight: normal;
}

.list-w19-b dt {
  font-weight: bold;
}

.list-w20 dt,
.list-w20-b dt {
  clear: left;
  float: left;
  width: 20em;
}

.list-w20 dd,
.list-w20-b dd {
  margin-left: 20em;
}

.list-w20 dt {
  font-weight: normal;
}

.list-w20-b dt {
  font-weight: bold;
}

/* dtを連番リストにする */
.list-num {
  counter-reset: num;
}

.list-num dt:before {
  content: counter(num) ".";
  counter-increment: num;
  display: inline-block;
  text-align: right;
  margin-right: .5em;
  margin-left: -1em;
  width: 2em;
}

/*-- 通常のリストに戻す --*/
.disc {
  list-style-type: disc;
}

/*-- アルファベット小文字リスト --*/
.lower-alpha {
  list-style-type: lower-alpha;
}

/*-- リストごと1行空ける--*/
.list-mb1 > li {
  margin-bottom: 1em;
}

.list-mb1 > dd {
  margin-bottom: 1em;
}

/*-- 丸括弧つき連番リスト --*/
.kakko {
  padding: 0;
}

.kakko li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  text-indent: -1.8em;
  margin-left: 1.8em;
}

.kakko li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
}

.kakko li * {
  text-indent: 0;
}

/*-- 片括弧つき連番リスト --*/
.kata {
  padding: 0;
}

.kata li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  text-indent: -1.5em;
  margin-left: 1.5em;
}

.kata li:before {
  display: marker;
  content: counter(cnt) ") ";
}

.kata li * {
  text-indent: 0;
}

/*-- ※リスト --*/
.kome {
  list-style-type: none;
  padding-left: 0;
}

.kome > li:before {
  content: "※";
}

.kome li {
  text-indent: -1em;
  margin-left: 1em;
}

.kome li * {
  text-indent: 0;
}

/*-- ＊リスト --*/
.asterisk {
  list-style-type: none;
  padding-left: 0;
}

.asterisk > li:before {
  content: "＊";
}

.asterisk > li {
  text-indent: -1em;
  margin-left: 1em;
}

.asterisk > li * {
  text-indent: 0;
}

/*-- * リスト --*/
.asterisk2 {
  list-style-type: none;
  padding-left: 0;
}

.asterisk2 > li:before {
  content: "* ";
}

.asterisk2 > li {
  text-indent: -1em;
  margin-left: 1em;
}

.asterisk2 > li * {
  text-indent: 0;
}

/*-- 段落文頭　字下げ --*/
/*-- 字下げなし --*/
.pa0 {
  text-indent: 0em !important;
}

.pa1 {
  text-indent: 1em !important;
}

.pa2 {
  text-indent: 2em !important;
}

/*-- 文字装飾 --*/
/* 通常 */
.normal {
  font-weight: normal;
}

/* 強調の太字は<strong>で対応すること */
strong {
  font-weight: bold;
}

/* 斜体のうち、学名などは<i>、強調は<em>、用語などは<dfn>、変数は<var>で対応すること */
em, i {
  font-style: italic;
}

/* 打消し線のうち、締切延長等は<s>で、誤った部分の削除等は<del>で対応すること */
s, del {
  text-decoration: line-through;
}

/* 下線 */
.underline {
  text-decoration: underline;
}

/* -- 文字色 -- */
.red,
.attention {
  color: #F00;
}

.blue {
  color: #009;
}

.gray {
  color: #CCC;
}

.white {
  color: #FFF;
}

.attention {
  color: #f00;
  font-weight: bold;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

/* -- アイコン自動表示 -- */
a[href$='.pdf']:after,
a[href$='.doc']:after, a[href$='.docx']:after,
a[href$='.xls']:after, a[href$='.xlsx']:after,
a[href$='.ppt']:after, a[href$='.pptx']:after,
a[href$='.zip']:after {
  position: relative;
  top: 2px;
  left: 0;
  margin: 0 2px;
}

a[href$='.pdf']:after {
  content: url("./img/icon_pdf.png");
}

a[href$='.doc']:after, a[href$='.docx']:after {
  content: url("./img/icon_doc.png");
}

a[href$='.xls']:after, a[href$='.xlsx']:after {
  content: url("./img/icon_xls.png");
}

a[href$='.ppt']:after, a[href$='.pptx']:after {
  content: url("./img/icon_ppt.png");
}

a[href$='.zip']:after {
  content: url("./img/icon_zip.png");
}

a.no-icon:after {
  content: "";
  top: 0;
  left: 0;
  margin: 0;
}

/*-- ボタン(赤・緑・青・非アクティブ) --*/
.btn-r, .btn-r:link, .btn-r:hover, .btn-r:visited, .btn-r:active,
.btn-g,
.btn-g:link,
.btn-g:hover,
.btn-g:visited,
.btn-g:active,
.btn-b,
.btn-b:link,
.btn-b:hover,
.btn-b:visited,
.btn-b:active,
.btn-a,
.btn-a:link,
.btn-a:hover,
.btn-a:visited,
.btn-a:active {
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: .5em .8em;
  text-decoration: none;
}

.btn-r {
  box-shadow: inset 0 1px 0 0 #F5978E;
  background: linear-gradient(to bottom, #F24537 5%, #C62D1F 100%);
  background-color: #F24537;
  border: 1px solid #D02718;
  text-shadow: 1px 1px 0 #810E05;
}

.btn-r:hover {
  background: linear-gradient(to bottom, #C62D1F 5%, #F24537 100%);
  background-color: #C62D1F;
}

.btn-r:active {
  position: relative;
  top: 1px;
}

.btn-g {
  box-shadow: inset 0 1px 0 0 #C1ED9C;
  background: linear-gradient(to bottom, #8AB526 5%, #719424 100%);
  background-color: #8AB526;
  border: 1px solid #639414;
  text-shadow: 1px 1px 0 #4A681B;
}

.btn-g:hover {
  background: linear-gradient(to bottom, #719424 5%, #8AB526 100%);
  background-color: #719424;
}

.btn-g:active {
  position: relative;
  top: 1px;
}

.btn-b {
  box-shadow: inset 0 1px 0 0 #bee2f9;
  background: linear-gradient(to bottom, #397FAC 5%, #2D669D 100%);
  background-color: #397FAC;
  border: 1px solid #224F76;
  text-shadow: 1px 1px 0 #27466F;
}

.btn-b:hover {
  background: linear-gradient(to bottom, #2D669D 5%, #397FAC 100%);
  background-color: #2D669D;
}

.btn-b:active {
  position: relative;
  top: 1px;
}

.btn-a {
  box-shadow: inset 0 1px 0 0 #f5f5f5;
  background-color: #c0c0c0;
  border: 1px solid #808080;
  text-shadow: 1px 1px 0 #696969;
}

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

.ib {
  display: inline-block;
}

.main-wrapper:after, .footer:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  background-color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
  line-height: 1.5;
}

a {
  color: #8C1B20;
  text-decoration: underline;
}

a:hover, a:focus {
  color: #8C1B20;
}

.nav li a {
  text-decoration: none;
}

.header {
  position: relative;
}

.header .site-name {
  margin: 0;
}

.header .menu {
  margin: 0;
  border: none;
  background-color: #fff;
}

.header .navbar-default .navbar-collapse {
  background-color: #CCC;
  border: none;
}

.header .navbar-brand {
  font-size: 15px;
  font-size: 1.5rem;
}

.header .lang-button {
  position: absolute;
  top: 15px;
  right: 15px;
}

.header .lang-button a {
  background-color: #01327b;
  border-radius: 50%;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: .4em;
  text-decoration: none;
}

.header .lang-button a:hover {
  background-color: #fdcb52;
  color: #333;
}

.header .banner-congress {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.main-wrapper {
  min-height: 600px;
  padding: 15px 0;
  position: relative;
}

.main-wrapper .content {
  margin-bottom: 30px;
}

.main-wrapper .page-content {
  margin: 15px 0;
  padding: 0 15px;
}

.new:after {
  color: #F00;
  content: "NEW";
  margin-left: .5em;
}

.new2:after {
  background-color: #F00;
  border-radius: 50%;
  color: #FFF;
  content: "NEW";
  font-size: 9px;
  font-size: 0.9rem;
  margin-left: .5em;
  padding: .5em;
}

.sidebar.sidebar-fixed {
  position: static;
}

.footer .footer-inner {
  background: linear-gradient(to bottom, #FF3D9D 0%, #7F1F4E 100%);
  box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.3) inset;
  padding: 1em;
}

.footer, .footer a {
  color: #FFF;
  font-size: 13px;
  font-size: 1.3rem;
}

.footer .copyright {
  display: table;
  height: 50px;
  width: 100%;
}

.footer .copyright small {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.footer-inner {
  position: relative;
}

.pagetop {
  position: absolute;
  z-index: 2147483647;
  top: 0;
  right: 0;
  color: #FFF;
  font-size: 7.5px;
  font-size: 0.75rem;
  background-color: #333;
  padding: .5em;
  text-decoration: none !important;
  text-align: center;
  display: block;
  letter-spacing: .2em;
}

.pagetop:hover {
  background-color: #FFF;
  color: #333;
}

.page-title {
  background-color: #E5378D;
  background: linear-gradient(101deg, #E5378D 0%, #7F1F4E 100%);
  border: none;
  border-radius: 5px;
  box-shadow: 0px 2px 5px 0 #7F1F4E inset;
  color: #FFF;
  font-family: inherit;
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0;
  padding: .5em 15px;
}

.page-title small, .page-title .small {
  color: #FFF;
  margin-left: 1em;
}

.page-title:before {
  content: "";
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 24px;
  margin-bottom: 24px;
}

h2 {
  border-bottom: 1px solid #7F1F4E;
  color: #000;
  font-size: 22px;
  font-size: 2.2rem;
  padding-top: .2em;
  padding-left: .5em;
  padding-bottom: .2em;
  position: relative;
}

h2:before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #7F1F4E;
  bottom: 0;
  left: 0;
  position: absolute;
}

h2 small, h2 .small {
  vertical-align: middle;
}

p,
dl {
  margin-bottom: 1em;
}

ol,
ul {
  margin-bottom: 1em;
  padding-left: 1.5em;
}

.table1 td, .table1 th, .table1 caption {
  border: 1px solid #000;
  line-height: 1;
  padding: .5em;
}

.table1 th {
  text-align: center;
  background: #f0f0f0;
}

.table1 caption {
  /*テーブル用見出*/
  background: #333;
  background: linear-gradient(#4b4b4b, #333);
  border-bottom: none;
  color: #FFF;
}

@media (min-width: 992px) {
  .footer.footer-fixed {
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 100;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

.container {
  width: 970px;
}

@media (min-width: 768px) {
  width: 970px;
}

@media (min-width: 992px) {
  width: 970px;
}

@media (min-width: 1200px) {
  width: 970px;
}

.news-list dt {
  clear: left;
  float: left;
  width: 8em;
}

.news-list dd {
  margin-left: 8em;
}

body {
  background-color: #F2F2F2;
}

.wrapper {
  background-color: #FFF;
  box-shadow: 1px 0 5px rgba(70, 70, 70, 0.5), -1px 0 4px rgba(70, 70, 70, 0.5);
  margin: 0 auto;
  width: 970px;
}

.nav li > a {
  background: #FFF;
  border-radius: 0;
  color: #8C1B20;
}

.nav li > a:hover {
  background: #F7B538;
  color: #8C1B20;
}

.nav, .dropdown-menu {
  border-radius: 0;
  font-size: 15px;
  font-size: 1.5rem;
}

/*
.dropdown-menu {
	padding: 0;
	li {
		background: #F2F2F2;
		margin: 1px 0;
	}
}
*/
.main-wrapper .page-content {
  margin: 30px 0;
  padding: 0 15px;
}

.main-wrapper .page-content > h2:first-child {
  margin-top: 0;
}

.footer .footer-inner {
  background: #8C1B20;
  box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.3) inset;
  padding: 1em;
}

.footer, .footer a {
  color: #FFF;
  font-size: 13px;
  font-size: 1.3rem;
}

.footer .copyright {
  display: table;
  height: 40px;
  width: 100%;
}

.footer .copyright small {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.pagetop {
  position: absolute;
  z-index: 2147483647;
  top: 0;
  right: 0;
  color: #FFF;
  font-size: 7.5px;
  font-size: 0.75rem;
  background-color: #333;
  padding: .5em;
  text-decoration: none !important;
  text-align: center;
  display: block;
  letter-spacing: .2em;
}

.pagetop:hover {
  background-color: #000;
  color: #FFF;
}

.nav-stacked > li + li {
  margin-top: 1px;
}

.panel {
  border-radius: 0;
}

.outline {
  border: #7B1741 solid 1px;
  margin-left: -5px;
  font-size: 14px;
  font-size: 1.4rem;
}

.outline h4 {
  background: repeating-linear-gradient(-45deg, #6A0F13, #6A0F13 2px, #7B1741 2px, #7B1741 4px);
  color: #FFF;
  margin: 0;
  padding: 5px;
}

.outline dl {
  margin: .5em 0;
  padding: 5px;
}

.whatsnew {
  background-color: #7F1320;
  border: 1px solid #9B042C;
  color: #FFF;
  margin-left: 0;
  padding: .3em;
}

.whatsnew:before {
  display: none;
}

.whatsnew .fa {
  color: #FFF;
  font-size: 28px;
  font-size: 2.8rem;
  vertical-align: middle;
}

.whatsnew small {
  color: #FFF;
  vertical-align: middle;
}

.attention {
  border: 1px solid #00C;
  color: #00C;
  padding: 1em;
  text-align: center;
  text-indent: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1.5em;
  margin-bottom: 16px;
}

.page-title {
  background: #8C1B20;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 5px 0 #751b1b inset;
  color: #FFF;
  font-family: inherit;
  font-size: 26px;
  font-size: 2.6rem;
  margin: 0;
  padding: .5em 15px;
  text-align: right;
}

.page-title small, .page-title .small {
  color: #FFF;
  margin-left: 1em;
}

h2 {
  border-bottom: #9B042C solid 1px;
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 2em;
  padding: 0 0 .3em .3em;
}

h2:before {
  display: none;
}

h3 {
  border: none;
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  position: relative;
}

h3:before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background: #9B042C;
  bottom: 0;
  left: 0;
  position: absolute;
}

h4 {
  color: #9B042C;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

h5 {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
