@charset "utf-8";
/* CSS Document */

header:after, footer:after, aside:after, article:after, section:after, nav:after, ul:after, dl:after, .hentry:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

/** header **/

header {
    background-color: #000;
}

.site-header .logo {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    text-align: left;
}

.site-header .logo a {
    display: block;
    width: 299px;
    height: 40px;
    overflow: hidden;
    text-indent: -9999em;
    background: url(https://outdoorparadise.itembox.design/item/img/outdoor_logo.svg) no-repeat 50% 50%;
    margin: .5em 0;
    background-size: contain;
}

.logo a, .logo_txt {
    display: inline-block !important;
    vertical-align: middle;
}
.site-header .logo a, .site-header .logo h1, .site-header .widget ul, .site-header .widget form {
    margin-left: 1em;
    margin-right: 1em;
}
.site-header .logo h1 {
    margin: 0.5em 0;
    color: #fff;
    font-size: 10px;
}

/** main area **/
section.wrapper {
    position: relative;
    min-height: inherit;
    border: 0;
    overflow-x: hidden;
    z-index: 999;
    margin-top: 1em;
}

.main-area {
    margin-left: 22em;
    margin-right: 1em;
}

aside#recommend_posts-2 {
    background: url(https://spacebukiya.itembox.design/item/img/top-img.jpg?d=20200409185741);
    height: 340px;
    background-size: cover;
    background-position: center;
}

/** main area nav **/
.nav-menu {
    display: flex;
    justify-content: space-around;
}

.nav-menu div {
    text-align: center;
    width: 96%;
    color: rgb(255, 255, 255);
    font-size: 2rem;
    margin: 0.35em 0.5em;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-image: initial;
    border-radius: 8px;
}

.nav-menu img {
    width: 123px;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.nav-menu a {
    display: block;
    width: 100%;
    margin: 0px 1px !important;
}

/** blog 連携 **/

.entries {
    border-top: 1px solid rgb(229, 229, 229);
}

.entries .hentry {
    overflow: hidden;
    border-bottom: 1px solid rgb(229, 229, 229);
}
.entries .entry-thumbnail {
    width: 35%;
    float: left;
    text-align: center;
}

.entries .entry-header, .entries .entry-content, .entries .entry-footer {
    width: 65%;
    float: right;
    background: none;
}

.entries .entry-content p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 15px;
}

.entry-utilities .updated {
    text-align: right;
    width: 100%;
    display: block;
}

.entries h2.entry-title {
    padding: .5em;
}

/** side bar **/

.left-nav {
    display: block;
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    clip: inherit;
    float: left;
    width: 22em;
    background: none;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    transform: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.ui-panel-inner {
    padding: 0 1em;
    background: none !important;
}

.widget {
    font-size: 14px;
}

.widget h2 {
    margin: 0;
    padding: 0.5em 0;
    text-align: center;
    background-color: #000;
    text-shadow: none;
    color: #fff;
    font-size: 100%;
}
.widget_nav_menu ul, .widget_nav_menu ul li {
    margin: 0;
    list-style: none;
    padding: 0;
}

.widget_nav_menu ul li {
    border-bottom: solid 1px #e5e5e5;
}

.widget_nav_menu a {
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    color: #666;
}
.baseLink2::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 10px;
    background-image: url(https://spacebukiya.itembox.design/item/img/top/arrow_black.svg);
    background-size: contain;
    vertical-align: middle;
    margin: 0px 10px 0px 0px;
    background-repeat: no-repeat;
}

span.fr2-price__value {
    color: #f00;
}

/** top検索 **/


.h_submit input[type="submit"] {
    border: none;
}

.cFrame.sell_Search {
    display: flex;
	width:auto;
	margin: 0 .5em;
}

.boxArea {
    -webkit-flex: 1;
    flex: 1;
    margin-right: 1em;
}

.boxArea form {
    display: flex;
}
p.h_keyword {
    -webkit-flex: 1;
    flex: 1;
}

p.h_submit {
    width: 69px;
}

p.ancCategoryList {
    width: 280px;
}

p.h_keyword, p.h_submit {
    margin: 0;
}

p.h_keyword input[type="search"] {
    width: 100%;
}