@charset "utf-8";

/* レスポンシブによる文字サイズ可変 */
@media only screen and (max-width:600px) and (min-width:591px){html{font-size:60%;}}
@media only screen and (max-width:590px) and (min-width:581px){html{font-size:59%;}}
@media only screen and (max-width:580px) and (min-width:571px){html{font-size:58%;}}
@media only screen and (max-width:570px) and (min-width:561px){html{font-size:57%;}}
@media only screen and (max-width:560px) and (min-width:551px){html{font-size:56%;}}
@media only screen and (max-width:550px) and (min-width:541px){html{font-size:55%;}}
@media only screen and (max-width:540px) and (min-width:531px){html{font-size:56%;}}
@media only screen and (max-width:530px) and (min-width:521px){html{font-size:55%;}}
@media only screen and (max-width:520px) and (min-width:511px){html{font-size:54%;}}
@media only screen and (max-width:510px) and (min-width:501px){html{font-size:53%;}}
@media only screen and (max-width:500px) and (min-width:491px){html{font-size:52%;}}
@media only screen and (max-width:490px) and (min-width:481px){html{font-size:51%;}}
@media only screen and (max-width:480px) and (min-width:471px){html{font-size:50%;}}
@media only screen and (max-width:470px) and (min-width:461px){html{font-size:49%;}}
@media only screen and (max-width:460px) and (min-width:451px){html{font-size:48%;}}
@media only screen and (max-width:450px) and (min-width:441px){html{font-size:47%;}}
@media only screen and (max-width:440px) and (min-width:431px){html{font-size:46%;}}
@media only screen and (max-width:430px) and (min-width:421px){html{font-size:45%;}}
@media only screen and (max-width:420px) and (min-width:411px){html{font-size:44%;}}
@media only screen and (max-width:410px) and (min-width:401px){html{font-size:43%;}}
@media only screen and (max-width:400px) and (min-width:391px){html{font-size:42%;}}
@media only screen and (max-width:390px) and (min-width:381px){html{font-size:41%;}}
@media only screen and (max-width:380px) and (min-width:371px){html{font-size:40%;}}
@media only screen and (max-width:370px) and (min-width:361px){html{font-size:39%;}}
@media only screen and (max-width:360px) and (min-width:351px){html{font-size:38%;}}
@media only screen and (max-width:350px) and (min-width:341px){html{font-size:37%;}}
@media only screen and (max-width:340px) and (min-width:331px){html{font-size:36%;}}
@media only screen and (max-width:330px) and (min-width:321px){html{font-size:35%;}}
@media only screen and (max-width:320px){html{font-size:34%;}}

/* Notofont */
/*
Copyright [2014] [Junnichi Mayama]
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
*/
@font-face{
	font-family:'NotoSansJP';
	src:url('../font/NotoSansJP-Bold.eot');
	src:local ('Noto Sans CJK JP Bold'),
		url('../font/NotoSansJP-Bold.eot?#iefix') format('embedded-opentype'),
		url('../font/NotoSansJP-Bold.woff') format('woff');
	font-weight:700;
}
@font-face{
	font-family:'NotoSansJP';
	src:url('../font/NotoSansJP-Regular.eot');
	src:local ('Noto Sans CJK JP Regular'),
		url('../font/NotoSansJP-Regular.eot?#iefix') format('embedded-opentype'),
		url('../font/NotoSansJP-Regular.woff') format('woff');
	font-weight:400;
}
@font-face{
	font-family:'Lato';
	src:url('../font/Lato-Bold.eot');
	src:local ('Lato Bold'),
		url('../font/Lato-Bold.eot?#iefix') format('embedded-opentype'),
		url('../font/Lato-Bold.woff') format('woff');
	font-weight:700;
}
@font-face{
	font-family:'Lato';
	src:url('../font/Lato-Regular.eot');
	src:local ('Lato Regular'),
		url('../font/Lato-Regular.eot?#iefix') format('embedded-opentype'),
		url('../font/Lato-Regular.woff') format('woff');
	font-weight:400;
}

/* 全体 PC */
/*@media print, screen and (min-width:641px) {
	html{
		font-family:'Lato', 'NotoSansJP', 'Hiragino Kaku Gothic ProN', Verdana, Meiryo, sans-serif;
	}
}
*/
/* 全体 smart */
/*@media print, screen and (max-width:640px) {
	html {
		font-family:'Hiragino Kaku Gothic ProN', Verdana, Meiryo, sans-serif;
	}
}
*/
html {
		font-family:'Hiragino Kaku Gothic ProN',"ヒラギノ角ゴ Pro W3", Verdana, Meiryo,"メイリオ", sans-serif;
}