/* ---------- common ---------- */

body {
  color: #333;
  font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  background-color: #fafafa;
  background: #fafafa;
  font-size: 14px;
}

a:link {
  color: #333;
}

a:visited {
  color: #333;
}

a:hover,
a:focus {
  color: #19b8c8;
}

a:active {
  color: #2482cc;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.pl0 {
  padding-left: 0px;
}


/* Blue Button : index.html , news/index.html */

button.btn-small {
  font-size: 1.2em;
  padding: 10px 30px;
  background-color: #19b8c8;
  color: #fff;
  border-style: none;
}

button.btn-small:hover,
button.btn-small:focus {
  background-color: #8cdce3;
  color: #fff;
}


/* ListBox : (.icog , .icogb) */

ul.listbox {
  list-style: none;
  padding-left: 0em;
}

ul.listbox ul {
  list-style: none;
  padding-left: 1.4em;
}

.listbox li a {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 10px 1.4em;
}

.listbox li a:hover,
.listbox li a:focus {
  background: #ddd;
}


/* for not link */

.listbox .nolink {
  display: block;
  width: 100%;
  padding: 10px 1.4em;
}


/* tab control : mission.html , honor.html */

.submenuBox {}

.submenuBox .menuBox {
  background: #fff;
  border-top: 2px solid #19b8c8;
  border-left: 2px solid #19b8c8;
  font-size: 1.2em;
}

.submenuBox li.menuBox a {
  text-align: left;
}

.submenuBox li.menuBox:last-child {
  border-right: 2px solid #19b8c8;
}

.submenuBox .menuBox a {
  padding: 20px;
  display: block;
  text-decoration: none;
  color: #19b8c8;
}

.submenuBox .menuBox a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -13px 0 0 0;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e080";
}

.submenuBox .menuBox a:hover,
.submenuBox .menuBox a:focus {
  background: #19b8c8;
  color: #fff;
  text-decoration: none;
}

.submenuBox .active {
  background: #19b8c8;
}

.submenuBox .active a {
  background: #19b8c8;
  color: #fff;
}

.submenuBox .menuBox:hover,
.submenuBox .menuBox:focus {
  background: #19b8c8;
}


/* submenuBox : 縦になったときのマージンを削除 */

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
  margin-bottom: 0px;
}


/* Page Title  */

.titlebar {
  background: #8cdce3;
  margin: 0;
  padding: 30px 0;
}

h1 {
  margin: 0;
  padding: 0;
  font-size: 2em;
}

h1.pagetitle {
  color: #fff;
  color: #333;
  letter-spacing: 0.2em;
  padding: 4px 0;
  font-weight: bolder;
}

h1.pagetitle:lang(en) {
  letter-spacing: 0.05em;
}

h5.pagetitle_e {
  font-size: 1em;
  color: #646464;
  padding: 4px 0;
  margin: 0;
}

h2 {
  color: #333;
  margin: 0;
  padding: 0;
  font-size: 1.8em;
}

h2.subtitle {
  line-height: 150%;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #19b8c8;
  border-bottom: 2px solid #ddd;
}

h2.subtitleb {
  color: #19b8c8;
  padding-bottom: 20px;
}

h2.subtitlep {
  color: #654e7c;
  padding-bottom: 20px;
}

h3 {
  font-size: 1.6em;
}

h3.subtitle {
  color: #333;
  padding: 10px 0;
}

h3.subtitleb {
  color: #19b8c8;
  padding: 10px 0;
}

h4 {
  font-size: 1.2em;
  font-weight: bolder;
}


/* blue box */

.bbox {
  border: 2px solid #19b8c8;
  padding: 20px;
  margin: 0 0 30px 0;
}

#message .bbox,
#researchp .bbox,
#bulletin .bbox,
#sitemap .bbox,
#recruit .bbox,
#teachers .bbox,
#organize .bbox,
#inter .bbox,
#partnership .bbox {
  border-color: transparent;
}

.wbox {
  background: #fff;
  padding: 20px;
  margin: 10px 10px;
  padding-bottom: 30px;
}


/* 
e0ffff     blue1
cdffff       blue2(こい）
c7f7f9    blue3
ffffe0       yellow1
ffffcd;      yellow2（こい blue 色相-120）
f7f9c7       yellow3
f8bbd0     pink
d7ccc8    brown
e5f3ff      purple1
d1c4e9   purple2
*/

.lightblue {
  background: #cdffff;
}

.lightyellow {
  background: #ffffcd;
}

.lightpurple {
  background: #d1c4e9;
}

.lightgray {
  background: #f0f0f0;
}


/* no-gutter for bootstrap col- */

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}


/* common table */

.graph_b {
  background: #19b8c8;
  color: #fff;
}

.graph_p {
  background: #654e7c;
  color: #fff;
}

.graph_w {
  background: #fff;
  color: #333;
}

.nowrap {
  white-space: nowrap;
}

.mainbox {
  padding: 0 20px;
  margin-top: 20px;
}


/* メニュー下の空きの調整 */

.navbar-default {
  border: medium none;
}


/* ハンバーガー範囲背景色 */

