@charset "UTF-8";

.container {
  background-color: white;
}

#last-modified-wrapper {
  color: gray;
}

#footer {
  font-size: 80%;
  margin-top: 15px;
  color: #555;
}

#my-navbar{
  font-size: 90%;
}

#my-navbar{
  padding-left: 1em;
  padding-right: 1em;
}


.top-margin {
  margin-top: 15px;
}

.bottom-margin {
  margin-bottom: 15px;
}

.no-margin {
  margin-right: 0px;
  margin-left: 0px; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }


.menu a {
  border: 0 none;
  color: #333;
  padding: 12px;
  font-size: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.menu a:hover,
.menu a:active {
  color: #2b7ab8 !important;
  border: 0;
  background: #eaf4fd !important;
  text-decoration: none !important;
}

/* HOME */
div#home_banner {
  padding-top: 40px;
  background: url(/css/img/home_banner_bg.jpg) repeat-x top center;
}

ul#home_banner_list {
  margin: auto;
  padding: 30px 0;
  overflow: hidden;
}

ul#home_banner_list li {
  float: left;
  width: 32%;
  text-align: center;
  color: white;
}

div#home_banner h2 {
  margin: auto;
  width: 28%;
  height: 26px;
}

div#playbutton {
  width: 172px;
  margin: auto;
  height: 172px;
  padding: 25px 0;
  overflow: hidden;
  outline: none;
}

div#playbutton a {
  width: 172px;
  height: 172px;
  overflow: hidden;
  border: none !important;
  background: url(/css/img/playbutton.png) no-repeat top left;
}

div#home_topics {
  padding: 15px;
  border: 6px solid #e0e0e0;
  position: relative;
}

div#home_topics h2.home_topics_title {
  top: 15px;
  right: 15px;
  color: #4f677b;
  font-size: 24px;
}

div#home_topics ul {
  margin: 0;
  padding-left: 0px;
}

div#home_topics ul li {
  padding-bottom: 15px;
  font-size: 14px;
  list-style-type: none;
}

div#home_topics ul li span.catbox {
  padding: 5px 0px;
  background: #888;
  min-width: 100px;
  white-space: nowrap;
  line-height: 1em;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
}


div#home_topics ul li span.datebox {
  padding: 5px 15px;
}

div#home_topics ul li a {
  padding: 5px 0px;
}



body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #f9f9f9;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  color: inherit;
}
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}

h1, .h1 {
  font-size: 28px;
}

h2, .h2 {
  font-size: 24px;
}

h3, .h3 {
  font-size: 22px;
}

h4, .h4 {
  font-size: 19px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 12px;
}
