body {
    margin-top:5px;
    margin-left:30px;
    margin-right:30px;
    overflow-y:scroll;
    font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}
/*検索ボタンのStyle*/
#btnSearch{
    width: 70px;height: 25px;
    font-size:14px;
}
/*検索フォームのStyle*/
#txtSearch{
    width: 180px;;height: 20px; position:relative;
    font-size:14px;
    padding-left:5px;
    border-radius: 5px;         /* CSS3 */
    -moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
    behavior: url(./css/PIE.htc);
}
/*表示変更Style*/
.lblSort{
    word-break: break-all;
    padding:10px 25px 10px 25px;
    line-height:130%;
    border: 1px solid blue;
    font-size:16px;
}
/*動画説明Style*/
.lblDescription{
    word-break: break-all;
    margin-bottom:5px;
    padding:10px 25px 10px 25px;
    font-size:16px;
    line-height:130%;
    border: 1px solid blue;
}
/*コンボボックスStyle*/
.cmb{
    font-size:14px;
}
.btn{
}
input[type="text"]:focus {
   background-color: #ffffcc;
   border: 1px solid red;
}

/*右上のStyle*/
#about{
    cursor: pointer;
    background-color:#474747;  
    color: #FFFFFF; 
    border: 1px solid #000000;  
    position:absolute;
    text-align: center; 
    padding-top:8px;
    top:0px;
    right: 0px;
    height: 20px;
    width : 200px;
    font-size:12px;
}
/*概要ページStyle*/
.lblAbout{
    margin-bottom:5px;
    padding:5px 25px 5px 25px;
    font-size:14px;
    line-height:130%;
    border: 2px solid #7A7A7A;
}
.lblAbout2{
    margin-bottom:10px;
    margin-left:70px;
    font-size:14px;
    line-height:130%;
}
td {
    padding:0px 5px 0px 0px;
    word-break:break-all;
    width : 170px;
}
tr {
    height : 145px;
    vertical-align:top;
}

img{
 border:none;
}
