@charset "Shift_JIS";


/* tablet smartphone 768px */
@import url("press_sp.css") only screen and (max-width:768px);
/* pc 769px */
@import url("press_pc.css") print, screen and (min-width:769px);


/*=======================
  recommendArea
=======================*/
#recommendArea {
  background: #f5f5f7;
}

/*=======================
  aggregateListArea
=======================*/
#aggregateListArchive{
  overflow: hidden;
}

#aggregateListArchive li{
  float: left;
}

#aggregateListArchive li a{
  text-decoration: underline;
}

/*=======================
  articleContentArea
=======================*/
#articleContentArea article h1{
  font-weight: normal;
  color: #002b79;
}

#articleContentArea article p.articleDate{
  border-bottom: 2px solid #002b79;
  margin-bottom: 10px;
}


#articleContentArea article p.liabilities{
  color: #002b79;
}
#articleContentArea article p.txtBlue{
  font-weight: bold;
}
/*=======================
  articleContentArea
=======================*/
#articleContentArea{
  overflow: hidden;
}


/*=======================
  conversionArea
=======================*/
#conversionArea{
  text-align: center;
}
#conversionArea h3 {
  color: #eb7d2f;
  text-align: left;
}
#conversionArea .conversionCaseList {
  text-align: left;
}
#conversionArea .conversionCaseList h4 {
  color: #002b79;
}
#conversionArea .conversionCaseList+img,
#conversionArea .contactBtn {
  display: block;
}
#conversionArea .contactBtn {
  background-color: #e77d1c;
  color: #ffffff;
  text-align: center;
}
/*=======================
  relationArea
=======================*/
#relationArea{
  background: #f5f5f7;
}

#relationArea h2{
  margin-bottom: 30px;
}

#recommend{
  background: #fff;
}

/*=======================
  tosanListArea
=======================*/


.btnHighlight {
    background: #e1f2fa none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #555;
    display: block;
    line-height: 1.5;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.btnHighlight:hover {
    text-decoration: none;
}
.btnHighlight em {
    color: #022d7a;
    font-style: normal;
    font-weight: bold;
}