@charset "utf-8";

/*
 * 野口さんHP用　CSS common.css
 * 作成日：2023.02.25  糸をかし。をコピー
 *  ヘッダ部のロゴと連絡情報画像のサイズを調整
 */

/* PC版 */
@media (min-width: 768px) {
	/* ヘッダーの高さ変更（40px） */
	div#sitename {
		max-height: 41px;
		padding-bottom: 9px;
	}
	#header_logo {
		margin-top: 9px !important;
	}
	#header_logo img,
	div#sitename img#nameimg2 {
		max-height: 32px !important;
	}
}
