@charset "utf-8";

/* 名前テーブル */
.s-tbln {
	border-collapse: collapse;
	width: 300px;
}

.s-tbln th {
	font-size: 12px;
}

.s-tbln th, .s-tbln td {
	border: 1px solid #000;
}

.s-tbln tr:nth-child(even) {
	background: #ecedf6;
}

.s-tbln tr:hover {
	background: #b9bac3;
}



.haba {
	width: 40px;
}

.kname {
	width: 100px;
	padding: 10px;
	height: 40px;
	font-size: 13px;
	font-weight: 500;
	text-align: left;
}

.mb {
	font-size: 12px;
	text-align: center;
}

.bikou {
	font-size: 12px;
	text-align: left;
}

.name1 {
	margin-right: 0;
}

.name2 {
	display: none;
}

.pc-rinne {
	line-height: 1.8;
}

.pc-rinne li {
	margin-bottom: 20px;
}
/* ■■■■■■■■■■■■■■■■■■700px■■■■■■■■■■■■■■■■■■ */
@media screen and (min-width:700px) {

.invisible700 {
	display: none;
}

.name1 {
	margin-right: 10px;
}

.name2 {
	display: block;
}

}