@charset "utf-8";

h3.title{
  width: 100%;
  margin: -20px 0 20px 0;
  padding: 5px 0;
  background: #000;
  color: #fff;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
p.saikin{
  padding: 10px 15px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

/* click */
p.click{
  padding: 10px 15px;
  border-bottom: solid 1px #000;
  font-size: 16px;
  font-weight: bold;
}

.return_pagetop{
  padding: 10px 0;
  margin: 0px 0 0 0;
  background-color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.return_pagetop a{
  color: #fff;
}
.return_pagetop a:hover{
  color: gray;
}

.return_movielist{
  padding: 10px;
  background-color: gray;
  text-align: center;
}
.return_movielist a{
  color: #fff;
}

/*    */
ul.latest{
  font-size: 16px;
  line-height: 1.4;
  padding: 10px 0;
  border-bottom: solid 2px #0033cc;
}
li.date{
  padding: 10px 20px 0px 20px;
  margin: 0px 0 0 0;
  font-size: 15px;
  color: #000;
  font-weight: bold;
}
li.title{
  padding: 5px 20px 5px 20px;
  margin: 5px 0 0 0;
  font-size: 16px;
  font-weight: bold;
  background-color: #f4f4ff;
}
li.title a{
  font-size: 20px;
  color: #0033cc;
}
li.kaisetsu{
  padding: 0 10px 10px 0;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}
li.kaisetsu a{
  color: blue;
}
li.mimashita{
  padding: 0 40px 0;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
li.mimashita a{
  color: #ff3366;
}
