@charset "utf-8";

/**

 * index.css 

 * (c) FOURDIGIT Inc.

 *

 */

/* import */

  @import "/common/2010/css/basepage.css";



/* mainArea */

  #mainArea {

    margin-bottom: 20px;

  }

  #mainArea .btn {

    margin-top: 25px;
	
	margin-left: 50px;
	
    zoom: 1;
	

  }

  #mainArea .btn:after { content : ''; display : block; clear : both; }

  #mainArea .btn li {

    float: left;

    margin-right: 0;

  }

  #mainArea .btn li img {

    vertical-align: top;

  }

  #mainArea strong {

  font-weight: bold;

    color: #ec7500;

  }



/* section01 */

  #section01 .cmnTable th,

  #section01 .cmnTable td { vertical-align: middle; }

  #section01 .cmnTable td {

    white-space: normal;

  }

  #section01 .cmnTable .inBox,

  #section01 .cmnTable th a,

  #section01 .cmnTable td.age {

    white-space: nowrap;

  }

  #section01 .cmnTable .inBox {

    position: relative;

    padding-left: 58px;

    min-height: 45px;

    height: 100%!important;

    height: 45px;

  }

  #section01 .cmnTable .inBox img {

    position: absolute;

    left: 0px;

    top: 0px;

    vertical-align: top;

  }

  #section01 .cmnTable th.line1 {

    line-height: 45px;

  }

