@charset "utf-8";

/*
--------------------
グローバル・エイジとは
メールマガジン登録
独自のスタイル
--------------------
 */

/* h2の下線の画像 */
#foundation #Contents #main #globalage{
width:550px;
margin-top:25px;
padding:0 0 0 45px;
background:transparent url(/var/storage/globalage/images/globalage_h2_bg.gif) no-repeat scroll left top;
position:relative;
}
#foundation #Contents #main #mag{
width:550px;
margin-top:25px;
padding:0 0 0 45px;
background:transparent url(/var/storage/globalage/images/mag_h2_bg.gif) no-repeat scroll left top;
position:relative;
}

/* 一覧ページのイメージ画像の位置 */
#foundation #Contents #main p.mainImage{
position:absolute;
top:-7px;
right:0;
}

/* ぱんくずの背景色 */
#foundation #Contents #breadcrumb{
background-color:#478e0a;
}

/* H2 */
#foundation #Contents #main h2 img{
margin:10px 0 40px 0;
}

/* H4の色 */
#foundation #Contents #main h4{
color:#478e0a;
}

/* リードの色 */
#foundation #Contents #main p.lead{
color:#478e0a;
}

/* 番号付きリスト(数字の色) */
ul.listNumber li.number span.mark{
color:#478e0a;
}

/* BOX(みだしの色) */
div.box p.boxTitle{
color:#478e0a;
}

/* テキストフィールドの幅 */
#foundation #Contents #main input.magTextField{
width:300px;
}

/* ボタン */
#foundation #Contents #main div.button{
width:550px;
margin:0;
padding:0;
text-align:center;
}
#foundation #Contents #main div.button img{
width:71px;
margin:0 10px;
padding:0;
}

/* 送信エラーのテキスト色 */
#foundation #Contents #main p.error{
color:#ff0000;
}
#foundation #Contents #main p.thanks{
color:#1B8509;
font-size:116.667%;
}
