/*top*/
body.index #sb-site{
	/*background:url(https://ichiran.com/bnr/bg_in.png) no-repeat center top;*/
	background:url(https://ichiran.com/bnr/top_bgcover_b.png) no-repeat center top;

}
body.index .bg{
	background:url(https://ichiran.com/bnr/bg_top_kihon.jpg) no-repeat center top;
}

/*2017中ページレイアウト*/
body.page,
body.page #sb-site{
	background:url(/img/common/page-body_bg.jpg);
}

body.page header{
	background:url(https://ichiran.com/bnr/b47cd676936bd4914a4628329743d6bcc6ab5fb6.png) no-repeat center top;
}

body.page #page-wrap{
	background:url(https://ichiran.com/bnr/page-body_bg-in.png) repeat-y center top;
}

body.page #page-footer{
	background:url(https://ichiran.com/bnr/ef6758b6fadf08d5ca00010332738323ac7362d7.png) no-repeat center bottom;
}

/******************************************************************************************/
/* for TB & SP CSS   */
/******************************************************************************************/


/*全タブレット*/
/*1024×416*/
@media only screen and (min-width: 416px) and (max-width: 1024px) {

body.index #sb-site,
body.index .bg  {
    background-size: auto 100%;
}

}


/*→タブレット横限定*/
/*1024×769*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {


}


/*→タブレット縦限定*/
/*768×436*/
@media only screen and (min-width: 436px) and (max-width: 768px) {

}


/*全スマートフォン*/
/*435×1*/
@media only screen and (min-width: 1px) and (max-width: 435px) {
   body.index #sb-site{
         background:url(../img/common/bg-board.png);
   }
}

/*→スマートフォンiPhone5以前限定*/
/*320×1*/
@media only screen and (min-width: 1px) and (max-width: 320px) {
}

