pre {
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}

rt{
    font-size: 6pt;
}

.wrap{
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.right{
    text-align: right;
}

.left{
    text-align: left;
}

.float{
    float: left;
}

.float-right{
    float: right;
}

.clear{
    clear: both;
}

div.box-red{
    border: 1px solid #CC0000;
    background-color: #FFCCCC;
}

div.box-blue{
    border: 1px solid #000099;
    background-color: #88BBEE;
}

div.box{
    border: 1px solid #666666;
    background-color: #CCCCCC;
}

.red{
    color: #CC0000;
}

.blue{
    color: #0000CC;
}

.bold{
    font-weight: bold;
}

.normal{
    font-weight: normal;
}


/* Validate */
.fieldWithErrors {
    padding: 2px;
    background-color: red;
    display: table;
    width: auto;
}

#errorExplanation {
        border: 2px solid #red;
        padding-bottom: 12px;
        margin-bottom: 20px;
        background-color: #f0f0f0;
        word-break: break-all;
        width: 100%;
}

#errorExplanation h2 {
        text-align: left;
        font-weight: bold;
        padding: 5px 5px 5px 15px;
        font-size: 12px;
        background-color: #c00;
        color: #ffffff;
}

#errorExplanation p {
        color: #333333;
        margin: 0px;
        word-break: break-all;
}


#errorExplanation ul {
    margin: 3px;
    padding-left: 30px;
}

#errorExplanation ul li {
    color: #333333;
    font-size: 12px;
    list-style: square;
}

.tab{
    display: none;
    padding: 5px;
}

div.bg-light-blue{
    background-color: #9DD9FF;
}

/* kekka */
div#conditions{
    font-size: 10pt;
}

div#conditions *{
    font-size: 10pt;
}

div.condition{
    padding: 4px;
}

table#real_estate_list{
    border-collapse: collapse;
    width:100%;
    word-break: break-all;
    font-size: 10pt;
}

/*
tablecloth.cssで。
table#real_estate_list th{
    border: 1px solid #666699;
    padding: 3px;
    font-weight: bold;
    color: #000033;
    background-color: #80BBE6;
}
*/

table#real_estate_list td{
    border: 1px solid #666699;
    padding: 3px;
}
div#conditions a:hover {
        color: #000000;
}
.map_label{
    width: 150px;
    white-space:normal;
}

.picture-node{
    width: 320px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}

#dammy{
    display:none;
}

#loading{
    display:none;
    overflow:auto;
    height:80px;
    width:80px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-40px;
    margin-left:-40px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    z-index: 100000;
}

#loading #loading_image{
    background-image:url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    height:55px;
    width:55px;
    margin-left: auto;
    margin-right: auto;
}
#pop_up{
    display: block;
    border: 1px solid #999999;
    padding: 2px;
    background-color: #FFFFBB;
    font-size: 10px;
    text-align: left;
}

/* 画像 */
img.mini
{
  width: 60px;
}

img.thumbnail
{
  width: 96px;
}

img.large_thumbnail
{
  width: 125px;
}


img.small
{
  width: 200px;
}

img.smaller
{
  width: 240px;
}

img.standard
{
  width: 280px;
}

