@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

dl, dt, dd,
ul {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

address {
  font-style: normal;
}

html {
  font-family: Arial, Verdana, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Osaka, sans-serif;
  font-size: 62.5%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* clearfix
-------------------------- */
.clearfix:after, #container:after, #contents:after, .row:after, #header_in:after, section:after, .work:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, #container, #contents, .row, #header_in, section, .work {
  min-height: 1px;
}

* html .clearfix, * html #container, * html #contents, * html .row, * html #header_in, * html section, * html .work {
  height: 1px;
  /*\*/
     /*/
height: auto;
overflow: hidden;
/**/
}

/* ----------------------------------------------
 Basic-Design
---------------------------------------------- */
@media screen and (max-width: 767px) {
  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  html {
    overflow-y: scroll;
  }
}
body {
  color: #333;
  font-size: 1.5em;
  line-height: 1.8;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.3em;
  }
}

a {
  color: #06C;
}

a:hover {
  color: #06C;
  text-decoration: none;
}

.d_none_pc {
  display: none;
}

.pc_block {
  display: block;
}

@media screen and (max-width: 767px) {
  .d_none_sp {
    display: none !important;
  }

  .sp_block {
    display: block;
  }
}
/* ----------------------------------------------
 layout
---------------------------------------------- */
#container {
  width: 100%;
  z-index: 2;
}

#contents {
  width: 980px;
  min-height: 600px;
  margin: 0 auto;
  padding: 50px 0 20px;
}
@media only screen and (max-width: 767px) {
  #contents {
    width: 100%;
    min-height: inherit;
    padding: 10px 0 0;
  }
}

#top #contents {
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  #top #contents {
    padding: 0;
  }
}

#main {
  float: left;
  width: 640px;
}
@media only screen and (max-width: 767px) {
  #main {
    display: block;
    float: none;
    width: 100%;
    line-height: 1.8;
  }
}

#side {
  float: right;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  #side {
    float: none;
    display: block;
    width: 100%;
  }
}

.row {
  overflow: hidden;
  margin-right: -40px;
}

.cell1, .cell2, .cell3, .cell4, .cell5, .cell6,
.cell7, .cell8, .cell9, .cell10, .cell11, .cell12 {
  float: left;
  display: inline;
  margin-right: 40px;
}

.cell1 {
  width: 45px;
}

.cell2 {
  width: 130px;
}

.cell3 {
  width: 215px;
}

.cell4 {
  width: 300px;
}

.cell5 {
  width: 385px;
}

.cell6 {
  width: 470px;
}

.cell7 {
  width: 555px;
}

.cell8 {
  width: 640px;
}

.cell9 {
  width: 725px;
}

.cell10 {
  width: 810px;
}

.cell11 {
  width: 895px;
}

.cell12 {
  width: 980px;
}

@media screen and (max-width: 767px) {
  .row {
    margin: 0;
  }

  .cell1, .cell2, .cell3, .cell4, .cell5, .cell6,
  .cell7, .cell8, .cell9, .cell10, .cell11, .cell12 {
    float: none;
    display: block;
    margin-right: 0;
    width: 100%;
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 1000030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("img/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 1000060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("img/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 1000040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 1000040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 1000040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 1000010;
  background: url("img/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 1000050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 1000050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("img/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("img/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* ----------------------------------------------
 header
---------------------------------------------- */
#header {
  width: 100%;
}
#header h1 {
  float: left;
  width: 640px;
}
#header h1 img {
  width: 100%;
}
#header h1 a {
  display: block;
}
@media only screen and (max-width: 767px) {
  #header h1 a {
    height: 40px;
  }
}
#header p {
  float: right;
  width: 280px;
}
@media only screen and (max-width: 767px) {
  #header {
    height: auto;
  }
  #header h1 {
    position: absolute;
    float: none;
    top: 10px;
    left: 10px;
    width: 250px;
    margin: 0;
    z-index: 1000000;
  }
  #header p {
    display: none;
  }
}

#header_in {
  width: 980px;
  margin: 0 auto;
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  #header_in {
    position: relative;
    width: 100%;
    padding: 0;
    height: 75px;
  }
}

.description {
  background: #F5F5F5;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  .description {
    display: none;
  }
}
/* globalnavi
------------------------------- */
#globalnavi {
  clear: both;
  width: 100%;
  height: 64px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #CCC;
}
#globalnavi ul {
  width: 980px;
  margin: 0 auto;
}
#globalnavi ul li {
  display: inline;
  float: left;
  width: 220px;
  height: 64px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
