@charset "utf-8";

/*------------------------------------------------------------------------------------ my_route.html ----*/

.my_route{
width:530px;
}

.box_mr{
padding:20px 0px 1em 0px;
width:530px;
clear:both;
}

/*---------------------------------------------*/

.title_space{/*タイトル・カテゴリ・詳細ボタン包容dl*/
padding:0px 10px 0px 0px;
width:270px;
float:left;
display:inline;
list-style-type:none;
}

.image_title{
margin:0px;
padding:0px;
font-size:1.5em;
font-weight:bold;
line-height:1.1em;
}

.category{
margin-top:0.3em;
padding:0.3em 0px;
font-size:0.9em;
text-align:right;
border-top:1px dotted #DDDDDD;
}

/*---------------------------------------------*/

.thumb_space{/*サムネイル用テーブル*/
width:106px;
float:left;

}

.thumb_images{/*サムネイル画像*/
width:104px;
height:104px;
text-align:center;
vertical-align:middle;
border:1px solid #CCCCCC;
}

.thumb_images a:hover img{
filter:alpha(opacity=60);
opacity:0.6;
}

/*------------------------------------------------ 【画像の詳細を見る】 ----*/

.btn_detail{
margin-top:10px;
width:90px;
height:24px;
text-indent:-9999px;
float:right;
display:block;
background:url("../images/btn_detail.gif") no-repeat center top;
}

.btn_detail a{
width:90px;
height:24px;
text-indent:-9999px;
display:block;
background:url("../images/btn_detail.gif") no-repeat center top;
}

.btn_detail a:hover{
background:url("../images/btn_detail_hv.gif") no-repeat center top;
}

/*------------------------------------------------ 【GoogleMap】 ----*/

.g_box{
width:250px;
height:270px;
float:right;
display:inline;
position:relative;
background:#ffffff;
}

.google_map{
width:250px;
height:250px;
display:inline;
position:absolute;
background:#FF0000;
}
.googleKOMADO{
width:250px;
height:20px;
margin-top:250px;
display:inline;
position:absolute;
background:#ffffff;
}

/*------------------------------------------------ 【所在地・問合せ先・コメント】 ----*/

dl.detail_mr{
padding:0.5em 0px;
width:270px;
float:left;
overflow:hidden;
list-style-type:none;

}

.detail_mr dt{
padding:0em 0px 0em 7px;

line-height:1.2em;
font-weight:bold;

border-left:5px solid #4c94ff;
background:#f9f9f9;
}

.detail_mr dd{
padding:0.5em 0px 0.8em 10px;
line-height:1.2em;
word-break:break-all;
}



