@charset "UTF-8";
/* CSS Document */

#sectionBlock{
  margin:auto;
  width:784px;
  border:splid 1px #f33;
}
#sectionBlock .title01{
        font-size: 24px;
        padding-bottom: 10px;
        border-bottom: 1px solid #00adf1;
        margin-bottom: 15px;
        line-height: 1.0em;
}
#sectionBlock .section{
  width:100%;
        margin-bottom: 60px !important;
}
#sectionBlock .title02{
        padding: 10px 20px;
        margin-bottom: 20px;
        background: #f3f3f3;
        font-size: 20px;
        color: #00aeef;
}
#sectionBlock .top_title{
        font-size: 24px;
        margin-bottom: 15px;
        border-top: 1px solid #00adf1;
        border-bottom: 1px solid #00adf1;
        padding:5px;
}
#sectionBlock .name{
        font-size: 24px;
        margin-bottom: 10px;
}
#sectionBlock .position{
        margin-bottom: 30px;
}
#sectionBlock .txt{
        margin-bottom: 1em;
        text-indent: 1em;
}



#sectionBlock .tLeft{
        text-align: left;
}
#sectionBlock .tCenter{
        text-align: center;
}
#sectionBlock .tRight{
        text-align: right;
}



#sectionBlock .flLeft{
        float: left;
}
#sectionBlock .flRight{
        float:right;
}
#sectionBlock .flClear{
        clear:both;
}