/*
0.0:文章のブロック
*/
article.page-contnts div.one-block {
    margin:20px 0;
}
/*
0.1:ページ内文章の設定
*/
article.page-contnts p.page-word-title {
    margin:20px 0 0.5em;
    font-size:100%;
    font-weight:bold;
}
article.page-contnts div.one-block p.page_exp {
    margin:0;
    font-size:100%;
}
article.page-contnts div.one-block p.page_exp:last-child {
    margin:0 0 20px;
}
article.page-contnts div.one-block p.page-right {
    text-align:right;
}
/*
1.0:画像のテーブルの設定
*/
.pic-table {
    display:table;
    width:100%;
}
.mm {
    margin:20px 0;
}
.pic-table .pic-table-cell {
    display:table-cell;
    vertical-align:top;
}
.pic-table .pic-table-cell .pic-table-cell-inner {
    width:310px;
}
.pic-table .pic-table-cell:first-child .pic-table-cell-inner {
    margin:0 25px 0 auto;
}
.pic-table .pic-table-cell:last-child .pic-table-cell-inner {
    margin:0 auto 0 25px;
}
.pic-table .pic-table-cell .pic-table-cell-inner .caption {
    margin:0.3em 0 20px;
    text-align:right;
}
.pic-table:last-child .pic-table-cell .pic-table-cell-inner .caption {
    margin:0.3em 0 0;
}
.pic-table .c50 {
    width:50%;
    text-align:center;
}
.pic-table .pic-table-cell .wleft {
    width:94px;
}
.pic-table .pic-table-cell .wright {
    width:196px;
}