/**
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   all styles) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 *   By default this file is not used in Pixture Reloaded, however it is included
 *   here in case you need to add some styles.
 */
 
#site-slogan br{
    display: block;
}

/*- ログイン前 ワンページ
---------------------------*/
.not-logged-in  #main-content, .no-sidebars #main-content {
     padding: 40px;
}




#senmonbox_waku {
    width: 45%;
    float: left;
}

/*-- サービス情報内 ページ内リンク
-----------------------------------------*/

#page .pagelink li {
  width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
  width : -webkit-calc(100% / 3) ;
  width : calc(100% / 3) ;
}