/*
0.0:トップページ以外で使う共通設定
*/
article.page-contnts {
    margin-top:174px;
}
article.page-contnts img {
    vertical-align:bottom;
}
/*
0.1:見出し関係
*/
h1.page-title {
    margin:0 0 20px;
    width:100%;
    height:200px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    text-indent:-99999em;
}
h2.page-title2 {
    margin:0;
    padding:0.4em 0 0.4em 20px;
    font-size:120%;
    border-top:2px solid #C00;
    background-color:#039;
    color:#FFF;
}