.navbar-origin {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.more {
  padding: 20px 0;
}

.closen {
  position: relative;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  cursor: pointer;
  padding: 20px 0;
}

.closen:hover,
.closen:focus {
  opacity: 0.9;
  -ms-filter: "alpha(opacity=90)";
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
}

.closen:active {
  top: 3px;
  box-shadow: none;
}

.current {
  background: #8cdce3;
  color: #333;
}


/* Pagetop button */

.page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  padding: 10px;
  background: #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 12px;
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

a.page-top:link {
  color: #fff;
}

.page-top span {
  font-size: 2em;
}


/* for google map */

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* banner hover */

.banner_img:hover,
.banner_img:focus {
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
}


/* ---------- /common ---------- */


/* ---------- index.html #header  ----------  */

#header {
  background: #fff;
}

#header1 {
  /*  スマホでずれるため指定禁止 
padding:20px 20px;
*/
}

#header1 > .row {
  padding-top: 20px;
  padding-bottom: 20px;
}

#header1 .access {
  line-height: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#header1 ul.menulink {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-bottom: 0;
}

#header1 ul.menulink a {
  padding-left: 5px;
  padding-right: 5px;
}

#header1 .menulink li {
  display: -moz-inline-box;
  display: inline-block;
  font-size: 0.8em;
  font-size: 1.0em;
  color: #999;
}

#header1 ul.menulink:before {
  content: " | ";
  color: #999;
  font-size: 12px;
}

#header1 .menulink li:after {
  content: " | ";
  color: #999;
  font-size: 12px;
}

#tsukubalogo {
  margin-left: 20px;
  display: inline-block;
}

#tsukubalogoxs {
  display: none;
}

#menu02 {
  border-top: 10px solid #7e4fad;
  background: #33ffff;
}

#menu03 {
  border-top: 10px solid #7e4fad;
  background: #33ffff;
  margin: 0;
  padding: 0;
}

#header2 {}


/* bootstrap megamenu dropdown customize */

#headermenu {
  /* ★★★ メガメニュー グラデーション色 ★★★ */
  background: #19b8c8;
  background: linear-gradient(top, #176569 0%, #18919c 10%, #19b8c8 40%, #19b8c8 100%);
  background: -webkit-linear-gradient(top, #176569 0%, #18919c 10%, #19b8c8 40%, #19b8c8 100%);
  background: -moz-linear-gradient(top, #176569 0%, #18919c 10%, #19b8c8 40%, #19b8c8 100%);
  background: -o-linear-gradient(top, #176569 0%, #18919c 10%, #19b8c8 40%, #19b8c8 100%);
  background: -ms-linear-gradient(top, #176569 0%, #18919c 10%, #19b8c8 40%, #19b8c8 100%);
  color: #fff;
  border: none;
}

#headermenu:lang(en) {
  font-size: 12px;
}


/*  グローバルメニューマウスオーバー */

#headermenu .menulink > li > a:hover,
#headermenu .menulink > li > a:focus {
  color: #333;
  background: transparent;
}


/* blue arrow icon  */

.icog:before {
  position: relative top: 0px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e250";
  text-indent: -1.1em;
  color: #19b8c8;
}


/* blue arrow icon for news */

.icoga:after {
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e250";
  color: #19b8c8;
}


/* black arrow icon  */

.icogb:before {
  position: relative top: 0px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e250";
  text-indent: -1.1em;
  color: #333;
}


/*icon 非表示の場合, li 文字揃え */

.iconone {
  text-indent: 1.4em;
}

.navbar {
  border-radius: 0px;
  margin-bottom: 0px;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  letter-spacing: 1px;
  color: #fff;
  font-size: 1.1em;
}

.navbar-default .navbar-nav > li > a:lang(en),
.navbar-default .navbar-nav > li > a:focus:lang(en),
.navbar-default .navbar-nav > li > a:hover:lang(en) {
  letter-spacing: 0px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: #ddd;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  /* メガメニューの別のボタンをクリック時の元のメニュー背景を消す */
  background: transparent;
}

.navbar-toggle {
  margin-right: 0px;
  border-radius: 0px;
  margin-top: 20px;
}

.navbar-toggle:hover,
.navbar-toggle:focus {}

.navbar-toggle .icon-bar {}

.navbar-collapse {
  /*メニューborder: 1px の微妙な影を削除 */
  box-shadow: none;
}


/* グローバルメニューに区切り線 */

#headermenu .menulink > li > a {
  display: -moz-inline-box;
  display: inline-block;
  padding: 15px 15px;
  position: relative;
}

#headermenu .menulink > li:first-child:before {
  content: " | ";
  color: #fff;
}

#headermenu .menulink > li:after {
  content: " | ";
  color: #fff;
}


/* /グローバルメニューに区切り線 */

.w3_megamenu {
  border-top: 10px solid #7e4fad;
  padding: 0;
  margin: 0;
}

.w3_megamenu .dropdown-menu {
  background: transparent;
}

.w3_megamenu .dropdown-menu a {
  color: #333;
}

.w3_megamenu .dropdown-menu a:hover,
.w3_megamenu .dropdown-menu a:focus {
  color: #19b8c8;
}

.w3_megamenu .dropdown-menu > li > a {
  padding: 6px 15px;
}

.w3_megamenu .navbar-nav > li > .dropdown-menu {}

.w3_megamenu i {
  color: #BFBFBF;
}

.w3_megamenu .dropdown-menu {
  box-shadow: none;
  border: 2px solid #ddd;
  /* ★★★ メガメニュー 枠線色 ★★★ */
  padding: 0;
}

