@charset "UTF-8";
/****************************************************************
/* edit.css
/* EDIT PAGE CORE LAYOUT  【RRH4専用】
/****************************************************************//*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015/01/06, 9:25:16
    Author     : atsushi
*/
/*=====================================================
/*  Fonts
=====================================================*/
@font-face {
    font-family: "hannariMincho";
    src: url("./fonts/hannariMincho/hannari.eot") format('eot'),
         url("./fonts/hannariMincho/hannari.woff") format('woff');
}
@font-face {
    font-family: "IPAMincho";
    src: url("./fonts/IPAexfont00201/ipaexm.ttf") format('truetype');
}
@font-face {
    font-family: "IPAGothic";
    src: url("./fonts/IPAexfont00201/ipaexg.ttf") format('truetype');
}


/* 調整用 */
#ccm-nav-intelligent-search-wrapper{
    display: none;
}

.fs_anime{
    visibility: hidden;
}

body{
    line-height: 1.6;
    position: relative;
    overflow-x: hidden;
}

/* 画像ブロックでの表示切り替え */
.imgPc{ display:block;}
.imgMb{ display:none;}
@media screen and (max-width: 480px) {
    .imgPc{ display:none;}
    .imgMb{ display:block;}
}

/***********************************/
/*スライドショービューポートのスタイル*/
/***********************************/
.sViewType1{
    max-width: 1200px;
    margin: 0 auto;
}
.sViewType2{
    max-width: 100%;
}
@media screen and (max-width: 480px) { 
    .sViewType1{
        max-width: 480px;
        width:100%;
    }
}

/*************/
/* 読み込み中 */
/*************/
.loading {
    width:100%;
    background-image:url(./images/loading-01.gif);
    background-repeat:no-repeat;
    background-position: center center;
    text-align: center;
    padding-bottom: 2rem;
}