body {
	color: #525252;
}
.saiyou img, .youkou img {
    max-width: 100%;
    height: auto;
    width: auto;
}
h2.type {
	display: none;
}
.saiyou h3 {
	background-color: #eee;
	text-align: center;
}
.saiyou .shienIn h4, .saiyou .riyousha h4 {
	font-size: 21px;
	font-weight: normal;
	text-align: center;
}
.saiyou .shienIn img, .saiyou .riyousha img {
	border-radius: 50%;
	border: 7px solid #efefef;
	width: 118px;
	height: 118px;
}
.saiyou .shienIn a:hover img {
    border-radius: 50%;
    border: 7px solid #d5eaff;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.saiyou .riyousha a:hover img {
	border-radius: 50%;
	border: 7px solid #ffaaaa;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.saiyou .shienIn p, .saiyou .riyousha p {
	text-align: center;
}
.saiyou .shienIn a, .saiyou .riyousha a {
	color: #525252;
}
.youkou {
    line-height: 1.5;
}
.youkou_heading {
    display: block;
    margin: 1.5em auto 1em;
}
#contents img.youkou_heading {
    padding: 0em 0em 1.25em 0em;
}
.youkou_table {
    margin: 10px auto;
    font-size: 16px;
    border-bottom: 1px solid #aaa;
    border-collapse: collapse;
}
.youkou_table th {
    width: 120px;
    font-size: 20px;
    font-weight: normal;
}
.youkou_table th, .youkou_table td {
    padding: 10px;
    border-top: 1px solid #aaa;
    text-align: left;
    vertical-align: top;
}
.youkou_table dl {
    margin-top: 0;
    margin-bottom: 0;
}
.youkou_table dd {
    margin-left: 1em;
    margin-bottom: 1em;
}
.youkou_kome {
    font-size: 14px;
    color: #666666;
}
.youkou_table2 {
    table-layout: fixed;
    width: 600px;
    font-size: 16px;
}
.youkou_table2 th, .youkou_table2 td {
    padding: 0px;
    border: 0px;
}
.youkou_table2 th {
    font-size: 16px;
    font-weight: normal;
}
.rec_seisha th {
	width: 150px;
}
@media (min-width: 769px) {

}
@media (max-width: 768px) {
	.rec_seisha th {
		display: block;
		background-color: #eee;
		width: 100%;
		font-size: 16px;
	}
	.rec_seisha td {
		display: block;
		font-size: 13px;
	}
	.rec_seisha .youkou_kome {
		font-size: 12px;
	}
}
@media (max-width: 568px) {

}