.b_p{
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.fl{
    float: left;
}

.cb{
    clear:both;
}

.mT15{
    margin-top:15px;
}

.mT30{
    margin-top:30px;
}

.mT-top{
    margin-top:30px;
}

.toptitle {
    color: #056d4e;
    font-size: 25px;
    letter-spacing: 1px;
    background: url(/images/point01.png) no-repeat left center;
    padding: 10px 0 10px 40px;
    border-bottom: 3px solid #ddd;
    margin-bottom: 20px;
}

.box{
    width:300px;
    height:370px;

    padding: 10px; 
    margin: 10px 20px 10px 0;
    border: 1px solid #333333;
}

.tdn{
    text-decoration: none!important;
}

.category{
    color: #fff;
    text-align: center;
    padding: 7px;
    font-size: 16px;
    margin:5px;
    
}

.tag{
    color: #fff;
    text-align: center;
    padding: 7px;
    font-size: 16px;
}

.tag1{
	background-color:#da4c51;
}

.tag2{
	background-color:#8286b3;
}

.tag3{
	background-color:#ff8d02;
}

.tag4{
	background-color:#9a9d65;
}

.tag5{
	background-color:#dd9acd;
}

.tag6{
	background-color:#7caec0;
}

.tag7{
	background-color:#6f90c1;
}

.tag8{
	background-color:#bf99a1;
}

.tag9{
	background-color:#5eb384;
}

.tag10{
	background-color:#b8903a;
}

.movie-title_1 {
    border-left: 6px solid #da4c51; padding-left: 8px; font-size: 18px; font-weight: 700; margin: 14px 0; 
}

.movie-title_2 {
    border-left: 6px solid #8286b3; padding-left: 8px; font-size: 18px; font-weight: 700; margin: 14px 0; 
}

.movie-title_3 {
    border-left: 6px solid #ff8d02; padding-left: 8px; font-size: 18px; font-weight: 700; margin: 14px 0; 
}

.movie-title_4 {
    border-left: 6px solid #9a9d65; padding-left: 8px; font-size: 18px; font-weight: 700; margin: 14px 0; 
}

.movie-title_5 {
    border-left: 6px solid #dd9acd; padding-left: 8px; font-size: 18px; font-weight: 700; margin: 14px 0; 
}

.movie-title_6 {
    border-left: 6px solid #7caec0; padding-left: 8px; font-size: 18px; font-weight: 700; margin: 14px 0; 
}

.movie-title_7 {
    border-left: 6px solid #6f90c1; padding-left: 8px; font-size: 18px; font-weight: 700; margin: 14px 0; 
}

.movie-title_8 {
    border-left: 6px solid #bf99a1; padding-left: 8px; font-size: 18px; font-weight: 700; margin: 14px 0; 
}

.movie-title_9 {
    border-left: 6px solid #5eb384; padding-left: 8px; font-size: 18px; font-weight: 700; margin: 14px 0; 
}

.movie-title_10 {
    border-left: 6px solid #b8903a; padding-left: 8px; font-size: 18px; font-weight: 700; margin: 14px 0; 
}



.poster {
   width:180px;
   position:relative;
   top:0;
   left: 50%;
   transform: translateX(-50%);-webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);

}

.comment{
    font-size:12px;
    margin-top:10px;
}

.modaal-overlay {
    background:#000!important;
}

.search_mT{
    margin:30px 0;
}

input[type=search]{
    height:35px;
    width:300px;
}

input[type=submit]{
    width:60px;
    height:41px;
    background-color:blue;
    color:#fff;
    border:none;
}

.pattern { text-align: left; padding-top: 15px; padding-bottom: 15px; }


/*絞り込み*/
  
  .hit-num_text span {
    font-weight: bold;
  }
  #search-result_list {
    margin-top: 15px;
  }
  
  .target-area .hidden {
    display: none
  }
  



@media screen and (max-width:575px) {

    .toptitle {
        margin-bottom:10px;
    }

    .box{
        margin:15px 0;
        padding:30px;
        width:81%;
        height:auto;
    }

    .search_mT{
        margin:60px 30px 30px;
    }

    .mT-top{
        margin-top:0px;
    }

    input[type=search]{
        height:35px;
        width:250px;
    }
    
    input[type=button]{
        width:60px;
        height:41px;
        background-color:blue;
        color:#fff;
        border:none;
    }
    

}



  






