/* バルーン */
.baloon {
font-size:12px;
font-family: "メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic", sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka; font-size: 13px;
}

/*エラーメッセージ　ここから*/
.errorMas {
font-weight: bold;
color: #F00;
background: url(../img/i_error.png) no-repeat left center;
padding-left: 18px;
line-height: 1.4;
margin-top: 5px;
}
.errorBox {
background: #f2f2f2;
width: 100%;
margin:0 auto 15px;
margin-bottom: 15px;
display:none;
}
.errorTit {
background: #F00;
text-align: center;
font-weight: bold;
padding-top: 5px;
padding-bottom: 5px;
font-size: 115%;
color: #FFF;
}
ul.errorList {
list-style: none;
line-height: 1.0;
margin: 0;
padding: 10px 10px 10px 10px;
}
ul.errorList li {
background: url(../img/i_error.png) no-repeat left center;
color: #F00;
font-size: 108%;
font-weight: bold;
padding-left: 18px;
margin-bottom: 5px;
text-align: left;
}
/*エラーメッセージ　ここまで*/

/* 確認ページ */
#_confirm_area_ {
display:none;
}

/* サンクスページ */
#_thanks_area_ {
display:none;
}

/* FEP設定 */
.fep_active {ime-mode:active;}
.fep_inactive { ime-mode:inactive; }
.fep_disabled {ime-mode:disabled;}
