@charset "UTF-8";
/* variables */
/* background setting */
#wrapper {
  background: #eeeee7;
  padding-bottom: 50px;
}
#bnews {
  background: #fff;
  padding-bottom: 20px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.breadcrumb {
  margin: 0;
  padding: 10px 0;
}
.footer {
  margin: 0;
}
/* class */
#bnews {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  zoom: 1;
  font-size: 16px;
  line-height: 1.6;
  margin: 25px auto 0;
  max-width: 850px;
  /* common */
  /* article header */
  /* article body */
}
#bnews:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#bnews a {
  color: #00599e;
  text-decoration: none;
}
#bnews a:visited {
  color: #6667b4;
}
#bnews a:hover {
  text-decoration: underline;
}
#bnews p {
  word-break: normal;
}
#bnews .article-header {
  background: #000000 url(../img/article-header-back.gif);
  color: #fff;
  padding: 10px 25px;
  position: relative;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#bnews .article-header img {
  vertical-align: middle;
}
#bnews .article-category {
  border-bottom: 1px solid #666;
  font-size: 12px;
  margin-bottom: 10px;
}
#bnews .pr-icon {
  position: absolute;
  right: 25px;
  top: 10px;
}
#bnews .article-info {
  background: #666;
  color: #ccc;
  font-size: 12px;
  padding: 0 25px;
}
#bnews .article-info li {
  display: inline-block;
  padding: 8px 12px 8px 0;
  vertical-align: middle;
}
#bnews .article-info li.bookmark {
  padding: 4px 0 0;
}
#bnews h3 {
  font-size: 150%;
  font-weight: bold;
  line-height: 1.4;
}
#bnews .title-logo {
  background: url(../img/title_bg_img.png) center bottom repeat-x;
  margin-bottom: 20px;
  padding: 35px 0;
  text-align: center;
}
#bnews .title-logo img {
  height: 81px;
}
#bnews .article-content-head,
#bnews .section {
  margin-left: 25px;
  margin-right: 25px;
}
#bnews .article-content-head {
  zoom: 1;
}
#bnews .article-content-head:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#bnews .article-content-head img {
  float: left;
  margin: 0 20px .5em 0;
  width: 300px;
}
#bnews .section {
  margin-top: 1.5em;
}
#bnews .section p {
  margin-bottom: 1em;
}
#bnews .notes {
  padding-bottom: .6em;
  font-style: italic;
}
#bnews .photo {
  background: #111;
}
#bnews .photo img {
  line-height: 1;
  width: 100%;
}
#bnews .photo p {
  color: #eee;
  font-size: 12px;
  padding: 8px;
  margin: 0 !important;
}
#bnews .p1 {
  float: right;
  margin: 0 0 10px 20px;
  width: 300px;
}
#bnews .p2 {
  float: left;
  margin: 0 20px 10px 0;
  width: 300px;
}
#bnews .p3 {
  float: right;
  margin: 0 0 10px 20px;
  width: 300px;
}
#bnews .p4 {
  float: left;
  margin: 0 20px 10px 0;
  width: 300px;
}
#bnews .p5 {
  margin: 1.5em auto;
  width: 600px;
}
#bnews .p6 {
  float: left;
  margin: 0 20px 10px 0;
  width: 300px;
}
#bnews .p7 {
  float: right;
  margin: 0 0 10px 20px;
  width: 300px;
}
#bnews .p8 {
  margin: 1.5em auto;
  width: 600px;
}
#bnews .p9 {
  float: left;
  margin: 0 20px 10px 0;
  width: 300px;
}
#bnews .p10 {
  margin: 1.5em auto;
  width: 600px;
}
#bnews .related-link {
  border-left: 1px dotted #bbbbbb;
  margin: 0 0 1em 1.5em;
  padding-left: 1.5em;
}
#bnews .related-link li {
  line-height: 1.5;
  margin-bottom: .65em;
}
#bnews .signature {
  font-style: italic;
  margin-top: 2em;
  text-align: right;
}
#bnews .social-buttons li {
  display: inline-block;
  height: 65px;
  margin: 0 5px 5px 0;
}
#bnews h4 {
  border-bottom: 1px solid #bbbbbb;
  font-size: 130%;
  font-weight: bold;
  margin: 1.5em 0 1em;
  padding-bottom: 0.1em;
}
/* responsive */
@media screen and (max-width: 850px) {
  #bnews .title-logo img {
    max-width: 95%;
    width: 623px;
    height: auto;
  }
}
@media screen and (max-width: 450px) {
  #bnews .article-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  #bnews .article-info {
    padding: 0 15px;
  }
  #bnews .article-info li {
    padding: 4px 8px 0 0;
  }
  #bnews .article-info li.bookmark {
    display: block;
  }
  #bnews .title-logo {
    margin-bottom: 20px;
    padding: 28px 0;
  }
  #bnews .title-logo img {
    max-width: 95%;
    height: auto;
  }
  #bnews .article-content-head,
  #bnews .section {
    margin-left: 15px;
    margin-right: 15px;
  }
  #bnews .article-content-head img {
    width: 100%;
    margin: 0 0 1em;
  }
  #bnews .p1,
  #bnews .p2,
  #bnews .p3,
  #bnews .p4,
  #bnews .p6,
  #bnews .p7,
  #bnews .p9 {
    width: 165px;
  }
  #bnews .p5,
  #bnews .p8,
  #bnews .p10 {
    width: 100%;
  }
}
/* tmp mixin */
