@charset "UTF-8";

/* pop.css
**************************************************************************************

1.フォント
2.レイアウト
3.検索ヘルプ
4.フォーム掲載例
5.フォーム入力例

**************************************************************************************/ 


/* 1.フォント
=============================================================================*/
#pop p.tx{
 font-size:93%;
 line-height:2;
 margin-bottom:4px;
}

#pop p.tx span.b{
 display:block;
 font-weight:bold;
}

#pop h2{
 font-size:107%;
 font-weight:bold;
 color:#1E4A54;
 border-bottom:solid 1px #113F4A;
 padding:35px 0 4px 0;
 margin-bottom:13px;
}

#pop h2 span{
 background-image:url(../../../event/image/help_h2_dc001.gif);
 background-repeat:no-repeat;
 background-position:0 2px;
 padding-left:12px;
}


/* 2.レイアウト
=============================================================================*/
#pop {
 background-color:#C5EBE8;
 background-image:none
}

#pop p.pop-bt01{
 width:62px;
 height:17px;
 margin:20px auto 0 auto;
 padding-bottom:20px;
}


/* 3.検索ヘルプ
=============================================================================*/
#pop h1.help-01{
 width:584px;
 height:60px;
 background-image:url(../../../event/image/help_h1_001.gif);
 background-repeat:no-repeat;
 background-position:left top;
 text-indent:-9999px;
 margin-bottom:0;
}

#pop div.example{
 margin:0 auto;
 width:584px;
}

#pop p.help-img{
 margin: 0 0 5px 20px;
}


/* 4.フォーム掲載例
=============================================================================*/
#pop h1.pop-01{
 width:584px;
 height:60px;
 background-image:url(../../../announce/image/pop_h1_001.gif);
 background-repeat:no-repeat;
 background-position:left top;
 text-indent:-9999px;
 margin-bottom:0;
}

#pop div.example{
  margin:0 auto;
  width:584px;
}


/* 5.フォーム入力例
=============================================================================*/
#pop h1.pop-02{
 width:476px;
 height:60px;
 background-image:url(../../../announce/image/pop_h1_002.gif);
 background-repeat:no-repeat;
 background-position:left top;
 text-indent:-9999px;
 margin-bottom:0;
}

#pop div.example02{
  margin:0 auto;
  width:476px;
}

#pop div.ex-cont{
 margin:0 auto;
 background-color:#FFFFFF;
 background-image:url(../../../announce/image/pop_bg001.gif);
 background-repeat:no-repeat;
 background-position:left bottom;
 padding:21px;
}

#pop p.bg{
 padding-bottom:20px;
 background-image:url(../../image/contents_dc003.gif);
 background-repeat:no-repeat;
 background-position:left bottom;
 padding-bottom:14px;
}


