@charset "UTF-8";
/*====================================

	電柱サーチ/下階層ページ共通

====================================*/

/*====================================
    上部ナビゲーションボタン
====================================*/
div#pageNavi  { width:  1200px; margin:  0 auto;}
main li.roundButton:before { position: absolute; top: 1.0em; left: 1em; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 6px solid #000; content: ""; }
main li.roundButton a {text-decoration: none;}
main li.roundButton#be {background: #eee;}
main li.roundButton#be:before { border-top: 6px solid #000;border-right: 4px solid transparent; border-left: 4px solid transparent; }
@media screen and (max-width: 667px) {
    div#pageNavi {width:  98%;}
     main li.roundButton {margin-bottom:2px;padding-top:0;padding-bottom:0;padding-left:1em;padding-right:0em;width:49%;background:none;margin:0;}
     main li.roundButton:before { position: absolute; top: 0.5em; left: 0.5em;}
 }

/*====================================
    リンクボタン（大）
====================================*/
main .roundBigButton a {text-decoration: none;}

/*====================================
    コンテンツ範囲
====================================*/

div#mainConteiner  {
     margin-top:  50px;
}


/*====================================
    タイトル（通常ページ）
====================================*/

div#title  {
     background: url(img/top_bar.png) repeat-y;
     color:  #fff;
}
div#title div.wrap  {
    position:  relative;
     width:  1200px;
      padding:  23px 0;
     margin:  0 auto;
}
@media screen and (max-width: 667px) {
     div#title div.wrap  {
      width: 100%;
      padding:  18px 0;
     text-align:  center;
     }
}
div#title h1.titleM04  {
    margin:  0;
     padding:  0;
     line-height:  2.0;
 }
div#title h1.titleM04 img  {
     width:  40%;
     height:  auto;
    margin:  0;
     padding:  0;
 }
@media screen and (max-width: 667px) {
          div#title h1.titleM04 img  {
           width:  80%; 
          }
 }
div#title p#illust  {
     position:  absolute;
     width:  229px;
     height:  124px;
     margin:  0;
     padding:  0;
     right:  0;
     bottom: 0;
}

/*====================================
    タイトル（フォームページ）
====================================*/

div#title_form h1.titleM03  {
     text-align:center;
     background:  #7faeb2;
     color:  #fff;
     margin:  0;
     padding:  10px;
 }
div#title_form h1.titleM03 img  {
      width:  300px;
     margin-bottom: 10px;
 }
div#title_form h2.title00  {
     text-align:  center;
     font-weight: normal; font-size: 3rem;
     padding: 15px 0; 
}
@media screen and (max-width: 667px) {
		div#title_form h2.title00 { 
          font-size: 2rem; }
 }






