#wrapper #main article h3 {
	margin-right: auto;
	margin-left: auto;
	width: 680px;
}

#wrapper #main article h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #004096;
	font-size: 110%;
	margin-bottom: 10px;
}

#wrapper #main article .contents {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 15px;
	color: #333;
	font-size: 88%;
	line-height: 1.6em;
	margin-bottom: 20px;
}

#wrapper #main article .contents #left {
	float: left;
	margin-right: 20px;
}

#wrapper #main article .contents #right {
	float: left;
	width: 500px;
}

#wrapper #main article .contents #left_shinkan {
	float: left;
	width: 400px;
	padding-left: 8px;
}

#wrapper #main article .contents #right_shinkan {
	float: right;
}

#wrapper #main article .contents #bottom_shinkan {
	clear: both;
	margin-top: 30px;
}

#wrapper #main article #contents {
	overflow: hidden;
	padding-left: 10px;
	margin-top: 50px;
	width: 690px;
	font-size: 88%;
	margin-bottom: 20px;
}

#wrapper #main article #contents #maunto {
	float: left;
	width: 330px;
	line-height: 1.6em;
}

#wrapper #main article #contents #maunto h4 {
	margin-top: 15px;
	padding-left: 10px;
	font-size: 110%;
}

#wrapper #main article #contents #maunto p {
	padding-left: 10px;
	margin-bottom: 15px;
}

#wrapper #main article #contents #okyuu {
	float: right;
	width: 330px;
	line-height: 1.6em;
}

#wrapper #main article #contents #okyuu h4 {
	font-size: 110%;
	margin-top: 15px;
	padding-left: 10px;
}

#wrapper #main article #contents #okyuu p {
	margin-bottom: 15px;
	padding-left: 10px;
}

#wrapper #main article .contents #coin {
	float: right;
}

#wrapper #main article .contents #coin img {
	margin-bottom: 10px;
}

#wrapper #main article .contents table {
	width: 100%;
	/* float: left; */
	font-size: 90%;
}

#wrapper #main article .contents table td {
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#wrapper #main article .contents table .top {
	padding-bottom: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
}

#wrapper #main article .contents table tr p {
	border: 1px solid #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
}

#wrapper #main article .contents table .year {
	background-color: #ECECED;
	margin-right: 5px;
	padding-top: 10px;
	text-align: right;
}

#wrapper #main article .contents table .date {
	background-color: #CEDEEA;
	margin-right: 10px;
	padding-top: 10px;
}

.case-box {
	width: 100%;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.case-photo {
	border: 1px solid #ddd;
	padding: 0.5rem;
	margin: 0.25rem;
}

.case-photo dt {
	margin: 0.5rem 0;
}

.case-photo figure {
	margin: 0 0.25rem;
}

.case-photo figure img {
	max-width: 100%;
}