@charset "utf-8";
@font-face {
	  font-family: 'yugothib';
	  src: url("../font/yugothib.ttf");
}
@font-face {
	  font-family: 'yugothic-medium';
	  src: url("../font/yugothic-medium.otf");
}
@font-face {
	  font-family: 'helvetica-bold';
	  src: url("../font/helvetica-bold.otf");
}
/* reset
-------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
html {
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
}
body{
  	background: #F6F7F8;
	font-family: 'helvetica-bold','yugothib';
}
main{
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'yugothib';
	font-size:100%;
	font-weight:normal;
}
table {
	font-size:100%;
	line-height:1.5;
	border-collapse:collapse;
	border-spacing:0;
}
th {
	font-weight:normal;
	text-align:left;
}
img {
	border:0;
	vertical-align:bottom;
}
ul li {
	list-style:none;
}
input, textarea {
	vertical-align:middle;
}
address, em {
	font-style:normal;
}

img{
	backface-visibility: hidden;
}
a{
	text-decoration: none;
	color: #333333;
}
p,dt,dd,li{
	font-family: 'yugothic-medium';	
}
select {
-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
appearance: none; /* 標準のスタイルを無効にする */
}
::-ms-expand { /* select要素のデザインを無効にする（IE用） */
display: none;
}
:focus {
    outline: none;
}