.w3_megamenu .form-control {
  margin-top: 10px;
  border: 1px solid #efefef;
}

.w3_megamenu .btn {
  margin: 10px 0 20px
}

.w3_megamenu video {
  max-width: 100%;
  height: auto;
}

.w3_megamenu iframe,
.w3_megamenu embed,
.w3_megamenu object {
  max-width: 100%;
}

.w3_megamenu .google-map {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  min-height: 200px;
}

.w3_megamenu div.google-map {
  background: rgba(255, 255, 255, 0.5);
  background: #ffffff;
  height: 200px;
  margin: 0 0 0px 0;
  width: 100%;
}

#googlemaps img {
  max-width: none;
}

.w3_megamenu .dropdown-menu .withoutdesc {
  margin-top: 0;
  display: block;
  text-align: left;
  text-transform: none;
  width: 100%;
}

.w3_megamenu a:hover,
.w3_megamenu a:focus {
  text-decoration: none
}

.w3_megamenu .dropdown-menu .withoutdesc ul li {
  margin: 10px;
}

.w3_megamenu .dropdown-menu .withoutdesc ul li a {
  /* リンク範囲をブロック全体に広げる */
  display: block;
  width: 100%;
  text-decoration: none;
  /* icogの幅とり*/
  padding: 10px 1.4em;
}

.w3_megamenu .dropdown-menu .withoutdesc ul li:hover,
.w3_megamenu .dropdown-menu .withoutdesc ul li:focus {
  color: #262626;
  text-decoration: none;
  background-color: #ddd;
}

.w3_megamenu .dropdown-menu .withoutdesc li {
  font-size: 1em;
}

.w3_megamenu .dropdown-menu .withoutdesc li:last-child {
  border-bottom: 0 solid #fff;
}

.w3_megamenu .w3_megamenu-content.withdesc ul li {
  padding: 10px;
}

.w3_megamenu .w3_megamenu-content.withdesc ul li:hover,
.w3_megamenu .w3_megamenu-content.withdesc ul li:focus {
  background-color: #ddd;
}

.w3_megamenu .w3_megamenu-content.withdesc a:after {
  color: #CFCFCF;
  content: attr(data-description);
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 0;
}

.w3_megamenu .dropdown-submenu {
  position: relative;
}

.w3_megamenu .dropdown-submenu>.dropdown-menu {
  top: 0;
  margin-top: 0;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.w3_megamenu .dropdown-submenu:hover>.dropdown-menu,
.w3_megamenu .dropdown-submenu:focus>.dropdown-menu {
  display: block;
}

.w3_megamenu .dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.w3_megamenu .dropdown-submenu:hover>a:after,
.w3_megamenu .dropdown-submenu:focus>a:after {
  border-left-color: #ffffff;
}

.w3_megamenu .dropdown-submenu.pull-left {
  float: none;
}

.w3_megamenu .dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.w3_megamenu p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #656565;
}

.w3_megamenu .nav,
.w3_megamenu .collapse,
.w3_megamenu .dropup,
.w3_megamenu .dropdown {
  position: static;
}

.w3_megamenu .half {
  width: 50%;
  left: auto !important;
  right: auto !important;
}

.w3_megamenu .container {
  position: relative;
}

.w3_megamenu .dropdown-menu {
  left: auto;
}

.w3_megamenu .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}

.w3_megamenu .w3_megamenu-content {
  padding: 0px 25px;
  background: #fafafa;
  /* ★★★ メガメニュー 背景色 ★★★ */
}

.w3_megamenu .dropdown.w3_megamenu-fw .dropdown-menu {
  left: 0;
  right: 0;
}

.w3_megamenu .title {
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 0px;
  color: #333;
}

.w3_megamenu ul {
  list-style: none;
  padding-left: 0px;
}

.w3_megamenu h3.titlelink {
  font-size: 1em;
  font-weight: bold;
  margin: 10px 0;
}

.w3_megamenu h3.titlelink a {
  /* リンク範囲をブロック全体に広げる */
  display: block;
  width: 100%;
  text-decoration: none;
  margin: 0;
  /* icogの幅とり*/
  padding: 10px 1.4em;
}

.w3_megamenu h3.titlelink a:hover,
.w3_megamenu h3.titlelink a:focus {
  background: #ddd;
  color: #19b8c8;
}


/* xs only */

#purpleline {
  border-top: 5px solid #7e4fad;
  padding: 0;
  margin: 0;
}


/* ---------- / index.html #header  ----------  */


/* ---------- index.html #slideview  ----------  */

.slider {
  padding: 0;
}

#slideview {
  padding: 0;
}

#slideview .message {
  background: rgba(80, 80, 80, 0.4);
  /* キャプションの背景 */
  bottom: 0px;
  position: absolute;
  width: 100%;
  height: auto;
}

#slideview .message p {
  margin: 5px 0;
  font-size: 1.2em;
  color: #fff;
}

.flex-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
  font-size: 14px;
  line-height: 18px;
}


/* ---------- / index.html #slideview  ----------  */


/* ---------- index.html #header #slideview  CSS change ---------- */

