body,html {
	padding:0;
	margin:0;
}

body,.wf-mplus1p { font-family: "M PLUS 1p"; }

header {
	height:200px;
}
#headerinner {
	border-bottom:solid 2px #000;
}
#container {
	padding:2em;
	padding-top:4em;
}
section {
	margin-bottom:5em;
}
h1 {
	text-align:center;
}
.topTxt{
	width:200px;
	height:470px;
	margin:0 auto;
	font-size:2em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.upright {
  -webkit-text-orientation: upright;
  text-orientation: upright;
}
.upright span {
	background-color: rgba(228,139,135, 0.5);
}
.detail .date {
	text-align:right;
}
.topImg{
	width:100px;
	margin:0 auto;
}
.topImg img {
	width:100px;
}
.topName {
	text-align:center;
}
ul {
	list-style:none;
	margin-left:0;
	padding-left:0;
}
li div {
	border-bottom:1px solid #CCC;
	height:140px;
	display:flex;
	flex-wrap:wrap;
}
li div p {
	padding:5px;
}
li div p.second {
	flex-basis:200px;
	margin-left:1em;
}
li div p span {
	display:block;
	padding-top:1em;
	text-align:right;
}

h1 a {
	text-decoration:none;
}
