@charset "utf-8";
/* --------------------------------------------------
**
** top.css
** version : 0.1
** date : 2015/09/08
**
** -------------------------------------------------- */
/* -------------------------------------------------- 
** TOP
** -------------------------------------------------- */

/* business ----------------------------*/
.businessArea {
    margin-top: 50px;
}
.businessArea h2 {
    font-size: 32px;
    padding: 0 60px;
}
.businessArea p.lead {
    font-size: 16px;
    margin-bottom: 30px!important;
    padding: 0 60px;
}
.businessArea div.col {
    margin: 0;
    border: 2px solid #3c9bd3;
    padding: 5px;
}
.businessArea div.col div.col1of4 {
    position: relative;
    overflow: hidden;
}
.businessArea div.col div.col1of4:first-child:hover div {
    background-color: rgba(81,190,255,0.9);
}
.businessArea div.col div.col1of4:nth-child(2):hover div {
    background-color: rgba(255,216,0,0.9);
}
.businessArea div.col div.col1of4:nth-child(3):hover div {
    background-color: rgba(252,162,35,0.9);
}
.businessArea div.col div.col1of4:nth-child(4):hover div {
    background-color: rgba(255,169,222,0.9);
}
.businessArea div.col div.col1of4 div {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    background-color: rgba(245,243,243,0.9);
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#mainContents .businessArea div.col div.col1of4 h3 {
    font-size: 14px;
    text-align: center;
    margin: 0 0 30px;
}
#mainContents .businessArea div.col div.col1of4 p {
    margin: 0 20px;
    font-size: 14px;
}
#mainContents .businessArea div.col div.col1of4 p.btn {
    margin: 30px 20px 0;
    padding: 10px;
    border: 5px solid #fff;
    text-align: center;
    font-weight: bold;
    background: rgba(255,255,255,0.3);
}
.businessArea div.col div.col1of4 img {
    width: 100%;
    height: auto;
}

/* news ----------------------------*/
.newsArea {
    margin-top: 30px;
    padding: 20px 0 40px;
    background: #f5f3f3;
}
.newsArea h2 {
    font-size: 32px;
    padding: 0 60px;
}
#mainContents .newsArea ul {
    width: 840px;
    height: 192px;
    margin: 0 auto;
    overflow: auto;
}
#mainContents .newsArea ul li {
    overflow: hidden;
    border-bottom: 1px solid #fff;
    background: #f6f6f6;
}

#mainContents .newsArea ul p.hitetsu  { border-bottom:2px solid #51beff; }
#mainContents .newsArea ul p.global   { border-bottom:2px solid #ffd800; }
#mainContents .newsArea ul p.pittare  { border-bottom:2px solid #fca223; }
#mainContents .newsArea ul p.imine    { border-bottom:2px solid #ffa9de; }
#mainContents .newsArea ul p.normal   { border-bottom:2px solid #ccc; }
#mainContents .newsArea ul p.item     { border-bottom:2px solid #fff; }

/*
#mainContents .newsArea ul li:nth-child(odd) p:first-child {
    background: #e2e7ea;
}
#mainContents .newsArea ul li:nth-child(even) p:first-child {
    background: #e7e8e9;
}
*/
#mainContents .newsArea ul li p {
    float: left;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    box-sizing: border-box;
}
#mainContents .newsArea ul li p:first-child {
    width: 180px;
}
#mainContents .newsArea ul li p:last-child {
    width: 640px;
}
