@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*============================
     moudule　jqueryのcss
=============================*/
/*スライダー＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bx-wrapper .bx-viewport {
  left: -5px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/common/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/common/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/common/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/common/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/common/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*　pagetop_______________________________　*/
#js-pageTop {
  bottom: 80px;
  position: fixed;
  right: 0;
  z-index: 500;
  cursor: pointer;
  font-size: 40px;
}

/*============================
     normalize　リセット・全体設定
=============================*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*_以下追加リセット＿＿＿＿＿＿＿＿＿＿＿＿＿*/
body {
  -webkit-text-size-adjust: 100%;
}

html {
  overflow-y: scroll;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  -ms-interpolation-mode: bicubic;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

div a {
  word-break: break-all;
}

/*============================
     Base　基本設定
=============================*/
body {
  background: #fff;
  color: #333;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #2A86C8;
}
a:hover {
  color: #2D2AC8;
}

/* clearfix___________________________ */
.clearfix, .l-column2, .l-column2-flipped, .l-column3, .l-grid-box, .l-img-box, .l-img-right {
  clear: both;
  display: block;
  float: none;
}
.clearfix:after, .l-column2:after, .l-column2-flipped:after, .l-column3:after, .l-grid-box:after, .l-img-box:after, .l-img-right:after {
  content: ".";
  clear: both;
  display: block;
  font-size: 0;
  height: 0px;
}

/*============================
     layout　グリッドの基本設定
=============================*/
#l-header,
#top-mainvisual,
#l-contents,
#pan,
#l-footer {
  background-color: #fff;
  position: relative;
  width: 100%;
}

#l-gnavi {
  position: relative;
  width: 100%;
}

#l-contents {
  padding-bottom: 40px;
}

/* メイン幅に内包する___________________ */
.inner {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 1000px;
  *zoom: 1;
}

/* 2カラム___________________ */
.l-column2 {
  margin: 0 auto;
  width: 1000px;
}
.l-column2 .l-main {
  float: left;
  width: 750px;
}
.l-column2 .l-sidebar {
  float: right;
  width: 250px;
}

/* 2カラム　逆___________________ */
.l-column2-flipped {
  margin: 0 auto;
  width: 1000px;
}
.l-column2-flipped .l-main {
  float: right;
  width: 750px;
}
.l-column2-flipped .l-sidebar {
  float: left;
  width: 250px;
}

/* 3カラム___________________ */
.l-column3 {
  margin: 0 auto;
  width: 1000px;
}
.l-column3 .l-sidebar-left {
  float: left;
  width: 250px;
}
.l-column3 .l-main {
  float: left;
  width: 500px;
}
.l-column3 .l-sidebar-right {
  float: left;
  width: 250px;
}

/*  箱わけする___________________ */
.col-set {
  overflow: hidden;
  width: 100%;
  *zoom: 1;
}
.col-set .col2 {
  float: left;
  width: 50%;
}
.col-set .col3 {
  float: left;
  margin-left: 0.5%;
  width: 33%;
}
.col-set .col3:first-child, .col-set .col3:nth-of-type(3n+1) {
  margin-left: 0;
}
.col-set .col4 {
  float: left;
  width: 25%;
}
.col-set .col5 {
  float: left;
  width: 20%;
}

/*============================
     layout　headerのcss
=============================*/
#l-header {
  padding: 15px 0;
  border-bottom: 3px solid #D190DC;
  background: #2D0035;
}
#l-header #logo a {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  display:inline-block;
  line-height:100%;
}
#l-header #logo a span {
  display: inline-block;
  position: relative;
  top: -15px;
}

/*============================
     layout　グローバルメニューのcss
=============================*/
#l-gnavi {
  position: absolute;
  top: 15px;
  right: 0;
  width: 405px;
}
#l-gnavi ul li {
  float: left;
  margin-left: 20px;
}
#l-gnavi ul li a {
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 15px;
}
#l-gnavi ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  transition: 0.5s;
  -o-transition: 0.5s;
  /* opera */
  -moz-transition: 0.5s;
  /* firefox */
  -webkit-transition: 0.5s;
  /* chrome, safari */
  -ms-transition: 0.5s;
  /* ie */
}
#l-gnavi ul li a:before {
  font-family: 'fontello';
  content: "\e810";
  margin-right: 5px;
  color: #fff;
  font-weight: normal;
}

/*============================
     layout　footerのcss
=============================*/
#l-footer {
  text-align: center;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  background: #404040;
  border-top: 3px solid #D190DC;
  padding: 10px 0;
}

/*============================
     layout　グリッドの独自
=============================*/
.l-grid-box {
  width: 98%;
  margin: 0 auto 50px;
}

.l-img-center {
  text-align: center;
}
.l-img-center img {
  border: 1px solid #808080;
  padding: 10px;
}

.l-img-box {
  border: 1px solid #808080;
  padding: 10px;
  margin: 0 20px 10px 0;
  display: inline-block;
  float: left;
}

.l-img-right {
  border: 1px solid #808080;
  padding: 10px;
  margin: 0 0 10px 20px;
  display: inline-block;
  float: right;
}

/*============================
     moudule　サイト全体で使うパーツ
=============================*/
/*　パンクズ______________________　*/
#pan ul li {
  float: left;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 26px;
  margin-right: 10px;
  padding-left: 25px;
}
#pan ul li:first-of-type {
  padding-left: 0;
}
#pan ul .now a {
  color: #367503;
}

/*============================
     moudule　各ページのタイトル
=============================*/
.ttl-h1 {
  background: #404040;
  padding: 15px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #ff9900;
  text-align: center;
}
.ttl-h1 span {
  display: block;
  font-size: 25px;
  color: #fff;
}

