@charset "UTF-8";
/*bootstrap以外の設定*/

/* ----------------------------------------------- 基本スタイル */


img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	border: none;
}

body {
 font-family: 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
 font-size:15px;
  background-color: #000;
  color:#eee;
 }
a,a:focus,a:hover,a:visited {
 color: #ffa600;
 text-decoration: underline;
}
a:hover {
	top:1px;
	left:1px;
	position:relative;
}

hr {
  overflow: visible;
  height: 0;
}
small {font-size: 80%;}
b,strong {font-weight: bolder;}
.center{text-align: center;}

/* ----------------------------------------------- コンテンツ */
.hb_point{
 color:#ffa600;
}
