@charset "utf-8";
/* CSS Document */

/*
【命名ルール】

・ID名、クラス名はキャメルケース(動詞＋名詞)でつける

・ID名をつける場合は以下で統一する
#header		ヘッダー領域
#footer		フッター領域
#contents	コンテンツ領域
#wrapper	ラッパー用
#top		ページ上部へ戻るボタン
#ad			広告の領域
#mainPage	ページごとのユニークID
#form		フォーム要素につけるID

・JSのイベントのトリガーでのみ使用するID、クラス名は先頭にjs-をつける


*/


/******************************************************************************************

	<css/asset.css>

*******************************************************************************************/

/*==========================================================================================

	// 共通class

==========================================================================================*/
.fz_max {
  font-size: 24px !important;
}
.fz_big {
  font-size: 18px !important;
}
.fz_usually {
  font-size: 14px !important;
}
.fz_small {
  font-size: 12px !important;
}
.fz_min {
  font-size: 10px !important;
}


/* テキストの位置　横 */
.tLeft { text-align: left !important; }
.tCenter { text-align: center !important; }
.tRight { text-align: right !important; }

/* テキストの位置　縦 */
.vTop { vertical-align: top !important; }
.vMiddle { vertical-align: middle !important; }
.vBottom { vertical-align: bottom !important; }

/* フォントの大きさ */
.fs0 { font-size: 0px;}
.fs6 { font-size: 6px; font-size: 0.6rem !important; }
.fs7 { font-size: 7px; font-size: 0.7rem !important; }
.fs8 { font-size: 8px; font-size: 0.8rem !important; }
.fs9 { font-size: 9px; font-size: 0.9rem !important; }
.fs10 { font-size: 10px; font-size: 1.0rem !important; }
.fs11 { font-size: 11px; font-size: 1.1rem !important; }
.fs12 { font-size: 12px; font-size: 1.2rem !important; }
.fs13 { font-size: 13px; font-size: 1.3rem !important; }
.fs14 { font-size: 14px; font-size: 1.4rem !important; }
.fs15 { font-size: 15px; font-size: 1.5rem !important; }
.fs16 { font-size: 16px; font-size: 1.6rem !important; }
.fs17 { font-size: 17px; font-size: 1.7rem !important; }
.fs18 { font-size: 18px; font-size: 1.8rem !important; }
.fs19 { font-size: 19px; font-size: 1.9rem !important; }
.fs20 { font-size: 20px; font-size: 2.0rem !important; }
.fs21 { font-size: 21px; font-size: 2.1rem !important; }
.fs22 { font-size: 22px; font-size: 2.2rem !important; }
.fs23 { font-size: 23px; font-size: 2.3rem !important; }
.fs24 { font-size: 24px; font-size: 2.4rem !important; }
.fs25 { font-size: 25px; font-size: 2.5rem !important; }
.fs26 { font-size: 26px; font-size: 2.6rem !important; }
.fs27 { font-size: 27px; font-size: 2.7rem !important; }
.fs28 { font-size: 28px; font-size: 2.8rem !important; }
.fs29 { font-size: 29px; font-size: 2.9rem !important; }
.fs30 { font-size: 30px; font-size: 3.0rem !important; }
.fs31 { font-size: 31px; font-size: 3.1rem !important; }
.fs32 { font-size: 32px; font-size: 3.2rem !important; }
.fs33 { font-size: 33px; font-size: 3.3rem !important; }
.fs34 { font-size: 34px; font-size: 3.4rem !important; }
.fs35 { font-size: 35px; font-size: 3.5rem !important; }
.fs36 { font-size: 36px; font-size: 3.6rem !important; }
.fs37 { font-size: 37px; font-size: 3.7rem !important; }
.fs38 { font-size: 38px; font-size: 3.8rem !important; }
.fs39 { font-size: 39px; font-size: 3.9rem !important; }
.fs40 { font-size: 40px; font-size: 4.0rem !important; }
.fs41 { font-size: 41px; font-size: 4.1rem !important; }
.fs42 { font-size: 42px; font-size: 4.2rem !important; }
.fs43 { font-size: 43px; font-size: 4.3rem !important; }
.fs44 { font-size: 44px; font-size: 4.4rem !important; }
.fs45 { font-size: 45px; font-size: 4.5rem !important; }
.fs46 { font-size: 46px; font-size: 4.6rem !important; }
.fs47 { font-size: 47px; font-size: 4.7rem !important; }
.fs48 { font-size: 48px; font-size: 4.8rem !important; }
.fs49 { font-size: 49px; font-size: 4.9rem !important; }
.fs50 { font-size: 50px; font-size: 5.0rem !important; }
.fs60 { font-size: 60px; font-size: 6.0rem !important; }
.fs70 { font-size: 70px; font-size: 7.0rem !important; }
.fs79 { font-size: 79px; font-size: 7.9rem !important; }
.fs80 { font-size: 80px; font-size: 8.0rem !important; }
.fs90 { font-size: 90px; font-size: 9.0rem !important; }
.fs100 { font-size: 100px; font-size: 10rem !important; }

/* フォントの太さ */
.fwN { font-weight: normal !important; }
.fwB { font-weight: bold !important; }

