@charset "shift-jis";
/* CSS Document */

/************************************ 

	全体の設定 

************************************/


/* textに対する設定 */
.text_b {
    font-weight: 700;
}

.text_center {
    text-align: center;
}

.text_blue {
    color: #2196F3;
}

.text_red {
    color: #dc3545;
}

.text_pink {
    color: #e62869;
}

.text_gray {
    color: #666;
}

.text_orange {
    color: #ff8c00;
}

.text_bg {
    font-size: 16px;
}

.text_md {
    font-size: 14px;
}

.text_sm {
    font-size: 12px;
}

.text_ssm {
    font-size: 10px;
}

.text-indent {
    padding-left: 1em;
    text-indent: -1em;
}

.margin-btmsm {
    margin-bottom: 10px !important;
}

.margin-btm {
    margin-bottom: 20px !important;
}

.margin-btmlg {
    margin-bottom: 40px !important;
}

.margin-normal {
    margin: 15px !important;
}

.cursor {
    cursor: pointer;
}

.word-break {
    word-wrap: break-word;
}

.trim {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.white-space {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.big_fix {
    z-index: 999;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

/* 全体の設定 */
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    letter-spacing: 0.1em;
    -webkit-appearance: none;
    word-break: break-all;
}

/* 打消し用 */
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

li {
    padding: 0;
    margin: 0;
}

textarea {
    -webkit-appearance: none;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    transition: 0.3s;
    -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;
}

a:hover {
    text-decoration: none;
    transition: 0.3s;
    -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;
}

a img {
    -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;
}

a:hover img {
    opacity: 0.8;
    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;
}

/* ナビゲーションバー */
.navbar_box {
    margin-bottom: 0px;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
    background: #fff;
}

.navbar_box li a {
    font-size: 12px;
}

.navbar-brand {
    color: #000 !important;
}


/* 画像 */
/* ↓マップのアイコンが消えてしまうため非表示にしてます*/
/*img {
    vertical-align: middle;
	width: 100%;
	height: auto;
}*/
.square {
    width: 30%;
    position: relative;
    background: #FFF;
    overflow: hidden;
    margin: 1%;
}

.square:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.square > img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}

/* 横幅設定コンテナ */
.container {
    margin: 0 auto;
    padding-right: 0px;
    padding-left: 0px;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

/* 顔写真をリクエストボタン */
.request_box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    padding: 10px;
    font-size: 2.5em;
}

/* いいねボタン */
.icon_good_box {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    padding: 10px;
    font-size: 2.5em;
    cursor: pointer;
    text-shadow: 0 0 10px #000;
    transition: .8s;
}

.icon_good_box .glyphicon-heart-empty {
    color: #fff;
    -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;
}

.icon_good_box .glyphicon-heart {
    color: #e62869;
    -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;
}

.list-mv01 {
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
}

.mv01 {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

/* ほんものボタン */
.trueimage_box {
    position: absolute;
    left: -10px;
    top: 10px;
    z-index: 100;
    font-size: 2.5em;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.ribbon {
    display: inline-block;
    position: relative;
    font-size: 16px;
    padding: 6px 12px;
    color: #000;
    background: #ffffff;
    border: 1px solid;
}

.ribbon:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 10px rgb(0, 0, 0);
}


/* 右下日付 */
.dateimage_box {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;
    font-size: 2.5em;
}

.dateimage_box p {
    display: inline-block;
    position: relative;
    font-size: 14px;
    padding: 6px 12px;
    color: #FFF;
    text-shadow: black 1px 1px 2px, black -1px 1px 2px, black 1px -1px 2px, black -1px -1px 2px;
}

/*ボタン*/
.btn-default {
    border-color: #666;
    font-size: 14px;
}

.btn.disabled {
    opacity: .4;
}

.btn-default.active, .btn-default:active {
    color: #666;
    background-color: #e6e6e6;
    border-color: #666;
}

.btn-default:hover {
    background: #FFF;
}

/************************************
	ページの見出し、注意書きのbox
************************************/
.info_box {
    width: 100%;
    font-size: 1em;
    margin: 0 auto;
    padding: 50px 80px;
    background-color: #ededed;
}

.info_box p {
    max-width: 600px;
    margin: 0 auto;
    border: 2px solid;
    background-color: #fff;
    padding: 1em 1.5em;
    border-radius: 10px;
    font-size: 1.3em;
}

.info_box h1 {
    max-width: 600px;
    margin: 0 auto;
    border: 2px solid;
    background-color: #fff;
    padding: 1em 1.5em;
    border-radius: 10px;
    font-size: 1.3em;
    line-height: 1.4em;
}

.popup_open {
    padding: 15px;
    font-size: 16px;
    border: 1px solid #555;
    border-radius: 50px;
    background-color: #fff;
    cursor: pointer;
}

.popup_open p {
    margin-right: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select-box01 {
    height: 40px;
    margin-bottom: 15px;
    position: relative;
}


/************************************
	ページ送り 
************************************/
.pager {
    width: 100%;
    padding: 20px 15px;
    margin: 0;
    background-color: #ededed;
}

.pagination_cycle {
    border-radius: 0px;
    width: 100%;
    text-align: center;
}

.pager li > a, .pager li > span {
    border-radius: 0px;
    padding: 30px;
}

/************************************
	 footer
************************************/
#footer {
    padding: 0.5em;
    font-size: 0.8em;
    color: #666;
    text-align: center;
}


/************************************

	index.php
	
************************************/

/************************************ 
	検索フォーム
************************************/
.search_box {
    padding: 50px 80px;
    background: #ededed;
}

.select-box01 {
    height: 40px;
}

.pr_search_input {
    width: 85%;
    height: 100%;
    padding: 6px 10px;
    font-size: 16px;
    border: 1px solid;
    border-right: 0px;
    background-color: #e5e5e5;
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 5px;
}

.search_button {
    height: 100%;
    width: 15%;
    background: url(/__images999/search.png);
    background-size: 20px;
    background-position: right 50% top 40%;
    background-repeat: no-repeat;
    background-color: #fff;
    float: right;
    border-top-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-left: 0px;
    box-shadow: none;
    border: 1px solid;
}

input, textarea {
    font-size: 16px !important;
}

.form-control {
    border: 1px solid;
    padding: 4px 8px;
    background-color: #e5e5e5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

/*タグ*/
.keyword_tag {
    padding-bottom: 6px !important;
    padding: .25em 0 .25em .75em !important;
    border-left: 6px solid #ccc;
    margin-bottom: 10px;
}

/*写真検索*/
.picture_list_tag {
    text-align: left;
}

.picture_list_tag ul {
    margin-bottom: 2%;
    letter-spacing: -.4em;
}

.picture_list_tag li {
    display: inline-block;
    margin-right: 1%;
    margin-bottom: 1%;
    width: 32%;
    letter-spacing: normal;
    border-color: #666;
}

/*都道府県検索*/
.map_list_tag {
    text-align: left;
}

.map_list_tag ul {
    margin-bottom: 2%;
    letter-spacing: -.4em;
}

.map_list_tag li {
    display: inline-block;
    margin-right: 1%;
    margin-bottom: 1%;
    width: 24%;
    letter-spacing: normal;
    border-color: #666;
}

input[type="checkbox"]:checked + label {
    background: #31A9EE; /* マウス選択時の背景色を指定する */
}

/************************************ 
	ユーザーリスト
************************************/

/*ユーザーリスト全体*/
.row {
    padding: 5px;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #ededed;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*ユーザー1人分全体*/
.item_all_box {
    padding-top: 5px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border: 10px solid #ededed;
    display: flow-root;
    background-color: #fff;
}

/*記事１つ分*/
.item_box {
}

/*item_boxの中のカルーセル背景をグレーに*/
.item_box .carousel-inner {
    background-image: none;
    background: #eee;
}


/*投稿日*/
.up_time_box {
    padding: 10px 15px;
    font-size: 0.8em;
}

.up_time_box li {
    display: inline-flex;
    vertical-align: middle;
}

/*ブランドタイトル いらない？*/
.brand_box {
    padding: 0;
    position: relative;
    z-index: 0;
}

/*続きを読む*/
.brand_box.onhidden {
    max-height: 200px;
    overflow-y: hidden;
}

.brand_box .readmore {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 70px 0px 20px 0px;
    text-align: center;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    font-weight: bold;
    cursor: pointer;
    z-index: 999;
}

.brand_box .readmore span {
    font-size: 0.8em;
    border-radius: 20px;
    padding: 8px 30px;
    background-color: #fff;
    border: 1px solid #7a797a;
}

/*ふきだし*/
.balloon-top {
    position: relative;
    background: #fff;
}

.balloon-top:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
    z-index: 100;
}

.carousel-indicators {
    bottom: 10px !important;
}

.item {
    position: relative;
    width: 100%;
    height: auto;
}

.item .image {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.item .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: 300px;
    height: 300px;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.chat_image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: 300px;
    height: 300px;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}


/************************************

	talk_list.php
	
************************************/

.sns_box {
    padding: 2%;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    min-height: 55px;
}

.sns_box li {
    width: 31.333333%;
    display: inline-block;
}

.sns_box li a {
    font-size: 80%;
    position: relative;
    display: block;
    padding: 10px;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.sns_box .facebook {
    background: #1f6aba;
    box-shadow: 0 3px 0 #2c4373;
}

.sns_box .facebook:hover {
    background: #2c4373;
}

.sns_box .twitter {
    background: #00acee;
    box-shadow: 0 3px 0 #0092ca;
}

.sns_box .twitter:hover {
    background: #0092ca;
}

.sns_box .line {
    background: #00b900;
    box-shadow: 0 3px 0 #009400;
}

.sns_box .line:hover {
    background: #009400;
}


.midashi_item {
    position: relative;
    text-align: center;
    margin: -10px 15px 10px 15px;
}

.midashi_item span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    background-color: #fff;
    text-align: left;
}

.midashi_item::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
}


/************************************

	index_test用　インスタ埋め込みbox
	
************************************/

.insta_all_box {
    margin: 15px;
    border: 1px solid rgb(219, 219, 219);
    border-radius: 4px;
}

.insta_top_box {
    margin: 10px;
}

.insta_top_box li {
    display: inline-block;
    vertical-align: middle;
}

.insta_top_box li img {
    width: 38px;
    height: 38px;
    border-radius: 100%;
}

.icon_insta {
    float: right;
    font-size: 32px;
    color: #000;
}

.name_insta {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 60%;
}


.item_box_midashi {
    position: relative;
    text-align: center;
    margin: 10px 15px;
}

.item_box_midashi span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    background-color: #fff;
    text-align: left;
}

.item_box_midashi::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
}


