*{ margin:0; padding:0; }

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans CJK JP"),
    local("Noto Sans 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');
}

body {
	font-family: 'Noto Sans JP', sans-serif;
/*	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;*/
	
/*	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;*/
	
	background-color: #FFF;
	color: #000;
}



#header {
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
	background-color: #000;
	color: #fff;
	padding: 0.5em;
	margin-bottom: 3em;
}

#header .button, .buttonS {
	border:0px;
	border-radius:0px;
	padding:0px;
	margin: 0px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0px;
	font-size: 1.588rem;
  display: inline-block;
  width: 180px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
}
#header .button {
  background-color: #000;
  color: #800;
}
#header .button:hover {
  background-color: #000;
  color: #a00;
  -webkit-transition: 0.7s ease-in-out;
  -moz-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}
#header .buttonS {
  background-color: #000;
  color: #f00;
}
#header .buttonS:hover {
  background-color: #000;
  color: #f00;
}

h2 {
	font-weight: bold;
	line-height: 100%;
}

h3 {
	font-weight: bold;
	font-size: 1em;
	line-height: 100%;
	margin-top: 3em;
	margin-bottom: 0.8em;
}

div.midashi {
	margin-bottom: 2em;	
	font-size: 1.2em;
	font-weight: bold;
}
div.honbun {
	padding-right: 1em;
	margin-top: 2em;	
	margin-bottom: 5em;	
	line-height: 180%;
	font-size: 1em;
}

/* 異本 */
h2.ihon-h2 {
	font-size: 1.3em;
	margin-bottom: 1em;
}
div.ihon-item {
	margin-left: 2em;
	margin-bottom: 3em;
	width:100%;
}
div.ihon-img {
	float: left;
	margin-right: 2em;
}
div.ihon-text {
	clear:both;
	padding: 1em;
	line-height:120%;
	width:80%;
}
div.ihon-midashi {
	margin-bottom: 2em;	
	font-size: 1.5em;
	font-weight: bold;
}
/* 異本ここまで */



ul {
	list-style-type: square;
	font-size: 0.9em;  
	line-height: 130%;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 2em;
}

div.goothers {
	font-size: 0.9em;  
	line-height: 160%;
	border-top: solid 1px #bbb;
	padding-top: 1em;
	margin-top: 4em;
}

p {
	line-height: 130%;
	margin-bottom: 1em;
}

#origorcopytext {
	font-size: 0.7em;
	text-align: right;
	color: #aaa;
	margin-bottom:1em;
}
#clickmag {
	font-size: 0.7em;
	text-align: right;
	color: #aaa;
	margin-bottom:1em;
}
#origorcopy {
	width:100%;
	margin-bottom:1em;
}


a {
	text-decoration: none;
	color: #000;
}
a:hover { color:red; }
a:visited{
}

#footer a { text-decoration:none; color:#666666; }
#footer a:hover { color:red; }
