
/********************* header ********************************************/

h2.kasou{
       background: url('/common/img/concept/h2bg.jpg') no-repeat left center;
       padding: 2px 0 0 33px;
       font-weight: bold;
       font-size: 25px;
       letter-spacing: 1.7px;
}
h3.kasou1{
       margin: 90px 0 0 0;
       background: url('/common/img/concept/h2bg.jpg') no-repeat left center;
       padding: 2px 0 0 33px;
       font-weight: bold;
       font-size: 25px;
       letter-spacing: 1.7px;
}


.pbox1{
       margin: 20px 0 0 10px;
       font-size: 13px;
       line-height: 2;
}
.pbox1 img.right{
       margin: 0 0 20px 20px;
}    
.pbox1 img.left{
       margin: 0 20px 20px 0;
}    

.pbox1 b{
       font-size: 14px;
}

.pbox1 span{
       color: #CDAB03;
       font-weight: bold;
       font-size: 14px;
}

.bottomimg{
       margin: 25px 0 0 10px;
}  

.fbbox2{
       margin: 20px 0 0 0 ;
}




/**************************************************************************************************
CLEARFIX CLASS
**************************************************************************************************/
.clearfix:after {
              display                               : block;
              clear                                   : both;
              height                                : 0;
              visibility                : hidden;
              content                              : ".";
              line-height                          : 0;
}
.clearfix {
              display                               : inline-table;
              min-height                          : 1%;
}
/* FOR MAC IE \*/
* html .clearfix {
              height                                : 1%;
}
.clearfix {
              display                               : block;
}
/* END OF FOR MAC IE */