@charset "utf-8"; /*使用する文字コード*/
div.ui-body-d{
    background:none;
    background-color:#fff;
}
h4.clear,
div.clear,
p.clear,
BR.clear{
    clear:both;
}
H1#siteTitle{
    margin:0 0 15px;
    color:#347e8c;
    font-size:13px;
    line-height:1.4;
    text-align:center;
    font-weight:normal;
}
H2{
    margin-right:-15px;
    margin-left:-15px;
    padding:8px 15px 7px;
    color:#fff;
    font-size:20px;
    text-shadow:none;
/*    border-radius:6px;*/
    background-color:#82ccd7;
}
H2#logo{
    margin:0;
    padding:0;
    text-align:center;
    background:none;
}
STRONG.caution{
    color:#d00;
}
DIV.imageGroup{
    margin-bottom:10px;
    text-align:center;
}
.ui-li-heading,
.ui-li-desc,
.ui-btn-text{
    overflow:visible;
    white-space:normal;
}
DIV#catchArea{
    margin:10px 0 20px 0px;
    text-align:center;
}
DIV.telBanner{
    text-align:center;
}
DIV#swipeImage UL,
DIV#swipeImage LI{
    margin:0;
    padding:0;
    list-style:none;
}
DIV#swipeImage UL{
    width:100%;
}
SPAN#swipeImagePosition{
    font-size:18px;
}
SPAN#swipeImagePosition em.swipeImageOn{
    color:#e00;
}
#smartFooter{
    font-size:13px;
    text-align:center;
}
#smartFooterMenu{
    margin-top:20px;
}
h4,
strong.stitle{
    display:block;
/*    margin-bottom:10px;
    padding:1px 0 1px 7px;
    border-left:5px solid #000;*/
    padding:8px 10px 7px;
    color:#fff;
    text-shadow:none;
    border-radius:6px;
    background-color:#ea5b85;
}
h5{
    margin:0;
    padding:15px 0 0;
    color:#82ccd7;
    font-size:medium;
    border-top:1px solid #82ccd7;
}
strong.stitle br{
    display:none;
}
ul li{
    margin-bottom:15px;
}
/* =============== ウィジウィグで入れた画像のセンタリング ==================== */
.mt-image-none {
  display: block;
  margin: 0 auto 10px;
  max-width: 100% !important;
}
.mt-image-left {
  display: block;
  margin: 0 auto 10px;
  max-width: 100% !important;
}
.mt-image-right {
  display: block;
  margin: 0 auto 10px;
  max-width: 100% !important;
}
.mt-image-center {
  display: block;
  margin: 0 auto 10px;
  max-width: 100% !important;
}
.bnr_image{
    text-align: center;
}
.bnr_image img{
    max-width: 280px;
    width: 100%;
    margin-bottom: 10px;
}