@charset "UTF-8";

/**!
 *
 * BurgerEditor Base StyleSheet v1.0.2
 * updated: 2015-02-06
 *
 */
/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----  */
/** ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * 共通スタイルプレースホルダー
 *
 * [!] 編集"非推奨"
 *
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- **/
.bge_content h2,
.bge_content h3,
.bge_content h4,
.bge_content .Wysiwyg h3,
.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 p {
    margin: 0 0 1em;
}

.bge_content h2 {
    /* 大見出し */
    margin-bottom: 1em;
    font-size: 1.54em;
    font-weight: bold;
    border-top: 1px dotted #d8d8d8;
    color: #2c4250;
    padding: 15px 0;
    background: transparent url(../img/common/h2_border.jpg) 0 100% repeat-x;
    overflow: hidden;
}

.bge_content h3,
.bge_content .Wysiwyg h3 {
    /* 中見出し */
    margin: 1em 0;
    font-size: 1.16em;
    font-weight: bold;
    padding: 5px 15px 5px 8px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-bottom: 1px dotted #d8d8d8;
    border-left: 3px solid #007fd1;
    background: none;
    overflow: hidden;
}

.bge_content h4,
.bge_content .Wysiwyg h4 {
    margin: 0 0 5px;
    font-size: 1.08em;
    font-weight: bold;
    padding: 0;
    border: none;
    overflow: hidden;
    color: #007fd1;
}

.bge_content h5,
}

.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-type: none;
    padding-left: 15px;
    background: url("../img/common/icon_li_odd.png") left 4px no-repeat;
}

.bge_content ul ul {
    /* リスト内リスト */
    margin: 0 0 0 0.5em;
}

.bge_content ul ul li {
    padding-left: 10px;
    background: url("../img/common/icon_li_child.png") left 7px no-repeat !important;
}

.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;
}

.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 {
    /* 奇数行 */
}

.bge_content table tr:nth-child(even) td {
    /* 偶数行 */
}

.bge_content table tr th,
.bge_content table tr td {
    /* テーブルセル共通 */
    padding: 10px;
    border: 1px solid #ccc;
}

.bge_content table tr th {
    /* テーブル見出しセル */
    text-align: center;
    font-weight: bold;
    background: #d2ebfb;
    color: #2a4250;
}

.bge_content table tr td {
    /* テーブル通常セル */
    font-weight: normal;
}

.bge_content table tr td:first-child {
    /* テーブル左のセル */
}

.bge_content hr {
    /* 区切り線 */
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    border-style: none;
    margin: 1em auto;
}

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

.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: 35%;
}

.Table td {
    width: 65%;
}

/** ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * 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;
}

/** ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * ダウンロード
 *
 *
 *
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- **/
.bgb-download-file {
    text-align: left !important;
}

.DownloadFile a {
    padding-left: 12px;
    font-size: 108%;
    line-height: 1.3;
    background: url(../img/common/btn_white_arw.png) left 4px no-repeat;
}

.DownloadFile a:link,
.DownloadFile a:visited {
    color: #333;
    text-decoration: underline;
}

.DownloadFile a:hover {
    text-decoration: underline;
    color: #4eace7;
}

.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 {
    margin-left: 5px;
    content: url("../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("../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;
}

/** ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * マルチカラムグリッドシステム
 *
 * [!] 編集"非推奨"
 *
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- **/
.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;
}

.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;
}

/** ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * 画像のマルチカラムグリッドシステム
 *
 * [!] 編集"非推奨"
 *
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- **/
.TypeImage,
.TypeImageLink {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.TypeImage img,
.TypeImageLink img {
    max-width: 100%;
}

.Image1,
.Image2,
.Image3,
.Image4,
.Image5,
.ImageLink1,
.ImageLink2,
.ImageLink3 {
    margin-left: -10px;
    margin-right: -10px;
}


/** ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * スペース調整
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- **/
.bg-editor-block-m-btm-l {
    margin-bottom: 3em !important;
}

.bg-editor-block-m-btm-m {
    margin-bottom: 1.5em !important;
}

.bg-editor-block-m-btm-s {
    margin-bottom: -0.5em !important;
}

.bg-editor-block-m-btm-n {
    margin-bottom: -1.6em !important;
}

/** ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * リンク
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- **/

.bge_content p a {
    text-decoration: underline;
}


/** ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * BurgerEditorブロック個別設定スタイル
 *
 *
 *
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- **/
.bg-editor-block.bg-editor-block-m-top-l {
    margin-top: 40px;
}

.bg-editor-block.bg-editor-block-m-top-m {
    margin-top: 20px;
}

.bg-editor-block.bg-editor-block-m-top-s {
    margin-top: 10px;
}

.bg-editor-block.bg-editor-block-m-top-n {
    margin-top: 0px;
}

.bg-editor-block.bg-editor-block-m-btm-l {
    margin-bottom: 40px;
}

.bg-editor-block.bg-editor-block-m-btm-m {
    margin-bottom: 20px;
}

.bg-editor-block.bg-editor-block-m-btm-s {
    margin-bottom: 10px;
}

.bg-editor-block.bg-editor-block-m-btm-n {
    margin-bottom: 0px;
}

.bg-editor-block.bg-editor-block-bg-gray {
    background-color: #EFEFEF;
}

.bg-editor-block.bg-editor-block-bg-blue {
    background-color: #D8F4FF;
}

.bg-editor-block.bg-editor-block-bg-pink {
    background-color: #FFEEEE;
}

.bg-editor-block.bg-editor-block-border-normal {
    border: 2px solid #666666;
}

.bg-editor-block.bg-editor-block-border-bold {
    border: 5px solid #666666;
}

.bg-editor-block.bg-editor-block-border-fine {
    border: 1px solid #666666;
}

.bg-editor-block.bg-editor-block-border-dotted {
    border: 2px dotted #666666;
}

.bg-editor-block.bg-editor-block-border-ud {
    border-left: 0px;
    border-right: 0px;
}

.bg-editor-block.bg-editor-block-border-lr {
    border-top: 0px;
    border-bottom: 0px;
}

.bg-editor-block.bg-editor-block-border-url {
    border-bottom: 0px;
}

.bg-editor-block.bg-editor-block-border-rdl {
    border-top: 0px;
}