/*インフォメーション*/
.h2_midashi {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 15px;
    letter-spacing: 2px;
    line-height: 1.25em;
}

.information_box {
    background: #fff;
    border-top: 1px solid #17a2b8;
    padding: 15px;
}

.information_list_box {
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    margin: 0px -15px 15px -15px;

}

.information_list_box li {
    position: relative;
    width: 50%;
    border-bottom: 1px solid #dfdfdf;
    padding: 0 8px;
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    letter-spacing: normal;
    text-align: center;
    line-height: 1.4;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.information_list_box .border_top {
    border-top: 1px solid #dfdfdf;
}

.information_list_box li:nth-child(odd):after {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-right: 1px solid #dfdfdf;
    display: block;
}

.information_list_box li a {
    padding: 10px;
    width: 100%;
}


/*お問い合わせはこちら*/
.max-width {
    max-width: 500px;
    margin: 0 auto;
}


/************************************
	盛り上がる話題で検索！box
************************************/

.wadai_list {
    width: 100%;
    height: auto;
    list-style: none outside;
    display: flex;
    flex-wrap: wrap;
}

.wadai_list li {
    font-size: 14px;
    padding: 0;
    float: left;
    width: 50%;
    position: relative;
    padding-top: 1px;
    border: 1px solid #f3f3f3;
    margin-bottom: -1px;
}

.wadai_list li a {
    display: table;
    table-layout: fixed;
    position: relative;
    width: 100%;
    height: auto;
}

.wadai_list_inline {
    padding: 20px 30px 20px 15px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.wadai_list_inline:after {
    right: 0;
    height: 30px;
    color: #08c;
    font-size: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-family: zozofont, sans-serif;
    line-height: 1;
}


/*やじるし*/
.wadai_list .arrow {
    display: inline-block;
}

.wadai_list .arrow::before {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 1px #337ab7;
    border-right: solid 1px #337ab7;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6px;
}


/************************************

	__talk_list.php
	
************************************/

.talklist_box {
    padding: 15px 0 0 0;
    background: #fff;
    border-top: 1px solid #000;
}

.talklist_box .row {
    padding: 0px 15px 15px 15px;
}


/*talk履歴の見出し*/
.talk_midashi_box {
    padding-top: 20px;
    background: #ededed;
}

.talk_midashi {
    padding: 10px 15px;
    background: #fff;
    border-top: 1px solid #000;
}


/*トークリスト*/
.talklist_reset {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    display: table;
    width: 100%;
}

/*talklistのアイコン*/
.talklist_icon_box {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    width: 50px;
}

.talklist_icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    object-fit: cover;
}

/*名前時間コメント全体*/
.talklist_word_box {
    display: table-cell;
    vertical-align: middle;
}

.talklist_name {
    max-width: 30%;
    display: inline-block;
    vertical-align: middle;
}

/*ワード部分*/
.word_breaksec {
    overflow: hidden;
    width: 100%;
}

.word_breaksec p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/*未読*/
.talklist_check_box {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 50px;
    padding-left: 10px;
}

/*広告*/
.list_koukoku {
    text-align: center;
}

.list_koukoku img {
    height: 100px;
    width: auto;
}


/************************************

	__press2.php
	
************************************/

.midashi_all_box {
    padding: 15px 0 0 0;
    background: #fff;
    border-top: 1px solid #000;
}

.rules_box {
    padding: 15px;
    border-top: 1px solid #ddd;
}

.rules_box li {
    margin-bottom: 1em;
}

.rules_list li {
    padding-left: 1em;
    text-indent: -1em;
}

.rules_midashi {
    background: #eaeaea;
    margin: -15px;
    padding: 15px;
    margin-bottom: 15px;
}

.under_line_box {
    margin: 30px 0;
}

.under_line {
    border-bottom: 1px solid;
    padding: 5px;
    display: inline-block;
}


/* チャットレイアウト */
.chat_h2_midashi {
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    height: 50px;
}

.chat_all_box {
    padding: 70px 15px;
}

.chat_box {
    width: 100%;
    height: auto;
    overflow: hidden; /*floatの解除*/
    margin-bottom: 20px;
}

.chat_face {
    float: left;
    margin-right: -60px;
}

.chat_face img {
    border-radius: 30px;
}

.chat_area {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

/*時間*/
.chat_time {
    font-size: 80%;
    color: #666666;
    padding-top: 0.5em;
    text-align: right;
}


/*トーク相手のふきだし*/
.chat_balloon_left {
    display: inline-block; /*コメントの文字数に合わせて可変*/
    padding: 10px 15px;
    margin-left: 60px;
    margin-bottom: 1px;
    border-radius: 10px;
    position: relative; /*追記*/
    border: 1px solid;
    background: #fff;
}

.chat_balloon_left::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -10px;
    top: 10px;
    border-right: 10px solid #000000;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.chat_balloon_left::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -9px;
    top: 11px;
    border-right: 9px solid #ffffff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}

/*自分のふきだし*/
.chat_balloon_right {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    position: relative;
    border: 1px solid;
    float: right;
    margin-right: 10px;
    background: #eeeeee;
}

.chat_balloon_right::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -10px;
    top: 10px;
    border-left: 10px solid #000000;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.chat_balloon_right::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -9px;
    top: 11px;
    border-left: 9px solid #eee;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}


/*ここから未読*/
.chat_midoku {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.chat_midoku::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.chat_midoku span {
    font-size: 0.8em;
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0.5em 1em;
    background-color: #fff;
    text-align: left;
    color: #fff;
    background: #777;
    border-radius: 100px;
}


/*投稿ボックス*/
.textarea_box {
    border-top: 1px solid #ddd;
    padding: 15px;
    width: 100%;
    background: #fff;
}

.textarea_modal_box textarea {
    width: 80%;
    float: left;
    resize: vertical;
}

.textarea_modal_box .btn {
    width: 18%;
    float: right;
}


@media (max-width: 992px) {
    .td_title {
        width: 60%;
    }

}


@media (max-width: 767px) {
    .navbar-form {
        padding: 0;
        margin-right: 0px;
        float: right !important;
    }


    .header_box {
        height: 200px;
    }

    .header_box .inner {
        width: 250px;
        font-size: 1.1em;
    }

    .header_box .inner h1 {
        font-size: 16px;
        line-height: 1.42857143;
    }


    .search_box {
        padding: 20px 15px;
    }


    .searchgenre_box {
        padding: 0;
        margin: 0 -5px;
    }

    .genre {
        height: 40px;
        display: block;
        margin: 10px 5px;
    }

    .genre a {
        padding: 5px;
        font-size: 0.8em;
        display: block;
        position: relative;
    }

    .genre a p {
        width: 100%;
        padding: 5px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%); /* Safari用 */
        transform: translate(-50%, -50%);
    }

    .searchgenre_box li:last-child {
        font-size: 0.7em;
    }


    .order_box li a {
        padding: 15px 0px;
        font-size: 14px;
    }


    .row {
        padding: 0;
        display: block;
    }

    .item_all_box {
        padding-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        margin-top: 20px;
        border: 0px;
    }

    .row .col-xs-12:first-child {
        margin-top: 0px;
    }

    .up_price_box {
        border-top: 1px solid #7a797a;
    }

    .indicators_blue {
        margin-bottom: -38px;
    }


    .pager {
        padding: 20px 0px;
    }

    /*tdの大きさ*/
    .td_icon {
        width: 10%;
    }

    .td_title {
        width: 75%;
    }

    .td_store {
        width: 25%;
    }

    /*記事全体*/
    .up_review_box .table_url {
        font-size: 0.8em;
        padding: 15px 10px 15px 15px;
    }

    .icon_box {
        width: 50px;
        padding: 0px 10px 10px 0px;
    }

    .td_store a {
        padding: 15px 15px 15px 0;
    }

    .info_box {
        margin: 0 auto;
        padding: 20px 15px;
    }

    .info_box p {
        border: 2px solid;
        padding: 10px 15px;
        border-radius: 10px;
        font-size: 1em;
    }

    .info_box h1 {
        border: 2px solid;
        padding: 10px 15px;
        border-radius: 10px;
        font-size: 1em;
        line-height: 1.4em;
    }

    /*記事投稿日*/
    .up_review_box .table_up_box {
        padding-top: 0.4em;
    }

    /*記事のタイトル*/
    .table_title {
        font-size: 1.3em;
    }

    .td_store a .price_box {
        font-size: 1.2em;
    }

    .recommend_item_box {
        border-top: 1px solid #7a797a;
    }

    .user_insta_box {
        padding: 30px 15px;
    }

    .user_insta_box .insta_icon_box {
        width: 100px;
    }

    .user_insta_name {
        font-size: 1.2em;
    }


    .info_magin {
        padding: 20px 15px 0px 15px !important;
    }

    .talklist_box .row {
        padding: 0px;
    }

    .talklist_reset {
        border-left: 0 !important;
        border-right: 0 !important;
    }

    /*広告*/
    .list_koukoku img {
        height: auto;
        width: 100%;
    }

    /************************************
        盛り上がる話題で検索！box
    ************************************/
    .wadai_list li {
        font-size: 12px;
    }

    .wadai_list li a {
        height: 70px;
    }

    .wadai_list_inline {
        padding: 8px 30px 8px 10px;

    }

}

@media (max-width: 500px) {
    .jump_btn_box {
        width: 100%;
    }
}
