#vcs_container *{
	font-size: 14px;
}

#vcs_top_function_list li{
	list-style-type: none;
	font-size: 14px;
}

#vcs_section_q{
	background: url(image/local/vcs_sub_mark_q.png) no-repeat 0 0;
	width: 690px;
	/*min-height: 200px;*/
}
#vcs_section_a{
	background: url(image/local/vcs_sub_mark_a.png) no-repeat 0 0;
	width: 690px;
	min-height: 200px;
}

.vcs_qa_section p, .vcs_qa_section li, #vcs_answer_video_stream{
	margin-left: 60px;
}

#vcs_section_q li,#vcs_select_list li{
	list-style-type: none;
	padding: 8px 3px 7px 6px;
	//border-radius: 4px;
	border-top: 1px dotted #dddddd;
}

#vcs_section_a li{
	list-style-type: none;
}

#vcs_section_q li:hover{
	background: url(image/local/vcs_hover_select_list_bg.png);
}

#vcs_section_q li.q_selected{
	background-image: none;
}

.vcs_qa_section{
	margin-bottom: 20px;
}

#vcs_answer_disp li{
	margin-top: 5px;
}

.vcs_green_btn, .vcs_winered_btn, .vcs_gray_btn, .vcs_orange_btn, .vcs_blue_btn, .vcs_black_btn{
	display: inline-box;
	padding: 5px 8px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: white;
	border-radius: 4px;
}

.vcs_gray_btn{background-color: #dddddd; cursor: default; }
.vcs_gray_btn:hover{background-color: #dddddd;}

.vcs_green_btn{background-color: #7b9d64;}
.vcs_winered_btn{background-color: #8b0e2e;}
#vcs_orange_btn{background-color: #e36200;}
.vcs_orange_btn{background-color: #ffea00; color: black;}
.vcs_blue_btn{background-color: #7fbbfa;}
.vcs_black_btn{background-color: #333333;}

.vcs_green_btn:hover{background-color: #92af7e;}
.vcs_winered_btn:hover{background-color: #b33e5c;}
#vcs_orange_btn:hover{background-color: #ff760d;}
.vcs_orange_btn:hover{background-color: #ffea00; color: black;}
.vcs_blue_btn:hover{background-color: #b0d6ff;}
.vcs_black_btn:hover{background-color: #888888;}

#vcs_sub_monitor{
	width: 700px;
	height: 132px;
	background: url(image/local/vcs_sub_monitor.png) no-repeat 0 0;
	overflow: hidden;
}

#vcs_ans_judge_div, #vcs_monitor_txt_div{
	float: left;
	height: 132px;
}

#vcs_monitor_txt_div{
	color: white;
	font-weight: bold;
	margin-left: 38px;
	margin-top: 21px;
	font-size: 16px;
}

#vcs_monitor_txt_div p{
	font-size: 16px;
	margin-top: 5px;
	line-height: 1;
}

#vcs_monitor_txt_div span{
	font-size: 16px;
}

#vcs_ans_judge_div{
	width: 63px;
	margin-left: 155px;
	margin-top: 21px;
}

#vcs_container{
	min-height: 350px;
}

.q_img_common{
	margin-left: 60px;
}
#q_str,#prev_q_str{
	font-size: 16px;
	min-height: 25px;
	margin-left: 60px;
}

#vcs_q_btn_wrap{
	padding-top: 10px;
	padding-bottom: 5px;
	//overflow: hidden;
}

#vcs_answer_disp li, #vcs_answer_disp li strong{
	font-size: 14px;
	line-height: 1.3;
}

#vcs_cate_ul a{
	text-decoration: none;
}

#vcs_cate_ul li{
	list-style-type: none;
}


.vcs_cate_li{
	padding: 10px 0px 8px 0px;
	margin: 0 0 10px;
	cursor: pointer;
	//border-left: 6px solid #555555;
	//border-right: 6px solid #555555;
	background: #dddddd;
	text-decoration: none;
	font-size: 14px;
	color: black;
	border-radius: 20px;
}

#vcs_cate_ul .vcs_cate_li_ttl{
	width: 140px;
	display: inline-block;
	font-size: 14px;
}

#vcs_demo_btn{
	cursor: pointer;
	margin-bottom: 100px;
}

.vcs_top_function_list{
	background: url(image/local/vcs_top_subttl_icon.png) no-repeat 0 0;
	height: 22px;
	border-bottom: 1px dotted #999;
	font-size: 16px;
	padding-left: 47px;
	padding-top: 2px;
	width: 91.5%;
}

