@charset "UTF-8";

.narrow { letter-spacing: -0.08em;}
/* ---------------------------------------------
	articleページ
--------------------------------------------- */

.article h2{
    width: 100%;
    margin: 20px auto 15px;
    text-align: center;
    font-size:  180%;
}
.cx_smartphoneview.article h2{
    font-size: 150%;
    margin-top: 115px;
}


/* ---------------------------------------------
	イントロ
--------------------------------------------- */
#introWrap{
    text-align: center;
    margin: 20px 0;
    line-height: 1.9;
}
#introWrap h3{
    font-size: 165%;
}
#introWrap p.taLeft{
    text-align: left;
    margin: 16px 0 0;
}
#introWrap .photoBase{
    width: 50%;
    height: auto;
    margin: 15px 15px 10px 0;
}
#introWrap .photoBase.fRight{
    margin: 15px 0 10px 15px;
}
#introWrap .photoBase.fLeft + .fRight{ margin-left: 0;}
#introWrap .photoBase.w100{
    width: 100%;
    margin: 15px 0 10px;
}
#introWrap .photoBase img{
    width: 100%;
    height: auto;
}

.cx_smartphoneview #introWrap .photoBase{
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/*-------------ページャー-------------*/
#pagerWrap{
    background-color: #fff;
    padding: 20px 0;
    border-top: solid 1px #ccc;
}
.cx_smartphoneview #pagerWrap{
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

#pagerWrap ul{
    width: 960px;
    /*width: 798px;*/
    /*width: 634px;*/
    margin: 0 auto;
    box-sizing: border-box;
}

.cx_smartphoneview #pagerWrap ul{
    padding: 0 20px;
    box-sizing: content-box;
}

#pagerWrap li{
    width: 145px;
    /*height: 145px;*/
    margin: 0 18px 0 0;
    /*background-color: #aaa;*/
    float: left;
    overflow: hidden;
}
#pagerWrap li:nth-last-of-type(1){ margin: 0;}

#pagerWrap li .photoBase{ height: 145px;}
#pagerWrap li img{
    width: auto;
    height: 100%;
}
#pagerWrap li p{ font-size: 88%; line-height: 1.4;}
#pagerWrap li a:hover p{
    text-decoration: underline;
}