@charset "utf-8";

html, body {
	height: 100%;
}
#main {
	overflow:auto;
	padding-bottom: 30px;
} 

#wrapper {
    height: auto !important;
    margin: 0 auto -30px;
    min-height: 100%;
	font-size: 1em;
}

#header {
    background-color: #2D3540;
}
.container {
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	line-height: 1.5;
}
#acplogo {
    background-color: #2D3540;
    border-bottom: 6px solid #FDCF00;
	min-width: 1024px;
}
.acpcontainer {
	width: 1024px;
	margin: 0 auto;
    background-color: #2D3540;
	min-width: 1024px;
}
#acplogo img {
	padding: 7px;
}
#h_bottom {
    background-color: #2D3540;
}
#h_bottom img {
	padding: 5px 0;
}
.header_nav {
	position: relative;

}
.header_nav ul {
	position: absolute;
	right: 0;
	top: -32px;
	margin-right: -10px;
	text-align: center;
	list-style: none;
}
.header_nav li {
	float: left;
	margin-right: 10px;
}
.header_nav li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	width: 100px;
	background: #46505A;
	padding: 5px 5px 10px;
}
.header_nav li.small a {
	display: block;
	color: #FFF;
	text-decoration: none;
	width: 100px;
	background: #46505A;
	padding: 8px 5px 10px;
	font-size: 0.8em;
}
.header_nav li a:hover {
	background: #007EBF;
}
.header_nav li a.current {
	background: #FFF;
	color: #46505A;
}
.editors {
	text-align: center;
	margin: 54px auto 20px;
}
#copyright {
	width: 450px;
	margin: 54px auto 0;
}
.copy {
}
#disclaimer {
	width: 450px;
	margin: 40px auto 20px;
}
#disclaimer p.dis_title, p.copy_title {
	background: #0077BC;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
#disclaimer p, #copyright p {
	margin-top: 0.85em;
	line-height: 1.7;
}
#howto {
	width: 800px;
	margin: 54px auto 20px;
}
#howto .blue {
	color: #007EBF;
	font-weight: bold;
}
#howto .howto_main {
	margin: 20px auto 0;
}
.howto_main ul {
	margin: 10px 30px 0;
}
.howto_main li {
	list-style: disc;
	margin-bottom: 1em;
}
#howto .brows {
	margin: 30px auto 0;
}
.brows .win, .mac {
	margin-bottom: 1em;
	margin-left: 1em;
}
.btn img {
	border:1px solid #46505A;
}
.btns {
	border:1px solid #46505A;
	padding: 10px;
}
.btns:hover{
	border:1px solid #bfc4c4;
	background: #007EBF;
}
.Toparrows {
	margin-left: 30%;
	padding: 15px 0 0 0;
	overflow:hidden !important;
	position: relative;
	width: 69%;
}
#btnTopPrev, #btnTopNext {
	width: 35px;
	height: 30px;
}
#btnTopPrev a, #btnTopNext a {
	display:block;
	border:1px solid #bfc4c4;
	text-indent: -99999px;
}

#btnTopPrev a.prev {
	background: url(../../img/prev_off.gif) 0 0 no-repeat;
	position: absolute;
	left: 0;
	width: 35px;
	height: 30px;
}

#btnTopPrev a.prev:hover {
	background: url(../../img/prev_on.gif) 0 0 no-repeat;
}
#btnTopNext a.next {
	background: url(../../img/next_off.gif) 0 0 no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 15px;
	width: 35px;
	height: 30px;
}

#btnTopNext  a.next:hover {
	background: url(../../img/next_on.gif) 0 0 no-repeat;
}
#q_block {
}
#q_block h1 {
    border-bottom: 2px solid #2D3540;
    font-size: 1.7em;
	font-weight: normal;
    line-height: 2;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    position: relative;
}
#q_block h1 .frac, .AC h1 .frac {
    color: #6C7279;
    font-size: 0.5em;
}
#q_block p {
	line-height: 1.5;
	margin: 1em 0;
}
.Qpoint {
	margin-top: -60px;
	width: 235px;
	float: left;
}
.QPtitle {
	background: #9ad2ef;
	font-weight: bold;
	padding: 5px 12px;
	border-radius: 5px;
}
.QPlist {
	background: #e7f2f9;
	padding: 1px 10px 10px;
	border-radius: 5px;
}
.diabetes, .endocrine {
	font-weight: bold;
}
.diabetes {
	margin-top: -15px;
}
#QPNoD, #QPNoE {
	margin-top: -15px;
	margin-bottom: 12px;
	overflow: hidden;
}
.pager {
	margin-right: 5px;
	cursor: pointer;
	padding: 0;
}
.pager a.NQ {
	background-color: #46505A;
	background-image: none;
	color: #FFF;
	display: block;
	text-decoration: none;
	float: left;
	padding: 0 6px;
	margin-right: 5px;
}
.pager a {
	border:1px solid #46505A;
	background-color: #f4f5f5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
	background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
	*filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
	display: block;
	text-decoration: none;
	float: left;
	padding: 0 6px;
	margin-right: 5px;
	color: #000;
}

.pager a:hover {
	background: #007ebf;
	background-color: #007ebf;
	color: #fff;
}

