@charset "UTF-8";


#main_single{
	position:relative;
	background-color:#ffffff;
/*	padding-bottom:60px;*/
	overflow: hidden;
	/* Release FLOAT of "side_menu" and "content" */
	zoom:1;		/* IE6 */
}

#content_single{
	width:632px;
	float:left;
}


/*
 *----------------------------------------------------------
 * Main_Single decoration
 *----------------------------------------------------------
 */

#main_single #nojs img.top_img{
	display:block;
	margin:5px 0 10px 0;
	border:1px solid #9c9c9c;
}

#main_single #js img.top_img{
	display:none;
	margin:5px 0 10px 0;
	border:1px solid #9c9c9c;
}




/*
 *----------------------------------------------------------
 * Content_Single decoration
 *----------------------------------------------------------
 */

#content_single h2{
	width:632px;
	height:20px;
	line-height:20px;
	background-image:url(../images/cnt_sbjmark.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	border-bottom:1px solid #9c9c9c;
	font-size:123.1%;
	text-indent:30px;
	margin:0;
	padding:0;
	color:#384b8a;
}

#content_single p{
	font-size:100%;
	color:#666;
	margin-top:10px;
}

#content_single img{
	border-style:none;
	margin-right: 2px;
}




/* Mobile (sp)
=================================================== */
@media screen and (max-width: 480px) {
#main_single #nojs img.top_img{
	width:100%;
}
#main_single #js img.top_img{
	width:100%;
}
.topimageH{
	height:auto !important;
}
#content_single{
	width:100%;
	float:none;
}
#content_single h2{
	width:100%;
	height:auto;
	line-height:1.2em;
	background-image:none;
	border-bottom:1px solid #9c9c9c;
	border-left:4px solid #9c9c9c;
	font-size:105%;
	text-indent:0;
}
#content_single p{
	margin:0 0 15px 0;
}

#content_single .imgCenter{
	margin:0 auto;
	text-align:center;
}
#content_single img{
	margin: 4px;
	max-width:98%;
}


}
