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

/**全体設定**/

* {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html, body {
    margin: 0;
    padding: 0;
}

a:link {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

/* お知らせ
----------------------------------------------------------- */

#info{
    display: block;
    width:1060px;
    height: auto;
    box-sizing: border-box;
    margin: 15px 0 15px 0;
    border: #cc0000 1px dashed;
    padding: 15px 30px 15px 30px;
    vertical-align: top;
    text-align: left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}

#info a:link {
    text-decoration: none;
}

#info a:hover {
    text-decoration: none;
}

.info_index {
    font-size: 18px;
    font-weight: bold;
    color: #cc0000 !important;
    line-height: 1.2em;
    margin: 2px auto 0;
    text-decoration: none !important;
}

a .info_index {
    font-size: 18px;
    font-weight: bold;
    color: #cc0000 !important;
    line-height: 1.2em;
    margin: 2px auto 0;
}

.info_index a{
    font-size: 18px;
    font-weight: bold;
    color: #cc0000 !important;
    line-height: 1.2em;
    margin: 2px auto 0;
}

.info_text{
    font-size: 12px;
    line-height: 1.5em;
    margin: 8px 0 0 0;
    color: #000000 !important;
    text-decoration: none !important;
}

a .info_text {
    font-size: 12px;
    line-height: 1.5em;
    margin: 8px 0 0 0;
    color: #000000 !important;
}

.info_text a{
    font-size: 12px;
    line-height: 1.5em;
    margin: 8px 0 0 0;
    color: #000000 !important;
}

.info_index a:hover{
    text-decoration: underline !important;
}

.info_text a:hover{
    color: #000000;
    text-decoration: underline !important;
}

a .info_text:hover{
    color: #000000;
    text-decoration: underline !important;
}

.event_bnr {
    margin-bottom: 18px;
}

.event_bnr:hover {
    opacity: 1 !important;
}

/**ヘッダー**/

#header {
    display: block;
    width: 1060px;
    height: auto;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: transparent;
}

#logo {
    width: 400px;
}

#header_navi {
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0px;
}

#header_navi li {
    float: left;
    list-style-type: none;
    vertical-align: bottom;
}

#header_navi li img {
    width: 11px;
    vertical-align: middle;
    margin-right: 8px;
    position: relative;
    bottom: 2px;
}

#header_navi li a {
    display: block;
    height: 14px;
    width: auto;
    min-width: 50px;
    font-size: 11px;
    letter-spacing: normal;
    padding: 0 10px;
    margin: 0;
    border-right: 1px solid #000000;
}

#cate_navi {
    display: block;
    width: 1060px;
    box-sizing: border-box;
    margin: 15px 0 20px 0;
    padding: 0;
}

#cate_navi li {
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0;
    display: block;
    width: 106px;
    height: auto;
    min-height: 55px;
    box-sizing: border-box;
    padding: 10px auto 8px;
    border-left: dashed 1px #000000;
}

#cate_navi li:first-child {
    width: 106px;
}

#cate_navi li:last-child {
    border-right: dashed 1px #000000;
}

#cate_navi li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 11px;
    text-align: center;
    vertical-align: bottom;
    line-height: 1!important;
}

#sofa_icon {
    width: 40px;
    margin: 10px 0 -1px 0;
}

#chair_icon {
    height: 28px;
    margin: 5px 0 -3px 0;
}

#tvboard_icon {
    height: 28px;
    margin: 5px 0 -2px 0;
}

#table_icon {
    height: 28px;
    margin: 5px 0 -2px 0;
}

#rug_icon {
    width: 40px;
    margin: 10px 0 0px 0;
}

#mat_icon {
    height: 20px;
    margin: 5px 0 -3px 0;
}

#bed_icon {
    height: 28px;
    margin: 5px 0 -2px 0;
}

#sleep_icon {
    height: 28px;
    margin: 5px 0 -2px 0;
}

#light_icon {
    height: 28px;
    margin: 5px 0 -2px 0;
}

#zaisu_icon {
    height: 20px;
    margin: 10px 0 1px 0;
}

#rank_icon {
    height: 20px;
    margin: 10px 0 1px 0;
}

#appliance_icon {
    height: 24px;
    margin: 7px 0 0px 0;
}

#storage_icon {
    height: 26px;
    margin: 7px 0 -2px 0;
}
/**検索フォーム**/

form {
    margin: 0;
    padding: 0;
}

