@charset "utf-8";

/* ============================================================================= */
/* 文字設定
***********************************************************************************/

/* 文字サイズ
----------------------------------------------------------------------------*/

.fs09 { font-size:    77% !important; }  /* size 9px */
.fs10 { font-size:    85% !important; }  /* size 10px */
.fs11 { font-size:    93% !important; }  /* size 11px */
.fs12 { font-size:   100% !important; }  /* size 12px */
.fs13 { font-size:   108% !important; }  /* size 13px */
.fs14 { font-size:   116% !important; }  /* size 14px */
.fs15 { font-size: 123.1% !important; }  /* size 15px */
.fs16 { font-size:   131% !important; }  /* size 16px */
.fs17 { font-size: 138.5% !important; }  /* size 17px */
.fs18 { font-size: 146.5% !important; }  /* size 18px */
.fs19 { font-size: 153.9% !important; }  /* size 19px */
.fs20 { font-size: 161.6% !important; }  /* size 20px */
.fs21 { font-size:   167% !important; }  /* size 21px */
.fs22 { font-size:   174% !important; }  /* size 22px */
.fs23 { font-size:   182% !important; }  /* size 23px */
.fs24 { font-size:   189% !important; }  /* size 24px */
.fs25 { font-size:   197% !important; }  /* size 25px */


/* 幅・高さ設定
***********************************************************************************/

/* 幅設定
----------------------------------------------------------------------------*/

.w200 { width: 200% !important; }
.w150 { width: 150% !important; }
.w100 { width: 100% !important; }
.w90 { width:  90% !important; }
.w80 { width:  80% !important; }
.w70 { width:  70% !important; }
.w60 { width:  60% !important; }
.w50 { width:  50% !important; }
.w40 { width:  40% !important; }
.w30 { width:  30% !important; }
.w25 { width:  25% !important; }
.w20 { width:  20% !important; }
.w10 { width:  10% !important; }

/* 幅設定 PX
----------------------------------------------------------------------------*/
.w10px { width: 10px !important; }
.w20px { width: 20px !important; }
.w30px { width: 30px !important; }
.w40px { width: 40px !important; }
.w50px { width: 50px !important; }
.w60px { width: 60px !important; }
.w70px { width: 70px !important; }
.w80px { width: 80px !important; }
.w90px { width: 90px !important; }
.w100px { width: 100px !important; }
.w150px { width: 150px !important; }
.w200px { width: 200px !important; }
.w250px { width: 250px !important; }
.w300px { width: 300px !important; }

/* 余白設定
***********************************************************************************/

/* margin
----------------------------------------------------------------------------*/

.mAuto { margin-right: auto !important; margin-left: auto !important; }
.m0 { margin:  0px !important; }
.m5 { margin:  5px !important; }
.m10 { margin: 10px !important; }
.m15 { margin: 15px !important; }
.m20 { margin: 20px !important; }
.m25 { margin: 25px !important; }
.m30 { margin: 30px !important; }
.m50 { margin: 50px !important; }
.m100 { margin: 100px !important; }
.m200 { margin: 200px !important; }
.m300 { margin: 300px !important; }

.mt0 { margin-top:  0px !important; }
.mt5 { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt100 { margin-top: 100px !important; }
.mt200 { margin-top: 200px !important; }
.mt300 { margin-top: 300px !important; }

.mr0 { margin-right:  0px !important; }
.mr5 { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr50 { margin-right: 50px !important; }
.mr100 { margin-right: 100px !important; }
.mr200 { margin-right: 200px !important; }
.mr300 { margin-right: 300px !important; }

.mb0 { margin-bottom:  0px !important; }
.mb5 { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb100 { margin-bottom: 100px !important; }
.mb200 { margin-bottom: 200px !important; }
.mb300 { margin-bottom: 300px !important; }

.ml0 { margin-left:  0px !important; }
.ml5 { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml50 { margin-left: 50px !important; }
.ml100 { margin-left: 100px !important; }
.ml200 { margin-left: 200px !important; }
.ml300 { margin-left: 300px !important; }

.mt1em { margin-top:  1em !important; }
.mt2em { margin-top:  2em !important; }
.mt3em { margin-top: 3em !important; }
.mt4em { margin-top: 4em !important; }
.mt5em { margin-top: 5em !important; }

.mb1em { margin-bottom:  1em !important; }
.mb2em { margin-bottom:  2em !important; }
.mb3em { margin-bottom: 3em !important; }
.mb4em { margin-bottom: 4em !important; }
.mb5em { margin-bottom: 5em !important; }

/* padding
----------------------------------------------------------------------------*/

.p0 { padding:  0px !important; }
.p5 { padding:  5px !important; }
.p10 { padding: 10px !important; }
.p15 { padding: 15px !important; }
.p20 { padding: 20px !important; }
.p25 { padding: 25px !important; }
.p30 { padding: 30px !important; }
.p50 { padding: 50px !important; }
.p100 { padding: 100px !important; }
.p200 { padding: 200px !important; }
.p300 { padding: 300px !important; }

.pt0 { padding-top:  0px !important; }
.pt5 { padding-top:  5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 {padding-top: 40px !important;}
.pt50 { padding-top: 50px !important; }
.pt100 { padding-top: 100px !important; }
.pt200 { padding-top: 200px !important; }
.pt300 { padding-top: 300px !important; }

.pr0 { padding-right:  0px !important; }
.pr5 { padding-right:  5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr50 { padding-right: 50px !important; }
.pr100 { padding-right: 100px !important; }
.pr200 { padding-right: 200px !important; }
.pr300 { padding-right: 300px !important; }

.pb0 { padding-bottom:  0px !important; }
.pb5 { padding-bottom:  5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 {padding-bottom: 40px !important;}
.pb50 { padding-bottom: 50px !important; }
.pb100 { padding-bottom: 100px !important; }
.pb200 { padding-bottom: 200px !important; }
.pb300 { padding-bottom: 300px !important; }

.pl0 { padding-left:  0px !important; }
.pl5 { padding-left:  5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl50 { padding-left: 50px !important; }
.pl100 { padding-left: 100px !important; }
.pl200 { padding-left: 200px !important; }
.pl300 { padding-left: 300px !important; }

.pt1em { padding-top:  1em !important; }
.pt2em { padding-top:  2em !important; }
.pt3em { padding-top: 3em !important; }
.pt4em { padding-top: 4em !important; }
.pt5em { padding-top: 5em !important; }

.pb1em { padding-bottom:  1em !important; }
.pb2em { padding-bottom:  2em !important; }
.pb3em { padding-bottom: 3em !important; }
.pb4em { padding-bottom: 4em !important; }
.pb5em { padding-bottom: 5em !important; }

/* レイアウト設定
***********************************************************************************/

/* ディスプレイ
----------------------------------------------------------------------------*/

.dispBlock { display: block !important }
.dispInline { display: inline !important }
.dispInBlock { display: inline-block !important; }
.dispTable{display: table !important;}
.dispTableCell{display: table-cell !important;}

/* アルファ透明度
***********************************************************************************/
.opacity {
	opacity: 0.5;
}

/* 角丸
***********************************************************************************/
.radius {
	border-radius:10px 10px 10px 10px;
}
.radius4 {
	border-radius:4px;
}
.radius5 {
	border-radius:5px;
}
.radius10 {
	border-radius:10px;
}
/*********************************************************************************************************************
*PC・スマホ表示切替
**********************************************************************************************************************/
	.pcNone{
		display:none;
	}
	@media screen and (max-width:568px) {
		.pcNone {
			display:block
		}
		.spNone {
			display:none
		}
	}