﻿/*
Theme Name: ショクエージェント
Theme URI: https://www.kojijob.com/
Author: Foodconnection
Author URI: https://www.kojijob.com/
Description: ショクエージェントのテーマ
*/

/* EDITOR STYLE */

.news-single .new-single-info .group-left .content h1,
.news-single .new-single-info .group-left .content h2,
.news-single .new-single-info .group-left .content h3,
.news-single .new-single-info .group-left .content h4,
.news-single .new-single-info .group-left .content h5,
.news-single .new-single-info .group-left .content h6,
.editor-contet h1,
.editor-contet h2,
.editor-contet h3,
.editor-contet h4,
.editor-contet h5,
.editor-contet h6 {
    clear: both;
    font-weight: bold;
    margin: 15px 0;
    font-style: normal;
    text-transform: none;
}

.news-single .new-single-info .group-left .content h1,
.editor-contet h1 {
    margin: 30px 0;
}

.news-single .new-single-info .group-left .content h2,
.editor-contet h2 {
    margin: 20px 0;
}

.news-single .new-single-info .group-left .content h3,
.editor-contet h3 {
    margin: 15px 0;
}

.news-single .new-single-info .group-left .content h4,
.news-single .new-single-info .group-left .content h5,
.news-single .new-single-info .group-left .content h6,
.editor-contet h4,
.editor-contet h5,
.editor-contet h6 {
    margin: 10px 0;
}

.news-single .new-single-info .group-left .content h4,
.editor-contet h4 {
    letter-spacing: 0.13333em;
    text-transform: none;
}

.news-single .new-single-info .group-left .content h6,
.editor-contet h6 {
    font-style: italic;
}

.news-single .new-single-info .group-left .content h1:first-child,
.news-single .new-single-info .group-left .content h2:first-child,
.news-single .new-single-info .group-left .content h3:first-child,
.news-single .new-single-info .group-left .content h4:first-child,
.news-single .new-single-info .group-left .content h5:first-child,
.news-single .new-single-info .group-left .content h6:first-child,
.editor-contet h1:first-child,
.editor-contet h2:first-child,
.editor-contet h3:first-child,
.editor-contet h4:first-child,
.editor-contet h5:first-child,
.editor-contet h6:first-child {
    margin-top: 0;
}

.editor-contet p {
    margin: 0 0 10px;
}

.editor-contet b,
.editor-contet strong {
    font-weight: bold;
    text-transform: none;
}

.editor-contet dfn,
.editor-contet cite,
.editor-contet em,
.editor-contet i {
    font-style: italic;
}

.editor-contet blockquote {
    border-left: 4px solid #1a1a1a;
    color: #686868;
    font-size: 19px;
    font-style: italic;
    line-height: 1.4736842105;
    margin-bottom: 28px;
    overflow: hidden;
    padding: 0 0 0 24px;
}

.editor-contet blockquote:not(.alignleft):not(.alignright) {
    margin-left: -28px;
}

.editor-contet blockquote blockquote:not(.alignleft):not(.alignright) {
    margin-left: 0;
}

.editor-contet blockquote:before,
.editor-contet blockquote:after {
    content: "";
    display: table;
}

.editor-contet blockquote:after {
    clear: both;
}

.editor-contet blockquote> :last-child {
    margin-bottom: 0;
}

.editor-contet blockquote cite,
.editor-contet blockquote small {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 1.75;
}

.editor-contet blockquote em,
.editor-contet blockquote i,
.editor-contet blockquote cite {
    font-style: normal;
}

.editor-contet blockquote strong,
.editor-contet blockquote b {
    font-weight: normal;
}

.editor-contet blockquote.alignleft,
.editor-contet blockquote.alignright {
    border: 0 solid #1a1a1a;
    border-top-width: 4px;
    padding: 18px 0 0;
    width: -webkit-calc(50% - 14px);
    width: calc(50% - 14px);
}

.editor-contet address {
    font-style: italic;
    margin: 0 0 28px;
}

.editor-contet code,
.editor-contet kbd,
.editor-contet tt,
.editor-contet var,
.editor-contet samp,
.editor-contet pre {
    font-family: Inconsolata, monospace;
}

