@charset "euc-jp";
/* rwdcss */
@media screen and (max-width: 940px) {
  #wrapper {
    width: 100%;
    min-width: 0;
    overflow: hidden;
  }
  .contents {
    width: 100%;
  }
  #content {
    margin-left: -1px;
  }
  #content .text {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
  }
  #content input[type=text] {
    max-width: 80%;
  }
  .subTitle.a01w940 span,
  .subTitle.a01w940 .subTitleIn {
    background: url(/common_rn/img/bg_sub_ttl_a01_w940_top.gif) no-repeat left top;
    width: 93.81443299%;
  }
  .textTitle {
    padding-right: 10px;
  }
}
/*@media screen and (max-width: @bp_pc) {*/
/*@media screen and (max-width: @bp_sp) {*/
/* rwdcss */


/*-----------------------------------------------------
ブロックわけ
-------------------------------------------------------*/
@media screen{

#wrapper {
  text-align: center;
}

#wrapper .contents{
} 

#header {
	height: 63px;
	text-align: left;
	background: url("/img/head_950.gif") left bottom no-repeat;
}
h1 {
  margin: 0;
  padding: 0;
}
h2 {
  margin:0;
  padding:0;
}
h3{font-size:12px;line-height:1;color:#000000;text-align:left;margin: 0;}
div.notesField h3,div.notesField h4{margin:0 9px 4px;}
#footer {
  border-top: 1px solid #C00;
  text-align: left;
}
/*-------フッタの黒ライン設定している---------------*/
#content {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #333;
}


}