@media screen and (max-width: 767px) {
  #header1 > .row {
    padding-top: 0;
    padding-bottom: 20px;
  }
  #header1 .access {
    padding-top: 10px;
  }
  #menu01 {
    padding: -left: 0;
    background: #19b8c8;
    color: #fff;
  }
  #header1 .menulink a,
  #header1 .menulink li:after,
  #header1 ul.menulink:before {
    color: #fff;
  }
  #top_img {
    margin-top: 10px;
    width: 200px;
  }
  #tsukubalogoxs {
    display: inline-block;
    width: 200px;
  }
  #tsukubalogo {
    display: none;
  }
  /* xs : purple > blue */
  .w3_megamenu {
    border-top: 10px solid #19b8c8;
    padding: 0;
    margin: 0;
  }
  #headermenu {
    background: none;
    background: #19b8c8;
    color: #333;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    border: none;
  }
  .navbar {
    margin-bottom: 0px;
    min-height: 0px;
  }
  #headermenu .menulink {
    /* IE,nexusで線が出るのをふせぐ */
    padding: 0;
    margin: 0 0 10px;
  }
  /* xs メニューの余計なマージンを削除 */
  #headermenu .container {
    padding: 0;
  }
  .w3_megamenu .dropdown-menu .withoutdesc ul li {
    margin: 0;
  }
  /* グローバル区切り線削除 */
  #headermenu .menulink > li:first-child:before {
    content: none;
  }
  #headermenu .menulink > li:after {
    content: none;
  }
  /* xsのときに罫線を挿入 */
  #headermenu .menulink > li:not(:last-child) {
    border-bottom: 1px solid #33ffff;
  }
  #headermenu ul.menulink {}
  #headermenu .menulink > li > a {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  .w3_megamenu h3.titlelink {
    /* 体育センター頭揃え調整 */
    margin-left: -1em;
  }
  #slideview {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #slideview .message {
    bottom: 0px;
    position: relative;
    height: auto;
  }
  #slideview .message p {
    padding: 2px 5px;
    margin: 0;
    font-size: 12px;
  }
}


/* ---------- / index.html #header #slideview  CSS change ---------- */


/* ---------- index.html #newstopics  and news/XXXX.html #news---------- */

#newstopics {
  margin-bottom: 30px;
}

#newstopics .nav-tabs > li >a {
  background-color: #8cdce3;
  background-color: #ddd;
  border-radius: 0px 0px 0 0;
  margin-right: 2px;
  font-size: 1.4em;
  color: #fff;
}

#newstopics .nav-tabs > li.active > a,
#newstopics .nav-tabs > li.active > a:focus,
#newstopics .nav-tabs > li.active > a:hover {
  background-color: #19b8c8;
  border-color: #ddd;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  font-size: 1.4em;
  color: #fff;
  cursor: default;
}

#newstopics .nav > li > a {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
  padding: 5px 15px;
  /* 長いタブ対応   2017.6.9 変更
  width: 120px; */
  min-width: 120px; 
  position: relative;
}

#newstopics .nav > li > a:hover,
#newstopics .nav > li > a:focus {
  background: #8cdce3;
}

#newstopics .nav-tabs {
  border-bottom: none;
}

/* ニューストピックス 変更前
#newstopics .news_row {
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}

#newstopics .contents {
  background: #fff;
  border-left: 1px solid #e0e0e0; 
  border-bottom: 1px solid #e0e0e0;
}
*/

/* ニューストピックス7件以下対応   2017.6.9 変更 */
#newstopics .news_row {
  border-left: 1px solid #e0e0e0;
}

#newstopics .contents {
  background: #fff;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
#newstopics .contents:nth-of-type(n+5) { /*5件目以降のボーダーの重複調整 */
  border-top: none;
}
@media screen and (max-width: 767px) {
	#newstopics .contents:nth-of-type(n+2) { /*2件目以降のボーダーの重複調整 */
	  border-top: none;
  }
}
/* ニューストピックス7件以下対応  ここまで */


#news .contents {
  border-bottom: 1px solid #e0e0e0;
}

#newstopics .contents > a {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 20px;
  margin: 0;
}

#news .contents > a {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 5px;
  margin: 0;
}

#newstopics .contents:hover,
#newstopics .contents:focus,
#news .contents:hover,
#news .contents:focus {
  background: #ddd;
  text-decoration: none;
}

#newstopics .date,
#news .date {
  font-size: 0.8em;
  color: #9e9e9e;
}

#newstopics .title,
#news .title {
  font-size: 1.1em;
  color: #623e86;
}


/*リストの空白をつめる */

#news .title {
  margin-bottom: 0;
}

#newstopics .summary,
#news .summary {
  font-size: 0.8em;
}

#newstopics .viewlist {
  padding-top: 10px;
  margin: 0;
}

#newstopics .viewlist2 {
  font-size: 1.2em;
  margin: 20px 0 50px;
}

#newstopics .btn-small {
  font-size: 1.2em;
}

#newstopics .banner_img {
  display: inline-block;
  margin: 0 0 20px 0;
}

#newstopics .viewlist3 {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 20px;
  /* つくばスポーツオンラインバナーがない場合*/
  margin-bottom: 10px;
  /* つくばスポーツオンラインバナーがある場合*/
}

.btn-group-xs > .btn,
.btn-xs {
  border-radius: 0px;
}

.btn:hover,
.btn:focus {
  color: white;
}


/* News Category Icon Color */

