@charset "UTF-8";
/* CSS Document */

html { 
	font-size: 62.5%;
	width: 100%;
	height: 100%;
	margin:0; 
} 

body {
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	width: 100%;
	height: 100%;
	background: #000;
	word-break: break-all;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; /* Safari */
	margin:0; 
}

a {
	text-decoration:none;
	color:#000;
}

a:link,
a:visited {
	outline:0;
	color:#000;
}

a:hover,
a:active {
	outline:0;
	color:#000;
}
a:focus { 
	outline:0;
}

a img {
	border-style:none;
} 

img.opa:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}

img.focus {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}


address {
	font-style:normal;
}

/* リスト要素の見出し削除 */
ul {
	list-style-type: none;
}

/* 画像の隙間処理 */
img {
     height: auto;
     vertical-align:bottom;
}

.bold {
	font-weight:bold;
}

.b5 {
	margin-bottom:5px;
}

.b10 {
	margin-bottom:10px;
}

.b15 {
	margin-bottom:15px;
}

.b20 {
	margin-bottom:20px;
}

.b25 {
	margin-bottom:25px;
}

.b30 {
	margin-bottom:30px;
}

.b40 {
	margin-bottom:40px;
}

.b50 {
	margin-bottom:50px;
}

.b80 {
	margin-bottom:80px;
}

.fb {
	font-weight:bold;
}

/* 全てのinput要素のフォントをゴシック体にする */
input {
  font-family: "Hiragino Gothic", "Meiryo", sans-serif; /* Hiragino Gothic, Meiryo, sans-serif */
}

/* フォーカス時のinput要素のフォントもゴシック体にする */
input:focus {
  font-family: "Hiragino Gothic", "Meiryo", sans-serif; /* Hiragino Gothic, Meiryo, sans-serif */
}

/* クリアフィックス */
.clearFix:after {
  content: "";
  clear: both;
  display: block;
}

input[type="number"] {
    -moz-appearance: textfield;

    &::-webkit-inner-spin-button,
    &::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

}