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

about.css

====================================================================*/

/*--------------------------------------------------------------------
01.index
--------------------------------------------------------------------*/
#features{
   width: 655px;
   height: 367px;
   background: url(../img/about/features_bg.jpg) no-repeat;
   margin-top: 25px;
}
#features h4{
   height: 18px;
   visibility: hidden;
}
#features ul li{
   display: block;
   color: #0a5b6c;
   padding: 10px 13px;
}



/*--------------------------------------------------------------------
02.mbti
--------------------------------------------------------------------*/
#about_mbti{
   padding-bottom: 230px;
}
#about_mbti h4{
   height: 71px;
   background: url(../img/about/mbti_text.jpg) no-repeat left;
   text-indent: -9999px;
   overflow: hidden;
}



/*--------------------------------------------------------------------
03.sample
--------------------------------------------------------------------*/
#sample{
   height: 380px;
   text-align: center;
}
#sample img{}



/*--------------------------------------------------------------------
04.glossary
--------------------------------------------------------------------*/
#glossary{}
#glossary dl dt{
   color: #0a5b6c;
   font-weight: bold;
   margin-top: 15px;
}











