@charset "utf-8";

/* base
------------------------------------------------- */
* {
  -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: 14px;
}
body {
 color: #000000;
 line-height: 1.6;
 background: #ffffff;
}

h1, h2, h3, h4, h5, h6, p, dl, dd, ul, ol {
 margin:0;
 font-size: 1rem;
}

h1, h2, h3, h4, h5, h6{
 -o-transform: rotate(0.028deg);
-ms-transform: rotate(0.028deg);
-moz-transform: rotate(0.028deg);
-webkit-transform: rotate(0.028deg);
transform: rotate(0.028deg);
}

/* clickable */
.clickable {
 cursor: pointer;
}

/* hover */
/*a:hover {
	opacity: .8 !important;
 filter: alpha(opacity=80);
	text-decoration: none;
 -webkit-transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out; 
}

a img:hover {
	opacity: .8 !important;
 filter: alpha(opacity=80);
 -webkit-transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out; 
}
.clickable:hover {
 filter: alpha(opacity=80) !important;
	opacity: .8 !important;
 -webkit-transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out; 
}*/

 
 /* helper clearfix
-------------------------------------------------- */

.fsS {font-size: small;}
.fsL {font-size: large;}

.mb0 {margin-bottom: 0 !important;}
.mb10 {margin-bottom: 10px !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;}

.alignC { text-align: center;}
.alignR { text-align: right;}

/* clearfix */
.clearfix,
.pcClear{ zoom:100%;}
.clearfix:after,
.pcClear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* color
-------------------------------------------------- */
a {
 color: #333;
 text-decoration: none;
 /*z-index:9999;*/
}
a:hover {
 text-decoration: underline;
}
a[href^="tel:"] {
 cursor: default;
 color:#333;
}
.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: 50%;
 margin-top: -0.8rem;
}
.homNewsList a {
 color: #333;
}
