@charset "utf-8";

/**************************************
	URL       : http://cyberstep.com/kdj/
	Copyright : CyberStep
	Name      : synthesis.css
	Ver       : 1.0
	file      : synthesis/
**************************************/

/* index ---------------------------------
--------------------------------- index */

/* ==========================================
	Contents
========================================== */

h2 {
	background: url(../../../common/images/synthesis/sprite_synthesis.png) 0px 0px no-repeat;
}

/* Button */
.btn {
	background-color: #054346;
}
.btn:hover {
	background-color: #087074;
}

.bg_category {
	background-image: url(../../../common/images/bg_sprite.png);
	background-position: -960px bottom;
}

/* ==========================================
	Demo
========================================== */
#body_demo #contents #plugin_inst {
	border: solid 1px #555;
	background: #111;
}
#body_demo #contents #plugin_inst * {
	display: block;
	margin: 10px auto;
}
#body_demo #contents .img_plugin {
	width: 640px;
	height: 320px;
}

#body_demo #contents p.synthesis_detail {
	padding: 10px;
	padding-right: 100px;
	background: url(../../../common/images/synthesis/sprite_synthesis.png) no-repeat -240px -130px ;
}