@charset "utf-8";

/* 共通
------------------------------------------------------------ */

#header #hlang {
	right: 260px;
}

#fnav #fnavbox > li {
	width: 200px;
}

#pagetop {
	bottom: 320px;
}

/* 個別
------------------------------------------------------------ */

#slide li {
	text-align: center;
}

#contents .actualbox span {
	font-size: 12px;
	line-height: 1.4;
}

.casebox {
	font-size: 14px;
}
.casebox .cb1 {
	width: 300px;
}
.casebox .cb2 {
	width: 400px;
}

#contents .pointbox2 {
	margin: 0;
	font-size: 14px;
}

.spusability-txt {
	float: left;
	width: 600px;
}

.voice-txt-red {
	clear: both;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2 !important;
	color: #c00;
}
.voice-table {
	width: 520px;
	box-sizing:border-box;
}
.voice-table th {
	width: 180px;
	padding: 8px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
.voice-table td {
	padding: 8px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
.actual-table {
	width: 100%;
}
.actual-table th {
	width: 140px;
	padding: 8px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
.actual-table td {
	padding: 8px 0;
	border-bottom: 1px solid #ccc;
	text-align: left;
}


.voice #summarytxt {
	overflow: hidden;
	font-size: 14px;
}
.voice #summarytxt.pd {
	padding: 15px 0;
}
.voice #summarytxt > div {
	float: left;
	width: 50%;
	padding: 10px 10px;
	box-sizing: border-box;
	text-align: left;
}
.voice #summarytxt > div:nth-child(even) {
	border-left: 1px solid #ccc;
}
.voice #summarytxt div:first-line {
	font-weight:bold;
}
.voice #summarytxt span {
	font-weight: bold;
	color: #c00;
}




.voice #contents #main p {
	width: inherit;
}




#inquiry th {
	background: #eee url(../images/inquiry_icon01.png) no-repeat top 12px right 8px;
}
#inquiry th.formoption {
	background: #eee url(../images/inquiry_icon02.png) no-repeat top 12px right 8px;
}


