@charset "shift_jis";
/* =========================================

hm  > blog > top.css

ヘッダー
============================================ */

#header {
	width: 100%;
	height: 296px;
	background:url(/image_cmn/header_bg.gif) repeat-x left bottom #FFF;
}

#title {
	width: 1095px;
	height: 296px;
	margin:0 auto;
	padding:0;
	text-align:left;
	position: relative;
	background:url(/image_cmn/top_bg.jpg) no-repeat 0 0 ;
	}

#title img{
	margin: 0px;
	padding: 0px;
}

#title .title_img {
	width: 450px;
	margin:0px;
	padding:0px;
	position: absolute;
	left: 71px;
	top: 13px;
}

#title .title_hm_img {
	width: 200px;
	height: 97px;
	margin:0px;
	padding:0px;
	position:absolute;
	bottom: 130px;
	right: 65px;	
/*	
	bottom: 68px;
right: 65px;*/
}

#title .header_text {
	width: 580px;
	text-align:left;
	color: #000000;
	position:absolute;
	left: 80px;
	top: 93px;
	font-size: 13px;
	line-height: 1.4;
}

#title .fontSizeWrap {
	position:absolute;
  bottom: 72px;
	right: 65px;
  display: flex;
  width: 300px;
  padding: 5px 0 0;
  border-bottom: 1px solid #148ec6;
  align-items: flex-end;
  background: #fff;
}

/* ボタンサイズ変更 */
#fontSize {
  position: relative;
  display: flex;
  width: 233px;
	height: 36px;
  margin: 0 0 2px;
  padding: 0 0 0 8px;
  align-items: flex-end;
  box-sizing: border-box;
  color: #3e9cc7;
}

#fontSize ul {
}

#fontSize ul li {
	position: absolute;
	list-style: none;
	cursor: pointer;
}

#fontSize ul li a {
	display: block;
	text-indent: -9999px;
}

#fontSize ul li.size_s  { right: 110px; bottom: 4px; width: 24px; height: 24px; }
#fontSize ul li.size_m  { right: 67px; bottom: 4px; width: 29px; height: 29px; }
#fontSize ul li.size_l  { right: 20px; bottom: 4px; width: 32px; height: 32px; }

#fontSize ul li.size_s a  { width: 24px; height: 24px; background: url(/image_cmn/fontsize/font-s.png) 0 0 no-repeat; }
#fontSize ul li.size_m a  { width: 29px; height: 29px; background: url(/image_cmn/fontsize/font-m.png) 0 0 no-repeat; }
#fontSize ul li.size_l a  { width: 32px; height: 32px; background: url(/image_cmn/fontsize/font-l.png) 0 0 no-repeat; }

#fontSize ul li.size_s a:hover  { background: url(/image_cmn/fontsize/font-s.png) 0 -24px no-repeat; }
#fontSize ul li.size_m a:hover  { background: url(/image_cmn/fontsize/font-m.png) 0 -29px no-repeat; }
#fontSize ul li.size_l a:hover  { background: url(/image_cmn/fontsize/font-l.png) 0 -32px no-repeat; }

#title .fontSizeWrap .rss {
  padding: 0 0 4px;
}