@charset "shift_jis";
/* --------------------------------------------------

	tiredcheck.css

-------------------------------------------------- */

/*-----tiredCheck-----*/
#tiredCheck{
	background:url(../images/bg_base_bottom.png) 0 100% no-repeat;
	position:relative;
	width:527px;
}

#tiredCheck *{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5;
}

#tcInner{
	background:url(../images/bg_base_top.png) 0 0 no-repeat;
	padding:55px 34px 36px;
	height:690px;
}


/*tcCheckSection*/
#tcCheckSection{ padding:26px 0 23px;}

#tcCheckSection .read{
	font-size:14px;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	background:url(../images/bg_read.gif) 11px 50% no-repeat #ffeb7e;
	margin-bottom:29px;
	padding:13px 11px 13px 57px;
}

#tcCheckList{
	background:url(../images/line_dotted.gif) 0 1px repeat-x;
	margin-bottom:25px;
	padding:3px 1px 1px;
}
#tcCheckList table{ width:100%;}
#tcCheckList tr{ background:url(../images/line_dotted.gif) 0 100% repeat-x;}
#tcCheckList th,
#tcCheckList td{ padding:1px 0 3px;}

#tcCheckList td.tcTd02,
#tcCheckList td.tcTd03{
	white-space:nowrap;}

#tcCheckList th .cell{
	font-weight:bold;
	color:#ff472e;
	text-align:center;
	background:#ffef9b;
	padding:10px 0;
	width:36px;
}

#tcCheckList td .cell{ padding:10px;}

#tcCheckList td.tcTd01 .cell{
	text-align:left;
	vertical-align:middle;
	padding:0 0 0 8px;
	width:262px;
	/width:252px;	/*forIE6-7*/
}
#tcCheckList td.tcTd02 .cell,
#tcCheckList td.tcTd03 .cell{ text-align:center;}
#tcCheckList td.tcTd02 .cell{ background:#f4f4f4;}
#tcCheckList td.tcTd03 .cell{}

#btn_tcTotal{ text-align:center;}



/*tcResult*/
#tcResult{ display:none;}

#tcDegree{
	border:3px solid #ffeb7e;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	background:#f4f4f4;
	margin-bottom:14px;
	padding:12px 12px 9px;
}

#tcDegree .tcGauge{
	position:relative;
	margin-bottom:4px;
	padding-top:15px;
}
#tcDegree .tcGauge .tcArrow{
	position:absolute;
	top:0;
}
#tcDegree .tcGauge .low{ left:98px;}
#tcDegree .tcGauge .middle{ left:204px;}
#tcDegree .tcGauge .high{ left:310px;}

#tcDegree .tsResultText{ display:none;}
#tcDegree .tsResultText .tsConclusion{
	text-align:center;
	border:1px solid #d2d2d2;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background:#fff;
	margin-bottom:7px;
	padding:6px 9px;
}
#tcDegree .tsResultText .tsConclusion strong{
	font-size:14px;
	font-weight:bold;
}


#tcAdvice{
	border:1px solid #fd7f80;
	overflow:auto;
	margin-bottom:14px;
	height:365px;
}

#tcAdvice h3{
	font-weight:bold;
	color:#f00;
	padding:6px 8px;
}

#tcAdvice dl dt{
	background:#f4f4f4;
	display:table;
	width:100%;
}
#tcAdvice dl dt .cell01,
#tcAdvice dl dt .cell02{
	vertical-align:top;
	display:table-cell;
	/display:inline;	/*forIE6-7*/
	/zoom:1;		/*forIE6-7*/
	padding:10px 8px;
}
#tcAdvice dl dt .cell01{
	font-weight:bold;
	color:#f00;
	text-align:center;
	background:#ffef9b;
	padding:10px 0;
	width:36px;
}
#tcAdvice dl dt .cell02{
	background:#f4f4f4;
}

#tcAdvice dl dd{
	padding:6px 8px;
}


#tcResult .tcRelatedLink{
	text-align:center;
}


/*#tcResult{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:527px;
	height:561px;
}
#tcResult #tcResultOverlay{
	background-color:#fff;
	filter:alpha(opacity=60);
	opacity:0.6;
	width:527px;
	height:561px;
}

#tcOutput{
	border:4px solid #f00;
	background-position:0 100%;
	background-repeat:no-repeat;
	background-color:#fff;
	box-shadow:2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow:2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow:2px 2px rgba(0,0,0,0.3);
	position:absolute;
	top:85px;
	left:68px;
	padding:24px 16px;
	width:359px;
	height:273px;
}
.best{ background-image:url(../images/human_condition_best.gif);}
.little-tired{ background-image:url(../images/human_condition_little-tired.gif);}
.tired{ background-image:url(../images/human_condition_tired.gif);}
.very-tired{ background-image:url(../images/human_condition_very-tired.gif);}

#outputTotal{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

#outputTotal span.colA{
	letter-spacing:-1px;
	display:block;
	padding-bottom:60px;
}
#outputTotal span.colA{}*/
/*#outputTotal span.colB{
	display:block;
	_display:inline;	forIE6
	float:left;
	width:149px;
	margin-left:99px;
}
#outputTotal span.colC{
	font-size:24px;
	float:left;
	padding-top:87px;
}


#condition{
	position:absolute;
	top:-13px;
	right:-16px;
}

#btn_tcRetry{ text-align:center;}

#tcResult .tcRelatedLink{
	text-align:center;
	position:absolute;
	top:451px;
	left:102px;
}
*/

/*----clearfix設定----*/
#outputTotal{
	_overflow:visible;
	_height:1px;
	zoom:1;
}
#outputTotal:after{
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0px;
	font-size:0px;
}