#vcs_radio_list li,#vcs_radio_list li span, #vcs_select_list li,#vcs_select_list li span{
	font-size: 13px;
}

#vcs_radio_list li, #vcs_select_list li{
	padding-left: 2em;
	text-indent: -1.3em;
}

#vcs_q_hint, #vcs_a_explain{
	font-size: 14px;
	padding: 5px 10px 4px 10px;
	border-radius: 4px;
	//width: 610px;
	background-color: #7B9D64;
	color: white;
}

#vcs_a_explain{
	text-indent: -3em;
	padding-left: 4em;
}

#vcs_q_hint{
	text-indent: -4em;
	padding-left: 5em;
}

.vcs_radio{
	width: 0px;
	overflow: hidden;
}

#vcs_radio_list{
	background: url(image/local/vcs_q_select_list_bg.png) no-repeat bottom right;
}

#vcs_select_list{
	background: url(image/local/vcs_a_select_list_bg.png) no-repeat bottom right;
}

#vcs_cate_table{
	width: 98.5%;
}

#vcs_cate_table td, #vcs_cate_table th{
	padding: 4px 10px;
}

#vcs_cate_table tr{
	background-color: #f5f5f5;
}

#vcs_cate_table th{
	background-color: #777777;
	color: white;
}

.vcs_log_name{
	text-align: left;
}

.vcs_log_num{
	text-align: right;
}

#vcs_all_log{
	margin-left: 2px;
}

#vcs_all_log div{
	//width: 48.2%;
	//width: 18%;
	padding-top: 12px;
	padding-bottom: 6px;
	border: 2px solid #cccccc;
	margin-right: 1.5%;
	border-radius: 6px;
	background-color: #f1f1f1;
}

#vcs_all_log div p{
	margin-left: 15px;
	margin-right: 15px;
	line-height: 1.1;
	font-size: 13px;
	text-align: center;
}
#vcs_all_log div p span{
	font-weight: bold;
	font-size: 34px;
}

.vcs_log_num{
	width: 40px;
}

.vcs_log_graph{
	width: 300px;
}

.vcs_loglist{
	margin-bottom: 15px;
	list-style-type: none;
}

.log_graphA{
	height: 12px;
	border-radius: 8px 0 0 8px;
	background: lightgreen;
	margin-top: 3px;
}

.log_graphA{
	height: 12px;
	border-radius: 8px 0 0 8px;
	background: lightgreen;
	margin-top: 3px;
}

.log2_graphA{
	height: 12px;
	border-radius: 8px 0 0 8px;
	background: #e68d8d;
	margin-top: 3px;
}

.log_graphB{
	height: 12px;
	border-radius: 0 8px 8px 0;
	background: #999999;
	margin-top: 3px;
}

#vcs_cate_table tr.vcs_log_tr_even{
	background: #eaeaea;
}

#vcs_log_enen_tgl_btn,#vcs_log_enen_tgl_btn2{
	padding: 5px 8px;
	border: 1px solid #999;
	background-color: #EEE;
	margin-bottom: 6px;
	border-radius: 2px;
	display: inline-table;
	cursor: pointer;
}

#vcs_ans_ttlbox,#vcs_yourans_ttlbox,#vcs_ans_ttlbox_m,#vcs_yourans_ttlbox_m{
	display: inline-block;
	color: white;
	border-radius: 0px;
	margin-right: 6px;
	vertical-align: top;
}

#vcs_ans_ttlbox{padding: 4px 6px 2px; background-color: #ff0000;}
#vcs_yourans_ttlbox{padding: 4px 6px 2px; background-color: #000000;}
#vcs_ans_ttlbox_m{padding: 4px 6px; background-color: #ff0000;}
#vcs_yourans_ttlbox_m{padding: 4px 6px; background-color: #000000;}

#vcs_ans_box_m{
	display: inline-block;
	width: 370px;
	margin-top: 4px;
}

#vcs_ans_box{
	display: inline-block;
	width: 580px;
	margin-top: 4px;
}

#vcs_yourans_box_m{
	display: inline-block;
	width: 315px;
	margin-top: 4px;
}

#vcs_yourans_box{
	display: inline-block;
	width: 525px;
	margin-top: 4px;
}

#vcs_navitxt_ans{
	text-align: center;
}
