@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.sc_frame_wrap {
    margin-bottom: 1.2em;
    position: relative;
	    margin-top: 40px !important;
}
.sc_frame_title {
    padding: 2px 1em;
    position: relative;
    font-weight: bold;
    color: #fff;
    background: #ccc;
    top: 1px;
	display: inline-block;
    margin: 0 1em;
    border-radius: 5px 5px 0 0;
}
.sc_frame {
	    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    overflow: auto;
    border: 3px solid #ccc;
    padding: 1em 1.5em;
    position: relative;
    border-radius: 5px;
    background: #fff;
    color: #000;
}

.post_content td{
border:none!important;
}