/* =====================================================
   レスポンシブウェブデザイン用css
   /share/css/default.cssを読み込んだ後に設定すること
   ----------------------------
   旧テンプレート用（rwd.css）レスポンの必要ないので、記述を削除したもの
===================================================== */

/* --------------------------------------------
 For PC
-------------------------------------------- */

.headbox {
	height:auto;
}

.head_leftbox {
	height:76px;
}

/* ========= global_navi ========= */

#global_navi {
	float:left;
}

#global_navi:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: '[.]';
	overflow:hidden;
}

header #global_navi ul li a:hover,
header #global_navi ul li#here a {
	color:#f6f6f6 !important;
}
