#main #mainImage{
    padding: 0;
}
#mainImage img{
    width: 100%;
}
#mainTxt{
    font-size: 15px;
    position: relative;
    width: 600px;
    line-height: 1.3em;
    top: 67px;
    margin-bottom: 273px;
}
/*-----*/
#list,#list ul{
    width: 100%;
    display: block;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1px;
}
#list ul li{
    width: 33%;
    float: left;
    display: block;
    position: relative;
    margin-left: 2px;
}
#list ul li a{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 10;
}
#list ul li img{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    line-height: 0;
    vertical-align: bottom;
}
#list ul li p.stat{
    position: absolute;
    top: 168px;
    z-index: 10;
    line-height: 1.4em;
    font-size: 87.5%;
}
#list ul li p.stat span.off{
    display: block;
    color: #f00;
}
/*---*/
.otherLink{
    text-align: center;
}
/*---*/
#main h2{
    padding: 0;
    background-color: white;
}
#main h2 img{
    width: 100%;
    height: auto;
}

/*---*/
.mobile #main #mainImage{
    position: static;
}
.mobile #mainTxt{
    position: static;
    top: 0;
    margin-bottom: 5px;
    padding: 0;
    font-size: 12px;
    width: 100%;
}
.mobile #list ul li{
    width: 49%;
}
.mobile #list ul li p.stat {
    position: absolute;
    top: 132px;
    z-index: 10;
    line-height: 1.0em;
    font-size: 81.3%;
    padding: 0 0 0 5px;
}
.mobile .otherLink img{
    width: 100%;
}