#globalnavi ul li#g_nav_top {
  width: 100px !important;
}
#globalnavi ul li div {
  display: block;
  height: 40px;
  padding: 12px 0 8px;
  color: #CCC;
  text-decoration: none;
  border-bottom: 4px solid #FFF;
  line-height: 20px;
}
#globalnavi ul li div span {
  display: block;
  color: #CCC;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}
#globalnavi ul li a {
  display: block;
  height: 40px;
  padding: 12px 0 8px;
  color: #333;
  text-decoration: none;
  border-bottom: 4px solid #FFF;
  line-height: 20px;
}
#globalnavi ul li a:hover {
  color: #333;
  border-bottom: 4px solid #CCC;
  background: #EEE;
}
#globalnavi ul li a.on {
  color: #333;
  border-bottom: 4px solid #222;
}
#globalnavi ul li a span {
  display: block;
  color: #999;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 767px) {
  #globalnavi ul {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  a.meanmenu-reveal {
    display: none;
  }

  .mean-container .mean-bar {
    position: relative;
    float: left;
    width: 100%;
    height: 40px;
    padding: 0;
    z-index: 99;
  }

  .mean-container a.meanmenu-reveal {
    display: block;
    position: absolute;
    top: 10px;
    width: 36px;
    height: 33px;
    margin: 0 10px 0 0;
    padding: 7px 2px 0;
    cursor: pointer;
    color: #FFF;
    font-family: "Arial Black", Gadget, sans-serif;
    text-decoration: none;
    background: #222;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    z-index: 1000001;
    line-height: 28px;
  }

  .mean-container a.meanmenu-reveal span {
    display: block;
    height: 3px;
    margin: 4px 7px 0;
    background: #FFF;
  }

  .mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #222;
    margin-top: 75px;
  }
  .mean-container .mean-nav ul {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
  }
  .mean-container .mean-nav ul li span {
    margin-left: 1em;
    color: #EEE;
    font-size: 10px;
  }
  .mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    margin: 0;
    padding: 1em 5%;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-transform: uppercase;
  }
  .mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 32px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.1);
    border: none !important;
    border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  }
  .mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0, 0, 0, 0.9);
  }
  .mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, 0.1);
  }
  .mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
  }
  .mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0.75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible;
  }

  .mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
  }

  .mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
}
/* ----------------------------------------------
 footer
---------------------------------------------- */
#footer {
  width: 100%;
  background: #222;
}

.footer_in {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 10px 0;
}
.footer_in img {
  width: 100%;
  height: auto;
}
.footer_in div {
  position: absolute;
  width: 600px;
  top: -65px;
  left: 50%;
  margin-left: -300px;
}
.footer_in address {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer_in {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .footer_in div {
    position: absolute;
    width: 300px;
    top: -32px;
    left: 50%;
    margin-left: -150px;
  }
  .footer_in .fukuoka_city_museum {
    width: 300px;
    margin: 0 auto 40px;
  }
}

#page_top {
  position: fixed;
  bottom: 40px;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  #page_top {
    bottom: 0;
    right: 0;
  }
}
#page_top a {
  display: block;
  width: 40px;
  height: 40px;
  background: #222;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
}
#page_top a:hover {
  text-decoration: none !important;
  filter: alpha(opacity=75);
  -ms-filter: alpha(opacity=75);
  opacity: 0.75;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
}

/* ----------------------------------------------
 main
---------------------------------------------- */
section {
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  section {
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {
  span.toggle {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  span.toggle {
    position: absolute;
    cursor: pointer;
    right: 5px;
    top: 0;
    width: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  span.toggle:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    text-indent: 0 !important;
  }

  span.toggle:before {
    content: "\f078";
  }

  span.toggle.opened:before {
    content: "\f077";
  }
}
/* main_area
---------------------------------------------------- */
#contents h2 {
  margin: 0 0 60px;
  padding: 0 0 0 0.1em;
  font-size: 35px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
#contents h2 span {
  display: block;
  color: #666;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #contents h2 {
    margin-bottom: 20px;
    font-size: 25px;
  }
  #contents h2 span {
    font-size: 10px;
  }
}

#contents p {
  margin-bottom: 10px;
}

