@charset "UTF-8";
/* CSS Document */

@import url("normarize.css");

/*PC*/
@import "pc_style.css" only screen and (min-width:768px);
@import "pc_object.css" only screen and (min-width:768px);

/*SP*/
@import "sp_style.css" only screen and (max-width:767px);
@import "sp_object.css" only screen and (max-width:767px);

/*株式会社シンバス コンテンツマーケティング用CSS*/
@import "snbs_style.css";

/*print*/
@import "pc_style.css" print;
@import "pc_object.css" print;

/*
@media print {
	#home .tabcontent li{}
	#home .tabcontent li img{}
}
*/