#ttl {

}
#ttl .tt_name {
    float : left;
    width: 70%;
}
#ttl .cursor {
    float : right;
    width: 30%;
    text-align: right;
}
#information {
    overflow: hidden;
}
#information .cursor span {
    cursor: pointer;
}
.content {
    width: auto;
}
.item {
    width : 705px;
    float: left;
}
.item h2 {
    font-size: 12px;
    font-weight: normal;
}
.item_1{
    /*height: 200px;*/
}
.i_shopname {
    padding-bottom: 5px;
    /*font-size: 13px !important;*/
    line-height: 1;
    margin-bottom: 10px;
    /*color: #000;*/
}
.i_tt {
    width: 391px;
    height: 100%;
    float: left;
    line-height: 1.8em;
}
.i_img {
    width: 300px;
    height: 100%;
    float: right;
    /*background-color: #666;*/
}
.item_2 {
    /*height: 178px;*/
}
.i_tt03 {
    width: 250px;
    height: 100%;
    float: left;
    line-height: 1.8em;
}

.i_map {
    width: 213px;
height: 198px;
    float: left;
    margin-left: 14px;
    background-color: #666;
}
.i_map .map {
    height: 100%;
}

/* Information content iframe対応 */
.info_content_area {
    margin-top: 10px;
}

.info_content_area iframe {
    max-width: 100%;
    width: 100%;
    height: auto;
    min-height: 220px;
}

.info_content_area div {
    margin-bottom: 20px;
}

.info_content_area div:last-child {
    margin-bottom: 0;
}