@charset "utf-8";
/* CSS Document */

/* リセット */

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,blockquote,table,th,td{
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

address,caption,cite,code,dfn,h1,h2,h3,h4,th,var{
	font-style: normal;
	font-weight: normal;
}

fieldset,img,abbr{ border: 0; }
caption,th{ text-align: left; }
q:before,q:after{ content: ''; }
a{ text-decoration: none; }
img{
	clear: both;
	border: none;
	vertical-align: bottom;
}


/* 全体設定 */
body{
	background:none;
}
#header{
	display:none;
}
#main_image{
	display:none;
}
#left_box{
	display:none;
}
.select_area{
	display:none;
}
.print_out{
	display:none;
}
#footer{
	display:none;
}

#contents_box{
	float:left;
	width:100%!important;
	border:none!important;
	background:none;
}
h3{
	width:100%;
	height:22px;
	padding:6px 0 0 24px;
	font-size:18px;
	font-weight:bold;
	background:none!important;
	border:none;
	border-left:#49b44a 8px solid;
}
th,td{
	border:#dec 1px solid;
}
.all_score{
	width:50px;
}