.btn-001,
.btn-002,
.btn-003,
.btn-004,
.btn-005,
.btn-006,
.btn-007,
.btn-008,
.btn-009,
.btn-010,
.btn-011,
.btn-012,
.btn-013,
.btn-014,
.btn-015,
.btn-016,
.btn-017,
.btn-018,
.btn-019,
.btn-020 {
  color: #fff;
  font-size: 0.7em;
}
.btn-001 { /* ニュース */
  background-color: #19b8c8;
}

.btn-002 { /* 教育 */
  /* background-color: #2482cc; */
  background-color: #6600cc;
}

.btn-003 { /* 研究 */
  /* background-color: #6600cc; */
  background-color: #7e4fad;
}

.btn-004 { /* 競技 */
  /* background-color: #7e4fad;*/
  background-color: #1E90FF;
}

.btn-005 { /* 社会貢献 */
  background-color: #052ba6;
}

.btn-006 { /* イベント */
  background-color: #b9007e;
}

/* Undergraduate School */
.btn-007 { /* 体育専門学群 */
  background-color: #ED8600;
}

/* Master’s Program */
.btn-008, /* 体育学学位プログラム */
.btn-009, /* スポーツウエルネス学学位プログラム */
.btn-010, /* スポーツ国際開発学共同専攻 */
.btn-011, /* スポーツ・オリンピック学学位プログラム */
.btn-012  /* 教科教育専攻保健体育教育コース */
{
  background-color: #2482cc;
}

/* Doctoral Program */
.btn-013, /* 体育科学学位プログラム */
.btn-014, /* コーチング学学位プログラム */
.btn-015, /* スポーツ医学学位プログラム */
.btn-016, /* ヒューマン・ケア科学 */
.btn-017, /* パブリックヘルス学位プログラム */
.btn-018 /* 大学体育スポーツ高度化共同専攻 */
{
  background-color: #299999;
}

/* Short-Term Program */
.btn-019, /* その他 */
.btn-020 /* Not Used */
{
  background-color: #f08080;
}


#newstopics .square_box {
  float: left;
  margin: 0 10px 5px 0;
}

#newstopics .square {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  border: 1px solid #e0e0e0;
  background: #fff;
}

#newstopics .contents:hover > a > div > div> .square {
  border: 1px solid #bbb;
}

#newstopics .square > .thumb {
  width: auto;
  height: auto;
  max-width: 80px;
  max-height: 80px;
  vertical-align: middle;
}

/* ---------- /index.html #newstopics  and news/XXXX.html #news ---------- */


/* ---------- index.html #newstopics and news/XXXX.html #news CSS Change ---------- */

@media screen and (max-width: 767px) {
  #newstopics .nav-tabs > li.active > a,
  #newstopics .nav-tabs > li.active > a:focus,
  #newstopics .nav-tabs > li.active > a:hover,
  #newstopics .nav-tabs > li > a,
  #newstopics .nav-tabs > li > a:focus,
  #newstopics .nav-tabs > li > a:hover {
    font-size: 1em;
    padding: 5px;
  }
  #newstopics .nav > li > a {
     /* 長いタブ対応   2017.6.9 変更
    width: 80px; */
    min-width: 80px;
  }
  #newstopics .viewlist {
    font-size: 0.8em;
    padding: 5px;
  }
  #newstopics .viewlist2 {
    font-size: 1em;
  }
  #newstopics .viewlist3 {
    font-size: 1em;
    text-align: center;
    margin: 10px 10px;
  }
  #newstopics .btn-small,
  #news .btn-small {
    height: auto;
    width: 100%;
  }
  #newstopics .banner_img {
    margin: 0 0 10px 0;
  }
}


/* ---------- / index.html #newstopics and news/XXXX.html #news CSS Change ---------- */


/* ---------- index.html #education ---------- */

.education {
  background: #8cdce3;
  border-top: 10px solid #8cdce3;
  border-bottom: 10px solid #8cdce3;
}

#education .wbox > h4 {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #555;
  margin-bottom: 0.5em;
  font-size: 1.4em;
}

#education .wbox p {
  padding-top: 0.5em;
}

#education .wbox ul {
  list-style: none;
  padding-left: 0em;
}

#education .wbox li {
  padding: 0.5em 1.4em;
  margin-left: 1em;
}

#education .wbox li >a {
  display: block;
  width: 100%;
  text-decoration: none;
}

#education .wbox li:hover,
#education .wbox li:focus {
  background: #ddd;
  text-decoration: none;
}

#education h1.pagetitle:lang(en) {
  letter-spacing: normal;
  font-size: 1.6em;
  line-height: 120%;
}


/* ---------- / index.html #education ---------- */


/* ----------  index.html #education  CSS Change ---------- */

@media screen and (max-width: 767px) {
  #education .wbox ul {
    margin-bottom: 0;
    /*ラストのliには適用したいので考える*/
  }
  .mt10xs {
    margin-top: 10px;
  }
}


/* ---------- index.html #banner ---------- */

#banner .banner_row {
  padding: 30px 0;
}

#banner .banner_img {
  display: inline-block;
  margin: 10px 0;
}


/* ---------- /index.html #banner ---------- */


/* ---------- index.html #etc-banner (en only) ---------- */

#etc-banner {}

#etc-banner .banner_img {
  display: inline-block;
  border: 1px solid #ccc;
}

#etc-banner figure {
  margin: 50px 0 30px 0;
}


