@charset "UTF-8";
/**!
 *
 * BurgerEditor Base StyleSheet v1.0.2
 * updated: 2014-07-04
 *
 */
/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----  */
/** ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * 共通スタイルプレースホルダー
 *
 * [!] 編集"非推奨"
 *
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- **/
.bge_content h2, .bge_content h3, .bge_content h4, .bge_content p, .bge_content li, .bge_content ul, .bge_content ol {
  /* リセット */
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word; }

/** ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * 編集可能エリア 標準要素スタイル
 *
 *
 *
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- **/
.bge_content h2, .bge_content h3, .bge_content h4,
.bge_content p, .bge_content ul, .bge_content ol,
.bge_content blockquote,
.bge_content table {
  /* 要素共通 */ }
  .bge_content h2:first-child, .bge_content h3:first-child, .bge_content h4:first-child,
  .bge_content p:first-child, .bge_content ul:first-child, .bge_content ol:first-child,
  .bge_content blockquote:first-child,
  .bge_content table:first-child {
    margin-top: 0; }
.bge_content h2 {
  /* 大見出し */
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.2;
  overflow: hidden;
  margin: 0 0 1em;
  padding: 0.3em 0.5em;
  border: none;
  border-left: #999 solid 5px;
  background: #EEE; }
.bge_content h3 {
  /* 中見出し */
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.2;
  overflow: hidden;
  margin: 1em 0;
  padding: 0.3em 0.4em;
  border: none;
  border-bottom: 1px solid #CCC;
  border-left: 3px solid #CCC;
  background: none; }
.bge_content h4 {
  /* 小見出し */
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2;
  overflow: hidden;
  margin: 1em 0;
  padding: 0;
  border: none;
  background: none; }
.bge_content p {
  /* 文章・段落 */
  margin: 1em 0; }
.bge_content li {
  /* リスト共通 */
  list-style: inherit;
  overflow: hidden; }
.bge_content ul {
  /* 箇条書きリスト */
  margin: 1em 0; }
  .bge_content ul li {
    list-style-position: inside;
    list-style-type: none;
    list-style-image: url("/burger_editor/img/bge_style/marker_list01.png"); }
  .bge_content ul ul {
    /* リスト内リスト */
    margin: 0 0 0 1.8em; }
.bge_content ol {
  /* 番号順リスト */
  margin: 1em 0; }
  .bge_content ol li {
    list-style-position: inside;
    list-style-type: decimal;
    list-style-type: decimal-leading-zero; }
  .bge_content ol ol {
    /* リスト内リスト */
    margin: 0 0 0 2em; }
.bge_content strong {
  /* WYSIWYGの太字 [!]編集"非推奨" */
  font-weight: bold;
  font-style: normal;
  text-decoration: none; }
.bge_content u {
  /* WYSIWYGの下線 [!]編集"非推奨" */
  font-weight: normal;
  font-style: normal;
  text-decoration: underline; }
.bge_content s {
  /* WYSIWYGの取り消し線 [!]編集"非推奨" */
  font-weight: normal;
  font-style: normal;
  text-decoration: line-through; }
.bge_content sub {
  /* WYSIWYGの下付き文字 [!]編集"非推奨" */
  font-size: 0.8em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  vertical-align: sub; }
.bge_content sup {
  /* WYSIWYGの上付き文字 [!]編集"非推奨" */
  font-size: 0.8em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  vertical-align: super; }
.bge_content blockquote {
  /* WYSIWYGの引用 */
  position: relative;
  overflow: hidden;
  margin: 1em 0;
  padding: 1px 1em 1px 2em;
  border: none;
  border-radius: 5px;
  background: #F0F0F0; }
  .bge_content blockquote:before {
    content: '“';
    display: block;
    position: absolute;
    top: 0.3em;
    left: 0em;
    z-index: 0;
    color: #ccc;
    font-size: 6em; }
  .bge_content blockquote:after {
    content: '”';
    display: block;
    position: absolute;
    bottom: -0.2em;
    right: 0em;
    z-index: 0;
    color: #ccc;
    font-size: 6em; }
  .bge_content blockquote > * {
    position: relative;
    z-index: 10; }
.bge_content table {
  /* テーブル */
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  margin: 1em 0; }
  @media screen and (max-width: 798px) {
    .bge_content table {
      width: 100% !important; } }
  .bge_content table caption {
    /* テーブルキャプション */
    font-weight: bold;
    text-align: left;
    padding: 0 0 0 10px;
    background: url("/burger_editor/img/bge_style/marker_list02.png") no-repeat left center; }
  .bge_content table tr {
    /* テーブル行 */ }
    .bge_content table tr:nth-child(odd) td {
      /* 奇数行 */
      background: #fff; }
    .bge_content table tr:nth-child(even) td {
      /* 偶数行 */
      background: #fafafa; }
    .bge_content table tr th, .bge_content table tr td {
      /* テーブルセル共通 */
      text-align: left;
      padding: 0.5em;
      border: 1px solid #999; }
    .bge_content table tr th {
      /* テーブル見出しセル */
      font-weight: bold;
      background: #eee; }
    .bge_content table tr td {
      /* テーブル通常セル */
      font-weight: normal; }
.bge_content hr {
  /* 区切り線 */
  width: 95%;
  height: 2px;
  background: #CCC;
  border-style: none;
  margin: 50px auto; }

/** ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * 編集可能エリア コンテナスタイル
 *
 *
 *
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- **/
.bge_content {
  /* 編集可能エリアの共通スタイル */
  color: #333;
  font-size: 13px;
  line-height: 1.7em;
  text-align: left;
  /* 編集可能エリアのコンテナの幅 */
  width: 100%;
  margin: 0 auto;
  /* 管理画面CKEditorの編集可能エリア用のマージン */ }
  .bge_content.cke_editable {
    margin: 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

/** ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * テーブルブロック
 *
 *
 *
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- **/
.Table th {
  width: 25%; }
.Table td {
  width: 75%; }
@media screen and (max-width: 798px) {
  .Table table,
  .Table tbody,
  .Table tfoot {
    display: block; }
  .Table table tr {
    display: block; }
    .Table table tr th,
    .Table table tr td {
      width: auto;
      display: block; }
    .Table table tr th {
      border-bottom: none; } }

/** ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * Google Map
 *
 *
 *
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- **/
.bge-google-maps {
  width: 100%;
  height: 400px; }
  .bge-google-maps img {
    /* 管理側 static map */
    display: block;
    margin: 0 auto; }

/** ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * YouTube
 *
 * ※ YouTube本体のサイズはスクリプトにより16:9サイズで自動調整されます。
 *    16:9の比率は変更することができます。
 *
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- **/
.bge-youtube {
  width: 100%;
  height: auto; }
  .bge-youtube iframe {
    /* YouTube本体 */
    display: block;
    margin: 0 auto;
    border: none; }

/** ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * ダウンロード
 *
 *
 *
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- **/
.DownloadFile a {
  color: #333;
  text-align: left;
  font-size: 1.08em;
  font-weight: bold;
  display: inline-block;
  padding: 0.7em 1em;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #FFF; }
  .DownloadFile a:link, .DownloadFile a:visited {
    color: #333; }
  .DownloadFile a:hover {
    text-decoration: none;
    background-color: #eee; }
  .DownloadFile a:focus {
    box-shadow: 0 0 5px 1px #0570C7;
    outline: none; }
  .DownloadFile a.disabled {
    opacity: 0.3; }
    .DownloadFile a.disabled:hover, .DownloadFile a.disabled:focus {
      box-shadow: inherit;
      background-color: inherit; }
  .DownloadFile a span:after {
    content: url("/burger_editor/img/bge_style/icon_file.png");
    display: inline-block;
    vertical-align: middle; }
  .DownloadFile a[href$="pdf"] span:after, .DownloadFile a[href$="Pdf"] span:after, .DownloadFile a[href$="pDf"] span:after, .DownloadFile a[href$="pdF"] span:after, .DownloadFile a[href$="PDf"] span:after, .DownloadFile a[href$="PdF"] span:after, .DownloadFile a[href$="PDf"] span:after {
    content: url("/burger_editor/img/bge_style/icon_pdf.png"); }

/** ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * BurgerEditorブロック共通スタイル
 *
 * [!] 編集"非推奨"
 *
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- **/
.bg-editor-block-container {
  margin: 0 0 1em; }
  .bg-editor-block-container:after {
    content: '';
    display: block;
    clear: both; }

.bg-editor-block:after {
  content: '';
  display: block;
  clear: both; }

/** ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * グリッドシステム
 *
 * [!] 編集"非推奨"
 *
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- **/
.bg-editor-block .span1 {
  float: left;
  width: 8.33333%; }
.bg-editor-block .span2 {
  float: left;
  width: 16.66666%; }
.bg-editor-block .span3 {
  float: left;
  width: 25%; }
.bg-editor-block .span4 {
  float: left;
  width: 33.33333%; }
.bg-editor-block .span5 {
  float: left;
  width: 41.66666%; }
.bg-editor-block .span6 {
  float: left;
  width: 50%; }
.bg-editor-block .span7 {
  float: left;
  width: 58.33333%; }
.bg-editor-block .span8 {
  float: left;
  width: 66.66666%; }
.bg-editor-block .span9 {
  float: left;
  width: 75%; }
.bg-editor-block .span10 {
  float: left;
  width: 83.33333%; }
.bg-editor-block .span11 {
  float: left;
  width: 91.66666%; }
.bg-editor-block .span12 {
  float: left;
  width: 100%; }
.bg-editor-block .dvd5 {
  float: left;
  width: 20%; }
.bg-editor-block .bg-editor-float-left {
  float: left;
  margin-right: 20px; }
  .bg-editor-block .bg-editor-float-left .TypeImage {
    margin-left: 0;
    margin-right: 0; }
.bg-editor-block .bg-editor-float-right {
  float: right;
  margin-left: 20px; }
  .bg-editor-block .bg-editor-float-right .TypeImage {
    margin-left: 0;
    margin-right: 0; }
@media screen and (max-width: 798px) {
  .bg-editor-block .span1 {
    float: none;
    width: 100%; }
  .bg-editor-block .span2 {
    float: none;
    width: 100%; }
  .bg-editor-block .span3 {
    float: none;
    width: 100%; }
  .bg-editor-block .span4 {
    float: none;
    width: 100%; }
  .bg-editor-block .span5 {
    float: none;
    width: 100%; }
  .bg-editor-block .span6 {
    float: none;
    width: 100%; }
  .bg-editor-block .span7 {
    float: none;
    width: 100%; }
  .bg-editor-block .span8 {
    float: none;
    width: 100%; }
  .bg-editor-block .span9 {
    float: none;
    width: 100%; }
  .bg-editor-block .span10 {
    float: none;
    width: 100%; }
  .bg-editor-block .span11 {
    float: none;
    width: 100%; }
  .bg-editor-block .span12 {
    float: none;
    width: 100%; }
  .bg-editor-block .dvd5 {
    float: none;
    width: 100%; }
  .bg-editor-block .bg-editor-float-left {
    float: none;
    margin-right: 0; }
  .bg-editor-block .bg-editor-float-right {
    float: none;
    margin-left: 0; } }

/** ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * マルチカラムグリッドシステム
 *
 * [!] 編集"非推奨"
 *
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- **/
.Wysiwyg2 .column_first .TypeCKEditor,
.Wysiwyg2 .column_first .TypeImage,
.TextImage1 .column_first .TypeCKEditor,
.TextImage1 .column_first .TypeImage,
.TextImage2 .column_first .TypeCKEditor,
.TextImage2 .column_first .TypeImage {
  padding-right: 10px;
  margin-left: 0;
  margin-right: 0; }
  @media screen and (max-width: 798px) {
    .Wysiwyg2 .column_first .TypeCKEditor,
    .Wysiwyg2 .column_first .TypeImage,
    .TextImage1 .column_first .TypeCKEditor,
    .TextImage1 .column_first .TypeImage,
    .TextImage2 .column_first .TypeCKEditor,
    .TextImage2 .column_first .TypeImage {
      padding-right: 0; } }
.Wysiwyg2 .column_last .TypeCKEditor,
.Wysiwyg2 .column_last .TypeImage,
.TextImage1 .column_last .TypeCKEditor,
.TextImage1 .column_last .TypeImage,
.TextImage2 .column_last .TypeCKEditor,
.TextImage2 .column_last .TypeImage {
  padding-left: 10px;
  margin-left: 0;
  margin-right: 0; }
  @media screen and (max-width: 798px) {
    .Wysiwyg2 .column_last .TypeCKEditor,
    .Wysiwyg2 .column_last .TypeImage,
    .TextImage1 .column_last .TypeCKEditor,
    .TextImage1 .column_last .TypeImage,
    .TextImage2 .column_last .TypeCKEditor,
    .TextImage2 .column_last .TypeImage {
      padding-left: 0; } }

/** ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * 画像のマルチカラムグリッドシステム
 *
 * [!] 編集"非推奨"
 *
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- **/
.TypeImage,
.TypeImageLink {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px; }
  .TypeImage img,
  .TypeImageLink img {
    max-width: 100%; }
  @media screen and (max-width: 798px) {
    .TypeImage,
    .TypeImageLink {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      margin-bottom: 10px; } }

.Image1,
.Image2,
.Image3,
.Image4,
.Image5,
.ImageLink1,
.ImageLink2,
.ImageLink3 {
  margin-left: -10px;
  margin-right: -10px; }
  @media screen and (max-width: 798px) {
    .Image1,
    .Image2,
    .Image3,
    .Image4,
    .Image5,
    .ImageLink1,
    .ImageLink2,
    .ImageLink3 {
      margin-left: 0;
      margin-right: 0; } }