.editor-contet pre {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    line-height: 1.3125;
    margin: 0 0 10px;
    max-width: 100%;
    overflow: auto;
    padding: 14px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.editor-contet code {
    background-color: #d1d1d1;
    padding: 2px 4px;
}

.editor-contet abbr[title] {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help;
}

.editor-contet mark,
.editor-contet ins {
    background: #007acc;
    color: #fff;
    padding: 2px 4px;
    text-decoration: none;
}

.editor-contet sup,
.editor-contet sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.editor-contet sub {
    top: -6px;
}

.editor-contet sup {
    bottom: -3px;
}

.editor-contet small {
    font-size: 80%;
}

.editor-contet big {
    font-size: 125%;
}


/**
 * 3.0 - Elements
 */

.editor-contet hr {
    background-color: #d1d1d1;
    border: 0;
    height: 1px;
    margin-bottom: 28px;
}

.editor-contet ul,
.editor-contet ol {
    margin: 0 0 15px 20px;
    padding: 0;
}

.editor-contet ul {
    list-style: disc;
}

.editor-contet ol {
    list-style: decimal;
}

.editor-contet li {
    list-style: inherit;
    margin: inherit;
    padding: inherit;
}

.editor-contet li>ul,
.editor-contet li>ol {
    margin-bottom: 0;
}

.editor-contet li>ul,
.editor-contet blockquote>ul {
    margin-left: 20px;
}

.editor-contet li>ol,
.editor-contet blockquote>ol {
    margin-left: 24px;
}

.editor-contet dl {
    margin: 0 0 15px;
}

.editor-contet dt {
    font-weight: bold;
}

.editor-contet dd {
    margin: 0 0 15px;
}

.editor-contet table,
.editor-contet th,
.editor-contet td,
.editor-contet .mce-item-table,
.editor-contet .mce-item-table th,
.editor-contet .mce-item-table td {
    border: 1px solid #d1d1d1;
}

.editor-contet table a {
    color: #007acc;
}

.editor-contet table,
.editor-contet .mce-item-table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 15px;
    width: 100%;
}

.editor-contet table th,
.editor-contet .mce-item-table th,
.editor-contet table caption {
    border-width: 0 1px 1px 0;
    font-size: 16px;
    font-weight: bold;
    padding: 7px;
    text-align: left;
    vertical-align: baseline;
}

.editor-contet table td,
.editor-contet .mce-item-table td {
    border-width: 0 1px 1px 0;
    font-size: 16px;
    padding: 7px;
    vertical-align: baseline;

}

.editor-contet img {
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
}

.editor-contet a img {
    display: block;
}

.editor-contet figure {
    margin: 0;
}

.editor-contet del {
    opacity: 0.8;
}

.editor-contet a {
    box-shadow: 0 1px 0 0 currentColor;
    color: #007acc;
    text-decoration: none;
}
.editor-contet a:hover {
    text-decoration: none;   
     box-shadow: none;
}
.editor-contet fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 28px;
    padding: 14px;
}


/**
 * 4.0 - Alignment
 */

.editor-contet .alignleft {
    float: left;
    margin: 6px 28px 28px 0;
}

.editor-contet .alignright {
    float: right;
    margin: 6px 0 28px 28px;
}

.editor-contet .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 28px;
}


/**
 * 5.0 - Caption
 */

.editor-contet .wp-caption {
    background: transparent;
    border: none;
    margin-bottom: 28px;
    max-width: 100%;
    padding: 0;
    text-align: inherit;
}

.editor-contet .wp-caption-text,
.editor-contet .wp-caption-dd {
    color: #686868;
    font-size: 13px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 7px;
}


/**
 * 6.0 - Galleries
 */

.editor-contet .mce-content-body .wpview-wrap {
    margin-bottom: 28px;
}

.editor-contet .gallery {
    margin: 0 -1.1666667%;
    padding: 0;
}

.editor-contet .gallery .gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.editor-contet .gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.editor-contet .gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.editor-contet .gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.editor-contet .gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.editor-contet .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.editor-contet .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.editor-contet .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.editor-contet .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery .gallery-caption {
    font-size: 13px;
    margin: 0;
}

.editor-contet .gallery-columns-6 .gallery-caption,
.editor-contet .gallery-columns-7 .gallery-caption,
.editor-contet .gallery-columns-8 .gallery-caption,
.editor-contet .gallery-columns-9 .gallery-caption {
    display: none;
}


/**
 * 7.0 - Audio / Video
 */

.editor-contet .wp-audio-shortcode a,
.editor-contet .wp-playlist a {
    box-shadow: none;
}

.editor-contet .mce-content-body .wp-audio-playlist {
    margin: 0;
    padding-bottom: 0;
}

.editor-contet .mce-content-body .wp-playlist-tracks {
    margin-top: 0;
}

.editor-contet .mce-content-body .wp-playlist-item {
    padding: 10px 0;
}

.editor-contet .mce-content-body .wp-playlist-item-length {
    top: 10px;
}


/**
 * 8.0 - RTL
 */

.editor-contet .rtl blockquote {
    border: 0 solid #1a1a1a;
    border-right-width: 4px;
}

.editor-contet .rtl blockquote.alignleft,
.editor-contet .rtl blockquote.alignright {
    border: 0 solid #1a1a1a;
    border-top-width: 4px;
}

.editor-contet .rtl blockquote:not(.alignleft):not(.alignright) {
    margin-right: -28px;
    padding: 0 24px 0 0;
}

.editor-contet .rtl blockquote blockquote:not(.alignleft):not(.alignright) {
    margin-right: 0;
    margin-left: auto;
}

.editor-contet .rtl li>ul,
.editor-contet .rtl blockquote>ul {
    margin-right: 20px;
    margin-left: auto;
}

.editor-contet .rtl li>ol,
.editor-contet .rtl blockquote>ol {
    margin-right: 24px;
    margin-left: auto;
}

.editor-contet .rtl table th,
.editor-contet .rtl .mce-item-table th,
.editor-contet .rtl table caption {
    text-align: right;
}