@charset "utf-8";
@import url("common.css");

#main_visual {
    position: relative;
    width: auto;
    height: 300px;
    min-width: 1030px;
    min-height: 300px;
    overflow: hidden;
}

div #title {
    position: absolute;
    display: block;
    top: 0px;
    left: 10%;
    width: 330px;
    height:100%;
    padding:50px 20px 50px;
    color: #ffffff;
    background:rgba(0,0,0,.3);
    /*text-shadow:  0px 0px 1px #666,  0px 0px 5px #666,  0px 0px 6px #666;*/
    /*text-shadow: -1px 1px 0 rgba(0,0,0,1);*/
}

#title p {
    font-size: 1.3rem;
    line-height: .5em;
    font-weight: bold;
    font-family: "arial";
}

#title dt {
    font-size: 2.0em;
    /*margin-left: 5px;*/
    line-height: 1.1em;
}

#title hr {
  border-bottom: 1px solid #fff;
  margin: 10px 0;
}

#title dd {
    /*margin: 5px 0 0 30px;*/
    margin-top: 5px;
    font-size: .8em;
}

/* メイン部分 */


/* コンテンツ部分 */
/* pick up部分 */
.card {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: #fafafa;
    /*----- フェードインしながら上へスライド -----*/
    transform: translate3d(0, 10px, 0);
    transition: .8s;
    opacity: 0;
}

.fadeInUp {
    transform: translate3d(0, 0, 0);
    opacity: 1.0;
}

.card-block {
  width: 325px;
  height: 70px;
  float:right;
  padding: 0;
}

.card-title {
    display: inline-block;
    margin-bottom: 5px;
    line-height: 1.2;
    float: left;
}

.card-text {
    clear: both;
    font-size: .7rem;
    margin-bottom: 8px;
    line-height: 1.4;
}

.read {
  font-family: 'Century Gothic';
  font-weight: bold;
  background-color: #fafafa;
}

.read:hover {
    border-color: #333333;
    background-color: #fafafa;
}

.card .btn {
    float:right;
    padding: .4rem 1rem;
 }

.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    column-count: 1;
}

.volume ul{
  display: inline-block;
  width:163px;
  padding: 0;
  margin: 0;
}

.volume li{
  line-height: 1.5rem;
}

.volume {
  margin-top: 18px;
  border-top: solid 1px #333333;
  padding:15px 10px 10px;
  font-size: .8em;
}

p.update {
    display: inline-block;
    font-size: .7em;
    padding-bottom: 1px;
    margin: 0;
    float: right;
}
