@charset "Shift_JIS";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #666666; /* 標準文字色 */
    min-width: 900px;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{
    font-size: 70%;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
    background-image : url(../hpb-images/fbg_1Ad.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    position: relative;
}

#hpb-header{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
}

#hpb-header2{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 70px;
}

#hpb-inner{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    clear: both;
}

.hpb-layoutset-02 #hpb-wrapper{
    width: 650px;
    padding-top: 53px;
    float: none;
}

.hpb-layoutset-01 #hpb-title{
    height : 308px;
    margin: 40px;
    padding: 0;
}

.hpb-layoutset-02 #hpb-title
{
}

#hpb-main{
    width: 650px;
    float: left;
    text-align: left;
}

#hpb-main2{
    width: 250px;
    float: left;
    text-align: left;
}
#hpb-main3{
    width: 650px;
    float: left;
    text-align: left;
}

#hpb-aside2{
    width : 22px;
    float: none;
    padding-bottom: 50px;
}

.hpb-layoutset-01 #hpb-main{
    padding-top: 20px;
}

#hpb-aside{
    width : 222px;
    float: right;
    padding-bottom: 50px;
}

.hpb-layoutset-02 #hpb-aside{
    margin-top: 39px;
}

#hpb-footer{
    width: 900px;
    height: 128px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    padding-top: 50px;
}

.hpb-layoutset-01 #hpb-nav{
    width : 903px;
    height : 374px;
    overflow: hidden;
    position: absolute;
    top: 220px;
    left: 0px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
}

.hpb-layoutset-02 #hpb-nav{
    width: 900px;
    height: 38px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */
.hpb-layoutset-01{
    background-image : url(../hpb-images/bg_1Ad_01_01.png);
    background-position: top left;
    background-repeat: repeat-x;
}

.hpb-layoutset-02{
    background-image : url(../hpb-images/bg_1Ad_01_02.png);
    background-position: top left;
    background-repeat: repeat-x;
}


/* コンテンツ配置領域 */

.photo-show { 
    height: 440px; /*表示したい大きさ*/
    margin: 0px auto; /*縦余白30pxは任意*/
    max-width: 100%;
    position: relative;
    width: 440px; /*表示したい大きさ、height と合わせる*/
}

.photo-show img { 
    animation: show 35s infinite;
    height: auto;
    max-width: 100%;
    opacity: 0;
    border-radius: 10px;
    position: absolute; /*画像を全て重ねる*/
}

@keyframes show {
    0% {opacity:0}
    10% {opacity:1}
    20% {opacity:1}
    30% {opacity:0}
 }

.photo-show img:nth-of-type(1) {
    animation-delay: 0s;
}

.photo-show img:nth-of-type(2) {
    animation-delay: 4s;
}

.photo-show img:nth-of-type(3) {
    animation-delay: 8s;
}

.photo-show img:nth-of-type(4) {
    animation-delay: 12s;
}

.photo-show img:nth-of-type(5) {
    animation-delay: 16s;
}

.photo-show img:nth-of-type(6) {
    animation-delay: 20s;
}

.photo-show img:nth-of-type(7) {
    animation-delay: 24s;
}

.photo-show img:nth-of-type(8) {
    animation-delay: 28s;
}

