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


/*----------------------------------------------------------------------------
 ***                                                                Container
----------------------------------------------------------------------------*/
body{}
#wrap{}


/*----------------------------------------------------------------------------
 ***                                                                  Header
----------------------------------------------------------------------------*/
#headerArea {}
#headerArea h1{}


/*----------------------------------------------------------------------------
 ***                                                             leftSection
----------------------------------------------------------------------------*/
.leftSection{}
.leftSectionInner{}


/*----------------------------------------------------------------------------
 ***                                                              contentsArea
----------------------------------------------------------------------------*/
#contentsArea {}
#contentsAreaInner {}


/*----------------------------------------------------------------------------
 ***                                                              mainsection
----------------------------------------------------------------------------*/
.mainSection {}
.mainSectionInner {}



/* 画像の斜めマスク */
.skew_x{ transform:skewX(-8deg); transform-origin:bottom left;}
.skew_x p{ overflow:hidden; width:130px; margin:0; padding:0; margin-bottom:10px;}
.skew_x p img{ min-width:100%; transform:skewX(8deg); transform-origin:bottom left;}
.skew_x p img:hover{ opacity:0.7;}


.historyBox{ width:720px; margin:0 auto;}
.historyBoxInner{}

#history{ background:url(../company/images/img_history.png) no-repeat left -10px;     margin-top: 50px;}
#history .nendo{ font-size:21px; font-weight:bolder; color:#000; padding-bottom:4px; padding-left:200px;}
#history .naiyo{ font-size:13px; color:#231815;   padding-left:200px;}
#history .kankaku{font-size:13px; color:#231815;  padding-left:200px;  margin-bottom: 35px;}
.keyWord{ color:#993300;}
.space{ padding-left:50px;}




/*----------------------------------------------------------------------------
 ***                                                                  footer
----------------------------------------------------------------------------*/
#footerArea{}
#footerAreaTxt{}


/*----------------------------------------------------------------------------
 ***                                                          breadcrumbArea
----------------------------------------------------------------------------*/
#breadcrumbArea{}





/*----------------------------------------------------------------------------
 ***                                                                   section
----------------------------------------------------------------------------*/
section { }
section section {}
.sectionInner {}