/* ---------- /index.html #etc-banner (en only) ---------- */


/* ---------- index.html #etc-banner (en only) CSS Change ---------- */

@media screen and (max-width: 767px) {
  #etc-banner .banner_img {
    height: 150px;
  }
  #etc-banner figure {
    margin: 30px 0 10px 0;
  }
}


/* ---------- /index.html #etc-banner (en only) CSS Change ---------- */


/* ---------- index.html #footer ----------  */

#footer {
  color: #fff;
}

#footer1 {
  padding-top: 10px;
  color: #fff;
  background: #b4b4b4;
}

#footer2 {
  padding-top: 20px;
  padding-bottom: 40px;
  color: #fff;
  background: #19b8c8;
}

#footer ul.menulink,
#footer ul.menulinks {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  float: none;
}

#footer .menulink li {
  display: -moz-inline-box;
  display: inline-block;
  font-size: 1em;
  color: #fff;
}

#footer .menulinks li {
  display: -moz-inline-box;
  display: inline-block;
  font-size: 0.8em;
  color: #fff;
}

#footer .menulink li > a,
#footer .menulinks li > a {
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}

#footer ul.menulink:before,
#footer ul.menulinks:before {
  content: " | ";
  color: #fff;
  font-size: 12px;
}

#footer ul.menulink:before {
  font-size: 14px;
}

#footer .menulink li:after,
#footer .menulinks li:after {
  content: " | ";
  color: #fff;
  font-size: 12px;
}

#footer .menulink li:after {
  font-size: 14px;
}

#footer2 .address {
  color: #fff;
  font-size: 1.0em;
}


/* ---------- / index.html #footer ----------  */


/* ---------- index.html #footer CSS Change ---------- */

@media screen and (max-width: 767px) {
  #footer1 {
    padding: 0px;
  }
  #footer2 {
    padding-top: 0;
  }
  #footer1 .text-right {
    text-align: left;
  }
  #footer2 .text-right {
    text-align: left;
  }
  #footer ul.menulinks:before,
  #footer ul.menulink:before {
    content: none;
  }
  #footer .menulinks li:after,
  #footer .menulink li:after {
    content: none;
  }
  #footer ul.menulinks,
  #footer ul.menulink {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #footer .menulinks li {
    width: 100%;
  }
  #footer .menulinks li:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  #footer .menulink li {
    width: 100%;
    border-bottom: 1px solid #33ffff;
  }
  #footer .menulink li a {
    display: block;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 1.1em;
    padding: 15px;
    width: 100%;
  }
  #footer .menulinks li a {
    display: block;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 1.1em;
    padding: 15px;
    width: 100%;
  }
  #footer2 .address {
    padding-top: 20px;
  }
}


/* ---------- /index.html #footer CSS Change ---------- */


/* ----------  organize.html #organize ---------- */

#organize .organize-img {
  max-width: 960px;
}


/* ----------  /organize.html #organize ---------- */


/* ----------  message.html #message ---------- */

#message a {
  color: #19b8c8;
}

#message p {
  line-height: 150%;
}

#message p.indent1 {
  padding-left: 1em;
  text-indent: -1em;
}

#message figure {
  /* max-width: 250px; */
  max-width: 150px;
  margin-left: 20px;
  float: right;
}

#message h2.subtitle {
  line-height: 100%;
  padding: .25em 0 .5em .75em;
  border-left: 10px solid #19b8c8;
  border-bottom: 1px solid #19b8c8;
}

#message h2.subtitle:lang(en) {
  line-height: 120%;
  padding-bottom: .3em;
}


/* ----------  /message.html #message ---------- */


/* ---------- message.html #message CSS Change ---------- */

@media screen and (max-width: 767px) {
  #message figure {
    /* max-width: 200px; */
    max-width: 100px;
    margin-left: 0px;
    margin-bottom: 20px;
    float: none;
  }
}


/* ---------- /message.html #message CSS Change ---------- */


/* ----------  mission.html #mission ---------- */

#mission .bbox {
  padding-top: 0px;
}

#mission h3.subtitle {
  line-height: 150%;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #19b8c8;
  border-bottom: 2px solid #ddd;
}

#mission .contents {}

#mission .summary {
  padding-bottom: 0.2em;
}

#mission .summary > h4 {
  font-weight: bold;
}

#mission .graph_b {
  background: #19b8c8;
}

#mission .graph_w {
  background: #fff;
  margin-top: 30px;
}

#mission .graph_w >td:nth-child(1) {
  white-space: nowrap;
}


/* ---------- / mission.html #mission ---------- */


/* ---------- inter.html #inter ---------- */

#inter h2.subtitle {}

#inter thead {
  background: #19b8c8;
  color: #fff;
}

#inter tbody {}

#inter tfoot {
  background: #ddd;
  text-align: right;
  font-size: 0.8em;
}

#inter td a {
  color: #19b8c8;
  text-decoration: underline;
}


/* ---------- /inter.html #inter ---------- */


/* ---------- honor.html #honor ---------- */

#honor h2.subtitle {
  padding-top: 20px;
}

#honor .graph_b {
  font-size: 1.1em;
  font-weight: bold;
}

#honor .strong {
  font-weight: bold;
}

#honor .graph_p {
  font-size: 1.2em;
}

#honor thead {
  background: #19b8c8;
  color: #fff;
}

