@charset "utf-8";
@import "level2.css";
/*====================================================================

guide.css

====================================================================*/
/*--------------------------------------------------------------------

--------------------------------------------------------------------*/
#guide p{
   padding: 0 5px;
}

#guide table *.nowrap{
   white-space: nowrap;
   text-align: center;
   vertical-align: middle;
}

#guide img{margin-top: 10px;}


/*--------------------------------------------------------------------
flow
--------------------------------------------------------------------*/
#flow table{
   border-top: solid 1px #ccc;
}
#flow table td{
   border-bottom: solid 1px #ccc;
}
#flow table td span{
   display: block;
   width: 250px;
   height: 170px;
   background: #ddd;
}
#flow table td.step{
   font-size: 20px;
   color: #666;
}