#select_box {
    display: block;
    width: 133px;
    height: 23px;
    /*height: 18px;*/
    margin: 0 10px 0 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 11px;
    float: left;
}

#text_box {
    display: block;
    /*width: 198px;*/
    width: 258px;
    height: 23px;
    /*height: 18px;*/
    margin: 0 10px 0 0;
    /*padding: 2px 0 0 1px;*/
    padding: 2px 0 0 4px;
    box-sizing: border-box;
    font-size: 11px;
    float: left;
}

#search_btn {
    display: block;
    width: 32px;
    height: 23px;
    /*height: 18px;*/
    margin: 0 10px 0 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 10px;
    float: left;
}

.social_icon {
    /*width: 18px;*/
    width: 23px;
    height: 23px;
    /*height: 18px;*/
    margin: 0 10px 0 0;
    float: left;
}

#ivent_index {
    display: block;
    width: 224px;
    height: auto;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    position: relative;
    bottom: 2px;
    /*bottom: 4px;*/
    float: left;
    left: 2px;
}

#ivent_bnr {
    float: right;
    margin: -23px 0 0 0;
    width: 302px;
    /*height: 46px;*/
    box-sizing: border-box;
    /**-moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;**/
}

#ivent_bnr:hover {
    opacity:0.5;
    filter:alpha(opacity=50);
    -ms-filter:"alpha(opacity=50)";
    zoom:1;
}

#hot_word {
    display: block;
    /*width: 65px;*/
    width: 74px;
    /*height: 18px;*/
    height: 26px;
    box-sizing: border-box;
    background-color: #000000;
    /*padding: 2px 0 0 0;*/
    padding: 6px 0 0 0;
    margin: 10px 10px 0 0;
    /*margin: 7px 10px 0 0;*/
    text-align: center;
    color: #ffffff;
    font-size: 10px;
    letter-spacing: -0.2px !important;
    float: left;
}

#hot_word_text {
    display: block;
    width: 425px;
    /*width: 365px;*/
    height: 26px;
    /*height: 18px;*/
    box-sizing: border-box;
    border: 1px solid #000000;
    overflow: hidden;
    margin: 10px 10px 0 0;
    /*margin: 7px 10px 0 0;*/
    /*padding: 0 0 0 5px;*/
    padding: 4px 0px 0px 7px;
    vertical-align: middle;
    float: left;
}

#hot_word_text a {
    font-size: 11px;
    margin: 0 10px 0 0;
    position: relative;
    bottom: 5px;
}

#ivent_name {
    display: block;
    width: 229px;
    height: 36px;
    /*height: 26px;*/
    box-sizing: border-box;
    border: 1px solid #000000;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: bottom;
    position: relative;
    bottom: 0px;
    float: left;
}

#ivent_name_s {
    display: block;
    width: 224px;
    height: 26px;
    box-sizing: border-box;
    border: 1px solid #000000;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: bottom;
    position: relative;
    bottom: 1px;
    float: left;
}

#ivent_name a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 0 0 0;
    /*padding: 1px 0 0 0;*/
}

#ivent_name_s a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 0 0 0;
}

#ivent_name a:hover {
    text-decoration: none !important;
    background-color: #000000;
    color: #ffffff;
}

#ivent_name_s a:hover {
    text-decoration: none !important;
    background-color: #000000;
    color: #ffffff;
}

.clear {
    clear: both;
    visibility: hidden;
}

.header_index {
    display: block;
    width: 1060px;
    height: auto;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1em;
    border-bottom: 1px dashed #000000;
    margin: 8px 0 0 0;
    padding: 0 0 3px 0;
}

#cate_list {
    display: block;
    width: 1060px;
    height: 20px;
    box-sizing: border-box;
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none;
}

#cate_list li {
    display: block;
    width: 97px;
    height: 20px;
    box-sizing: border-box;
    padding: 0;
    margin: 0 10px 0 0;
    float: left;
}

#cate_list li:last-child {
    margin: 0;
}

#cate_list li a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 4px 0 0 0;
    font-size: 10px;
    color: #000000;
    line-height: 1em;
    letter-spacing: -0.5px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #000000;
}

#cate_list li a:hover {
    color: #ffffff;
    background-color: #000000;
    text-decoration: none !important;
}

#pickup_item {
    display: block;
    width: 1060px;
    height: 100px;
    box-sizing: border-box;
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none;
}