/* line-height */
.lH { line-height: initial !important; }
.lH0 { line-height: 0 !important; }
.lH1 { line-height: 1 !important; }
.lH11 { line-height: 1.1 !important; }
.lH12 { line-height: 1.2 !important; }
.lH13 { line-height: 1.3 !important; }
.lH14 { line-height: 1.4 !important; }
.lH15 { line-height: 1.5 !important; }
.lH16 { line-height: 1.6 !important; }
.lH17 { line-height: 1.7 !important; }
.lH18 { line-height: 1.8 !important; }
.lH19 { line-height: 1.9 !important; }
.lH20 { line-height: 2 !important; }
.lH25 { line-height: 2.5 !important; }
.lH30 { line-height: 3 !important; }
.lH1P { line-height: 1px !important; }
.lH34P { line-height: 34px !important; }


/* display */
.dNone { display: none !important; }
.dBlock { display: block !important; }
.dInline { display: inline !important; }
.dInBlock { display: inline-block !important; }
.dInFlex { display: inline-flex !important; }
.dInTbl { display: inline-table !important; }
.tbl { display: table !important; }
.tCell { display: table-cell !important; }
.tRow { display: table-row !important; }
.tColumnGroup { display: table-column-group !important; }
.tColumn { display: table-column !important; }
.dListItem { display: list-item !important; }
.tblLayoutFix { table-layout: fixed !important; }

/* position */
.posAb { position: absolute !important; }
.posRe { position: relative !important; }
.posIcon { position: absolute !important; top: -2px !important; right: 0 !important;}

/* float */
.fl { float: left !important; }
.fr { float: right !important; }
.fNone { float: none !important; }

