@charset "utf-8";
/* マイスターリスト */

.MeisterList {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.MeisterList2 {
	display: flex;
	flex-flow: row wrap;
}

.MeisterList > .Record {
	width: 200px;
	height: 100%;
	display: block;
	overflow: hidden;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px dotted #aaa;
}

.MeisterList2 > .Record {
	width: 200px;
	height: 100%;
	display: block;
	overflow: hidden;
	margin: 10px 20px 10px 0px;
	border-bottom: 1px dotted #aaa;
}

.Record > .MeisterName {
	width: 100%;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
}

.Record > .Corporation {
	width: 100%;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
}


.Record_none {
	width: 200px;
	height: 100%;
	display: block;
	overflow: hidden;
}



