@charset "utf-8";



/*----------蔵元一覧用CSS----------*/
div.infowindow {
width:320px;
height:220px;
overflow:auto;
}
div.infowindow div.pr_fleft {
float:left;
padding-right:10px;
width:100px
}

div.infowindow div.title h5{
font-weight:bold;
padding-bottom:5px;
padding-top:5px;
}
div.infowindow div.title div.fright{
width:300px;
}

*:first-child+html div.infowindow div.title div.fright{
float:right;
width:190px;
}

div.infowindow div.clear{
clear:both;
padding-top:10px;
}
div.infowindow div.font_gmap{
font-size:82%;
}

table#infotal{
clear:both;
padding-top:10px;
padding-bottom:5px;
font-size:82%;
border-collapse: collapse;
width:98%;
/*width:100%;*/
margin-left: 1px;
}

*:first-child+html table#infotal{
width:93%;
}

table#infotal th{
border:1px solid #804000;
background-color: #F6F3EC;
/*background:#FFE0C1;*/
width:35%;
padding:3px;
text-align:left;
}
table#infotal td{
border:1px solid #804000;
padding:3px;
width:65%;
}

/*----------メインビジュアル----------*/

