﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body{
	background-image:url(/img/bgmosaic.gif);
	font-family: "Helvetica Neue",
	Arial,
	"Hiragino Kaku Gothic ProN",
	"Hiragino Sans",
	Meiryo,
	sans-serif;
}

img{
	max-width: 100%;
}

p{
	margin:0;
	padding:0;
}

.redfont{
	color:#F03;
	font-weight:bold;
}

.bigfont{
	font-size:18px;
	line-height:1.5em;
	font-weight:bold;
}

h1{
	margin: 0 0 20px;
	text-align:center;
}

h1 img{
	height: auto;
	max-width: 100%;
}

#container{
	background-color:#FFF;
	border: solid #ccc 1px;
	max-width: 640px;
	width: 95%;
	margin:0px auto;
	padding: 20px;
}

h2{
	border-bottom: solid #c06 3px;
	font-size:20px;
	font-weight: bold;
	margin:0 0 20px;
	text-align: center;
	padding:0;
}

.txtbox{
	border: solid #ddd 1px;
	container-type: inline-size;
	margin: 0 0 40px;
	padding: 20px;
}

.summary p:not(:last-of-type){
	margin-bottom: 10px;
}

.summary p:first-of-type{
	font-size: 5.6cqw;
	font-weight: bold;
}

.summary p.info{
	background: #eee;
	border-radius: 6px;
	padding: 10px;
}

ul{
	margin:0;
	padding-left:20px;
}

li{margin-bottom:5px;}

div.note,
.note li,
p.note,
span.note{
	font-size: 13px;
}

.paflink{
	border-radius: 6px;
	display: block;
	overflow: hidden;
	position: relative;
}

.paflink img{
	display: block;
	transition: transform .6s ease;
}

.paflink img:hover{
	transform: scale(1.1);
}

.pafname{
	background: rgba(0,0,0,0.4);
	bottom: 0;
	color: #fff;
	font-family: serif;
	font-size: 20px;
	padding: 5px 10px;
	position: absolute;
	text-align: right;
	width: 100%;
}



p.caution{
	margin-top:10px;
}

#copyright{
	font-size: 12px;
	text-align:center;
	padding:20px;
}

#close{
	background-color:#ddd;
	padding:5px;
	border:solid #AAA 2px;
	display:block;
	font-size: 12px;
	margin:10px auto 5px;
	width:80px;
	text-align:center;
	color:#333;
	text-decoration:none;
	transition: all .4s;
}

#close:hover{
	opacity: 0.75;
}

@media screen and (max-width:700px) {
#container{
	padding: 10px;
}

.txtbox{
	padding: 15px;
}

#credit th,
#credit td{
	padding: 3px 5px;
	white-space: nowrap;
}

#credit th{
	font-size: 12px;
}

#credit td{
	font-size: 16px;
}
}