/*
  Skin Name: Business Design
  Description: Cocoonのサイトキーカラーを設定するだけですぐに使える「Business Design」。細かい配色もCocoon設定で可能です。
  Skin URI: https://tumonet.com/cat-cocoon/skin/skin-business-design/
  Author: TUMONET SYSTEM
  Author URI: https://tumonet.com/
  Screenshot URI: https://tumonet.com/img/skin/skin-business-design.webp
  Version: 1.0.2
  Priority: 9900000
*/
/*以下にスタイルシートを記入してください*/

/**********************************************
 ヘッダー、フッター 設定
***********************************************/
/*ヘッダー 設定*/
#header-container {
	background-color: initial !important;
}
.header-in {
	width: auto;
	justify-content: space-between;
}
/*会社ロゴ 設定*/
.logo-header {
	color: #000000;
/*	background-color: #ffffffff;*/
/*	padding-left: 40px;*/
}
/*ヘッダー 会社ロゴ 文字色 設定*/
.header .site-name-text {
	color: #555555 !important;
}
/*フッター 会社ロゴ フォント 設定*/
.footer .site-name-text {
	font-size: 14px;
}
/*フッターロゴ 設定*/
.footer-bottom-logo {
	left: 20px;
	bottom: 10px !important;
}
/**********************************************
 本文設定
***********************************************/
.main {
	padding: 5px 29px;
}
.content {
	margin-top: 10px !important;
}
.content-in {
	justify-content: space-evenly;
}
.entry-title {
	margin: 7px 0;
}
.article h2, .article h3, .article h4, .article h5, .article h6 {
	font-weight: 500;
    margin-bottom: 1em !important;
}
/**********************************************
 コントロール 設定
***********************************************/
/*.go-to-top-button {
	background-color: #23cde0;
}*/
/**********************************************
 メディアクエリ
***********************************************/
/*** 1030px 以下 ***/
@media screen and ( max-width: 1030px ) {
/*アピールエリア 設定 - 非表示*/
.appeal {
	display: none;
}
/*フッターロゴ 設定*/
.footer-bottom-logo {
	left: 0;
	bottom: 0 !important;
}
.footer-bottom-logo .logo-text {
    padding: 0;
    text-align: center !important;
}
}
/*** 768px 以下 ***/
@media screen and ( max-width: 768px ) {
}
/*** 480px 以下 ***/
@media screen and ( max-width: 480px ) {
}