/*----------------------------------------------------------
   MCS@CSS
-----------------------------------------------------------*/

/* simulation
------------------------------------*/
#simulation input,#simulation select, #simulation textarea{
margin: 0 4px;
}
#input_simulation{
font-size: 120%;
margin-bottom: 20px;
border: 2px solid #576ed4;
padding: 0 0 10px 10px;
font-weight: bold;
}
#input_simulation table th{
font-weight: bold;
padding-left: 22px;
}
#input_simulation table td,#input_simulation table th{
border: 0px white solid;
}

#output_simulation{
font-size: 120%;
font-weight: bold;
}


#before{
padding: 10px 0 10px 30px;
border: 2px solid #576ed4;
margin-bottom: 10px;
line-height: 20px;
}
#after{
background: #fff6f3;
padding: 20px 0 20px 30px;
border: 2px solid #d35688;
line-height: 20px;
}
#after .strong_style{
color: #991122;
font-size: 130%;
}
#after .normal_style{
color: #333333;
}

h3.circle{
margin: 0;
padding: 1px 0 0 10px;
font-size: 12px;
background: url('/images/simulation/circle_head.gif') top left no-repeat;
color: white;
}
h3.circle_after{
margin: 0;
padding: 1px 0 0 10px;
font-size: 12px;
background: url('/images/simulation/circle_head_after.gif') top left no-repeat;
color: white;
}

#simulation input[type="text"]{
width: 50px;
}
.cal{
display: inline;
background: #fff0e9;
}
