@charset "Shift_JIS";
/*
########################################################

　rs_spacer.css
　余白調整用CSS
 
########################################################
*/


/*********************************************
 * マージン
 *********************************************/

 /*　全マージン1　（全方向同じ値）
 ------------------------------------------- */
 #rs .mw1_10		{margin:		10px		!important;}
 #rs .mw1_15		{margin:		15px		!important;}

 
 /*　全マージン2　（上下、左右がそれぞれ同じ値）
 ------------------------------------------- */
 #rs .mw2_5_10	{margin:		5px 10px	!important;}
 #rs .mw2_10_0	{margin:		10px 0px	!important;}
 #rs .mw2_10_5	{margin:		10px 5px	!important;}
 #rs .mw2_10_15	{margin:		10px 15px	!important;}
 #rs .mw2_15_10	{margin:		15px 10px	!important;}
 #rs .mw2_15_0	{margin:		15px 0px	!important;}
 #rs .mw2_20_0	{margin:		20px 0px	!important;}

 
 /*　上マージン
 ------------------------------------------- */
 #rs .mt2 		{margin-top: 	2px			!important;}
 #rs .mt5		{margin-top:	5px			!important;}
 #rs .mt10		{margin-top:	10px		!important;}
 #rs .mt15		{margin-top:	15px		!important;}
 #rs .mt20		{margin-top:	20px		!important;}
 #rs .mt25		{margin-top:	25px		!important;}

 
 /*　右マージン
 ------------------------------------------- */
 #rs .mr5 		{margin-right: 	5px			!important;}
 #rs .mr15 		{margin-right: 	15px		!important;}

 
 /*　下マージン
 ------------------------------------------- */
 #rs .mb2 		{margin-bottom: 2px			!important;}
 #rs .mb5 		{margin-bottom: 5px			!important;}
 #rs .mb10 		{margin-bottom: 10px		!important;}
 #rs .mb15 		{margin-bottom: 15px		!important;}
 #rs .mb20 		{margin-bottom: 20px		!important;}
 #rs .mb25 		{margin-bottom: 25px		!important;}

 
 /*　左マージン
 ------------------------------------------- */
 #rs .ml5 		{margin-left: 	5px			!important;}
 #rs .ml15 		{margin-left: 	15px		!important;}
 #rs .ml20 		{margin-left: 	20px		!important;}
 #rs .ml25 		{margin-left: 	25px		!important;}
 #rs .ml50 		{margin-left: 	50px		!important;}
 #rs .ml75 		{margin-left: 	75px		!important;}
 #rs .ml230 		{margin-left: 	230px		!important;}


/*********************************************
 * パディング
 *********************************************/

 /*　全パディング1　（全方向同じ値）
 ------------------------------------------- */
 #rs .pw1_10		{padding:		10px		!important;}
 #rs .pw1_15		{padding:		15px		!important;}
 #rs .pw1_20		{padding:		20px		!important;}

 
 /*　全パディング2　（上下、左右がそれぞれ同じ値）
 ------------------------------------------- */
 #rs .pw2_10_5	{padding:		10px 5px	!important;}
 #rs .pw2_10_15	{padding:		10px 15px	!important;}
 #rs .pw2_15_10	{padding:		15px 10px	!important;}
 #rs .pw2_20_15	{padding:		20px 15px	!important;}

 
 /*　上パディング
 ------------------------------------------- */
 #rs .pt10 		{padding-top: 	10px		!important;}

 
 /*　下パディング
 ------------------------------------------- */
 #rs .pb10 		{padding-bottom: 10px		!important;}
 #rs .pb15 		{padding-bottom: 15px		!important;}
 
 
 
