/* syosai.css (c) 2014 etext.jp */

@import url(common.css);


#maptitle {
    left:24px;
    top:182px;
    width:236px;
    height:19px;
}
#map {
    left: 30px;
    top: 209px;
    width: 224px;
    height: 281px;
    background-color: white;
}

.numback {
    width: 20px;
    height: 20px;
}

.itemnumber {
    font-size: 0.9em;
    position: absolute;
    top: 0.1em;
    width: 20px;
    height: 20px;
    text-align: center;
    color:white;
}
.itemlabel {
    position: absolute;
    left: 23px;
    width: 210px;
    line-height: 1em;
}

#scrollpane {
    overflow-y:scroll;
    position:absolute;
    left:263px;
    top:20px;
    width:627px;
    height:500px;
    padding-top: 90px;
    border:solid 1px transparent;
}
.item {
    font-size: 16px;
    position:relative;
    margin:5px 20px;
    width:265px;
    height:220px;
    float: left;
}
.syosaiicon {
    right:0;
    width: 31px;
    height: 27px;
}
.syosaiimg {
    left: 0px;
    top: 34px;
    width:261px;
    height:159px;
    border:solid 2px gray;
}