#contents .chu {
  margin-bottom: 0;
  margin-left: 1em;
  text-indent: -1em;
}

/* facebook
---------------------- */
.pan {
  line-height: 30px;
  background: #F5F5F5;
}

.pan p {
  width: 980px;
  margin: 0 auto;
  font-size: 12px;
}

.pan p a {
  color: #333;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .pan {
    display: none;
  }
}
.link_btn {
  padding: 10px 0 0;
  line-height: 50px;
}

.link_btn:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.link_btn a {
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 10px 0;
  border: 2px solid #222;
  background: #222;
  color: #FFF;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 26px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.link_btn.wide100 a {
  width: 100%;
}

.ie6 .link_btn a,
.ie7 .link_btn a,
.ie8 .link_btn a {
  font-weight: bold;
}

.link_btn a:hover {
  background: #FFF;
  color: #222;
}

.link_btn a .fa {
  padding-left: 8px;
  padding-bottom: 3px;
  font-size: 24px;
  vertical-align: middle;
}

.link_btn a .fa.fa-file-pdf-o,
.link_btn a .fa-file-excel-o {
  padding-left: 0 !important;
  padding-right: 0.5em;
}

.link_btn a:hover .fa.fa-file-pdf-o {
  color: #D10205;
}

@media (max-width: 767px) {
  .link_btn a,
  .link_btn.wide a {
    padding: 8px 0;
    width: 100%;
    line-height: 20px;
  }

  .link_btn span {
    display: block;
  }
}
img {
  -ms-interpolation-mode: bicubic;
}
img.rollover {
  vertical-align: bottom;
}

.figure {
  margin: 0 auto 10px;
}

.figure img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.figure figcaption {
  padding-top: 5px;
  font-size: 12px;
  text-align: left;
  line-height: 1.4;
}

.img_l,
.img_l100,
.img_l150,
.img_l200,
.img_l300,
.img_l400 {
  float: left;
  margin: 0 20px 10px 0;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.img_r,
.img_r100,
.img_r150,
.img_r200,
.img_r300,
.img_r400 {
  float: right;
  margin: 0 0 10px 20px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.img_r100 img,
.img_l100 img {
  max-width: 100px;
}

.img_r150 img,
.img_l150 img {
  max-width: 150px;
}

.img_r200 img,
.img_l200 img {
  max-width: 200px;
}

.img_r img,
.img_l img,
.img_r300 img,
.img_l300 img {
  max-width: 300px;
}

@media only screen and (max-width: 767px) {
  .img_r,
  .img_l {
    display: block;
    overflow: hidden;
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }

  .img_l100,
  .img_l150,
  .img_l200,
  .img_l300 {
    margin: 0 1em 10px 0;
  }

  .img_r100,
  .img_r150,
  .img_r200,
  .img_r300 {
    margin: 0 0 10px 1em;
  }

  .img_r100,
  .img_l100 {
    width: 50px;
  }

  .img_r150,
  .img_l150 {
    width: 75px;
  }

  .img_r200,
  .img_l200 {
    width: 100px;
  }

  .img_r300,
  .img_l300 {
    width: 150px;
  }

  .figure img {
    max-width: 100%;
  }

  .figure figcaption {
    text-align: left;
  }
}
/*===============================================
作品一覧ページ用固有スタイル
===============================================*/
.work {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .work {
    margin: 0 0 40px;
    border-bottom: 1px solid #CCC;
  }
}
.work h3 {
  position: relative;
  padding: 1.5em 0;
  border-top: 1px solid #CCC;
  box-shadow: 1px 1px 0 #FFFFFF inset;
  font-size: 26px;
  font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
  line-height: 1.4;
  vertical-align: middle;
  text-align: center;
}
.work h3:after {
  position: absolute;
  top: -1px;
  left: 40%;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #333;
}
.work h3 span.tit_s {
  position: relative;
  display: block;
  width: 120px;
  height: 30px;
  margin: 0 auto 10px;
  background: #222;
  color: #FFF;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.1em;
}
.work h3 span.tit_s:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-width: 15px 10px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #fff;
}
.work h3 span.tit_s:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border-width: 15px 10px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #fff;
}
@media only screen and (max-width: 767px) {
  .work h3 {
    padding: 0.5em 30px 0.5em 10px;
    background: #F5F5F5;
    border-bottom: none;
    font-size: 15px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
  }
  .work h3:after {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 2;
    content: '';
    width: 80px;
    height: 2px;
    background-color: #333;
  }
  .work h3:hover {
    cursor: pointer;
  }
  .work h3 span.toggle {
    top: 50%;
    margin-top: -10px;
    color: #333;
  }
  .work h3 span.tit_s {
    display: block;
    height: 20px;
    top: 0;
    margin: 0 0 5px;
    width: 70px;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    text-indent: 10px;
  }
  .work h3 span.tit_s:before {
    display: none;
  }
  .work h3 span.tit_s:after {
    border-width: 10px 10px;
    border-right-color: #F5F5F5;
  }
}