#pickup_item li {
    display: block;
    width: 204px;
    height: 204px;
    box-sizing: border-box;
    padding: 0;
    margin: 0 10px 0 0;
    float: left;
}

#pickup_item li:last-child {
    margin: 0;
}

#pickup_item li a {
    display: block;
    width: 204px;
    height: 204px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 9000;
}

#pickup_item li a img {
    width: 204px;
    height: 204px;
}

.caption {
    visibility: hidden;
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 0;
    padding: 5px;
    text-align: left;
    vertical-align: bottom;
    font-size: 10px;
    color: #ffffff;
    line-height: 1em;
    letter-spacing: -0.1px;
    background-color: #000000;
    text-decoration: none !important;
    position: absolute;
    bottom: 0;
    z-index: 9001;
}

#pickup_item li a:hover > .caption {
    visibility: visible;
}

#wrapper {
    display: block;
    width: 1060px;
    height: 97px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: absolute;
}

.space {
    display: block;
    width: 1060px;
    height: 10px;
    box-sizing: border-box;
    clear: both;
    visibility: hidden;
}


/**ドロップダウンメニュー**/
/* 基本スタイル */
* {
    -webkit-box-sizing: border-box;
    -moz-: box-sizing:border-box;
    box-sizing: border-box;
    border-collapse: separate;
    　  border-spacing: 0;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* メニュー全体 */
.cate_navi{
    width: 1060px;
    margin: 10px auto 20px;
    display: flex;
    text-align: center;
    font-size: 11px;
}
/* 親メニュー */
.cate_navi li{
    cursor: pointer;
    float: left;
    display: flex;
    position: relative;
    background: #fff;
    border-left: dashed 1px #000;
    width: 100%;
    line-height: 1;
    z-index: 9999;
}
.cate_navi li:last-child{
    border-right: dashed 1px #000;
}
.cate_navi li a img {
    max-width: 70px;
    max-height: 70px;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}
.cate_navi li span{
    padding: 2px 6px;
}
/* サブメニュー指定パネル */
.cate_navi li:first-child ul {
    width: 213px;
}
.cate_navi li:last-child ul {
    width: 214px;
    left: -108px;
}
.cate_navi li:last-child ul li {
    width: 214px;
}
/* サブメニュー */
.cate_navi li ul{
    position: absolute;
    top: 100%;
    left: -1px;
    width: 213px;
    background: #fff;
    height: 0;
    overflow: hidden;
    text-align: left;
}

.cate_navi li ul.lastCate{
    left: -107px;
}

.cate_navi li ul.lastCate:before {
    margin-left: 153px;
}

.cate_navi li ul li a{
    font-weight: normal;
    font-size: 11px;
    padding: 10px 10px 9px;
    color: #fff;
}
.cate_navi li ul li{
    border-left: none;
    background: #000;
}
.cate_navi li ul li:last-child{
    border-right: none;
}
/* サブメニューオープン */
.cate_navi li > ul{
    max-height: 0;
}
.cate_navi li:hover > ul{
    opacity: 1;
    height: auto;
    max-height: 1000px;
    transition: all 1.0s;
}
.cate_navi li a {
    display: block;
    color: #000;
    text-decoration: none;
    width: 100%;
    padding-bottom: 5px;
}
.cate_navi li ul li a:hover {
    background: #666;
    transition: all 0.2s;
    color: #fff;
}
.cate_navi li ul{
    background: none;
    margin-top: -35px;
    z-index: -1;
}
.cate_navi li ul:before {
    content:"";
    width: 14px;
    height: 14px;
    display: block;
    background: #000;
    transform: rotate(45deg);
    margin-top: 40px;
    margin-left: 47px;
    margin-bottom: -10px;
}
.cate_navi li:last-child ul:before{
    margin-top: 5px;
}
.cate_navi li:last-child ul:before {
    margin-left: 154px;
}
.cate_navi li:last-child ul {
    margin-top: 0;
}
/* 2カラム */
.two_column ul {
    width: 319px !important;
}
.two_column ul li {
    width: 159.5px;
}
.two_column ul:after {
    background: #000;
    display: block;
    content:"";
}

.cate_navi .two_column:last-child ul {
    width: 321px !important;
    left: -213px;
}
.cate_navi .two_column:last-child ul li {
    width: 160px;
}
.cate_navi .two_column:last-child ul:before {
    margin-left: 259px;
}
