@charset "utf-8";
/* CSS Document */

#ListBlockButton { 
float: left;
position: relative;
width: 30px;
height: 100px;
overflow: hidden;
text-align: center; 
 } 
.ListBlock { 
float: left;
position: relative;
width: calc(100% - 12px);
/*min-height: 164px;*/
min-height: 110px;
background-color: #FFF;
background: linear-gradient(#EEE, #FFF);
border: 1px solid #EEE;
padding: 5px;
border-radius: 5px;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px; 
 } 
.ListBlockLeft { 
float: left;
left: 5px;
position: relative;
height: 60px;
width: 130px;
overflow: hidden;
color:#333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px; 
 } 
.ListBlockLine { 
float: left;
position: relative;
overflow: hidden;
width: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
color: #222;
/*background-color: #99FF00;*/
padding-top: 6px;
padding-bottom: 6px; 
 } 
.ListBlockLine span, .ListBlockLine span a { 
font-weight: bold;
color: #222; 
 } 
.ListBlockRight { 
float: left;
position: relative;
height: 60px;
overflow: hidden;
width: calc(100% - 136px);
min-width: 300px;
/*border: solid 1px #009999;*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
color: #222; 
 } 
.ListBlockRight .natur, .ListBlockRight p { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
color: #222; 
 } 
.ListBlockSep { 
float: left;
position: relative;
width: 100%;
height: 10px;
overflow: hidden;
background-image: url(../../@img/sep_bg.png);
background-repeat: repeat-x;
margin-top: 3px; 
 } 
