@charset "utf-8";
/*
 * CSS for PC
* 　レスポンシブ対応用PCレイアウトスタイル
*/
.device02 {
	display: none;
}
ul.box-member-id li{
	float: left;
}
.box-member-id {
	padding: 10px 10px 50px;
}

.details-top-fj-37,
.details-top-fj-38 {
	padding: 15px;
}

h4.summary {
	background: #919999;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}

dl.list-summary {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 0;
	line-height: 20px;
	display: table;
	width: 100%;
}
dl.list-summary.last {
	border-bottom: 1px solid #ccc;
}
dl.list-summary h4.content-header {
	margin: 0;
	padding: 15px 0 0 0;
}
dl.list-summary dt {
	font-size: 14px;
	width: 30%;
	border-right: 1px solid #ccc;
	display: table-cell;
	vertical-align: middle;
	height: 30px;
	padding-left: 10px;
	box-sizing: border-box;
	font-weight: normal;
}
dl.list-summary dd {
	width: 70%;
	padding-left: 10px;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	height: 30px;
}
dl.list-summary.detail dd{
	width: 100%;
}
ul.list-summary-sub {
	padding: 5px 0 5px 20px;
}
ul.list-summary-sub li {
	list-style-type: disc;
}
.box-summary span {
	color: #F00;
	font-weight: bold;
}
.box-summary .note.note-important {
	padding: 20px 15px;
	margin: 0px;
}
.note.note-important {
	background-color: #EEE;
	border: medium none;
}