.Qtext {
	margin-bottom: 24px;
	margin-left: 30%;
	margin-top: -20px;
}
#sec_block {
    padding-bottom: 4em;
	float: right;
	width: 70%;
}
.Qtitle {
    font-size: 1.2em;
	font-weight: bold;
    line-height: 1.25em;
	padding-left: 30%;
}
.Qtitle p {
    border-top: 1px solid #CCCFD1;
    margin: 0;
    padding-top: 0.5em;
}
#sec_block {
	margin-top: 1em;
}
#sec_block .bg {
	margin: 5px;
}
#sec_block label {
	cursor: pointer;
}

#sec_block .sel input {
	/*display: none;*/
	position: absolute;
	top: -99999px;
}
#sec_block .bg:hover {
	background: #ccc;
	border-radius: 3px;
}
#sec_block .bg.fal_nomal {
	background: #FFF;
}
#sec_block .bg.fal_red {
	color: #FF0000;
}
#sec_block .bg.true_green {
	background: #E0F0B2;
	border-radius: 3px;
	background-repeat: no-repeat;
}

#sec_block label span.sel_label {
    background: url("../../img/btn_sprite.png") 0 0 no-repeat;
	cursor: pointer;
	text-align: center;
	width: 31px;
	height: 19px;
	line-height: 1.4;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
#sec_block label span.sel_label {
	margin-right: 5px;
}

#sec_block label span.false {
	background: #E0F0B2;
    background: url("../../img/btn_sprite.png") -32px 0px no-repeat;
	cursor: pointer;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	display: inline-block;
}
#sec_block label span.true {
	background: #E0F0B2;
    background: url("../../img/btn_sprite.png") 0px -20px no-repeat;
	cursor: pointer;
	text-align: center;
	color: #FFF;
	display: inline-block;
}

#graph_block {
	float: left;
	width: 25%;
	font-size: 0.8em;
	margin: 8px 0;
	margin-left: 10px;
	margin-top: 5px;
}
.peer_comparison {
	text-align: right;
	margin-top: -18px;
}
.graph { 
	osition: relative;
	margin-bottom: 12px;
}
.graph:after {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	padding-right: -10px;
}
.graph:after { 
	border-color: rgba(0, 0, 0, 0);
	border-left-color: #000000;
	border-width: 5px;
	top: 50%;
	margin-top: -5px;
	padding-right: -10px;
}
.bar-level-wrapper {
	height: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.bar-level-wrapper {
	margin-bottom: 15px;
}
}
.graph_ex {
	text-align: right;
}
.true_graph {
	background: #99CC00;
	padding-left: 30px;
}
.false_graph {
	background: #E50012;
	padding-left: 30px;
	margin-left: 20px;
}
#ans_block {
	overflow: hidden;
    background: -moz-linear-gradient(center top , #F6F7F7 0%, #FFFFFF 100%) repeat scroll 0 0 #F6F7F7;
    border-top: 1px solid #FFFFFF;
    box-shadow: 0 -1px 0 0 #E6E7E9;
    display: none;
	margin: 4em 0;
}
.ans_blocktitle {
	width: 70%;
	margin-left: 30%;
	border-bottom: 1px solid #5BABD5;
}
AC {
	padding: 0;
}
.AC h1 {
	font-size: 1.5em;
    line-height: 2.5;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
	color: #5BABD5;
	font-weight: normal;
}
.Atext {
	margin-left: 30%;
	margin-top: 1em;
	overflow: hidden;
}
.hit {
	color: #000;
	font-size: 0.9em;
	margin-left: 4em;
	font-weight: normal;
}
.object {
	margin: 1em 0 1em;
	line-height: 1.7;
}
.objblue {
	color: #0077BC;
}
.key {
	line-height: 1.5;
	margin-top: 1.5em;
}
.KP {
	display: block;
	width: 6em;
	background: #650301;
	color: #FFF;
	padding: 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
.pochi {
	color: #650301;
	font-weight: bold;
	font-size: 1.3em;
}
.KPtext {
	line-height: 1.5;
	padding: 5px 10px;
}
.KPtext p {
	padding-left: 0.75em;
	text-indent: -0.75em;
}
.critique {
	line-height: 1.9;
	text-indent: 1em;
}
.critique img.item {
	display: block;
	margin: 8px auto;
}
.bio {
	margin: 1.5em 0;
}
.attention {
	font-size: 0.8em;
	margin: 1.5em 0 2em;
}
#nav_next {
	background-color: #f4f5f5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
	background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
	cursor: pointer;	
	border :1px solid #bfc4c4;
	margin-left: 30%;
	padding: 0;
	height: 30px;
}
#nav_next:hover {
	color: #fff;
	background-image: url(../../img/next_on.gif) 0 0 no-repeat;
	background-color: #007ebf;
}
#btn_bottom1 {
	vertical-align: middle;
	padding-left: 35px;
	line-height: 30px;
}
a.next_arrow  {
	width: 100%;
	height: 30px;
	background: url(../../img/next_off.gif) 0 0 no-repeat;
	font-family:arial, helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	display: block;
}
a.next_arrow:hover {
	background: url(../../img/next_on.gif) 0 0 no-repeat;
	background-color: #007ebf;
	color: #fff;
}


#footer {
	position: relative;
	margin-top: -30px;
	height: 30px;
	clear: both;
	background-color: #F2F3F4;
    color: #333;
	text-align: center;
	width:100%; 
}
#footer p {
	padding-top: 10px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}