@charset "utf-8";
/*-----------------------------------------------------------------------*/
/*【table】*/
/*-----------------------------------------------------------------------*/
table.spec {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
}
table.spec th, table.spec td {
	display: table-cell;
	padding: 1rem;
	vertical-align: middle;
	border-bottom: 1px dashed #cccccc;
}
table.spec th {
	white-space: nowrap;
	font-weight: normal;
}
/*-----------------------------------------------------------------------*/
/*【review】*/
/*-----------------------------------------------------------------------*/
#review_rate {
	margin: auto;
	margin-bottom: 1rem;
	width: 100%;
	max-width: 400px;
}
#review_rate p {
	margin: 0;
	text-align: center;
}
#review_rate table {
	width: 100%;
	border-collapse: separate;
	empty-cells: show;
}
#review_rate table td {
	display: table-cell;
	padding: 0;
	vertical-align: middle;
	border: none;
}
#review_rate table td.rank {
	width: 4rem;
	text-align: center;
}
#review_rate table td.per {
	width: 3rem;
	text-align: center;
}
#review_rate table td .bar {
	height: 1rem;
	min-width: 1px;
	background: #34d293;
}
.review {}
.review section {
	margin-bottom: 1rem;
	border-bottom: 1px dashed #cccccc;
}
.starbase {
	margin: 0;
	margin-bottom: 0.5rem;
}
.star {
	font-size: 1rem;
	cursor: default;
}
.review_title {
	margin-bottom: 1rem;
}
.review_title h2, .review_title h3, .review_title h4 {
	margin: 0;
	margin-right: 0.5rem;
	padding: 0;
	display: inline-block;
	font-size: 1rem;
	font-weight: normal;
}
/*-----769px以上-----*/
@media print, screen and (min-width:769px) {
	#review_rate {
		margin-bottom: 2rem;
		font-size: 0.875rem;
	}
	.review section {
		margin: auto;
		width: 90%;
	}
	.star {
		font-size: 2rem;
	}
	.review_title {
		margin-left: 1rem;
	}
	.review section p {
		text-align: left;
		margin-left: 1rem;
	}
} /*-----769px以上-----*/
/*-----------------------------------------------------------------------*/
/*【initialization】*/
/*-----------------------------------------------------------------------*/
.initialization-base p {
	text-align: left;
}
.initializationtable {
	overflow-x: auto;
}
.initializationtable table {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
}
.initializationtable table th, .initializationtable table td {
	display: table-cell;
	padding: 0.3rem;
	vertical-align: middle;
	border: 1px solid #cccccc;
}
.initializationtable table th {
	white-space: nowrap;
	font-weight: normal;
	background: #fcfcfc;
	text-align: center;
}
.initializationtable table td p {
	margin: 0;
}
.personal_computer {
	display: block;
}
.smart_phone {
	display: none;
}
/*-----768px以下-----*/
@media screen and (max-width:768px) {
	.initializationtable table {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.initializationtable table th, .initializationtable table td p {
		font-size: 0.975rem;
	}
	.personal_computer {
		display: none;
	}
	.smart_phone {
		display: block;
	}
} /*-----768px以下-----*/