@charset "euc-jp";

/*ヘッダイメージ*/

#article #header #headerImage {
    height: 330px;
}

#article #header #headerImage div {
    position: absolute;
    top: 0; left: 0;
    z-index: -2;
}

#article #header #headerImage .h2Large {
    padding: 40px 0 0 20px;
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    position: absolute;
    top: 205px; left: 20px;
}

#article #header #headerImage .h2Large > span {
    width: 910px;
    font-size: 72px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0; left: 0;
    z-index: -1;
}


/*パンくずリスト*/

#article #breadcrumb {}

#article #breadcrumb ul {
    height: 30px;
    line-height: 30px;
}

#article #breadcrumb li {
    display: inline;
    font-size: 12px;
    line-height: 30px;
}

#article #breadcrumb li:nth-last-child(n+2)::after {
    content: " ＞ "
}


/*レイアウト*/

#article #body > .cf > .l {
    width: 229px;
    padding-right: 20px;
    border-right: 1px solid #999;
}

#article #body > .cf > .r {
    width: 640px;
    margin-left: -1px;
    padding: 20px 0 0 20px;
    border-left: 1px solid #999;
}


/*オトク情報*/

#article #spdeals {}

#article #spdeals ul {
    margin-bottom: 20px;
}

#article #spdeals ul li,
#article #spdeals ul li a {
    display: block;
    overflow: hidden;
}

#article #spdeals ul li {
    height: 32px;
    margin-bottom: 3px;
}

#article #spdeals ul li:nth-last-child(n+2) {
    margin-bottom: 3px;
}

#article #spdeals ul li a {
    height: 0;
    padding-top: 32px;
    background-image: url(/r_travel/meijimura/img/bg_common_nav01.png);
    background-repeat: no-repeat;
}

#article #spdeals ul li:nth-child(1) a {
    background-position: 0 0;
}

#article #spdeals ul li:nth-child(1) a:hover {
    background-position: 0 -32px;
}

#article #spdeals ul li:nth-child(2) a {
    background-position: -229px 0;
}

#article #spdeals ul li:nth-child(2) a:hover {
    background-position: -229px -32px;
}


/*コンテンツセクション*/

#article #contentsSection {}

#article #contentsSection h3 {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
}

#article #contentsSection p,
#article #contentsSection dl {
    margin-bottom: 10px;
}

#article #contentsSection dt {
    font-weight: bold;
}

#article #contentsSection dd {
    padding-left: 20px;
}

#article #contentsSection dd ul li {
    margin-bottom: 10.5px;
    padding-bottom: 10.5px;
    border-bottom: 2px dotted #666;
    line-height: 21px;
    position: relative;
}

#article #contentsSection dd ul li span {
    padding-right: 14px;
    background: #fff url(/r_travel/meijimura/img/bg_common_border02.png) fixed;
    position: absolute;
    bottom: -12px; left: 0;
}

#article #contentsSection dd ul li strong {
    padding-left: 14px;
    background: #fff url(/r_travel/meijimura/img/bg_common_border02.png) fixed;
    position: absolute;
    bottom: -12px; right: 0;
}

#article #contentsSection > div {
    margin-bottom: 20px;
    padding: 10px;
    border-top: 2px solid #999;
    background: url(/r_travel/meijimura/img/bg_common_border02.png) fixed;
}

#article #contentsSection > div img {
    margin-bottom: 10px;
}

#article #contentsSection > div > .smallImage {
    width: 305px;
}

#article #contentsSection > div > .smallImage:nth-child(2n) {
    margin-right: 10px;
}

#article #contentsSection > div > .cf div.l {
    width: 200px;
}

#article #contentsSection > div > .smallImage div.l {
    width: 140px;
}

#article #contentsSection > div > .cf div.r {
    width: 410px;
}

#article #contentsSection > div > .smallImage div.r {
    width: 155px;
}

#article #contentsSection > div > ul.cf li {
    float: left;
    display: block;
    width: 25%;
    font-size: 12px;
    line-height: 18px;
}
