    p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Times; min-height: 14.0px}
    p.p3 {margin: 0.0px 0.0px 12.0px 0.0px; font: 12.0px Times}
    p.p4 {margin: 0.0px 0.0px 12.0px 0.0px; font: 12.0px Times; min-height: 14.0px}
    p.p6 {margin: 0.0px 0.0px 6.0px 0.0px; font: 12.0px Times; min-height: 14.0px}
    li.li3 {margin: 0.0px 0.0px 12.0px 0.0px; font: 12.0px Times}
    span.s1 {color: #0000ee}
    span.s2 {font: 12.0px Courier}
    ul.ul1 {list-style-type: disc}

div.information {
	width: 500px;
	text-align: center;
}
div.new {
	width: 300px;
	text-align: left;
	margin-left: 10px;
}
div.box {
	width: 300px;
	float: left;
}
div.boxContainer {
	overflow: hidden;
}
/* clearfix */
div.boxContainer:before,
div.boxContainer:after {
    content: "";
    display: table;
} 
div.boxContainer:after {
    clear: both;
}

/* Ken Burns エフェクト */
div.slider-wrapper {
	height: 200px;
	width: 100%;
	max-width: 500px;
	overflow: hidden;
}
div.slide-item {
	background: url("topimage.jpg") center center / cover no-repeat;
	height: 100%;
	width: 100%;
	animation: kenburns 20s ease-in-out infinite alternate;
	transform-origin: center center;
}

@keyframes kenburns {
  0%   { transform: scale(1.08) translate(0.5%, 0.5%); }
  100% { transform: scale(1.0)  translate(-0.5%, -0.5%); }
}

@media (prefers-reduced-motion: reduce) {
  div.slide-item {
    animation: none;
    transform: none;
  }
}