@charset "utf-8";
@import url("../common/default.css?v=20230103");
@import url("../common/common.css?v=20230103");
@import url("../common/button.css?v=20230103");
@import url("../common/board.css?v=20230103");
@import url("../common/layoutCommon.css?v=20230103");
@import url("../common/contents.css?v=20230103");
@import url("layout.css?v=20230103");
@import url("../../booksearch/css/new_search.css?v=20230103");




/* MOBILE */
@media screen and (max-width: 1024px){
	
}

@media screen and (max-width: 768px){
	
}

@media screen and (max-width: 640px){
	
}

@media screen and (max-width: 480px){
	
}

@media screen and (max-width: 375px){
	
}


/* PC */
@media screen and (min-width: 1025px){
	
}