/* background */
.bgNone { background: none !important; }
.bgGray { background: #f1f1f1 !important;}
.bgDefault { background: #0065cc !important;}
.bgCustomer { background: #82b648 !important;}
.bgEvent { background: #2da9ef !important;}

.txClrDefault { color: #0065cc;}
.txClrCustomer { color: #82b648;}
.txClrEvent { color: #2da9ef;}

.clearfix { clear: both;}
/* margin */
.m0 { margin: 0 !important; }
.m1 { margin: 1px !important; }
.m2 { margin: 2px !important; }
.m3 { margin: 3px !important; }
.m4 { margin: 4px !important; }
.m5 { margin: 5px !important; }
.m6 { margin: 6px !important; }
.m7 { margin: 7px !important; }
.m8 { margin: 8px !important; }
.m9 { margin: 9px !important; }
.m10 { margin: 10px !important; }
.m11 { margin: 11px !important; }
.m12 { margin: 12px !important; }
.m13 { margin: 13px !important; }
.m14 { margin: 14px !important; }
.m15 { margin: 15px !important; }
.m16 { margin: 16px !important; }
.m17 { margin: 17px !important; }
.m18 { margin: 18px !important; }
.m19 { margin: 19px !important; }
.m20 { margin: 20px !important; }
.m21 { margin: 21px !important; }
.m22 { margin: 22px !important; }
.m23 { margin: 23px !important; }
.m24 { margin: 24px !important; }
.m25 { margin: 25px !important; }
.m26 { margin: 26px !important; }
.m27 { margin: 27px !important; }
.m28 { margin: 28px !important; }
.m29 { margin: 29px !important; }
.m30 { margin: 30px !important; }
.m31 { margin: 31px !important; }
.m32 { margin: 32px !important; }
.m33 { margin: 33px !important; }
.m34 { margin: 34px !important; }
.m35 { margin: 35px !important; }
.m36 { margin: 36px !important; }
.m37 { margin: 37px !important; }
.m38 { margin: 38px !important; }
.m39 { margin: 39px !important; }
.m40 { margin: 40px !important; }
.m41 { margin: 41px !important; }
.m42 { margin: 42px !important; }
.m43 { margin: 43px !important; }
.m44 { margin: 44px !important; }
.m45 { margin: 45px !important; }
.m46 { margin: 46px !important; }
.m47 { margin: 47px !important; }
.m48 { margin: 48px !important; }
.m49 { margin: 49px !important; }
.m50 { margin: 50px !important; }
.m60 { margin: 60px !important; }
.m70 { margin: 70px !important; }
.m80 { margin: 80px !important; }
.m90 { margin: 90px !important; }
.m100 { margin: 100px !important; }
.m200 { margin: 200px !important; }
.m300 { margin: 300px !important; }
/* mt */
.mt-5 { margin: -5px !important; }
.mt-4 { margin: -4px !important; }
.mt-3 { margin: -3px !important; }
.mt-2 { margin: -2px !important; }
.mt-1 { margin: -1px !important; }
.mt0 { margin-top: 0 !important; }
.mt1 { margin-top: 1px !important; }
.mt2 { margin-top: 2px !important; }
.mt3 { margin-top: 3px !important; }
.mt4 { margin-top: 4px !important; }
.mt5 { margin-top: 5px !important; }
.mt6 { margin-top: 6px !important; }
.mt7 { margin-top: 7px !important; }
.mt8 { margin-top: 8px !important; }
.mt9 { margin-top: 9px !important; }
.mt10 { margin-top: 10px !important; }
.mt11 { margin-top: 11px !important; }
.mt12 { margin-top: 12px !important; }
.mt13 { margin-top: 13px !important; }
.mt14 { margin-top: 14px !important; }
.mt15 { margin-top: 15px !important; }
.mt16 { margin-top: 16px !important; }
.mt17 { margin-top: 17px !important; }
.mt18 { margin-top: 18px !important; }
.mt19 { margin-top: 19px !important; }
.mt20 { margin-top: 20px !important; }
.mt21 { margin-top: 21px !important; }
.mt22 { margin-top: 22px !important; }
.mt23 { margin-top: 23px !important; }
.mt24 { margin-top: 24px !important; }
.mt25 { margin-top: 25px !important; }
.mt26 { margin-top: 26px !important; }
.mt27 { margin-top: 27px !important; }
.mt28 { margin-top: 28px !important; }
.mt29 { margin-top: 29px !important; }
.mt30 { margin-top: 30px !important; }
.mt31 { margin-top: 31px !important; }
.mt32 { margin-top: 32px !important; }
.mt33 { margin-top: 33px !important; }
.mt34 { margin-top: 34px !important; }
.mt35 { margin-top: 35px !important; }
.mt36 { margin-top: 36px !important; }
.mt37 { margin-top: 37px !important; }
.mt38 { margin-top: 38px !important; }
.mt39 { margin-top: 39px !important; }
.mt40 { margin-top: 40px !important; }
.mt41 { margin-top: 41px !important; }
.mt42 { margin-top: 42px !important; }
.mt43 { margin-top: 43px !important; }
.mt44 { margin-top: 44px !important; }
.mt45 { margin-top: 45px !important; }
.mt46 { margin-top: 46px !important; }
.mt47 { margin-top: 47px !important; }
.mt48 { margin-top: 48px !important; }
.mt49 { margin-top: 49px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }
.mt90 { margin-top: 90px !important; }
.mt100 { margin-top: 100px !important; }
.mt200 { margin-top: 200px !important; }
.mt300 { margin-top: 300px !important; }
/* mb */
.mb0 { margin-bottom: 0 !important; }
.mb1 { margin-bottom: 1px !important; }
.mb2 { margin-bottom: 2px !important; }
.mb3 { margin-bottom: 3px !important; }
.mb4 { margin-bottom: 4px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb6 { margin-bottom: 6px !important; }
.mb7 { margin-bottom: 7px !important; }
.mb8 { margin-bottom: 8px !important; }
.mb9 { margin-bottom: 9px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb11 { margin-bottom: 11px !important; }
.mb12 { margin-bottom: 12px !important; }
.mb13 { margin-bottom: 13px !important; }
.mb14 { margin-bottom: 14px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb16 { margin-bottom: 16px !important; }
.mb17 { margin-bottom: 17px !important; }
.mb18 { margin-bottom: 18px !important; }
.mb19 { margin-bottom: 19px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb21 { margin-bottom: 21px !important; }
.mb22 { margin-bottom: 22px !important; }
.mb23 { margin-bottom: 23px !important; }
.mb24 { margin-bottom: 24px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb26 { margin-bottom: 26px !important; }
.mb27 { margin-bottom: 27px !important; }
.mb28 { margin-bottom: 28px !important; }
.mb29 { margin-bottom: 29px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb31 { margin-bottom: 31px !important; }
.mb32 { margin-bottom: 32px !important; }
.mb33 { margin-bottom: 33px !important; }
.mb34 { margin-bottom: 34px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb36 { margin-bottom: 36px !important; }
.mb37 { margin-bottom: 37px !important; }
.mb38 { margin-bottom: 38px !important; }
.mb39 { margin-bottom: 39px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb41 { margin-bottom: 41px !important; }
.mb42 { margin-bottom: 42px !important; }
.mb43 { margin-bottom: 43px !important; }
.mb44 { margin-bottom: 44px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb46 { margin-bottom: 46px !important; }
.mb47 { margin-bottom: 47px !important; }
.mb48 { margin-bottom: 48px !important; }
.mb49 { margin-bottom: 49px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }
.mb200 { margin-bottom: 200px !important; }
.mb300 { margin-bottom: 300px !important; }
/* ml */
.ml1p{ margin-left: 1% !important; }
.ml2p{ margin-left: 2% !important; }
.ml3p{ margin-left: 3% !important; }
.ml4p{ margin-left: 4% !important; }
.ml5p{ margin-left: 5% !important; }
.ml6p{ margin-left: 6% !important; }
.ml7p{ margin-left: 7% !important; }
.ml8p{ margin-left: 8% !important; }
.ml9p{ margin-left: 9% !important; }
.ml10p{ margin-left: 10% !important; }

.ml0 { margin-left: 0 !important; }
.ml1 { margin-left: 1px !important; }
.ml2{ margin-left: 2px !important; }
.ml3{ margin-left: 3px !important; }
.ml4{ margin-left: 4px !important; }
.ml5{ margin-left: 5px !important; }
.ml6{ margin-left: 6px !important; }
.ml7{ margin-left: 7px !important; }
.ml8{ margin-left: 8px !important; }
.ml9{ margin-left: 9px !important; }
.ml10{ margin-left: 10px !important; }
.ml11{ margin-left: 11px !important; }
.ml12{ margin-left: 12px !important; }
.ml13{ margin-left: 13px !important; }
.ml14{ margin-left: 14px !important; }
.ml15{ margin-left: 15px !important; }
.ml16{ margin-left: 16px !important; }
.ml17{ margin-left: 17px !important; }
.ml18{ margin-left: 18px !important; }
.ml19{ margin-left: 19px !important; }
.ml20{ margin-left: 20px !important; }
.ml21{ margin-left: 21px !important; }
.ml22{ margin-left: 22px !important; }
.ml23{ margin-left: 23px !important; }
.ml24{ margin-left: 24px !important; }
.ml25{ margin-left: 25px !important; }
.ml26{ margin-left: 26px !important; }
.ml27{ margin-left: 27px !important; }
.ml28{ margin-left: 28px !important; }
.ml29{ margin-left: 29px !important; }
.ml30{ margin-left: 30px !important; }
.ml31{ margin-left: 31px !important; }
.ml32{ margin-left: 32px !important; }
.ml33{ margin-left: 33px !important; }
.ml34{ margin-left: 34px !important; }
.ml35{ margin-left: 35px !important; }
.ml36{ margin-left: 36px !important; }
.ml37{ margin-left: 37px !important; }
.ml38{ margin-left: 38px !important; }
.ml39{ margin-left: 39px !important; }
.ml40{ margin-left: 40px !important; }
.ml41{ margin-left: 41px !important; }
.ml42{ margin-left: 42px !important; }
.ml43{ margin-left: 43px !important; }
.ml44{ margin-left: 44px !important; }
.ml45{ margin-left: 45px !important; }
.ml46{ margin-left: 46px !important; }
.ml47{ margin-left: 47px !important; }
.ml48{ margin-left: 48px !important; }
.ml49{ margin-left: 49px !important; }
.ml50{ margin-left: 50px !important; }
.ml60{ margin-left: 60px !important; }
.ml70{ margin-left: 70px !important; }
.ml80{ margin-left: 80px !important; }
.ml90{ margin-left: 90px !important; }
.ml100{ margin-left: 100px !important; }
.ml200{ margin-left: 200px !important; }
.ml300{ margin-left: 300px !important; }


/* mr */
.mr0 { margin-right: 0 !important; }
.mr1 { margin-right: 1px !important; }
.mr2 { margin-right: 2px !important; }
.mr3 { margin-right: 3px !important; }
.mr4 { margin-right: 4px !important; }
.mr5 { margin-right: 5px !important; }
.mr6 { margin-right: 6px !important; }
.mr7 { margin-right: 7px !important; }
.mr8 { margin-right: 8px !important; }
.mr9 { margin-right: 9px !important; }
.mr10 { margin-right: 10px !important; }
.mr11 { margin-right: 11px !important; }
.mr12 { margin-right: 12px !important; }
.mr13 { margin-right: 13px !important; }
.mr14 { margin-right: 14px !important; }
.mr15 { margin-right: 15px !important; }
.mr16 { margin-right: 16px !important; }
.mr17 { margin-right: 17px !important; }
.mr18 { margin-right: 18px !important; }
.mr19 { margin-right: 19px !important; }
.mr20 { margin-right: 20px !important; }
.mr21 { margin-right: 21px !important; }
.mr22 { margin-right: 22px !important; }
.mr23 { margin-right: 23px !important; }
.mr24 { margin-right: 24px !important; }
.mr25 { margin-right: 25px !important; }
.mr26 { margin-right: 26px !important; }
.mr27 { margin-right: 27px !important; }
.mr28 { margin-right: 28px !important; }
.mr29 { margin-right: 29px !important; }
.mr30 { margin-right: 30px !important; }
.mr31 { margin-right: 31px !important; }
.mr32 { margin-right: 32px !important; }
.mr33 { margin-right: 33px !important; }
.mr34 { margin-right: 34px !important; }
.mr35 { margin-right: 35px !important; }
.mr36 { margin-right: 36px !important; }
.mr37 { margin-right: 37px !important; }
.mr38 { margin-right: 38px !important; }
.mr39 { margin-right: 39px !important; }
.mr40 { margin-right: 40px !important; }
.mr41 { margin-right: 41px !important; }
.mr42 { margin-right: 42px !important; }
.mr43 { margin-right: 43px !important; }
.mr44 { margin-right: 44px !important; }
.mr45 { margin-right: 45px !important; }
.mr46 { margin-right: 46px !important; }
.mr47 { margin-right: 47px !important; }
.mr48 { margin-right: 48px !important; }
.mr49 { margin-right: 49px !important; }
.mr50 { margin-right: 50px !important; }
.mr60 { margin-right: 60px !important; }
.mr70 { margin-right: 70px !important; }
.mr80 { margin-right: 80px !important; }
.mr90 { margin-right: 90px !important; }
.mr100 { margin-right: 100px !important; }
.mr200 { margin-right: 200px !important; }
.mr300 { margin-right: 300px !important; }

/* auto */
.mAuto { margin-left: auto; margin-right: auto !important; }
.mlAuto { margin-left: auto !important; }
.mrAuto { margin-right: auto !important; }

/* padding: */
.p0 { padding: 0 !important; }
.p1 { padding: 1px !important; }
.p2 { padding: 2px !important; }
.p3 { padding: 3px !important; }
.p4 { padding: 4px !important; }
.p5 { padding: 5px !important; }
.p6 { padding: 6px !important; }
.p7 { padding: 7px !important; }
.p8 { padding: 8px !important; }
.p9 { padding: 9px !important; }
.p10 { padding: 10px !important; }
.p11 { padding: 11px !important; }
.p12 { padding: 12px !important; }
.p13 { padding: 13px !important; }
.p14 { padding: 14px !important; }
.p15 { padding: 15px !important; }
.p16 { padding: 16px !important; }
.p17 { padding: 17px !important; }
.p18 { padding: 18px !important; }
.p19 { padding: 19px !important; }
.p20 { padding: 20px !important; }
.p21 { padding: 21px !important; }
.p22 { padding: 22px !important; }
.p23 { padding: 23px !important; }
.p24 { padding: 24px !important; }
.p25 { padding: 25px !important; }
.p26 { padding: 26px !important; }
.p27 { padding: 27px !important; }
.p28 { padding: 28px !important; }
.p29 { padding: 29px !important; }
.p30 { padding: 30px !important; }
.p31 { padding: 31px !important; }
.p32 { padding: 32px !important; }
.p33 { padding: 33px !important; }
.p34 { padding: 34px !important; }
.p35 { padding: 35px !important; }
.p36 { padding: 36px !important; }
.p37 { padding: 37px !important; }
.p38 { padding: 38px !important; }
.p39 { padding: 39px !important; }
.p40 { padding: 40px !important; }
.p41 { padding: 41px !important; }
.p42 { padding: 42px !important; }
.p43 { padding: 43px !important; }
.p44 { padding: 44px !important; }
.p45 { padding: 45px !important; }
.p46 { padding: 46px !important; }
.p47 { padding: 47px !important; }
.p48 { padding: 48px !important; }
.p49 { padding: 49px !important; }
.p50 { padding: 50px !important; }
.p60 { padding: 60px !important; }
.p70 { padding: 70px !important; }
.p80 { padding: 80px !important; }
.p90 { padding: 90px !important; }
.p100 { padding: 100px !important; }
.p200 { padding: 200px !important; }
.p300 { padding: 300px !important; }
/* pt */
.pt0 { padding-top: 0 !important; }
.pt1 { padding-top: 1px !important; }
.pt2 { padding-top: 2px !important; }
.pt3 { padding-top: 3px !important; }
.pt4 { padding-top: 4px !important; }
.pt5 { padding-top: 5px !important; }
.pt6 { padding-top: 6px !important; }
.pt7 { padding-top: 7px !important; }
.pt8 { padding-top: 8px !important; }
.pt9 { padding-top: 9px !important; }
.pt10 { padding-top: 10px !important; }
.pt11 { padding-top: 11px !important; }
.pt12 { padding-top: 12px !important; }
.pt13 { padding-top: 13px !important; }
.pt14 { padding-top: 14px !important; }
.pt15 { padding-top: 15px !important; }
.pt16 { padding-top: 16px !important; }
.pt17 { padding-top: 17px !important; }
.pt18 { padding-top: 18px !important; }
.pt19 { padding-top: 19px !important; }
.pt20 { padding-top: 20px !important; }
.pt21 { padding-top: 21px !important; }
.pt22 { padding-top: 22px !important; }
.pt23 { padding-top: 23px !important; }
.pt24 { padding-top: 24px !important; }
.pt25 { padding-top: 25px !important; }
.pt26 { padding-top: 26px !important; }
.pt27 { padding-top: 27px !important; }
.pt28 { padding-top: 28px !important; }
.pt29 { padding-top: 29px !important; }
.pt30 { padding-top: 30px !important; }
.pt31 { padding-top: 31px !important; }
.pt32 { padding-top: 32px !important; }
.pt33 { padding-top: 33px !important; }
.pt34 { padding-top: 34px !important; }
.pt35 { padding-top: 35px !important; }
.pt36 { padding-top: 36px !important; }
.pt37 { padding-top: 37px !important; }
.pt38 { padding-top: 38px !important; }
.pt39 { padding-top: 39px !important; }
.pt40 { padding-top: 40px !important; }
.pt41 { padding-top: 41px !important; }
.pt42 { padding-top: 42px !important; }
.pt43 { padding-top: 43px !important; }
.pt44 { padding-top: 44px !important; }
.pt45 { padding-top: 45px !important; }
.pt46 { padding-top: 46px !important; }
.pt47 { padding-top: 47px !important; }
.pt48 { padding-top: 48px !important; }
.pt49 { padding-top: 49px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt70 { padding-top: 70px !important; }
.pt80 { padding-top: 80px !important; }
.pt90 { padding-top: 90px !important; }
.pt100 { padding-top: 100px !important; }
.pt200 { padding-top: 200px !important; }
.pt300 { padding-top: 300px !important; }
/* pb */
.pb0 { padding-bottom: 0 !important; }
.pb1 { padding-bottom: 1px !important; }
.pb2 { padding-bottom: 2px !important; }
.pb3 { padding-bottom: 3px !important; }
.pb4 { padding-bottom: 4px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb6 { padding-bottom: 6px !important; }
.pb7 { padding-bottom: 7px !important; }
.pb8 { padding-bottom: 8px !important; }
.pb9 { padding-bottom: 9px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb11 { padding-bottom: 11px !important; }
.pb12 { padding-bottom: 12px !important; }
.pb13 { padding-bottom: 13px !important; }
.pb14 { padding-bottom: 14px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb16 { padding-bottom: 16px !important; }
.pb17 { padding-bottom: 17px !important; }
.pb18 { padding-bottom: 18px !important; }
.pb19 { padding-bottom: 19px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb21 { padding-bottom: 21px !important; }
.pb22 { padding-bottom: 22px !important; }
.pb23 { padding-bottom: 23px !important; }
.pb24 { padding-bottom: 24px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb26 { padding-bottom: 26px !important; }
.pb27 { padding-bottom: 27px !important; }
.pb28 { padding-bottom: 28px !important; }
.pb29 { padding-bottom: 29px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb31 { padding-bottom: 31px !important; }
.pb32 { padding-bottom: 32px !important; }
.pb33 { padding-bottom: 33px !important; }
.pb34 { padding-bottom: 34px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb36 { padding-bottom: 36px !important; }
.pb37 { padding-bottom: 37px !important; }
.pb38 { padding-bottom: 38px !important; }
.pb39 { padding-bottom: 39px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb41 { padding-bottom: 41px !important; }
.pb42 { padding-bottom: 42px !important; }
.pb43 { padding-bottom: 43px !important; }
.pb44 { padding-bottom: 44px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb46 { padding-bottom: 46px !important; }
.pb47 { padding-bottom: 47px !important; }
.pb48 { padding-bottom: 48px !important; }
.pb49 { padding-bottom: 49px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb70 { padding-bottom: 70px !important; }
.pb80 { padding-bottom: 80px !important; }
.pb90 { padding-bottom: 90px !important; }
.pb100 { padding-bottom: 100px !important; }
.pb200 { padding-bottom: 200px !important; }
.pb300 { padding-bottom: 300px !important; }
/* pl */
.pl0 { padding-left: 0 !important; }
.pl1 { padding-left: 1px !important; }
.pl2 { padding-left: 2px !important; }
.pl3 { padding-left: 3px !important; }
.pl4 { padding-left: 4px !important; }
.pl5 { padding-left: 5px !important; }
.pl6 { padding-left: 6px !important; }
.pl7 { padding-left: 7px !important; }
.pl8 { padding-left: 8px !important; }
.pl9 { padding-left: 9px !important; }
.pl10 { padding-left: 10px !important; }
.pl11 { padding-left: 11px !important; }
.pl12 { padding-left: 12px !important; }
.pl13 { padding-left: 13px !important; }
.pl14 { padding-left: 14px !important; }
.pl15 { padding-left: 15px !important; }
.pl16 { padding-left: 16px !important; }
.pl17 { padding-left: 17px !important; }
.pl18 { padding-left: 18px !important; }
.pl19 { padding-left: 19px !important; }
.pl20 { padding-left: 20px !important; }
.pl21 { padding-left: 21px !important; }
.pl22 { padding-left: 22px !important; }
.pl23 { padding-left: 23px !important; }
.pl24 { padding-left: 24px !important; }
.pl25 { padding-left: 25px !important; }
.pl26 { padding-left: 26px !important; }
.pl27 { padding-left: 27px !important; }
.pl28 { padding-left: 28px !important; }
.pl29 { padding-left: 29px !important; }
.pl30 { padding-left: 30px !important; }
.pl31 { padding-left: 31px !important; }
.pl32 { padding-left: 32px !important; }
.pl33 { padding-left: 33px !important; }
.pl34 { padding-left: 34px !important; }
.pl35 { padding-left: 35px !important; }
.pl36 { padding-left: 36px !important; }
.pl37 { padding-left: 37px !important; }
.pl38 { padding-left: 38px !important; }
.pl39 { padding-left: 39px !important; }
.pl40 { padding-left: 40px !important; }
.pl41 { padding-left: 41px !important; }
.pl42 { padding-left: 42px !important; }
.pl43 { padding-left: 43px !important; }
.pl44 { padding-left: 44px !important; }
.pl45 { padding-left: 45px !important; }
.pl46 { padding-left: 46px !important; }
.pl47 { padding-left: 47px !important; }
.pl48 { padding-left: 48px !important; }
.pl49 { padding-left: 49px !important; }
.pl50 { padding-left: 50px !important; }
.pl60 { padding-left: 60px !important; }
.pl70 { padding-left: 70px !important; }
.pl80 { padding-left: 80px !important; }
.pl90 { padding-left: 90px !important; }
.pl100 { padding-left: 100px !important; }
.pl200 { padding-left: 200px !important; }
.pl300 { padding-left: 300px !important; }
/* pr */
.pr0 { padding-right: 0 !important; }
.pr1 { padding-right: 1px !important; }
.pr2 { padding-right: 2px !important; }
.pr3 { padding-right: 3px !important; }
.pr4 { padding-right: 4px !important; }
.pr5 { padding-right: 5px !important; }
.pr6 { padding-right: 6px !important; }
.pr7 { padding-right: 7px !important; }
.pr8 { padding-right: 8px !important; }
.pr9 { padding-right: 9px !important; }
.pr10 { padding-right: 10px !important; }
.pr11 { padding-right: 11px !important; }
.pr12 { padding-right: 12px !important; }
.pr13 { padding-right: 13px !important; }
.pr14 { padding-right: 14px !important; }
.pr15 { padding-right: 15px !important; }
.pr16 { padding-right: 16px !important; }
.pr17 { padding-right: 17px !important; }
.pr18 { padding-right: 18px !important; }
.pr19 { padding-right: 19px !important; }
.pr20 { padding-right: 20px !important; }
.pr21 { padding-right: 21px !important; }
.pr22 { padding-right: 22px !important; }
.pr23 { padding-right: 23px !important; }
.pr24 { padding-right: 24px !important; }
.pr25 { padding-right: 25px !important; }
.pr26 { padding-right: 26px !important; }
.pr27 { padding-right: 27px !important; }
.pr28 { padding-right: 28px !important; }
.pr29 { padding-right: 29px !important; }
.pr30 { padding-right: 30px !important; }
.pr31 { padding-right: 31px !important; }
.pr32 { padding-right: 32px !important; }
.pr33 { padding-right: 33px !important; }
.pr34 { padding-right: 34px !important; }
.pr35 { padding-right: 35px !important; }
.pr36 { padding-right: 36px !important; }
.pr37 { padding-right: 37px !important; }
.pr38 { padding-right: 38px !important; }
.pr39 { padding-right: 39px !important; }
.pr40 { padding-right: 40px !important; }
.pr41 { padding-right: 41px !important; }
.pr42 { padding-right: 42px !important; }
.pr43 { padding-right: 43px !important; }
.pr44 { padding-right: 44px !important; }
.pr45 { padding-right: 45px !important; }
.pr46 { padding-right: 46px !important; }
.pr47 { padding-right: 47px !important; }
.pr48 { padding-right: 48px !important; }
.pr49 { padding-right: 49px !important; }
.pr50 { padding-right: 50px !important; }
.pr60 { padding-right: 60px !important; }
.pr70 { padding-right: 70px !important; }
.pr80 { padding-right: 80px !important; }
.pr90 { padding-right: 90px !important; }
.pr100 { padding-right: 100px !important; }
.pr200 { padding-right: 200px !important; }
.pr300 { padding-right: 300px !important; }

.pr4p { padding-right: 4% !important; }

/* right */
.right8 { right:8px; }

/* width */
.wAuto { width: auto !important; }
.w0 { width: 0 !important; }
.w10 { width: 10px !important; }
.w15 { width: 15px !important; }
.w18 { width: 18px !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; }
.w110 { width: 110px !important; }
.w120 { width: 120px !important; }
.w130 { width: 130px !important; }
.w140 { width: 140px !important; }
.w150 { width: 150px !important; }
.w160 { width: 160px !important; }
.w165 { width: 165px !important; }
.w170 { width: 170px !important; }
.w180 { width: 180px !important; }
.w190 { width: 190px !important; }
.w200 { width: 200px !important; }
.w210 { width: 210px !important; }
.w220 { width: 220px !important; }
.w230 { width: 230px !important; }
.w240 { width: 240px !important; }
.w250 { width: 250px !important; }
.w260 { width: 260px !important; }
.w270 { width: 270px !important; }
.w280 { width: 280px !important; }
.w290 { width: 290px !important; }
.w300 { width: 300px !important; }
.w310 { width: 310px !important; }
.w320 { width: 320px !important; }
.w330 { width: 330px !important; }
.w340 { width: 340px !important; }
.w350 { width: 350px !important; }
.w360 { width: 360px !important; }
.w370 { width: 370px !important; }
.w380 { width: 380px !important; }
.w390 { width: 390px !important; }
.w400 { width: 400px !important; }
.w410 { width: 410px !important; }
.w420 { width: 420px !important; }
.w430 { width: 430px !important; }
.w440 { width: 440px !important; }
.w450 { width: 450px !important; }
.w460 { width: 460px !important; }
.w470 { width: 470px !important; }
.w480 { width: 480px !important; }
.w490 { width: 490px !important; }
.w500 { width: 500px !important; }
.w600 { width: 600px !important; }
.w700 { width: 700px !important; }
.w767 { width: 767px !important; }
.w768 { width: 768px !important; }
.w800 { width: 800px !important; }
.w900 { width: 900px !important; }
.w992 { width: 992px !important; }
.w1000 { width: 1000px !important; }
.w1100 { width: 1100px !important; }
.w1200 { width: 1200px !important; }
/* width:% */
.w5p { width: 5% !important; }
.w7p { width: 7% !important; }
.w8p { width: 8% !important; }
.w10p { width: 10% !important; }
.w12p { width: 12.5% !important; }
.w14p { width: 14.2857143% !important; }
.w15p { width: 15% !important; }
.w16p { width: 16.6666667% !important; }
.w19p { width: 19% !important; }
.w20p { width: 20% !important; }
.w23p { width: 23% !important; }
.w25p { width: 25% !important; }
.w30p { width: 30% !important; }
.w33p { width: 33.33333333333333333333% !important; }
.w35p { width: 35% !important; }
.w40p { width: 40% !important; }
.w45p { width: 45% !important; }
.w46p { width: 46% !important; }
.w47p { width: 47% !important; }
.w48p { width: 48% !important; }
.w49p { width: 49% !important; }
.w50p { width: 50% !important; }
.w55p { width: 55% !important; }
.w60p { width: 60% !important; }
.w65p { width: 65% !important; }
.w68p { width: 68% !important; }
.w70p { width: 70% !important; }
.w75p { width: 75% !important; }
.w80p { width: 80% !important; }
.w85p { width: 85% !important; }
.w86p { width: 86% !important; }
.w88p { width: 88% !important; }
.w90p { width: 90% !important; }
.w95p { width: 95% !important; }
.w100p { width: 100% !important; }

/* max width */
.maxw0 { max-width: 0 !important; }
.maxw50p { max-width: 50% !important; }
.maxw100p { max-width: 100% !important; }

/* mix width */
.minw0 { min-width: 0 !important;}
.minw0p { min-width: initial !important; }

/* height */
.h0 { height: 0 !important; }
.h10 { height: 10px !important; }
.h20 { height: 20px !important; }
.h25 { height: 25px !important; }
.h30 { height: 30px !important; }
.h35 { height: 35px !important; }
.h40 { height: 40px !important; }
.h50 { height: 50px !important; }
.h60 { height: 60px !important; }
.h70 { height: 70px !important; }
.h80 { height: 80px !important; }
.h90 { height: 90px !important; }
.h100 { height: 100px !important; }
.h120 { height: 120px !important; }
.h140 { height: 140px !important; }
.h160 { height: 160px !important; }
.h180 { height: 180px !important; }
.h200 { height: 200px !important; }
.h210 { height: 210px !important; }
.h220 { height: 220px !important; }
.h230 { height: 230px !important; }
.h240 { height: 240px !important; }
.h250 { height: 250px !important; }
.h260 { height: 260px !important; }
.h270 { height: 270px !important; }
.h280 { height: 280px !important; }
.h290 { height: 290px !important; }
.h300 { height: 300px !important; }
.h310 { height: 310px !important; }
.h320 { height: 320px !important; }
.h330 { height: 330px !important; }
.h340 { height: 340px !important; }
.h350 { height: 350px !important; }
.h360 { height: 360px !important; }
.h370 { height: 370px !important; }
.h380 { height: 380px !important; }
.h390 { height: 390px !important; }
.h400 { height: 400px !important; }
.h410 { height: 410px !important; }
.h420 { height: 420px !important; }
.h430 { height: 430px !important; }
.h440 { height: 440px !important; }
.h450 { height: 450px !important; }
.h460 { height: 460px !important; }
.h470 { height: 470px !important; }
.h480 { height: 480px !important; }
.h490 { height: 490px !important; }
.h500 { height: 500px !important; }
.h600 { height: 600px !important; }
.h700 { height: 700px !important; }
.h800 { height: 800px !important; }
.h900 { height: 900px !important; }
.h1000 { height: 1000px !important; }
.h1100 { height: 1100px !important; }
.h1200 { height: 1200px !important; }
.h1Init { height: initial !important; }

/* height:% */
.h5p { height: 5% !important; }
.h10p { height: 10% !important; }
.h15p { height: 15% !important; }
.h20p { height: 20% !important; }
.h25p { height: 25% !important; }
.h30p { height: 30% !important; }
.h33p { height: 33.33333333333333333333% !important; }
.h35p { height: 35% !important; }
.h40p { height: 40% !important; }
.h45p { height: 45% !important; }
.h50p { height: 50% !important; }
.h55p { height: 55% !important; }
.h60p { height: 60% !important; }
.h65p { height: 65% !important; }
.h70p { height: 70% !important; }
.h75p { height: 75% !important; }
.h80p { height: 80% !important; }
.h85p { height: 85% !important; }
.h90p { height: 90% !important; }
.h95p { height: 95% !important; }
.h100p { height: 100% !important; }

/* max height */
.maxh50p { max-height: 50% !important; }
.maxh100p { max-height: 100% !important; }

/* min height */
.minh0p { min-height: 0% !important; }
.minh50p { min-height: 50% !important; }
.minh100p { min-height: 100% !important; }
.minh90 { min-height: 90px !important; }
.minh33 { min-height: 33px !important; }

/* border */
.bd { border: solid 1px; }
.bt { border-top: solid 1px; }
.bb { border-bottom: solid 1px; }
.br { border-right: solid 1px; }
.bl { border-left: solid 1px; }
.btNone { border-top: none; }
.bbNone { border-bottom: none; }
.brNone { border-right: none; }
.blNone { border-left: none; }
.bAllNone { border: none !important; }

/* scroll */
.scrollX { overflow-x: scroll !important; }
.scrollY { overflow-y: scroll !important; }
.hiddenX { overflow-x: hidden !important; }
.hiddenY { overflow-y: hidden !important; }

/* word-break */
.wordBreakN { word-break: normal !important; }
.wordBreakB { word-break: break-all !important; }
.wordBreakK { word-break: keep-all !important; }

/* リンク */
.uLine { text-decoration: underline !important; }
.curP { cursor: pointer !important; }
.curD { cursor: default !important; }

.layer8000 { z-index: 8000; }
.layer4000 { z-index: 4000; }

/* リストマーク */
.list_none { list-style-type: none !important; }/*黒丸*/
.disc { list-style-type: disc !important; }/*黒丸*/
.circle { list-style-type: circle !important; }/*白丸*/
.square { list-style-type: square !important; }/*四角*/
.decimal { list-style-type: decimal !important; }/*数字*/
.uAlpha { list-style-type: upper-alpha !important; }/*大文字アルファベット*/
.lAlpha { list-style-type: lower-alpha !important; }/*小文字アルファベット*/
.uRoman { list-style-type: upper-roman !important; }/*大文字ローマ数字*/
.lRoman { list-style-type: lower-roman !important; }/*小文字ローマ数字*/
.dLZero { list-style-type: decimal-leading-zero !important; }/*2桁の数字*/
.lGreek { list-style-type: lower-greek !important; }/*小文字ギリシャ文字*/
.cjkIdeographic { list-style-type: cjk-ideographic !important; }/*漢数字*/
.hiragana { list-style-type: hiragana !important; }/*ひらがな*/
.katakana { list-style-type: katakana !important; }/*カタカナ*/
.hiraIroha { list-style-type: hiragana-iroha !important; }/*いろは*/
.kataIroha { list-style-type: katakana-iroha !important; }/*イロハ*/

/* スクリーンリーダー用class */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

/* テキストを選択させない */
.selectNone {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* リンクを非リンクに変える */
.linkOut {
	pointer-events:none;/*リンクを非リンクに変える*/
	cursor:default;/*マウスカーソルを矢印のまま変えない*/
	text-decoration:none;
}


































