@charset "UTF-8";
/*===============================================
●pc.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px){
.auto {
    width: 1100px;
    margin: 0 auto;
}
#conts_page_title {
    background-image: url(../img/sightseeing/page_title_bg.jpg);
}
#content {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 140px;
}
#conts_list {
    width: 100%;
    float: left;
    clear: both;
}
#conts_list .outer {
    width: 100%;
    float: left;
    clear: both;
    background-color: #F8F8F8;
    margin-bottom: 40px;
}
#conts_list .outer .img {
    width: 446px;
    float: left;
    margin-right: 36px;
    line-height: 0;
}
#conts_list .outer .box {
    width: 576px;
    float: left;
}
#conts_list .outer .box .name {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 34px;
    margin-top: 46px;
}
#conts_list .outer .box .info {
    margin-bottom: 34px;
}
#conts_list .outer .box .info dl {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 18px;
}
#conts_list .outer .box .info dl dt {
    float: left;
    width: 96px;
    background-color: #2D2820;
    color: #FFFFFF;
    text-align: center;
    border-radius: 14px;        /* CSS3草案 */
    -webkit-border-radius: 14px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 14px;   /* Firefox用 */
}
#conts_list .outer .box .info dl span {
}
#conts_list .outer .box .info dl dd {
    float: right;
    width: 464px;
    line-height: 24px;
    margin-top: 3px;
}
#conts_list .outer .box .text {
}
}

/*===============================================
●sp.css  画面の横幅が769pxまで
===============================================*/
@media screen and (max-width:769px){
#content {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 110px;
}
#conts_list {
    width: 90%;
    float: left;
    clear: both;
    margin: 0 5%;
}
#conts_list .outer {
    width: 100%;
    float: left;
    clear: both;
    background-color: #F8F8F8;
    margin-bottom: 30px;
    padding-bottom: 34px;
}
#conts_list .outer .img {
    margin-bottom: 20px;
}
#conts_list .outer .img img {
    width: 100%;
}
#conts_list .outer .box {
    margin: 0 20px;
}
#conts_list .outer .box .name {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 20px;
}
#conts_list .outer .box .info {
    margin-bottom: 8px;
    width: 100%;
    float: left;
    clear: both;
}
#conts_list .outer .box .info dl {
    margin-bottom: 12px;
    width: 100%;
    float: left;
    clear: both;
}
#conts_list .outer .box .info dl dt {
    width: 90px;
    display: table-cell;
    vertical-align: top
}
#conts_list .outer .box .info dl span {
    float: left;
    width: 80px;
    background-color: #2D2820;
    color: #FFFFFF;
    text-align: center;
    border-radius: 14px;/* CSS3草案 */
    -webkit-border-radius: 14px;/* Safari,Google Chrome用 */
    -moz-border-radius: 14px;/* Firefox用 */
    padding-left: 2px;
    padding-right: 2px;
    line-height: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1.3rem;
    margin-right: 12px;
}
#conts_list .outer .box .info dl dd {
    display: table-cell;
    line-height: 1.4;
    padding-top: 3px;
}
#conts_list .outer .box .text {
    clear: both;
}
}
