/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
>>Medialink
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

#medialinkbox > p{
    margin:10px;
    font-size:14px;
    line-height:18px;
}


#movie_list{
    overflow:hidden;
    margin:5px;
}
#movie_list li{
    float:left;
    width:50%;
}
#movie_list li .list_wrap{
    margin:5px;
    background-color:#e4f6fb;
}
#movie_list li div.category{
    color:#fff;
    font-size:14px;
    line-height:24px;
    text-align:center;
    background-color:#CA3C6E;
}
#movie_list li div.movie_thumb{
    position:relative;
}
#movie_list li div.movie_thumb img{
    display:block;
    width:100%;
    height:auto;
}
#movie_list li div.movie_thumb img.cover{
    position:absolute;
    top:0;
    left:0;
}
#movie_list li div.prof{
    padding:10px;
    font-size:12px;
}
#movie_list li div.prof a {
    color:#1991d7;
    font-size:16px;
    line-height:20px;
}
#movie_list li div.prof span{
    display:block;
    color:#93697A;
    font-size:12px;
    text-align:right;
}


/*ページ移動のナビゲーション*/
#pagelink {}
#pagelink p {
    margin:0;
    padding:5px 5px 10px;
    font-size:12px;
    text-align:center;
}
#pagelink ul {
    overflow:hidden;
    padding:10px;
    border-top:1px solid #aaa;
    border-bottom:1px solid #aaa;
    background:#eee;
    font-size:14px;
}
#pagelink li {
    float:left;
    line-height:40px;
    background:#ccc;
    border:1px solid #aaa;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    text-align:center;
}
#pagelink li a {
    display:block;
    width:100%;
    background:-moz-linear-gradient(top, #fff 0%, #eee 90%, #ddd 91%, #eee 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(90%, #eee), color-stop(91%, #ddd), color-stop(100%, #eee));
    background:-webkit-linear-gradient(top, #fff 0%, #eee 90%, #ddd 91%, #eee 100%);
    background:linear-gradient(top, #fff 0%, #eee 90%, #ddd 91%, #eee 100%);
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    text-shadow:1px 1px 1px #fff;
}
#pagelink li:nth-of-type(1) {
    width:20%;
    margin:0 4% 0 0;
}
#pagelink li:nth-of-type(2) {
    width:40%;
    margin:0 5%;
}
#pagelink li:nth-last-of-type(1) {
    width:20%;
    margin:0 0 0 4%;
}

