@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/


/**********************************************************************************/
                                 /* サンプルA */
/**********************************************************************************/

/* リンクの下線を消す */
a {
	text-decoration: none;
}

/* ヘッダメニューの下の空白をけずる */
#main {
	margin-top :0;
}
.main,.cntent cf ,#content  {
	margin: 0px;
	padding: 0px;
	background-color:#166783;
}

/* 全ページのタイトル非表示 */
.entry-title {
	display: none ;
}

/* フッター削除 */
footer#footer.footer-container.nwa {
	display : none ;
}

@media screen and (max-width: 834px) {
	main.main, div.sidebar {
		padding : 0;
	}
}