@charset "UTF-8";

*{
	margin:0;
	padding:0;
	color:#808080;
	text-decoration:none;
}

h1,h2,h3{
	display:inline-block;
}

li{
	list-style: none;
}

.cf::after{
  content: "";
  display: block;
  clear: both;
}

body {
	width: 100%;
	margin: 0px auto;
	-webkit-text-size-adjust: 100%;
}

#caution2018{
	width:980px;
	margin:20px auto 50px auto;
}

#head2018{
	position:relative;
	width:1000px;
	margin:0 auto 30px auto;
}

#head2018 img{
	display;block;
	vertical-align:top;
}

.head2018_r{
	position:absolute;
	display:block;
	right:0;
	top:15px;
}

/*********検索窓＆カート*********/

#search-box {
    width: 340px;
    height: auto;
    position: absolute;
    right: 0;
    top:40px;
}

#search-text {
    width: 240px;
    height: 30px;
    border: 2px solid #808080;
    background-color: #FFF;
    padding-left: 10px;
    font-size: 13px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#search-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    margin-left:5px;
}

.cart {
    position: absolute;
    right: 10px;
    top: -5px;
}


/*********ナビ部分*********/

#nav2018{
	width:100%;
	background-color:#808080;
	margin-bottom:40px;
	position:relative;
	z-index:999999;
}

#nav2018_in{
  width: 980px;
  height: 50px;
  margin: 0 auto;
}

.nav {
	display: flex;
}

.nav li {
	position: relative;
}

.nav li a {
	display: block;
	width: 122px;
	height:50px;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	line-height: 3.8;
	background: #808080;
	text-decoration: none;
	box-sizing: border-box;
}


.nav > li:hover > a {
	color:#ffffff;
	background: #969696;
}

.nav > li li:hover > a {
	color: #808080;
	background-color: rgba(252,238,235,0.5);
}

.nav li ul {
	top: 50px;
	left:0;
	position: absolute;
}

.nav li ul li {
	overflow: hidden;
	height: 0;
	background-color: rgba(255,0,0,0.5);
}

.nav li ul li a {
	 border-top: 1px solid #ffffff;
}

.nav li:hover > ul > li {
	overflow: visible;
	height: 50px;
}

/*バナースペース*/
#ban_space{
	margin:0 auto;
	width:980px;
}

#ban_space img{
	display:block;
	width:100%;
	margin-bottom:20px;
}


#rec_space,#pic_space{
	margin:100px auto 100px auto;
	width:100%;
}

#cat_space{
	margin:100px auto 100px auto;
	width:100%;
}


.wi_max{
	width:100%;
	background-color:#fde3ec;
	padding:15px 5px;
}

.wi_max span{
	width:980px;
	margin:0 auto;
	display:block;
}


.wi_center{
	margin: 0px auto;
	width:980px;
	padding-top:50px;
}

.wi_center p{
	margin-top:10px;
}

.cat_only{
	text-align:center;
	margin: 0px auto;
	width:980px;
}


.table-ul {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	padding-bottom:40px;
}

.table-ul li {
  display: table-cell;
}

.table-ul1 {/*NEW ITEM部分のテーブル*/
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 90%;
	padding-bottom:40px;
	padding-right:40px;/*追加：左にずらす用*/
	margin:0 auto;
}

.table-ul1 li {/*NEW ITEM部分のテーブル*/
  display: table-cell;
  padding: 5px;/*追加：<li>タグの間隔指定*/
}

.pic_blue{
	font-size:13px;
	color:#12c1e0;
	display:block;
}

#footer2018{
	margin:100px auto 100px auto;
	width:100%;
	background-color: #fde3ec;
}

.footer2018_in{
	width:980px;
	margin:0 auto;
	padding:50px 10px 100px 10px;
}

.footer2018_in1{
	text-align:center;
	margin-bottom:50px;
}

.table-ul2 {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	margin:0 auto;
}

.table-ul2 li {
	display: table-cell;
	vertical-align:middle;
	font-size:13px;
	line-height:2.2em;
}

.table-ul3 {/*追加：RECOMMEND部分のテーブル*/
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 90%;
	padding-bottom:40px;
	margin:0 auto;
}

.table-ul3 li {/*追加：RECOMMEND部分のテーブル*/
  display: table-cell;
  padding: 5px;/*追加：<li>タグの間隔指定*/ 
}


.foot_r1{
	position:absolute;
	left:60px;
	top:5px;
}

.foot_r2{
	position:absolute;
	right:65px;
	top:0;
}

.copyright{
	color:#ffffff;
	background-color: #808080;
	text-align:center;
	padding:20px 0;
}

#new_slide li ul li img{
	margin-left:20px;
}

.len_word{
}

.len_word a{
font-size:10px!important;
line-height: 5em!important;
}

.len_word2{
}

.len_word2 a{
font-size:11px!important;
line-height: 5em!important;
}


/*********レフトナビ*********/

#left2018{
	width: 260px;
}

#pick_img{
    margin-bottom: 30px;
}

#pick_box {
    width: 198px;
    padding: 30px;
    border: 1px solid #666;
    margin-bottom: 40px;
}

#pick_box div:first-child {
    border-top: none;
    padding-top: 0px;
    margin-top: 0px;
}

#pick_box div {
    border-top: 1px solid #666;
    padding-top: 30px;
    margin-top: 30px;
}

.pick_img {
    margin-bottom: 5px;
}

.pick_name {
    margin-bottom: 5px;
    text-align: center;
}

.pick_price {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}



#end_corner{
	text-align:center;
}

#end_corner img{
	margin-top:30px;
}

#cat_box{
	width:100%;
	text-align: center;
	background: #f0f0f0;
	padding:30px 0;
}


a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
