/* ヘッダー部分の背景を変更 */
.l-header{

}

/* ヘッダー画像の上に出来る余白をゼロにする */
.l-header-inner {
padding-top: 1;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
}

/* グローバルメニューの項目の幅をpxで指定する */
.global-navi > div > ul {
width: auto;
margin-left: 0;
}
.global-navi > div > ul > li {
width: 245px;
}

/* グローバルメニューの余白を変更 */
.global-navi a {
padding: 1.2em 1.333em;
}

/* サイトタイトルを非表示 */
.site-title {
display: none;
}

/* タイトルなしの上の余白を変更する */
.nobanner .main {
display: none;
margin-top: 8px;
padding:0 0 0 0;
	
/* 前後ページへのリンクを非表示にする */
.entry-navi { display:none }

/* 日付などのメタ情報を非表示にする */
.entry-meta { display:none }

/* 「コメントは受け付けていません。」を消す */
p.nocomments { display: none }

/* エントリフッターのコメント部分を消す */
.entry-meta-item.comments {
display: none;
}
	
/* h2 教室のご案内 */
.room_h2 {
	color: #8ec31e; 
}align-content
	
/* サブ見出し -------------------------------------- */

.submidashi01 {
	width:100%;
	height:60px;
	padding: .5em .75em;
	background-image: url("http://gripkids.jp/wp/wp-content/uploads/2016/05/bg_midashi01.jpg");
	border-radius: 6px;
}

.subtext01 {
	width:766px;
	height:60px;
	float:left;
	font-size:140%; 
	font-weight: 600; 
	padding:3px 0px 0px 8px;
	color: #715C1F;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

/* サブハーフ見出し -------------------------------------- */

.halfmidashi01 {
	width:100%;
	height:60px;
	padding: .5em .75em;
	background-image: url("http://gripkids.jp/wp/wp-content/uploads/2016/05/bg_halfmidashi03.jpg");
	border-radius: 6px;
}

.halftext01 {
	width:100%; 
	height:60px; 
	float:left; 
 	font-size:180%; 
  	font-weight: 600; 
  	margin: 0px 0px 0px 0px; 
	padding:0px 0px 8px 8px; 
	color: #715C1F; 
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1); 
}

.halfsubtext01 {
	width:100%; 
	height:30px; 
	float:left; 
 	font-size:100%; 
  	font-weight: 600; 
  	margin: 0px 0px 0px 0px; 
	padding:0px 0px 8px 8px; 
	color: #715C1F; 
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1); 
}

.tkutyou_img { 
	width:120px;
	height: 160px;
	float:left;
	}

.tokutyou_word { 
	width:240px; 
	height:160px;
	float:right;
}

