body {
    line-height: 1.5em; /* 基本の行間 */
    font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", Meiryo, sans-serif;
    text-align:justify; /* Firefox用*/
    text-justify:inter-ideograph;/* ie用 */
    color: #333;
    background-color: #ffffff;
}
.banner{
    background: url("../img/banner.jpg") center no-repeat;
    background-size: cover;
    height: 500px;
    text-align: center;
    font-weight: bold;
    color: white;
    padding: 10px;
    margin-top: -20px;
    margin-bottom: 30px;
}
.rowExtn{
    padding: 30px 10px 20px 10px;
}
.pnlTitle{
    font-size: 30px;
    color: #777;
    text-align: center;
    text-decoration: underline;
}
.functionItem{
    text-align: center;
    height: 200px;
    padding: 10px;
    display: inline-block;
    margin-bottom: 20px;
}
.functionItemInner{
    height: 180px;
    margin: 1px;
}
.useStepItem1{
    width: 100%;
    background-color: #fafafa;
    height: 80px;
    clear: both;
}
.useStepItem2{
    width: 100%;
    background-color: #ffffff;
    height: 80px;
    clear: both;
}
.useStepItemIndex{
    width: 80px;
    float: left;
    text-align: center;
    padding-top: 30px;
    font-size:20px;
    font-weight: bolder;
}
.useStepItemDesc{
    float: left;
    font-size:18px;
    padding-top: 30px;
    width: calc(100% - 85px);
}
.planItem{
    text-align: center;
    padding: 10px;
}
.planItemInner{
    border: 1px solid #337ab7;
    margin: 1px;
}
.planItemInner:hover{
    text-align: center;
    border: 1px solid #337ab7;
}
.planItemInnerTop{
    height: 40px;
    background-color: #337ab7;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 5px 0px 5px;
}
.planItemInnerButtom{
    padding: 5px;
    text-align: left;
    font-size: 12px;
}
.footertitle{
    font-size: 15px;
    color: grey;
}
.footerproductitem{
    color: grey;
    text-underline: none;
    text-decoration: none;
}
.footerproductitem:hover{
    color: gainsboro;
    text-underline: none;
    text-decoration: none;
}
.footercompanyinfo{
    color: grey;
    text-underline: none;
    text-decoration: none;
}
.footerdetail{
    margin-top: 5px;
}