@charset "utf-8";

body {
  background: url("../images/cmn-images/bg2.png") 50% 50% no-repeat;
  background-attachment: fixed;
}
#page-title {
  background: url("../images/history-images/page-title.jpg") 50% 40% no-repeat;
  background-size: cover;
}

/* ----------------------------------------
 company
------------------------------------------- */
#history table{
width: 100%;
border-top: 1px solid #555;
}
#history table th{
white-space: nowrap;
}
#history table th,#history table td{
box-sizing: border-box;
vertical-align: top;
text-align: left;
font-weight: normal;
line-height: 1.7;
border-bottom: 1px solid #555;
padding: 15px 10px;
}
#history table tr:nth-child(odd) th,#history table tr:nth-child(odd) td{
background-color: rgba(255,255,255,0.5);
}

/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {
}
/* =======================
  SP
======================== */
@media screen and (max-width: 699px) {
/* ----------------------------------------

------------------------------------------- */

}