/****************************************************************
/* 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
*/

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

/* 各ブロックのブレイクポイント */
.b-bk{ display:block;}
.b-bk-HD-none{ display:block;}
.b-bk-PC-none{ display:block;}
.b-bk-TBW-none{ display:block;}
.b-bk-TBH-none{ display:block;}
.b-bk-SP-none{ display:block;}
@media screen and (min-width: 1201px) { .b-bk-HD-none{ display:none;} }
@media screen and (max-width: 1200px) { .b-bk-PC-none{ display:none;} }
@media screen and (max-width: 1024px) { .b-bk-TBW-none{ display:none;} }
@media screen and (max-width: 768px) { .b-bk-TBH-none{ display:none;} }
@media screen and (max-width: 480px) { .b-bk-SP-none{ display:none;} }

#ccm-nav-intelligent-search-wrapper{
    display: none;
}