@charset "utf-8";
/**
 *
 * カスタマイズ CSS
 *
 **/


.navi_space {
	height:17px;
	width:880px;
}
#top_mainbj .main {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto;
}

.bg_mainvisual {
	width:850px;
	height:230px;
	overflow:hidden;
	text-align:left;
	clear:both; 
}
.banner_slider_pc {
	margin-bottom: 25px;
}
.news_box_pc {
	height:57px;
	overflow:auto;
}
.topics_links_box {
	margin: 10px 0 10px 5px;
	text-align: left;
	width: 395px;
}
.table_shop_list {
	margin-left: 10px;
}

.visual_slider li {
	list-style: none;
}

/* アイコン */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/files/user/fonts/glyphicons-halflings-regular.eot');
  src: url('/files/user/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/files/user/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/files/user/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/files/user/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/files/user/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-play:before {
  content: "\e072";
}


