/*
 * 糸をかし。用　CSS common.css
 * 作成日：2016.05.04  イシハラフードをコピー
 * 2016.08.26 できる限り共通部分に移行して、個別CSSをコンパクトにした
 * 2016.11.11 h2タイトルの背景色変更
 * 2016.11.28 h2タイトル読みやすく修正
 */

/* ヘッダーの高さ変更（35px） */　
/*2016.9.30 原　logo renraku画像が縮小される*/
div#sitename,
#header_logo img,
div#sitename img#nameimg2{
	/*height:35px; */
	width:auto !important;
}

/* 2016.9.30 原　 logo renraku画像が縮小されるのを解除するため
line8〜14を　line18〜31へ
div#u_header {
	border-top-width: 10px;
}
div#sitename{
	height:35px;
}
#header_logo{
	width:auto !important;
}
#header_logo img,
div#sitename img#nameimg2{
	height:35px;
	width:auto !important;
}
*/
/* ボタン（ナビ）の高さ変更（50px） */
.menu{
	height:50px;
}
.menu li a,
.menu li a:visited {
	height:50px;
	line-height:50px;
}

/* h2タイトル 　2016.9.20　原色指定変更*/
h2,
.detail_page h2.full_bg{
	text-indent:20px;
	background-color: #ececec;
	height: 17px;
	margin-bottom: 10px; 
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color:#F00;
	line-height:0.4em;
	text-indent:10px;
	font-size:95%;
	color: #333;
}
/* ここまで */

/* SP版 */
@media (max-width: 767px) {
	/* ヘッダーの高さ変更（35px） */
	#header_logo{
		margin-top:5px;
		width:85% !important;
	}
	#header_logo img{
		height:auto;
		max-height:35px;
	}
	.menu_sp{
		margin:13px 0 0 !important;
	}
	h2,
	.detail_page h2.full_bg{
		color: #fff;
	}
}