#honor thead >tr > td {
  border-bottom-width: 1px;
}

#honor tbody {}

#honor tfoot {
  background: #ddd;
  text-align: right;
  font-size: 0.8em;
}

#honor td a {
  color: #19b8c8;
}

#honor .col02 {
  font-size: 1.1em;
  font-weight: bold;
}

#honor table.tab002,
#honor table.tab003 {
  border: 1px solid #ddd;
}


/* 研究実績の日付・対象者 */

#honor .tab002 .td01 {
  width: 250px;
}

#honor .tab002 .td01:lang(en) {
  width: auto;
}


/*河本賞の日付 */

#honor .tab003 .td01 {
  width: 100px;
}


/* 研究実績の第1カラム,河本賞の第1,2カラム ,*/

#honor .tab002 .td01,
#honor .tab003 .td01,
#honor .tab003 .td02 {
  white-space: nowrap;
}

#honor .tab002 .td01:lang(en) {
  white-space: normal;
}

#honor .td01,
#honor .td02,
#honor .td02w,
#honor .td03 {
  padding: 0;
}

#honor .td01 > .row,
#honor .td02 > .row,
#honor .td02w > .row,
#honor .td03 > .row {
  padding: 8px;
}


/* ---------- /honor.html #honor ---------- */


/* ---------- honor.html #honor CSS Change ---------- */

@media screen and (max-width: 767px) {
  #honor td .row {
    margin: 0;
    padding: 0;
  }
  #honor .td01 {}
  #honor .td02 {}
  #honor .td03 {}
  #honor .tab002 .td01 {
    width: 30%
  }
  #honor .tab003 .td01 {
    width: 20%;
  }
  /* 研究実績 対象者 */
  #honor .tab002 .col02 {
    margin-top: 10px;
  }
  /* 研究実績・河本賞題目 */
  #honor .col03 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  /* english col02,col01,col04, col03  */
  #honor .col03:lang(en) {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  /* english  */
  #honor .col04:lang(en) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  /* 河本賞 表彰分野 */
  #honor .col05 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  /* 河本賞 職名 */
  #honor .col06 {}
  /* borderがずれるため0にする */
  #honor .row > [class*='col-'] {
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
    margin-right: 0;
  }
}


/* ---------- /honor.html #/honor CSS Change ---------- */


/* ----------  partnership.html #partnership ---------- */

#partnership .bbox {
  padding-top: 0;
}

#partnership h3.subtitle {
  line-height: 150%;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #19b8c8;
  border-bottom: 2px solid #ddd;
}

#partnership thead {
  background: #19b8c8;
  color: #fff;
}

#partnership tbody {}

#partnership tfoot {
  background: #ddd;
  text-align: right;
  font-size: 0.8em;
}

#partnership td a {
  color: #19b8c8;
  text-decoration: underline;
}

.term {
  width: 40%;
}


/* ----------  /partnership.html #partnership  ---------- */


/* ----------  sitemap.html #sitemap ---------- */

#sitemap ul.listbox {
  padding-left: 1em;
}

#sitemap ul.listbox ul li {
  margin-left: 1em;
}

#sitemap li.large > span,
#sitemap li.large > a {
  font-size: 1.3em;
  margin-top: 10px;
  font-weight: bold;
}


/* ----------  /sitemap.html #sitemap ---------- */


/* ----------  recruit.html #recruit ---------- */

#recruit a {
  color: #19b8c8;
}

#recruit p {
  margin: 10px 0;
}


/* ----------  /recruit.html #recruit ---------- */


/* ----------  reserchp.html #researchp ---------- */

#researchp h4 {
  margin-bottom: 20px;
  font-weight: bold;
}

#researchp p a {
  color: #19b8c8;
  text-decoration: underline;
}

#researchp ul.listbox {
  padding-left: 1em;
}


/* ----------  /reserchp.html #researchp  ---------- */


/* ----------  bulletin.html #bulletin  ---------- */

#bulletin a {
  color: #19b8c8;
}

#bulletin p {
  margin: 10px 0 30px 0;
}

#bulletin img {
  border: 1px solid #ddd;
}


/* ----------  /bulletin.html #bulletin  ---------- */


/* ----------  news #news  ---------- */

#news {}

#news .page {}

#news #news_list {
  padding-bottom: 20px;
}


/* news/index.html ニュースリストで、タイトルがHTML(<はじまり)で詳細にリンクしない場合 */

#news .nodetail {
  display: block;
  margin: 0;
  text-decoration: none;
  width: 100%;
  padding: 5px;
}


/* Main Area  */

#news .mainbox {
  padding-top: 10px;
  border: 2px solid #ddd;
  background: #fff;
  margin-bottom: 20px;
}

#news .more .btn-small {
  width: 100%;
}

#news figure {
  margin-top: 30px;
}


/* submenu : submenu.inc */

ul.sidebox {
  margin: 0;
  list-style-type: none;
  padding-left: 1.4em;
}

.sidebox li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  padding: 5px 0;
}

.sidebox li a:hover,
.sidebox li a:focus {
  background: #ddd;
}

.panel-group .panel {
  border-radius: 0px;
  margin-bottom: 20px;
  padding: 0;
}

.panel-default {
  border-color: #ddd;
}

.panel {
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 4px;
  box-shadow: none;
  margin-bottom: 20px;
}

