@charset "utf-8";

/*
	* Name: space.css
	* License: MIT License
	  - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license
 */


/* Stylesheet Document */

@media screen {

	/* ========================================
	   * 01. 初期設定 - Margin -
	======================================== */

	.nomgn {
		margin: 0 !important;
	}

	.nomgn_b {
		margin-bottom: 0 !important;
	}

	.nomgn_l {
		margin-left: 0 !important;
	}

	.nomgn_r {
		margin-right: 0 !important;
	}

	.nomgn_t {
		margin-top: 0 !important;
	}
	
	.mgn_r15{
		margin-right: 15px !important;
	}
	.mgn_r10{
		margin-right: 13px !important;
	}

	.mgn_b4 {
		margin-bottom: 4px !important;
	}
	
	.mgn_b5 {
		margin-bottom: 5px !important;
	}
	.mgn_b11 {
		margin-bottom: 11px !important;
	}

	.mgn_b12 {
		margin-bottom: 12px !important;
	}

	.mgn_b30 {
		margin-bottom: 30px !important;
	}
	
	.mgn_b50 {
		margin-bottom: 50px !important;
	}
	
	.mgn_b70 {
		margin-bottom: 70px !important;
	}
	
	.mgn_b100 {
		margin-bottom: 100px !important;
	}
	
	.mgn_t20 {
		margin-top: 20px !important;
	}
	.mgn_t40 {
		margin-top: 40px !important;
	}


	/* ========================================
	   * 02. 初期設定 - Padding -
	======================================== */

	.nopdg {
		padding: 0 !important;
	}

	.nopdg_b {
		padding-bottom: 0 !important;
	}

	.nopdg_l {
		padding-left: 0 !important;
	}

	.nopdg_r {
		padding-right: 0 !important;
	}

	.nopdg_t {
		padding-top: 0 !important;
	}

}