@charset "utf-8";

/*
	* Name: width.css
	* License: MIT License
	  - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license

	* Contents:
	  - 初期設定 - 横幅 -
	    - 01. 初期設定 - サイズ指定(%) -
	    - 02. 初期設定 - サイズ指定(px) -


/* Stylesheet Document */

@media all {

	/* ========================================
	   * 初期設定 - 横幅 -
	======================================== */

	.wauto {
		width: auto !important;
	}


	/* ========================================
	   * 01. 初期設定 - サイズ指定(%) -
	======================================== */

	.w10p {
		width: 10% !important;
	}

	.w15p {
		width: 15% !important;
	}

	.w20p {
		width: 20% !important;
	}

	.w25p {
		width: 25% !important;
	}

	.w30p {
		width: 30% !important;
	}

	.w35p {
		width: 35% !important;
	}

	.w40p {
		width: 40% !important;
	}

	.w45p {
		width: 45% !important;
	}

	.w50p {
		width: 50% !important;
	}

	.w55p {
		width: 55% !important;
	}

	.w60p {
		width: 60% !important;
	}

	.w65p {
		width: 65% !important;
	}

	.w70p {
		width: 70% !important;
	}

	.w75p {
		width: 75% !important;
	}


	.w80p {
		width: 80% !important;
	}

	.w85p {
		width: 85% !important;
	}

	.w90p {
		width: 90% !important;
	}

	.w95p {
		width: 95% !important;
	}

	.w100p {
		width: 100% !important;
	}


	/* ========================================
	   * 02. 初期設定 - サイズ指定(px) -
	======================================== */

	.w10 {
		width: 10px !important;
	}

	.w20 {
		width: 20px !important;
	}

	.w30 {
		width: 30px !important;
	}

	.w40 {
		width: 40px !important;
	}

	.w50 {
		width: 50px !important;
	}

	.w60 {
		width: 60px !important;
	}

	.w70 {
		width: 70px !important;
	}

	.w80 {
		width: 80px !important;
	}

	.w90 {
		width: 90px !important;
	}

	.w100 {
		width: 100px !important;
	}

	.w150 {
		width: 150px !important;
	}

	.w200 {
		width: 200px !important;
	}

	.w250 {
		width: 250px !important;
	}

	.w300 {
		width: 300px !important;
	}

	.w350 {
		width: 350px !important;
	}

	.w400 {
		width: 400px !important;
	}

	.w450 {
		width: 450px !important;
	}

	.w500 {
		width: 500px !important;
	}

	.w550 {
		width: 550px !important;
	}

	.w600 {
		width: 600px !important;
	}

	.w650 {
		width: 650px !important;
	}

	.w700 {
		width: 700px !important;
	}

	.w750 {
		width: 750px !important;
	}

	.w800 {
		width: 800px !important;
	}

	.w850 {
		width: 850px !important;
	}

	.w900 {
		width: 900px !important;
	}

	.w950 {
		width: 950px !important;
	}

	.w1000 {
		width: 1000px !important;
	}

}