<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ヘッダー上線
------------------------------ */
#header {
	border-top: 3px solid #63adf7;
}

/* ヘッダーロゴ
------------------------------ */
#header div p#logo01,
#header div p#logo01 {
  background: url("/images/request/new/cmn_header_otoku_logo01.gif") no-repeat left 15px;
}

/* タイトル背景、文字色
------------------------------ */
#wrapper p.tit01 {
  background: #63adf7 url("/images/request/new/cmn_contents_tit_bg01.png") no-repeat left top;
  color: #ffffff;
}


#header div p#flow00 {
  height: 50px;
  background: url("/images/request/new/cmn_flow00.png") no-repeat scroll left top transparent;
}

#header div p#flow01 {
  height: 50px;
  background: url("/images/request/new/flow_blue_ab01.png") no-repeat scroll left top transparent;
}

#header div p#flow02 {
  height: 50px;
  background: url("/images/request/new/flow_blue_ab02.png") no-repeat scroll left top transparent;
}
#header div p#flow03 {
  height: 50px;
  background: url("/images/request/new/flow_blue_ab03.png") no-repeat scroll left top transparent;
}

#header div p#flow04 {
  height: 50px;
  background: url("/images/request/new/flow_blue_ab04.png") no-repeat scroll left top transparent;
}

#header div p#flow05 {
  height: 50px;
  background: url("/images/request/new/flow_blue_ab05.png") no-repeat scroll left top transparent;
}



#count{
  position: fixed; 
  top: 60px; 
  right: 0px; 
}
 
#count p{
  position: absolute;
  top: 60px;
  right: 60px;
}

#count img{
 height: 220px; 
 width: 158px; 
}

 
  
</pre></body></html>