.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #ddd;
  color: #333;
}

.panel-title {
  font-size: 1.2em;
}


/* ----------  /news   #news---------- */


/* ----------  news/detail   #news_detail ---------- */

#news_detail {
  color: #333;
  padding: 20px 10px;
}

#news_detail h2.subtitlep {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}


/* 関連、PDF資料 box */

#news_detail .relbox {
  border: 0px solid #8cdce3;
  margin: 30px 0;
}

#news_detail .relbox .glyphicon {
  color: #19b8c8;
}

#news_detail .relbox p {
  color: #19b8c8;
  font-size: 1.2em;
  padding-bottom: 10px;
  border-bottom: 1px solid #8cdce3;
}

#news_detail dt {
  margin: 15px;
}

#news_detail dd {
  padding-left: 2em;
  margin: 0;
}

#news_detail ul.nlistbox {
  padding-left: 2em;
}

#news_detail .nlistbox li {
  padding: 8px 0;
}

#news_detail .nlistbox li a {
  color: #19b8c8;
  text-decoration: underline;
}

#news_detail h1 {
  margin: 10px 0;
  padding: 0;
  font-size: 2em;
}


/*
h2 はタイトルでの指定に従う
*/

#news_detail h3 {
  margin: 5px 0;
  font-size: 1.6em;
}

#news_detail h4 {
  margin: 5px 0;
  font-size: 1.2em;
}

#news_detail h5 {
  margin: 5px 0;
  font-size: 1.0em;
}

#news_detail h6 {
  margin: 5px 0;
  font-size: 0.8em;
}

#news_detail p {
  margin: 10px 0;
  font-size: 1em;
}

#news_detail .blueu {
  color: #19b8c8;
  text-decoration: underline;
}


/* ----------  /news/detail   #news_detail ---------- */


/* ---------- news CSS Change ---------- */

@media screen and (max-width: 767px) {
  /*　submenu margin削除 */
  #news .col-sm-3 {
    margin: 0;
    padding: 0;
  }
  #news .mainbox {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px;
  }
  #submenu .mt20 {
    margin-top: 10px;
  }
  .panel-group .panel {
    margin-bottom: 0px;
  }
  .panel {
    background-color: #fff;
    border: 2px solid #ddd;
  }
  .panel-group .panel + .panel {
    margin-top: 2px;
  }
}


/* ---------- /news CSS Change ---------- */


/* ---------- common  : reserchp, mission  CSS Change ---------- */

@media screen and (max-width: 767px) {
  #mission .graph_w >td:nth-child(1) {
    white-space: normal;
  }
  #mission .table {
    font-size: 0.9em;
  }
  .bbox {
    margin: 0;
    padding: 10px 10px 40px 10px;
    border-width: 2px;
  }
  .fullwidth {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0;
  }
  /* submenuBox  common tabs*/
  .submenuBox li.menuBox {
    border-right: 2px solid #19b8c8;
    margin-bottom: 0;
  }
  .submenuBox li.menuBox:last-child {
    border-right: 2px solid #19b8c8;
  }
  /* ページタイトルの文字間戻す */
  h1.pagetitle {
    letter-spacing: normal;
  }
}


/* ---------- /common  : reserchp, mission  CSS Change ---------- */


/* ----------   #teachers ---------- */

#teachers h3.subtitle {
  padding-top: 0;
  padding-bottom: 0px;
  margin-top: 0;
}

#teachers h3.subtitleb {
  padding-bottom: 0;
  margin-bottom: 0;
}


/* en 検索がないのでスペース調整 */

#teachers .bbox:lang(en) {
  padding-top: 0;
}

#teachers td a {
  text-decoration: underline;
  color: #19b8c8;
}

#teachers td {
  line-height: 200%;
  border: 1px solid #ddd;
}

#teachers td:nth-child(1),
#teachers th:nth-child(1) {
  padding-right: 20px;
}

#teachers td:nth-child(2),
#teachers th:nth-child(2) {
  width: 320px;
  padding-left: 20px;
}

#teachers td.noborder {
  border: 0px solid red;
}

#teachers ul {
  padding-top: 10px;
  padding-left: 14px;
  list-style-type: none;
  margin-left: 14px;
}

#teachers ul li:before {
  content: '※';
  margin-left: -14px;
}

#teachers .name {
  font-size: 1.2em;
  font-weight: bold;
}

#teachers #count {
  font-size: 1.2em;
  color: #dc143c;
}

#teachers #none {
  font-size: 1.2em;
  color: #dc143c;
}

#teachers .btn-xs {
  margin-left: 5px;
}


/* ----------   /#teachers ---------- */


/* ---------- #teachers  CSS Change ---------- */

@media screen and (max-width: 767px) {
  #teachers td:nth-child(1),
  #teachers th:nth-child(1) {
    padding-right: 8px;
  }
  #teachers td:nth-child(2),
  #teachers th:nth-child(2) {
    width: auto;
    padding-left: 8px;
  }
}


/* ---------- /#teachers  CSS Change ---------- */


/* ----------   for print css---------- */

@media print {
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  /*  ---  */
  .page-top,
  .page-top > .glyphicon {
    display: none;
  }
  .flex-control-nav,
  .flex-direction-nav {
    display: none;
  }
  /*  ---  */
}


/* ----------   /for print css---------- */
