@charset "utf-8";
/* CSS Document */
#header, #footer, #side, #btmBox {
	font-family: "genno", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333; 
	line-height: 150%;
	letter-spacing: 0.1em;
}
/***********aタグ設定************/
#header a, #footer a, #side a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
	color: #333333;
	text-decoration: none;
}
#header a:active, #footer a:active, #side a:active {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
}

#header a:hover, #footer a:hover, #side a:hover {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
}

#header a:link, #footer a:link, #side a:link {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
}

#header a:visited, #footer a:visited, #side a:visited {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
}

#header img, #footer img, #side img, #btmBox img {
	vertical-align: middle;
}

/***********フォント設定**********/
@font-face {
	font-family: 'genno';
	src: url('/shop/image/top/common/font/genno/SourceHanSans-Normal_min.otf') format('opentype');
	src: url('/shop/image/top/common/font/genno/SourceHanSans-Normal_min.woff') format('woff');
}

html>/**/body { 
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

/***********クリアフィックス***********/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/**/
#header .np-item-suggest{
	padding-top: 5px;
  box-sizing: border-box;
  width: 300px;
  border:1px solid #cccccc;
}
#header .np-item-suggest .title {
  text-align: center;
}
#header .np-item-suggest table{
  width:100%;
  border-collapse : collapse;
}

#header .np-item-suggest table tr{
  border-top:1px solid #cccccc;
}

#header .np-item-suggest table tr:hover{
  background-color:#eeeeee;
}

#header .np-item-suggest table tr:first-child{
  border-top:none;
}

#header .np-item-suggest table td{
  text-align: left;
  vertical-align: middle;
}
#header .np-item-suggest table td + td{
	border:none;
}
#header .np-item-suggest table td a{
  box-sizing: border-box;
  padding:5px;
  display: block;
}
#header .np-item-suggest .img {
	text-align: center;
}
#header .np-item-suggest .img img {
	margin: 0 auto;
  height: auto;
}
#header .np-item-suggest .item{
  width:100%;
}

#header .np-item-suggest .item a {
  text-decoration: none;
  width:220px;
}

#header .np-item-suggest .hitnum{
  box-sizing: border-box;
  text-align: right;
  color:#333333;
  border-top: 1px solid #ccc;
  padding: 5px 10px;
}
