@import url("global.css");

.wrapper p {
	margin: 1em 0;
}
.wrapper p.entrytitle {
	margin: 30px 0;
}

.wrapper p.image {
	padding: 10px;
	background-color: #f2f2f2;
	margin: 20px 0;
}
.wrapper p.image img {
	border-radius: 10px;
}

.wrapper section {
	margin: 50px 0;
}
.wrapper section .title {
	color: #cc1e06;
	text-align: center;
	font-size: 18px;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝B" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.wrapper section .title span {
	display: block;
	background-color: #cc1e06;
	color: #fff;
	padding: 6px 10px;
	text-align: center;
	width: 120px;
	font-weight: bold;
	font-size: 16px;
	border-radius: 3px;
	margin: 0 auto 10px;
}
.wrapper section p.image {
	padding: 0;
	background-color: #fff;
	margin: 20px 0;
	text-align: center;
}
.wrapper section p.image img {
	border-radius: 50%;
}


