/*
Theme Name: habakiri-child
Theme URI: http://2inc.org
Description: Habakiri の子テーマ
Author: Takashi Kitajima
Author URI: http://2inc.org
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Template: habakiri
*/
/*Google Webフォントの読み込み*/
@charset "UTF-8";
@import url("../simplicity/style.css");
@import url(http://fonts.googleapis.com/css?family=Noto+Sans+JP);

/*共通要素 /////////////////////////////////////////////////////////////////////////////////*/

.responsive-nav .menu>.menu-item>a {
  background-color: transparent;
  padding: 23px 7px;
}

/*マウスオーバー時にリンクを凹ませる*/
a:hover{ opacity:0.7;
}

/*テスト用*/
.tes_box {
	border-width:thin;
	border-color: #ff0000;
	border-style: solid;	
	}
  
/*フォントファミリーの定義
body {
font-family: 'Noto Sans JP', sans-serif;	
	}*/

hr {
 width: 100%;
 border:solid 0.5px;
 margin-bottom:0px;
}


/** 固定ページ記事タイトル非表示
 */
.page 
.entry__title {
  display: none;
}

/*下記２つはフッタスペースを無くす記述*/
.footer-widget-area {
  display: none;
}
.copyright {
	  display: none;
}


/* デスクトップPC */
.desktop { display: block !important;}
.mob { display: none !important; }
/* スマートフォン */
@media only screen and (max-width: 750px) {
.desktop { display: none !important; }
.mob { display: block !important; }
}


/*投稿から公開済・・・云々をすべて消す*/
.entry-meta {
  display:none;
}