@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------
	Utility SETTING CSS
   ------------------------------------------------------------ */

.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;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !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;
}
.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;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mlrAuto {
  margin-left: auto;
  margin-right: auto;
}
.ml-20 {
  margin-left: -20px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml1em {
  margin-left: 1em !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr1em {
  margin-right: 1em !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt1em {
  padding-top: 1em !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb1em {
  padding-bottom: 1em !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pl1em {
  padding-left: 1em !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pr1em {
  padding-right: 1em !important;
}
.textL {
	text-align: left;
}
.textC {
	text-align: center;
}
.textR {
	text-align: right;
}
.textNowrap {
  white-space: nowrap;
}
.valingTop {
  vertical-align: top;
}
.valingMiddle {
  vertical-align: middle;
}
.valingBottom {
  vertical-align: bottom;
}

.disInblock {
  display: inline-block;
  text-indent: 0;
}
a:hover .disInblock {
  text-decoration: underline;
}
.disBlock {
  display: block;
}
.disTable {
  display: table;
}
.disCell {
  display: table-cell;
}

.w100p {
  width: 100% !important;
}
.wAuto {
  width: auto !important;
}
.w1em {
  width: 1em !important;
}

.fz16{
	font-size: 1.6rem;
}
.fz18{
	font-size: 1.8rem;
}
.fz20{
	font-size: 2.0rem;
}

.red {
	color: #F00;
}
.pink {
	color: #F3C;
}
.bold {
	font-weight: bold;
}
.ind {
	text-indent: -0.5em;
	padding-left: 0.5em;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.indent2 {
	text-indent: -2em;
	padding-left: 2em;
}
.indent3 {
	text-indent: -3em;
	padding-left: 3em;
}
.sp {
	display: none;
}
@media screen and (min-width:768px) {
	.textR-pc {
		text-align: right;
	}
	.fs110p-pc {
		font-size: 110%;
	}
}
@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.textL-sp{
		text-align: left;
	}
  .disInblock-sp {
    display: inline-block;
  }
  .disBlock-sp {
    display: block;
  }
  .disTable-sp {
    display: table;
  }
  .disCell-sp {
    display: table-cell;
  }
	.mt0-sp{
		margin-top: 0px !important;
	}
	.mt5-sp{
		margin-top: 5px !important;
	}
	.mt10-sp{
		margin-top: 10px !important;
	}
	.mt20-sp{
		margin-top: 20px !important;
	}
	.mt30-sp{
		margin-top: 30px !important;
	}
	.mt40-sp{
		margin-top: 40px !important;
	}
	.mt50-sp{
		margin-top: 50px !important;
	}
	.mt60-sp{
		margin-top: 60px !important;
	}
	.mt70-sp{
		margin-top: 70px !important;
	}
	.mb0-sp{
		margin-bottom: 0px !important;
	}
	.mb5-sp{
		margin-bottom: 5px !important;
	}
	.mb10-sp{
		margin-bottom: 10px !important;
	}
	.mb20-sp{
		margin-bottom: 20px !important;
	}
	.mb30-sp{
		margin-bottom: 30px !important;
	}
	.mb40-sp{
		margin-bottom: 40px !important;
	}
	.mb50-sp{
		margin-bottom: 50px !important;
	}
	.mb60-sp{
		margin-bottom: 60px !important;
	}
	.mb70-sp{
		margin-bottom: 70px !important;
	}
  .ml0-sp {
    margin-left: 0 !important;
  }
  .mr0-sp {
    margin-right: 0 !important;
  }
}

