@charset "UTF-8";

/**
 * VOL.17
 */

/* TITLE */
#main-container h1 {
    width: 494px;
    height: 18px;
    background: url(/80th/history/vol17/images/title.png) 0px 0px no-repeat;
}
* html #main-container h1 {
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/80th/history/vol17/images/title.png', sizingMethod='crop');
}
body.top #main-container #mainimg { margin-bottom: 0; }

#main-container h2#title-top em { display: block; padding-right: 15px; text-align: right; }
.main-box .column-text h3 { margin: 0 0 1.5em; }

body.page1 #photo-gallery { position: relative; margin: 30px 20px 0; }
body.page1 #photo-gallery ul { height: 629px; }
body.page1 #photo-gallery li { position: absolute; width: 200px; }
body.page1 #pg-01 { top: 0; left: 0; }
body.page1 #pg-02 { top: 0; left: 217px; }
body.page1 #pg-03 { top: 0; left: 435px; }
body.page1 #pg-04 { top: 164px; left: 435px; }
body.page1 #pg-05 { top: 164px; left: 0; }
body.page1 #pg-06 { top: 314px; left: 217px; }
body.page1 #pg-07 { top: 479px; left: 0; }
body.page1 #pg-08 { top: 479px; left: 217px; }
body.page1 #pg-09 { top: 329px; left: 435px; }
body.page1 #photo-gallery li img { border: solid 1px #999; }
body.page1 #photo-gallery p { margin: 10px 0 0; font-size: 0.8em; }

body.page2 .main-box { margin: 0 0 80px; }
body.page2 .main-box .type-right .column-photo ul li {
    float: left;
    margin-bottom: 0px;
}
body.page2 .main-box .type-right .column-photo ul li.first-elm {}
body.page2 .main-box .type-right .column-photo ul li.even-elm { margin-left: 10px; }
body.page2 .main-box .type-right .column-photo p {
    clear: both;
    padding-top: .4em;
    font-size: .8em;
}
body.page2 .main-box .type-right .icn-photo-plus { right: 3px; }

body.page3 #photo-gallery { position: relative; margin: 30px 20px 20px; }
body.page3 #photo-gallery li { float: left; position: relative; margin-right: 9px; }
body.page3 #pg-01 { width: 96px; }
body.page3 #pg-02 { width: 96px; }
body.page3 #pg-03 { width: 96px; }
body.page3 #pg-04 { width: 96px; }
body.page3 #pg-05 { width: 210px; }
body.page3 #photo-gallery li img { border: solid 1px #999; }
body.page3 #photo-gallery li.last-elm { margin-right: 0; }
body.page3 #photo-gallery li p { margin-top: 0.4em; font-size: 0.8em; }
#caution { float: right; margin: 0 20px; font-size: 0.8em; }


/**
 * CLEAR HACK
 */
body.page3 #photo-gallery { overflow:hidden; }
body.page3 #photo-gallery:after {
    content:"";
    display:block;
    clear:both;
    height:0px;
    overflow:hidden;
}
* html body.page3 #photo-gallery {
    height:1em;
    overflow:visible;
}
