@charset "utf-8";

/* ****************************************************************************

	pieces.css
	
-------------------------------------------------------------------------------

	01. orange-bg-box
	02. orange-txt
	
******************************************************************************* */



/* ==

　01. orange-bg-box

=============================================================================== */


#site-n-contents .orange-bg-box {
	background-color: #fbe5c5;
	padding: 15px 19px;
}



/* ==

　02. orange-txt

=============================================================================== */


#site-n-contents .orange-title span.orange-txt {
	color: #cc6600;
}

