@charset "utf-8";
.sizefix {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "HiraKakuPro-W6", sans-serif;
}
body,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
li,
p {
  margin: 0;
  padding: 0;
}
#container {
  width: 640px;
  min-height: 500px;
  margin: auto;
  background: url(../img/bg-paper.png);
}
.header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 11px;
  width: 100%;
  height: 101px;
  background: url(../img/bg-header.png);
}
.pc {
  float: right;
  margin: 20px 10px 0 0;
}
.slideshow-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 240px;
  background: url(../img/bg-slideshow.png);
  padding-top: 10px;
}
.slideshow-container .caroufredsel_wrapper {
  -webkit-box-shadow: 0 1px 1px rgba(208, 100, 3, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(208, 100, 3, 0.3);
  box-shadow: 0 1px 1px rgba(208, 100, 3, 0.3);
  height: 170px;
  width: 560px !important;
  float: left !important;
  top: 1px !important;
}
.slideshow-container .slideshow {
  height: 170px;
  width: 560px;
  float: left;
}
.slideshow-container .slideshow li {
  display: block;
  height: 100%;
}
.slideshow-container .slideshow-right,
.slideshow-container .slideshow-left {
  -webkit-box-shadow: 0 1px 1px rgba(208, 100, 3, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(208, 100, 3, 0.3);
  box-shadow: 0 1px 1px rgba(208, 100, 3, 0.3);
  cursor: pointer;
  float: left;
}
.slideshow-container .slideshow-btns {
  text-align: center;
}
.slideshow-container .slideshow-btns .slideshow-btn {
  display: inline-block;
  background: url(../img/btn-slideshow.png);
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 28px;
  color: #d87200;
  font-family: sans-serif;
  margin: 8px 8px 0;
}
/* ----------
  collapsible
---------- */
.collapsible {
  color: #444;
}
.collapsible .head {
  height: 51px;
  line-height: 51px;
  background: url(../img/bg-collapsible-head.png);
  color: white;
  text-shadow: 1px -1px 1px #f19316;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  cursor: pointer;
}
.collapsible .head .ico-collapsible {
  margin: 0 10px;
  background-image: url(../img/ico-plus.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  display: inline-block;
}
.collapsible .body {
  display: none;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.collapsible .body .content {
  width: 100%;
  -webkit-box-shadow: 0 1px 2px 0 #ddd;
  -moz-box-shadow: 0 1px 2px 0 #ddd;
  box-shadow: 0 1px 2px 0 #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f8f8f8;
  font-size: 16px;
  /* ----------
        左側サムネイル
      ---------- */
  /* ----------
        右側テキスト
      ---------- */
  /* ----------
        全体テキスト
      ---------- */
}
.collapsible .body .content:after {
  content: "";
  display: block;
  clear: both;
}
.collapsible .body .content .thumbnail {
  float: left;
  width: 200px;
}
.collapsible .body .content .thumbnail img {
  margin: 10px;
  border: 3px solid white;
  -webkit-box-shadow: 0 1px 2px 0 #ddd;
  -moz-box-shadow: 0 1px 2px 0 #ddd;
  box-shadow: 0 1px 2px 0 #ddd;
}
.collapsible .body .content .text {
  float: left;
  width: 400px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* ----------
          テーブル
        ---------- */
}
.collapsible .body .content .text .btn {
  margin: 0 20px 20px 0;
}
.collapsible .body .content .text h3 {
  border-bottom: 1px solid #ddd;
  padding: 10px 0 10px;
  font-weight: normal;
  font-size: 1em;
}
.collapsible .body .content .text p {
  padding: 10px 10px 10px 0;
  font-weight: normal;
  font-size: 1em;
}
.collapsible .body .content .text small {
  font-weight: 0.8em;
}
.collapsible .body .content .text strong {
  color: #e91e1e;
}
.collapsible .body .content .text table {
  width: 100%;
  padding-right: 20px;
  margin-top: 10px;
  text-align: left;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.collapsible .body .content .text table .btn {
  margin: 0;
}
.collapsible .body .content .text table th,
.collapsible .body .content .text table td {
  vertical-align: top;
  padding: 0 0 10px 0;
}
.collapsible .body .content .text table th {
  color: #f29814;
  padding-right: 20px;
  white-space: nowrap;
}
.collapsible .body .content .fill {
  padding: 10px;
}
.collapsible.show .head .ico-collapsible {
  background-image: url(../img/ico-minus.png);
}
.collapsible.show .body {
  display: block;
}
/* ----------
  btn
---------- */
.btn.btn-important {
  background: #fde631;
  background: -moz-linear-gradient(top, #fde631 0%, #f0a908 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fde631), color-stop(100%, #f0a908));
  background: -webkit-linear-gradient(top, #fde631 0%, #f0a908 100%);
  background: -o-linear-gradient(top, #fde631 0%, #f0a908 100%);
  background: -ms-linear-gradient(top, #fde631 0%, #f0a908 100%);
  background: linear-gradient(to bottom, #fde631 0%, #f0a908 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(238, 129, 4, 0.5);
  border-bottom: 1px solid rgba(238, 129, 4, 0.8);
  border-left: 1px solid rgba(238, 129, 4, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.5), inset -1px -1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 0 3px #ecdfc0;
  -moz-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.5), inset -1px -1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 0 3px #ecdfc0;
  box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.5), inset -1px -1px 0 0 rgba(255, 255, 255, 0.5), 0 3px 0 0 #ecdfc0;
  text-align: center;
  color: white;
  text-shadow: 1px -1px 1px #c58717;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  margin: 20px 0 0;
}
.section {
  position: relative;
  padding: 0 0 20px 0;
}
.section a,
.section a:link,
.section a:visited {
  text-decoration: none;
  color: inherit;
}
.section .feed {
  display: block;
  width: 600px;
  margin: 20px auto;
  /* ----------
      News
    ---------- */
  /* ----------
      Tweet
    ---------- */
  /* ----------
      Facebook
    ---------- */
  /* ----------
      Default
    ---------- */
}
.section .feed.news {
  height: 130px;
}
.section .feed.news p {
  overflow: hidden;
  max-height: 2.7em;
}
.section .feed.news .feed-main {
  height: 112px;
}
.section .feed.news .feed-main .feed-arrow {
  margin: 50px 10px 0;
}
.section .feed.news .feed-main .feed-description {
  overflow: auto;
  padding-top: 10px;
}
.section .feed.news .feed-main .feed-description * {
  font-size: 1rem !important;
  text-align: left !important;
  padding-right: 0 !important;
  float: left;
  text-wrap: nowrap;
}
.section .feed.tweet {
  height: 90px;
  position: relative;
}
.section .feed.tweet p {
  padding: 0 60px 0 20px;
  color: #0a6c7e;
  height: 50px;
  overflow: hidden;
}
.section .feed.tweet .feed-arrow {
  position: absolute;
  right: 10px;
}
.section .feed.tweet .feed-main {
  height: 72px;
  width: 100%;
  display: table;
}
.section .feed.tweet .feed-main p {
  display: table-cell;
  vertical-align: middle;
}
.section .feed.tweet .feed-main .feed-arrow {
  margin: 30px 10px 0;
}
.section .feed.facebook {
  height: 130px;
}
.section .feed.facebook p {
  padding: 10px 40px 0 20px;
  color: #113b65;
}
.section .feed.facebook .feed-main {
  height: 112px;
}
.section .feed.facebook .feed-main .feed-arrow {
  margin: 50px 10px 0;
}
.section .feed .feed-top {
  background: url(../img/img-tweet-top.png);
  height: 7px;
}
.section .feed .feed-bottom {
  background: url(../img/img-tweet-bottom.png);
  height: 11px;
}
.section .feed .feed-main {
  background: url(../img/bg-tweet.png);
  overflow: hidden;
}
.section .feed .feed-main h3 {
  color: #f29814;
  font-family: sans-serif;
  font-size: 20px;
  padding: 10px 0 0 20px;
}
.section .feed .feed-main p {
  font-family: sans-serif;
  font-size: 16px;
}
.section .feed .feed-main .feed-thum {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  float: left;
  margin: 2px 20px 0 10px;
  position: relative;
  overflow: hidden;
  width: 110px;
  height: 110px;
}
.section .feed .feed-main .feed-thum img {
  position: absolute;
}
.section .feed .feed-main .feed-arrow {
  float: right;
}
.ico-twitter,
.ico-facebook {
  position: absolute;
}
.ico-twitter {
  top: 0;
  left: 240px;
}
.ico-facebook {
  top: 6px;
  left: 280px;
}
.btn-follow {
  display: block;
  width: 600px;
  margin: 20px auto;
}
.btn-like {
  display: block;
  width: 600px;
  margin: 20px auto;
}
