@charset "utf-8";

/*
**********************************************************************

* bellmaison_error.css

* site name   : http://www.smbc-card.com/
* description : component styles
* since       : 2007-05-17
* editor      : Tooru Ehara (QL)
* modified    : 
* editor      :

*********************************************************************
*/
/*
==========================================================

main common setting

==========================================================
*/
/*-----------------------------------bellemaison error */
div.separate{
background: url(../../vp_imgs/newform/bg_support_dotted.gif) 0 0 repeat-x;
display:block;
width:100%;
height:5px;
margin:10px 0 20px;
}
h2{
text-align:center;
font-size:130%;
}
p.comment{
text-align:center;
font-size:115%;
margin-bottom:10px;
}
div.information{
background:#EEF5C2;
padding:20px 0 20px 140px;
font-size:115%;
margin-bottom:40px;
}
dl{
margin-bottom:10px;
}
dt{
color:#0A592A;
font-weight:bold;
}
div.information dt{
float:left;
width:31%;
padding-bottom:5px;
}
div.information dd{
float:right;
width:69%;
padding-bottom:5px;
}
div.information dd p{
margin-bottom:10px;
}
dl.accept_term{
border:1px solid #0A592A;
padding:10px;
width:300px;
}
dl.accept_term dt{
font-weight:normal;
color:#000000;
}
p.btn_back a{
display:block;
width:155px;
margin:auto;
}

/*--------------------------------------------normal error*/

div.no_cookie{
background:#EEF5C2;
padding:20px;
margin-bottom:40px;
font-size:100%;
}