@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
*/


/* メインコンテンツ幅 */
#main_content.l-mainContent.l-article {
    width: 860px;
}

/* メインコンテンツパディング */
@media (min-width: 960px) {
  .-frame-on .l-mainContent {
    padding: 30px;
  }
}

/* サイドバー幅 */
#sidebar.l-sidebar {
    width: 366px; /* デフォルトの幅 */
}

/* サイドバーパディング */
.-frame-on-sidebar #sidebar .c-widget {
    padding: 15px; /* デフォルトのパディング */
}

/* メインコンテンツサイドバー含む */
@media (min-width: 960px) {
  .-sidebar-on .l-content {
    padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
  margin-bottom: 0px;
  }
}

@media not all and (min-width: 960px) {
  .l-content {
    padding-left: 0vw;
    padding-right: 0vw;
  }
}



