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


/********************************************************/
/* サンプルB パン屋さん */
/********************************************************/

/*******************************/
/*            all              */
/*******************************/

.body,
div.entry-content.cf,
#main,
div#content.content.cf {
	padding : 0;
	margin : 0 auto;
}

/* 背景,文字色 */
#main {
	background-color : #FFF ;
	color : #210000 ;
	overflow:hidden;
}

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

/* リンク下線削除 */
a {
	text-decoration: none;
}

