#sidebar {
    width: 300px;
}


.search-sidebar {
    box-sizing: border-box;
    border: 1px solid #777;
    margin-bottom: 20px;
}

.side-ttl{
    padding: 20px;
    background-color: #4d4d4d;
    color: #eee;
    font-size: 22px;
    position:relative;
}

.side-ttl p{
    display: inline;
    top: 20px;
    position: absolute;
}

.side-ttl::before{
    content:"";
    display:inline-block;
    width:2px;
    height:26px;
    background-color:#eee;
    margin-right: 6px;
}

.side_inner {
    padding: 20px;
}
.side_inner ul{
    display: flex;
    flex-wrap: wrap; /* flex itemsを折り返す */
    justify-content: space-between; /* 2列に分割 */
    margin-bottom: 10px;
}
.side_inner li{
    width: calc(50% - 4px); /* 2列の間隔を考慮して幅を設定 */
    margin-bottom: 8px;
    box-sizing: border-box;
}

.side_inner li a{
    display: inline;
}


.side-searchbox-container {
    margin-bottom: 20px;
}

.side-searchbox {
    margin-bottom: 10px;
}

.side-searchbox form {
    margin: 0;
}

.search-flex{
    display: flex;
    align-items: center;
}


.side-searchbox input[type="text"]{
    height: 100%;
    margin: 0;
}
.side-searchbox button {
    padding: 5px 10px;
    width: 60px;
    height: 46px;
    color: #ffffff;
    background-color: #4f4f4f;
    font-weight: 300;
    font-size: 16px;
}

.side-searchbox .post-category ul {
    list-style: none;
    padding: 0;
}

.side-searchbox .post-category li {
    margin-bottom: 5px;
}

.side-searchbox .post-category a {
    text-decoration: none;
    color: #333;
}
.side-searchbox select {
    width: 200px;
	height: 46px;
	padding:  10px 0 10px 10px;
    margin-bottom: 10px;
}

.category_archive a::before{
	content: '';
	display: inline-block;
	vertical-align: inherit;
	color: #333;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 0.375em 0.64952em;
	border-left-color: currentColor;
	border-right: 0;
	margin-right: 6px;
}

/* 写真カテゴリー */
.category_list{
    box-sizing: border-box;
    border: 1px solid #777;
    margin-bottom: 20px;
}


/* バナー */

.side_banner > div{
    margin-bottom: 20px;
    width: 300px;
    height: 90px;
}

.photo_banner a {
    background: #fff url(/pc/img/sidebar/side_banner_photo.png) no-repeat right top;
}

.video_banner a {
    background: #fff url(/pc/img/sidebar/side_banner_video.png) no-repeat right top;
}

.music_banner a {
    background: #fff url(/pc/img/sidebar/side_banner_music.png) no-repeat right top;
}

.side_banner .btn a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    color: #1e1e1e;
    padding: 0 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
}

.side_banner .btn a::after {
    content: none;
}

/* 最新ニュース */
.side_inner_news {
    padding: 20px;
}
.side_inner_news ul{
    display: flex;
    flex-wrap: wrap; /* flex itemsを折り返す */
    flex-direction: column;
    margin-bottom: 10px;
}
.side_inner_news li{
    margin-bottom: 8px;
    line-height: 1.5;
    box-sizing: border-box;
}

.side_inner_news li a{
    display: inline;
}


#sidebar .adsbygoogle {
    margin-bottom: 20px;
}
