@charset "utf-8";

/*=========================================================
	index
		1. heading level1
		2. heading level2
		3. heading level3
		4. heading level4 - level6
=========================================================*/

/* 4.heading
=========================================================*/
#exam #content h1{
	clear:both;
	margin:0 0 1.5em;
	padding:0 0 10px;
	border-bottom:3px solid #548550;
	font-size:160%;
}
#exam #content h1.ind,
#exam #content #category{
	width:660px;
	height:100px;
	margin:0 0 20px;
	padding:0;
	border:none;
	background:url(../../exam/images/ind_ptit.jpg) no-repeat;
}
#exam #content h1.ind span,
#exam #content #category span{
	display:none;
}
#exam #content h2 span{
	clear:both;
	display:block;
	margin:1.6em 0 0;
	padding:2px 0 0 10px;
	border-left:5px solid #548550;
	font-size:130%;
}
#exam #content h2{
	border-bottom:1px solid #CCCCCC;
	margin-bottom:15px;
	padding-bottom: 5px;
}

#exam #content h3{
	border-bottom: 3px solid #444;
	margin: 35px 0 15px 0;
	padding-bottom: 5px;
}

#exam #content h4{
	border-bottom: 1px solid #CCCCCC;
	margin: 40px 0 15px 0;
	padding-bottom: 5px;
}


/* 4.
=========================================================*/
#exam table.ind td{
	padding:0.5em 0;
	background:url(../images/for_brdd_bg.gif) repeat-x top;
	font-size:110%;
	line-height:1.6;
}
#exam table.ind td a{
	padding-left:10px;
	background:transparent url(../images/for_ico_Snext.gif) no-repeat left center;
	min-height:6px;
	height:auto !important;
	height:6px;
}
#exam table.ind tr.start td{
	padding-top:0;
	background:none;
}

#exam .notes{
	font-size:75%;
}

@media screen and (max-width: 600px) {

img {
	width: 100%;
	height: auto;
}/* add */

img.sp-auto {
	width: auto;
	height: auto;
}/* add */

img.m-auto {
	margin: 0 !important;
}/* add */

#content p a {
	word-wrap: break-word;
}/* add */

#exam #content h1.ind,
#exam #content #category{
	width: 100%;
	height:auto;
	margin:0 0 20px;
	padding:0;
	border:none;
	background: none;
	font-weight: bold;
	color:#458C00;
}
#exam #content h1.ind span,
#exam #content #category span{
	display: block;
	padding:10px;
	border: 1px solid #41a471;
}


}