@charset "UTF-8";
/* main visual */	
#main_img {float:left;width:630px;height:300px; margin-bottom:30px;}
.season {float:left;width:180px; height:300px; margin:0;}
.viewer {float:left; width: 450px; height: 300px; margin: 0;}

/* information */	
#entry {
  float:left;
  width:500px;
  height:120px;
  background:url(../img/index/oshirase.gif) no-repeat left top;
  padding:10px 0 0 130px;
  margin-bottom:25px;
}
#entry ul.entry {
  float:left;
  width:500px;
  padding:0;
  margin:0 auto 2em;
}
#entry .date {
  font-family:Arial, Helvetica, sans-serif;
  float: left;
  width:90px;
  overflow: hidden;
}
#entry li {
 margin-bottom:5px;
}
#entry li a {
  overflow: auto;
  background:url(../img/index/news.gif) no-repeat right bottom 5px;
  padding-right: 20px;
}
#entry p {
  display:block;
  text-align: right;
  margin: 0 0 15px;
}

/* Company page */
#main h2 {
  clear:left;
  width:630px;
  margin-bottom:25px;
}
#main {
  font-size:12px;
  line-height:160%;
}
#main ul{ display: flex; justify-content: space-between;}
#main li {
  float:left;
  width:198px;
  background: url("../img/index/page/bar.gif") top left repeat-x;
  
  padding-top:22px;
  margin-bottom: 22px;
  
}
#main ul:first-of-type li{
  background: none;
  padding-top: 0;
}
#main p { margin-top:10px; }
