/*
Theme Name: omachi_oc child
Template: omachi_oc
Description: omachi_oc の子テーマ（ヘッダーにネット予約ボタンを追加）
Version: 1.0.0
*/

/* ヘッダーのボタン画像3つを高さ66pxで横並びにする（画像は高解像度画面向けに2倍の140pxで用意）
   幅は親テーマの #header_contact 591px に収まる（199 + 184 + 195 + 間隔5 x 2 = 588px）ので、ロゴとの隙間は元のまま */
#header_contact{
	margin-top:45px; /* 親テーマの20px + 25px。ボタンの縦の中心をロゴの中心に揃える */
}
#header_contact li{
	margin-right:5px;
}
#header_contact li:last-child{
	margin-right:0;
}
#header_contact li img{
	width:auto;
	height:66px;
}
#header_contact .contact_mail{
	margin:0 0 5px 0;
}
#header_contact a:hover img{
	opacity:0.8;
}
