/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/

@font-face {
 font-family: 'Noto Sans JP';
 font-style: normal;
 font-weight: 400;
	src: local("Noto Sans CJK JP"),
  url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
  url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
  url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}

html[lang=ja] #content address,
html[lang=ja] #content blockquote,
html[lang=ja] #content caption,
html[lang=ja] #content cite,
html[lang=ja] #content code,
html[lang=ja] #content dl,
html[lang=ja] #content figcaption,
html[lang=ja] #content h1,
html[lang=ja] #content h2,
html[lang=ja] #content h3,
html[lang=ja] #content h4,
html[lang=ja] #content h5,
html[lang=ja] #content h6,
html[lang=ja] #content label,
html[lang=ja] #content legend,
html[lang=ja] #content ol,
html[lang=ja] #content p,
html[lang=ja] #content pre,
html[lang=ja] #content ul,
html[lang=ja] #content li,
html[lang=ja] #content table,
html[lang=ja] header li h2,
html[lang=ja] header li ul li,
html[lang=ja] footer #footerTwo li{
	font-weight: 300;
	font-family: 'Hiragino Sans', 'Noto Sans JP', sans-serif;
	/*
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Noto Sans Japanese', sans-serif;
	font-weight: 300;
	
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN','Noto Sans Japanese', sans-serif;
	font-weight: 300;
	font-variant-east-asian: proportional-width;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	*/
}

html[lang=ja] #content p,
html[lang=ja] body.page #content p,
html[lang=ja] body.index #content p,
html[lang=ja] body.single #content p,
html[lang=ja] #content pre,
html[lang=ja] #content li
{
	font-size: 0.97rem;
	line-height: 1.75;
}

html[lang=ja] #content h2,
html[lang=ja] body.page #content h2,
html[lang=ja] body.index #content h2{
	border-bottom: 1px dotted #999;
}

html[lang=ja] #content #sidebar li,
html[lang=ja] #content #sidebar p
{
	font-size: 0.8rem;
}

html[lang=ja] header nav li ul{
	font-size: 0.8rem;
}

html[lang=ja] #screen>header li h2,
html[lang=ja] #screen>header li li{
	font-size: 0.72rem!important;
}

#screen>footer #footerTwo li {
	font-size: 0.5rem;
	line-height: 1.0;
}

html[lang=ja] #content li {
	margin-left: 1.2rem;
	padding-left: 0;
	list-style: disc;
}

.ifr {
  position: relative;
  padding-bottom: 60.2%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.ifr iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}