.work_col {
  padding-bottom: 10px;
}
.work_col figure {
  background: #F5F5F5;
}
.work_col figure img {
  width: 100%;
}
.work_col figcaption {
  padding: 5px 0;
  font-size: 12px;
  text-align: left;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .work_col {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .work_col figure img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
  }
}

@media only screen and (min-width: 768px) {
  .work_col_content {
    height: 100% !important;
    display: block !important;
    opacity: 1 !important;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .work_col_content {
    display: none;
    padding: 10px 10px 0;
    border-top: 1px dotted #CCC;
  }
}
/* work_list
-----------------------------------*/
/*.work_list{
	margin-right: -40px;
	list-style-type: none;
	li{
		float: left;
		width: 300px;
		margin: 0 40px 0 0;
		padding-bottom: 40px;
		&.w2{
			width: 640px;
		}
		p{
			font-size: 0.9em;
			font-weight: bold;
		}
		figcaption{
			font-size: 12px;
			text-align: left;
			line-height: 1.6;
		}
		h3 {
			margin-bottom: 10px;
			font-size: 15px;
			font-weight: bold;
			line-height: 1.4;
			span{
				font-size: 80%;
			}
		}
		p.en{
			font-size: 12px;
			font-weight: normal !important;
			line-height: 1.4;
		}
		.ex_text{
			margin-bottom: 10px;
		}
	}
	li:nth-child(3n+1){ clear: both;}
}
@media screen and (max-width:767px){
	.work_list{
		width: 100%;
		margin-top: 10px;
		list-style: none;
		li{
			width: 100%;
			margin: 0;
			padding: 0 0 20px;
			&.w2{
				width: 100% !important;
			}
			figure{
				padding: 10px 0;
			}
			figure img{
				margin: 0 auto;
				max-width: 300px;
			}
			figcaption{
				width: 300px;
				margin: 0 auto;
				padding: 5px 0 0;
				text-align: center;
			}
			h3 {
				width: 300px;
				margin: 0 auto 10px;
				font-size: 14px;
			}
			p {
				width: 300px;
				margin: 0 auto;
			}
		}
	}
}
*/
/* ----------------------------------------------
 layout
---------------------------------------------- */
.both {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

/* ----------------------------------------------
 margin・padding
---------------------------------------------- */
/* margin
------------------------------- */
.mt00 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

/* padding
------------------------------- */
.pb00 {
  padding-bottom: 0 !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

/* ----------------------------------------------
 block
---------------------------------------------- */
.block03 {
  display: inline-block;
  width: 3em;
}

.block05 {
  display: inline-block;
  width: 5em;
}

.block06 {
  display: inline-block;
  width: 6em;
}

.block10 {
  display: inline-block;
  width: 10em;
}

/* ----------------------------------------------
 text
---------------------------------------------- */
.en {
  font-family: Arial, Helvetica, sans-serif;
}

.upp {
  text-transform: uppercase;
}

/* font-weight
------------------------------- */
.fw_bold {
  font-weight: bold;
}

.fw_normal {
  font-weight: normal;
}

/* color
------------------------------- */
.orange {
  color: #E95F00;
}

.red {
  color: #E00;
}

.black {
  color: #333;
}

.blue {
  color: #06C;
}

.Or {
  color: #FF8000;
}

/* text-align
------------------------------- */
.ta_left {
  text-align: left !important;
}

.ta_right {
  text-align: right !important;
}

.ta_center {
  text-align: center !important;
}

.fs_10 {
  font-size: 72%;
}

.fs_12 {
  font-size: 12px;
}

.fs_12 {
  font-size: 12px;
}

.fs_16 {
  font-size: 107%;
}

.fs_18 {
  font-size: 120%;
}

.fs_20 {
  font-size: 134%;
}

.underline {
  text-decoration: underline;
}
