
@charset "utf-8";
/* CSS Document */

@import "/mirai/common/stylesheets/style.css";

/* ================================================================================ */
/*      osirase                                                                     */
/* ================================================================================ */
div.osirase {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:20px;
}
div.osirase h2 {
  font-weight: bold;
  font-size:14px;
  border:solid #939393 1px;
  border-left:solid #39609a 4px;
  background:url(../image/h1Bg.png) repeat-x left bottom;
  padding:5px;
  margin-bottom:3px;
}
div.osirase>div {
  padding:10px;
  border-top:none;
  background:#f5f5f5;
}

div.osirase .logo{
  text-align: center;
}

div.osirase .title{
  text-align: center;
  color: rgb(84, 173, 56);
  font-size: xx-large;
  font-weight: bold;
}

div.osirase .message{
  text-align: center;
  font-size: large;
}



