@charset "utf-8";
/*
------------------*/
@import url("./common.css");

/*PC・タブレット用*/
@import url("./pc.css") screen and (min-width: 600px);
@import url("./pc-b.css") screen and (min-width: 600px);
@import url("./pc.css") print;
@import url("./pc-b.css") print;

@import url("./tb.css") screen and (max-width: 960px);

/*スマホ用*/

@import url("./sp.css") screen and (max-width: 599px);

@media print{
	body{
		min-width:1000px;
	}
	#body_home_ footer{
		position:static !important;
	}
	#body_home_ main{
		min-height:260px;
	}
}