.ttl-h2 {
  border-bottom: 2px solid #808080;
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}
.ttl-h2 span {
  border-left: 3px solid #D190DC;
  display: block;
  padding: 3px 10px;
}

.ttl-h3 {
  background: #2D0035;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: bold;
}

.ttl-h4 {
  color: #ff9900;
  margin-bottom: 10px;
}
.ttl-h4 span {
  padding-left: 5px;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: bold;
  color: #404040;
}

/*============================
     moudule　各ページのタイトル
=============================*/
table.table-basic {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  border-left: 1px solid #ccc;
  width: 100%;
}
table.table-basic thead th {
  padding: 10px;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 2px solid #2D0035;
  background: #dcdcd1;
  text-align: center;
}
table.table-basic td {
  padding: 10px;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
table.table-basic .table-num {
  width: 60px;
  text-align: center;
}
table.table-basic .table-name {
  width: 70px;
  text-align: center;
}
table.table-basic .table-ttl {
  width: 230px;
}
table.table-basic .table-presenter {
  width: 130px;
}
table.table-basic .table-button {
  width: 60px;
  text-align: center;
}
table.table-basic .table-button .button {
  background: #ff9900;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  margin: 5px 0;
  display: block;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}
table.table-basic .table-button .button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  transition: 0.5s;
  -o-transition: 0.5s;
  /* opera */
  -moz-transition: 0.5s;
  /* firefox */
  -webkit-transition: 0.5s;
  /* chrome, safari */
  -ms-transition: 0.5s;
  /* ie */
}

/*============================
     moudule　文字の装飾
=============================*/
/*============================
     moudule　文字の装飾
=============================*/
.text-right {
  text-align: right;
}

/*============================
     moudule　サイト全体で使うパーツ
=============================*/
/*　Mainvisual______________________　*/
#top-mainvisual {
  width: 100%;
  height: 500px;
  background: url("../images/top/top_img.jpg") center top;
  border-bottom: 3px solid #D190DC;
  -webkit-box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

/*　TOP______________________　*/
#l-contents.top {
  background: #fff;
}
#l-contents.top .top-contents {
  padding: 0;
  border-top: 3px solid #984AA0;
}
#l-contents.top .top-pickup {
  background: #2D0035;
  padding: 15px 0;
  margin: 0 0 20px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
}
#l-contents.top h1.top-main-ttl {
  text-align: center;
  border-bottom: 2px solid #eee;
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: bold;
}
#l-contents.top h1.top-main-ttl + p {
  margin: 5px auto 25px;
  padding: 0 5px;
  font-size: 15px;
  text-align: center;
}
#l-contents.top .top-navi li {
  padding: 0 5px;
}
#l-contents.top .top-navi li .top-navi-in {
  background: #402E53;
  padding: 10px;
  -moz-border-radius: 5;
  -webkit-border-radius: 5;
  border-radius: 5;
}
#l-contents.top .top-navi li .top-navi-in .in {
  border: 1px dotted #fff;
  padding: 10px;
  -moz-border-radius: 5;
  -webkit-border-radius: 5;
  border-radius: 5;
  min-height: 200px;
}
#l-contents.top .top-navi li .top-navi-in .in a {
  color: #fff;
}
#l-contents.top .top-navi li .top-navi-in .in a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  transition: 0.5s;
  -o-transition: 0.5s;
  /* opera */
  -moz-transition: 0.5s;
  /* firefox */
  -webkit-transition: 0.5s;
  /* chrome, safari */
  -ms-transition: 0.5s;
  /* ie */
}
#l-contents.top .top-navi li .top-navi-in .in h2 a {
  display: block;
  background: #ff9900;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  border: 1px solid #fff;
  padding: 5px 10px;
  -moz-border-radius: 5;
  -webkit-border-radius: 5;
  border-radius: 5;
  color: #fff;
}
#l-contents.top .top-navi li .top-navi-in .in h2 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  transition: 0.5s;
  -o-transition: 0.5s;
  /* opera */
  -moz-transition: 0.5s;
  /* firefox */
  -webkit-transition: 0.5s;
  /* chrome, safari */
  -ms-transition: 0.5s;
  /* ie */
}
#l-contents.top .top-navi li .top-navi-in .in h2 a:after {
  font-family: 'fontello';
  content: "\e805";
  font-weight: normal;
  position: absolute;
  top: 6px;
  right: 8px;
}
#l-contents.top .top-navi li .top-navi-in .in .top-navi-sub {
  padding: 3px 5px 5px;
  margin-top: 5px;
}
#l-contents.top .top-navi li .top-navi-in .in .top-navi-sub p {
  font-size: 15px;
  letter-spacing: 1px;
  margin-top: 5px;
  padding-left: 10px;
  position: relative;
}
#l-contents.top .top-navi li .top-navi-in .in .top-navi-sub p a:before {
  font-family: 'fontello';
  content: "\e80c";
  position: absolute;
  top: 0;
  left: 0;
}

/*============================
     moudule　サイト全体で使うパーツ
=============================*/
/* abuto_us____________________________*/
.about table {
  width: 100%;
}
.about table tr th, .about table tr td {
  padding: 5px 5px 10px;
  vertical-align:top;
}

/*　taikai______________________　*/
.photo-box {
  padding-bottom: 10px;
  border-bottom: 1px dotted #808080;
  margin-bottom: 10px;
}

.photo-name {
  font-size: 30px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.photo-ttl {
  font-size: 20px;
}
.photo-ttl span {
  margin-left: 5px;
}

.link-box ul li {
  margin-bottom: 15px;
}