@charset "utf-8";

/* module ----------------------------------------- */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: transparent;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}

body {
 color: #333333;
 line-height: 1.6;
 background: #fff;
}


h1, h2, h3, h4, h5, h6,
table, ul, ol, p, dl { 
	font-size: 100%;
 margin: 0;
}

ul{
	list-style: none;
}
dd {
	margin: 0;
}
.clearfix{ zoom:100%;	}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* list */
ul.listNum {
	list-style: inside disc;
}

/* margin */
h1, h2, h3, h4, h5, h6 { margin-bottom: 0; }
table, ul, ol, p, dl {	margin-bottom: 15px;}

header table, header ul, header ol, header p,  header dl,
footer table, footer ul, footer ol, footer p,  footer dl {
	margin-bottom: 0px;
}

/* clickable */
.clickable {
 cursor: pointer;
}


 
 /* helper clearfix
-------------------------------------------------- */

.mb20 { margin-bottom: 20px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb70 { margin-bottom: 70px !important;}


.alignC { text-align: center !important;}
.alignR { text-align: right !important;}
.alignL { text-align: left !important;}


.floatR { float: right;}
.floatL { float: left; }


/* color
-------------------------------------------------- */
a {
 color: #1e84b9;
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}
a[href^="tel:"] {
 cursor: default;
}
.clickable a,
.clickable a:hover {
 color: #333;
}


/* link
-------------------------------------------------- */

.linkArrow a{
 position: relative;
 padding-left: 0.8rem;
}
.linkArrow a:before {
 position: absolute;
 font-family:"FontAwesome";
 content: "\f105";
 left: 0;
 top: 0;
}
.homNewsList a {
 color: #333;
}

/* footer 
--------------------------------------------------- */

#pagetop {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 10px;
}
#pagetop a {
	display:block;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #1e84b9;
	text-align:center;
	color: #fff;
	text-decoration:none;
	line-height: 50px;
	font-size: 128.6%	;
}

