@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------------
 ***                                                                Container
----------------------------------------------------------------------------*/
body {
}
#wrap {
}


/*----------------------------------------------------------------------------
 ***                                                                  Header
----------------------------------------------------------------------------*/
#headerArea {}
#headerAreaInner {}
#headerTitle{}
#headerTitle h1{}
#headerTxt{}
#headerTxt p{}


/*----------------------------------------------------------------------------
 ***                                                       Header - gNavi
----------------------------------------------------------------------------*/
#gnavi{}
#gnavi li{}




/*----------------------------------------------------------------------------
 ***                                                              contentsArea
----------------------------------------------------------------------------*/
#contentsArea {}
#contentsAreaInner {}



/*----------------------------------------------------------------------------
 ***                                                              mainsection
----------------------------------------------------------------------------*/
.mainSection {}
.mainSectionInner {}

.mainSection h5{font-size:18px; color:#666;}


/*----------------------------------------------------------------------------
 ***                                                              rightsection
----------------------------------------------------------------------------*/
.rightSection {}
.rightSectionInner {}
.rightSection .section {}

.rightSection h3{ background:#06C; color:#FFF; padding:2px; font-size:16px; margin-bottom:10px;}
.rightSection h4{ margin:5px; color:#666; font-size:16px;}





/*----------------------------------------------------------------------------
 ***                                                                  footer
----------------------------------------------------------------------------*/

#footerArea{}
#footerAreaInner {}
#footerAreaLink{}
#footerAreaTxt{}
#footerAreaLogo {}
#footerCopyright{}
#footerCopyright p{}



/* フッターの無料エージェントアピール */
#footerAgent{ margin-top:30px; background-color:#fbfbfb;}
#footerAgentInner{ width:960px; margin:0 auto; padding:40px 0;}
#footerAgent ul{ display:flex; justify-content:center;}
#footerAgent li{}
#footerAgent li:nth-of-type(1){ text-align:right;}
#footerAgent li:nth-of-type(2){ text-align:center;}
#footerAgent li img{ width:80%; height:auto;}



/*----------------------------------------------------------------------------
 ***                                                              ページトップ
----------------------------------------------------------------------------*/
.pagetop {}


/*----------------------------------------------------------------------------
 ***                                                                   section
----------------------------------------------------------------------------*/
.section {}
.sectionInner {}











