@charset "UTF-8";

/* common
----------------------------------------------- */
/* clearfix */
.clearfix { zoom: 1; }
.clearfix:after { content: "";display: block;clear: both;height: 0;visibility: hidden; }

/* a:link; */
a:link,a:visited,a:hover,a:focus{ color:#404040;text-decoration:none; }

/* opacity */
.opacity a:hover img { opacity: 0.8;filter: alpha(opacity=80);-moz-opacity: 0.8; }

/* img */
img{ max-width:100%; }

/* web-font */
@font-face { font-family: "Yu Gothic";src: local("Yu Gothic Medium");font-weight: 100; }
@font-face { font-family: "Yu Gothic";src: local("Yu Gothic Medium");font-weight: 200; }
@font-face { font-family: "Yu Gothic";src: local("Yu Gothic Medium");font-weight: 300; }
@font-face { font-family: "Yu Gothic";src: local("Yu Gothic Medium");font-weight: 400; }
@font-face { font-family: "Yu Gothic";src: local("Yu Gothic Bold");font-weight: bold; }
@font-face { font-family: "Helvetica Neue";src: local("Helvetica Neue Regular");font-weight: 100; }
@font-face { font-family: "Helvetica Neue";src: local("Helvetica Neue Regular");font-weight: 200; }
@font-face{
  font-family:"UniversBQ Bold";
  src:url("../fonts/UniversBQ-Bold.otf") format("otf"),url("../fonts/UniversBQ-Bold.woff") format("woff");
  font-weight:normal;font-style:normal;
}


/*//////////////////////////
PC-TAB
//////////////////////////*/
@media only screen and (min-width:768px) {
	.mediaQueries{ font-family: 'pc'; }
}
/*//////////////////////////
SP
//////////////////////////*/
@media only screen and (max-width:767px) {
	.mediaQueries{ font-family: 'sp'; }
}
