@charset "utf-8";

/*
Theme Name: NSTJ
Theme URI: https://nstj.co.jp/home/
Description: 「ナノソルテック」サイトにて使用中のテーマです。
Version: 2022.12.18
Author: Tomocreations YU
Author URI: http://tomocre.com/
*/

/*-------------------------------------
　　外部CSS
-------------------------------------*/
@import "style/common.css";
@import "style/page.css";
@import url("style/sp_common.css") screen and (max-width: 821px);
@import url("style/sp_page.css") screen and (max-width: 821px);
@import "https://fonts.googleapis.com/icon?family=Material+Icons";
@import "https://fonts.googleapis.com/css?family=Anton";

@media screen and ( max-width:821px ) {
.wp-block-image .alignright, .wp-block-image .alignleft {
    float: none !important;
	margin: 0.5em auto 0.5em auto !important;
}
.break-table td {
    display: block;
}
}
