@charset "utf-8";
/* CSS Document */
html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; 
	}

p,h1,h2,h3,h4,h5,h6,ul {
   margin: 0px;
   padding:0px;
   }
   
li {
list-style: none;
}

img {
	border: none;
	}
	
.clearfix:after {
  content: "."; 
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
	}

.clearfix {
  min-height: 1px;
	}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
	}
	

.fl-l {float: left}
.fl-r {float: right}
.clr {clear: both}

.t-al-l {text-align: left}
.t-al-c {text-align: center}
.t-al-r {text-align: right}
.t-al-j {text-align: justify}

.v-al-t {vertical-align: top}
.v-al-m {vertical-align: middle}
.v-al-b {vertical-align: bottom}

.mg-auto {margin-left: auto;margin-right: auto}
.mg-0 {margin: 0}
.mg-5 {margin: 5px}
.mg-lr-5 {margin-left: 5px;margin-right: 5px}
.mg-l-5 {margin-left: 5px}
.mg-r-5 {margin-right: 5px}
.mg-t-5 {margin-top: 5px}
.mg-b-5 {margin-bottom: 5px}
.mg-tb-5 {margin-top: 5px;margin-bottom: 5px}
.mg-10 {margin: 10px}
.mg-lr-10 {margin-left: 10px;margin-right: 10px}
.mg-l-10 {margin-left: 10px}
.mg-r-10 {margin-right: 10px}
.mg-t-10 {margin-top: 10px}
.mg-b-10 {margin-bottom: 10px}
.mg-tb-10 {margin-top: 10px;margin-bottom: 10px}
.mg-15 {margin: 15px}
.mg-lr-15 {margin-left: 15px;margin-right: 15px}
.mg-l-15 {margin-left: 15px}
.mg-r-15 {margin-right: 15px}
.mg-t-15 {margin-top: 15px}
.mg-b-15 {margin-bottom: 15px}
.mg-tb-15 {margin-top: 15px;margin-bottom: 15px}
.mg-20 {margin: 20px}
.mg-lr-20 {margin-left: 20px;margin-right: 20px}
.mg-l-20 {margin-left: 20px}
.mg-r-20 {margin-right: 20px}
.mg-t-20 {margin-top: 20px}
.mg-b-20 {margin-bottom: 20px}
.mg-tb-20 {margin-top: 20px;margin-bottom: 20px}
.mg-25 {margin: 25px}
.mg-lr-25 {margin-left: 25px;margin-right: 25px}
.mg-l-25 {margin-left: 25px}
.mg-r-25 {margin-right: 25px}
.mg-t-25 {margin-top: 25px}
.mg-b-25 {margin-bottom: 25px}
.mg-tb-25 {margin-top: 25px;margin-bottom: 25px}
.mg-30 {margin: 30px}
.mg-lr-30 {margin-left: 30px;margin-right: 30px}
.mg-l-30 {margin-left: 30px}
.mg-r-30 {margin-right: 30px}
.mg-t-30 {margin-top: 30px}
.mg-b-30 {margin-bottom: 30px}
.mg-tb-30 {margin-top: 30px;margin-bottom: 30px}



.pd-0 {padding: 0}
.pd-5 {padding: 5px}
.pd-lr-5 {padding-left: 5px;padding-right: 5px}
.pd-l-5 {padding-left: 5px}
.pd-r-5 {padding-right: 5px}
.pd-t-5 {padding-top: 5px}
.pd-b-5 {padding-bottom: 5px}
.pd-tb-5 {padding-top: 5px;padding-bottom: 5px}
.pd-10 {padding: 10px}
.pd-lr-10 {padding-left: 10px;padding-right: 10px}
.pd-l-10 {padding-left: 10px}
.pd-r-10 {padding-right: 10px}
.pd-t-10 {padding-top: 10px}
.pd-b-10 {padding-bottom: 10px}
.pd-tb-10 {padding-top: 10px;padding-bottom: 10px}
.pd-15 {padding: 15px}
.pd-lr-15 {padding-left: 15px;padding-right: 15px}
.pd-l-15 {padding-left: 15px}
.pd-r-15 {padding-right: 15px}
.pd-t-15 {padding-top: 15px}
.pd-b-15 {padding-bottom: 15px}
.pd-tb-15 {padding-top: 15px;padding-bottom: 15px}
.pd-20 {padding: 20px}
.pd-lr-20 {padding-left: 20px;padding-right: 20px}
.pd-l-20 {padding-left: 20px}
.pd-r-20 {padding-right: 20px}
.pd-t-20 {padding-top: 20px}
.pd-b-20 {padding-bottom: 20px}
.pd-tb-20 {padding-top: 20px;padding-bottom: 20px}

.dsp-il {display: inline}
.dsp-bk {display: block}

.fs-10 {font-size: 63%}
.fs-11 {font-size: 69%}
.fs-12 {font-size: 75%}
.fs-13 {font-size: 82%}
.fs-14 {font-size: 88%}
.fs-15 {font-size: 94%}
.fs-16 {font-size: 100%}
.fs-17 {font-size: 107%}
.fs-18 {font-size: 113%}
.fs-19 {font-size: 119%}
.fs-20 {font-size: 125%}
.fs-21 {font-size: 132%}
.fs-22 {font-size: 138%}

.lh-100 {line-height: 100%}
.lh-110 {line-height: 110%}
.lh-115 {line-height: 115%}
.lh-120 {line-height: 120%}
.lh-125 {line-height: 125%}
.lh-130 {line-height: 130%}
.lh-140 {line-height: 140%}
.lh-150 {line-height: 150%}
.lh-200 {line-height: 200%}

.fw-n {font-weight: normal}
.fw-b {font-weight: bold}

.w-100 {width: 100%}
.h-auto {height: auto}

.ff-mc {font-family: "ＭＳ Ｐ明朝","平成明朝","ヒラギノ明朝 Pro W3"}

