/* --------------------------------
   h-layout
---------------------------------*/
h1 {
	float:none;
	margin:0;
	padding:7px;
	color:#333;
	font-size:80%;
	font-weight:normal;
	line-height:1.5em;
	text-align:left;
}
h2 {
	margin:0;
	padding:0;
	background:none !important;
	border:none !important;
}
h2 img {
	margin:0;
	padding:0;
}
h3 {
	clear:both;
	margin:10px 0;
	padding:7px;
	font-weight:bold;
	font-size:100%;
	color:#333;
	text-shadow:none;
	text-align:center;
	background:#5ed2de;
	border:none;
}
h4 {
	margin:0;
	padding:7px;
	color:#fff;
	text-align:center;
	background-color:#5ed2de;
}
h5 {
	clear:both;
	margin:15px 0 0 0;
	padding:7px;
	font-weight:bold;
	font-size:100%;
	color:#333;
	text-shadow:none;
	background:none;
	border-top:none;
	border-bottom:none;
	border-left:7px solid #5ed2de;
}
/* --------------------------------
   layout
---------------------------------*/
#content {
	padding-bottom:10px;
}
.checkList li {
	margin:7px;
	padding:7px;
	list-style:none;
	border:1px dashed #ffbadc;
	border-radius:5px;
	box-sizing: border-box;
}
#checkCount {
	margin:0 0 0 14px;
	padding:7px 7px 7px 21px;
	color:#ff005c;
	font-weight:bold;
	background:url(/news/1607/diagnosis/images/check.png) left center no-repeat;
	background-size:14px;
}
.checkResult dl {
	display:table;
	width: 90%;
	margin: 15px auto;
	padding: 10px;
	border-radius:5px;
}
.checkResult dt,
.checkResult dd {
	display:table-cell;
}
.checkResult dt {
	width:70%;
	color:#fff;
	font-weight:bold;
	vertical-align:middle;
	line-height:1.5em;
}
.checkResult dd {
	width:30%;
}
.checkResult dd a {
	display:inline-block;
	width:120px;
	margin:0;
	padding: 7px 14px 7px 7px;
	font-size:85%;
	font-weight:bold;
	line-height:1.5em;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	background-color: #fff;
	border-radius:5px;
}
#pcPage .checkResult dd a:hover {
	text-decoration:underline;
}
.check10 {
	background-color:#ff66ab;
}
.check10 dd a {
	color:#ff66ab;
	background:#fff url(/news/1607/diagnosis/images/ico_li1.png) right center no-repeat;
	background-size:14px;
}
.check5_9 {
	background-color:#3fb6f4;
}
.check5_9 dd a {
	color:#3fb6f4;
	background:#fff url(/news/1607/diagnosis/images/ico_li2.png) right center no-repeat;
	background-size:14px;
}
.check0_4 {
	background-color:#ff9b26;
}
.check0_4 dd a {
	color:#ff9b26;
	background:#fff url(/news/1607/diagnosis/images/ico_li3.png) right center no-repeat;
	background-size:14px;
}
.textList {
	margin:0 0 0 22px;
}
.textList li {
	padding:0 7px 7px 7px;
	font-size:80%;
	line-height:1.5em;
	list-style:disc;
}
.app {
	margin: 14px 7px 0;
}
.app dt {
	margin:0;
	padding: 0 7px 7px 85px;
	color:#ff1493;
	font-size:110%;
	font-weight:bold;
}
.app dd {
	margin:0;
	padding: 0 7px 7px 85px;
	color:#333;
	font-size: 80%;
	line-height:1.5em;
}
.app dd.imgL {
	padding:0 7px 7px 7px;
}
.appLink {
	margin:0 auto;
	width:60%;
	border:none;
}
.appLink td {
	text-align:center;
}
.appLink a,
.appLink img{
	display:inline-block;
	line-height:1;
}
#pcPage .appLink a:hover {
	opacity:0.8;
}
/* --------------------------------
   result
---------------------------------*/
h2 iframe {
	margin:0 0 0 10px;
	vertical-align:middle;
}
.result1 h2 {
	margin:0;
	padding:7px;
	color:#fff;
	font-size:110%;
	text-align:center;
	text-shadow:none;
	background:#ff66ab !important;
}
.result2 h2 {
	margin:0;
	padding:7px;
	color:#fff;
	font-size:110%;
	text-align:center;
	text-shadow:none;
	background:#3fb6f4 !important;
}
.result3 h2 {
	margin:0;
	padding:7px;
	color:#fff;
	font-size:110%;
	text-align:center;
	text-shadow:none;
	background:#ff9b26 !important;
}
.result1 header p,
.result2 header p,
.result3 header p {
	font-size:80%;
	background-color:#faf0e6;
	border-top:1px solid #f7e8d8;
	border-bottom:1px solid #f7e8d8;
}
.result1 .topicsList dd {
	color:#ff66ab;
	font-weight:bold;
}
.result2 .topicsList dd {
	color:#3fb6f4;
	font-weight:bold;
}
.result3 .topicsList dd {
	color:#ff9b26;
	font-weight:bold;
}
.social {
	margin:10px auto;
	padding:0;
}
.social > p {
	text-align:center;
}
.social .twitter a {
	display: inline-block;
	margin:5px auto;
	padding: 10px 10px 10px 35px;
	width: 240px;
	color:#fff;
	font-size:85%;
	font-weight:bold;
	text-align: center;
	text-decoration:none;
	background: #1b95e0 url(/images/social/ico_twitter.png) 10px center no-repeat;
	background-size: 30px;
	border-radius: 5px;
}
#pcPage .twitter a:hover {
	background:#279de5 url(/images/social/ico_twitter.png) 10px center no-repeat;
	background-size: 30px;
}