
/* --------------------------------------------------------------
　　basic
-------------------------------------------------------------- */
body{
	margin:0 auto;
	text-align: left;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size:1.1em;
	line-height:150%;
	-webkit-text-size-adjust: 100%;/*for iphone safari added 20171220 astec*/
}

img{
	margin:0;
	border:none;
	vertical-align:bottom;
}
div, p, ul, li, h1, h2, h3{	
	margin:0;
	padding: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

ul{
	list-style: none;
}


/* --------------------------------------------------------------
　　center
-------------------------------------------------------------- */

.center{
text-align: center;
}

/* --------------------------------------------------------------
　　clearfix
-------------------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
 
.clearfix {
  min-height: 1px;
}
 
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* --------------------------------------------------------------
　　margin
-------------------------------------------------------------- */
.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}
.mt80{margin-top:80px !important;}


.lft{float:left;}
.rit{float:right;}










