#canvasgraph1{
	width:100%;
	display:none;
}
#canvasgraph1_png{
	width:90%;
	max-width:400px;
}


body{
	font-size:20px !important;
	margin:0px !important;
	padding:0px !important;
	-webkit-text-size-adjust: 100%;
	background-color:#ffeeee;
	background-image:url(../image/bg.png);
	background-repeat:repeat;
}


@media (min-width:650px){
	.shindanbody{
	max-width:740px;
	background-color:#f6f5f2;
	width:90%;
	padding:20px;
	margin-top:30px;
	margin-bottom:30px;
	box-shadow: 3px 3px 5px #666; /*CSS3*/
	-moz-box-shadow: 3px 3px 5px #666; /* Firefox用*/
	-webkit-box-shadow: 3px 3px 5px #666; /* Google Chrome, Safari用*/
	}
	.shindanbody_q{
	max-width:500px;
	background-color:#f6f5f2;
	width:90%;
	padding:20px;
	margin-top:30px;
	margin-bottom:30px;
	box-shadow: 3px 3px 5px #666; /*CSS3*/
	-moz-box-shadow: 3px 3px 5px #666; /* Firefox用*/
	-webkit-box-shadow: 3px 3px 5px #666; /* Google Chrome, Safari用*/
	}
}
@media (max-width:650px) and (min-width:371px){
	.shindanbody{
	background-color:#f6f5f2;
	width:94%;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:3px;
	padding-right:3px;
	margin-top:30px;
	margin-bottom:30px;
	box-shadow: 3px 3px 5px #666; /*CSS3*/
	-moz-box-shadow: 3px 3px 5px #666; /* Firefox用*/
	-webkit-box-shadow: 3px 3px 5px #666; /* Google Chrome, Safari用*/
	}
	.shindanbody_q{
	background-color:#f6f5f2;
	width:94%;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:3px;
	padding-right:3px;
	margin-top:30px;
	margin-bottom:30px;
	box-shadow: 3px 3px 5px #666; /*CSS3*/
	-moz-box-shadow: 3px 3px 5px #666; /* Firefox用*/
	-webkit-box-shadow: 3px 3px 5px #666; /* Google Chrome, Safari用*/
	}
}
@media (max-width:370px){
	.shindanbody{
	background-color:#f6f5f2;
	width:97%;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:3px;
	padding-right:3px;
	margin-top:30px;
	margin-bottom:30px;
	box-shadow: 3px 3px 5px #666; /*CSS3*/
	-moz-box-shadow: 3px 3px 5px #666; /* Firefox用*/
	-webkit-box-shadow: 3px 3px 5px #666; /* Google Chrome, Safari用*/
	}
	.shindanbody_q{
	background-color:#f6f5f2;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:3px;
	padding-right:3px;
	margin-top:30px;
	margin-bottom:30px;
	box-shadow: 3px 3px 5px #666; /*CSS3*/
	-moz-box-shadow: 3px 3px 5px #666; /* Firefox用*/
	-webkit-box-shadow: 3px 3px 5px #666; /* Google Chrome, Safari用*/
	}
}



.resultdata{
	margin-top:20px;
	margin-bottom:20px;
	background-color:#DBDAD5;
	border:0px;
	border-radius:5px;
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
}


.graphdiv{
	padding-top:5px;
	padding-bottom:5px;
}
.progress-bar-success{
	background-color:#b38b7e !important;
}
.maincommentblock{
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	font-size:20px;
	max-width:94%;
	background-color:#938b86;
	color:#e1dfcb;
	border:5px solid #e1dfcb;
}
.section-heading{
	font-weight:bold;
	margin-bottom:15px;
}
.section-body{
	margin-bottom:15px;
	color:#837b76;
	font-size:16px;
}
.section-index{
	padding:10px;
	border-radius:10px;
	-webkit-border-radius:10px; 
	-moz-border-radius:10px;
	background-color:#938b86;
	color:#f1f1f1;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	margin-bottom:15px;
}
.smalllabel{
	font-size:14px;
}
.my-info{
	border-radius:10px;
	-webkit-border-radius:10px; 
	-moz-border-radius:10px;
	border:1px solid #ccc;
	padding:10px;
	background-color:#AE8C77;
	color:#fff;
}
.my-info a{
	color:#ffdddd;
	font-weight:bold;
}
.underFrame{
	background-color:#fff !important;
}
.sougouP{
	font-size:70px !important;
	color:#938b86;
	text-align:center !important;
}



.logo{
	max-width:94%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:20px;
	margin-bottom:30px;
}

.logoimage{
	max-width:100%;
}

.shindan_note{
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	font-size:20px;
	max-width:94%;
	background-color:#938b86;
	color:#e1dfcb;
	border:5px solid #e1dfcb;
}


/*
question page
*/

.q_pretext{
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
	font-size:20px;
}

.questionLabel{
	display:none;
	font-size:20px;
	margin-top:15px;
	margin-bottom:15px;
	padding:15px;
	border-radius:10px;
	-webkit-border-radius:10px; 
	-moz-border-radius:10px;
	border:1px solid #555;
	color:#555;
	font-weight:bold;
}
.answer{
	display:none;
	font-size:20px;
	margin-bottom:15px;
	padding-left:20px;
}
.answer label{
	font-weight:normal !important;
}
