@charset "utf-8";

#images_list{
width:525px;
border-top:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
overflow:hidden;
}

/*---------------------------------------------*/

#images_list table{
float:left;
display:inline;
position:relative;
bordert:1px solid #CCCCCC;
}

#images_list ul{
width:105px;
float:left;
list-style-type:none;
}

/*---------------------------------------------*/

.thumb_images{
width:104px;
height:104px;
text-align:center;
vertical-align:middle;
border-right:1px solid #CCCCCC;
}

.thumb_images a:hover img{
filter:alpha(opacity=60);
opacity:0.6;
}

.title_images{
padding:0px 7px 2px 7px;
width:90px;
height:3.6em;
font-size:10px;
line-height:1.2em;
overflow:hidden;
border-right:1px solid #CCCCCC;
}

/*------------------------------------------------ 【マイルートに加える】 ----*/

.btn_myr{

padding:0px 7px 0px 7px;
width:90px;
height:24px;
text-indent:-9999px;
display:block;
border-bottom:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
background:url("../images/btn_rt.gif") no-repeat center top;
}

.btn_myr a{
width:90px;
height:24px;
text-indent:-9999px;
display:block;
background:url("../images/btn_rt.gif") no-repeat center top;
}

.btn_myr a:hover{
background:url("../images/btn_rt_hv.gif") no-repeat center top;
}




