﻿@charset="utf-8" ;
body {
	margin-top: 4px;
	background-color: #ddd;
	text-align: center;
	font-family:"BIZ UDPGothic", Meiryo,sans-serif;
	width:100%;
}
main{
	max-width: 600px;
	width:100%;
	margin:0 auto;
}
header{
	width:100%;
}
header img{
	width:100%;
}

article {
	line-height: 150%;
	text-align: center;
	background-color: #fff;
	padding:0.5em 2em;
	word-break: keep-all;
}

h1 {
	margin: 22px 0px;
	color: red;
	line-height: 120%;
	text-align: center;
	font-size: 20pt;
	text-shadow: 2px 2px 3px gray;
}


p {
	text-align: left;
}

img {
	border: 0px;
}


article img{
	margin-top:1em;
	width:100%;
}
#画像枠{
	position:relative;
}
#画像枠 a{
	position:absolute;
	top:88.5%;
	width:9%;
	height:7%;
	border:5px dotted #aaf;
	display:inline-block;
	background-color:transparent;
	 animation: blinkOpacity 0.5s ease-in-out infinite alternate;
}
@keyframes blinkOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#画像枠 a:hover{
	border-color:red;
	box-shadow: 0 0 10px #fc8;
}
nav a{
	margin-left:1em;
}
a	 {
	color: #00A; 
	text-decoration:underline ; 
 }
a:link 	{background-color: #FFFEFF; }
a:visited	{ background-color: #FDFDFD;}
a:active	 {background-color: #FFFDFD;}
a:hover	{
	color: #F00; 
	 background-color: #fff0f8;
}

footer{
	background-color: #eee;
	padding:0.5em 0;
	margin:1em 0;
}
footer a{
	padding:0.5em 1em;
}

