@charset "shift-jis";
/* CSS Document */

/************************************ 

	全体の設定 

************************************/

/* textに対する設定 */
.text_b{
	font-weight:700;
}
.text_blue{
	color:#3498db;
}
.text_red{
	color:#F44336;
}
.text_gray{
	color:#666;
}
.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;
}
.margin-btm {
    margin-bottom: 20px;
}
/* ???????????????????????????←記事にこれが合った場合がはみ出てしまう。word-wrap: break-wordは消してはだめ */
.word-break{
	word-wrap: break-word;
}

/* 全体の設定 */
body {
	margin:0;
	padding:0;
	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;
}
/* 打消し用 */
.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;}
input,
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{
	width: 100%;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
		.header {
			padding: 0 15px;
			margin: 0 auto;
		}
			/* logo */
			.nav-title {
				color: #000;
				float: left;
				height: 50px;
				padding: 15px 0;
				font-size: 21px;
				line-height: 20px;
			}

		
/* 画像 */
img {
    vertical-align: middle;
	width: 100%;
	height: auto;
}

input[type="text"].xsmall,input[type="radio"].xsmall,input[type="email"].xsmall,input[type="number"].xsmall,input[type="tel"].xsmall,input[type="url"].xsmall,input[type="date"].xsmall,
select.xsmall {
  -webkit-appearance: radio;
  -moz-appearance: normal;
  font-size: 15px;
  padding: 5px;
  border: 2px solid #a9a8a8;
  background-color: #FAFAFA;
  display: inline-block;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  width: 40px;
  height:40px
}

/* 横幅設定コンテナ */
.container {
	margin: 0 auto;
	padding-right: 0px;
    padding-left: 0px;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

/************************************
	ページの見出し、注意書きの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: url(../images/arrow-under.svg) no-repeat;
    background-size: 15px;
    background-position: right 15px center;
    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;
}
.pager_a{
	height: 100%!important;
	display: -webkit-flex!important;
	display: flex!important;
	-webkit-align-items: center!important;
	align-items: center!important;
	-webkit-justify-content: center!important;
	justify-content: center!important;
}

/************************************
	 footer
************************************/
# {
	padding: 0.5em;
	font-size: 0.8em;
	color: #666;
	text-align: center;
}
.oono{
	width: 80%;
	margin: auto;
}




/************************************ 

	index.php
	
************************************/

/************************************ 
	上部メイン画像 
************************************/
.header_box {
	height:350px;
	width:100%;
	padding:10px 15px;
	display:block;
	overflow: hidden;
	position:relative;
}

.header_box .inner {
    padding: 1em 1.5em;
    color: #fff;
    border: 1px solid #fff;
	font-size: 1.5em;
	text-align: center;
	background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.header_box .inner_off {
	padding: 0;
    border: 0px;
	background-color: rgba(0,0,0,0);
}

.carousel-inner {
    text-align: center;
    background-image: url(../images/back.jpg);
    background-repeat: repeat;
    background-size: cover;
}
.header_box .inner h1{
	font-size: 20px;
    line-height: 1.42857143;
}

.carousel-indicators {
	margin-bottom: 0px;
}

/************************************ 
	検索フォーム
************************************/
.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(/images/infulenser/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 {
    padding: 0.5em;
    width: 100%;
    font-size: 1.2em;
    border: 1px solid #444;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-shadow: none;
    border: none;
}
.popup_list_tag{
	text-align:left;
}
.popup_list_tag li{
    display: inline-block;
	margin-right: 6px;
}
/*.popup_list_tag li a{
	font-size: 0.9em;
	color: #000;
    display: block;
    padding: 6px 12px;
    margin-bottom: 10px;
    background: #e5e5e5;
    border-radius: 40px;
	margin-right:10px;
}*/

/************************************ 
	ページジャンル選択ボタン
************************************/
.order_box {
	border-bottom: 1px solid #ededed;
}
.order_box li{
	width: 20%;
    text-align: center;
    display: inline-block;
}
.order_box li a {
    width: 100%;
    padding: 20px;
    color: #000;
    display: block;
	font-size: 15px;
}
.order_box li a:hover {
	text-decoration:none;
}
.up {
}
.new{
}
.on {
	background-color:#ededed;
}









.searchgenre_box {
    display: flex;
    align-items: stretch;
	margin: 0 -10px 0 -10px;
}
.genre {
	width: 25%;
	height: 35px;
    margin: 10px;
	background: #e5e5e5;
}
.searchgenre_on {
    border-bottom: 5px solid #5bc0de;
}

.genre a{
	height: 100%;
	padding: 10px 10px;
    color: #000;
    display: block;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
    color: #333333;
	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%);
}

.genre a:hover{
	opacity: 0.6;
}

.searchgenre_on a {
}






/************************************ 
	商品リスト
************************************/
.row {
	padding:5px;
    margin-right: 0px;
    margin-left: 0px;
	background-color:#ededed;
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-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;
}
.col-sm-6{
	padding-top:10px;
	margin-bottom:10px;
    padding-left: 10px;
    padding-right: 10px;
}

/*記事１つ分*/
.item_box {
    height: 100%;
    background-color: #fff;
	display: flow-root;
}
.item_box a:hover{
	text-decoration:none;
}

/*item_boxの中のカルーセル背景をグレーに*/
.item_box .carousel-inner{
	background-image: none;
    background: #eee;
}



/*投稿日rankと値段のbox*/
.up_price_box {
	padding: 10px 15px;
}
	.up_price_box li{
		display: inline-flex;
		vertical-align: middle;
	}
		/*値段*/
		.price_box{
			font-size: 1.5em;
			font-weight:500;
			color:#C00;
			display: inline;
			float: right;
			margin-top:10px;
		}
		/*投稿日*/
		.up_box {
			padding-top: 0.8em;
			font-size: 0.8em;
		}
/*1〜3位*/
.top1 {background-color:#f0dd9b;}
.top2 {background-color:#e0e0e0;}
.top3 {background-color:#e2c9ae;}
.top1,.top2,.top3{
	display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    margin: 0em 0.2em;
    text-align: center;
    padding: 4px 5px 5px 7px;
    margin-top: -9px;
}
/*4位以下*/
.top4 {
	display: inline-block;
	margin: 0px 2px;
    margin-top: -5px;
}

.up_box span{
	font-family: inherit;
	font-size: 1.4em;
	text-align: center;
}


/*画像の箱*/
.suki_box {
	margin:0 15px 15px 15px;
}

.item_disp {
	width:100%;
    position: relative;
    overflow: hidden;
}
	.item_disp:before {
		content:"";
		display: block;
		padding-top: 100%; /* 高さを幅の100%に固定 */
	}
	.item_disp img {
		width: 100%;
		height: auto;
		display: block;
		position: absolute;
		top: 0;
	}

/*紹介文のbox*/
.item_box .inner {
	width: 100%;
	padding: 0px 15px 15px 15px;
	color: #000;
	position: relative;
}
	/*投稿数*/
	.report_box{
		padding: 8px 15px;
		font-size: 0.8em;
		font-weight: bold;
		display: inline-table;
		color: #fff;
		background-color: #5bc0de;
		min-width: 100px;
		text-align: center;
		position: absolute;
		top: -2.8em;
		left: 0;
		z-index:5;/*古いブラウザで表示されない*/
	}
		/*投稿数0のとき*/
		.report_no_box{
			padding: 8px 15px;
			font-size: 0.8em;
			font-weight: bold;
			display: inline-table;
			color:#FFF;
			background-color: #666;
			position: absolute;
			top: -1.5em;
			left: 0;
		}
	/*商品名*/
	.item_box .inner h2{
		width: 100%;
		margin: 15px 0px;
		font-size: 1em;
		line-height: 1.5em;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	/*pv数*/	
	.pv_box {
		text-align: right;
		font-size: 0.8em;
	}
	
/*ショップ名*/
.detail_box .shop_box {
	max-width: 100%;
    padding: 5px 8px;
    font-size: 0.8em;
    color: #fff;
    background-color: #5bc0de;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	min-width: 100px;
    text-align: center;
	font-weight: bold;
}
/*商品番号*/
.detail_box .item_number_box {
    padding: 5px 8px;
    font-size: 0.8em;
	color: #666;
    border: 1px solid #666;
    display: inline-block;
	overflow: auto;
}
/*インスタグラム紹介記事*/
.btn-default {
	border-color: #666;
    margin-bottom: 6px;
    font-size: 12px;
}
.btn.disabled {
	opacity: .4;
}
/*index　記事下部*/
.item_coment_box{
	padding:15px;
}
/*タグタイトル*/
.keyword_tag{
	padding-bottom: 6px!important;
    padding: .25em 0 .25em .75em!important;
    border-left: 6px solid #ccc;
	margin-bottom: 10px;
}


.indicators_blue{
	margin-bottom: -48px;
}

.indicators_blue .active{
	background: #337ab7;
}
.indicators_blue li{
	background: #9E9E9E;
}



/************************************

	チェック作品履歴　recommend.php
	
************************************/

.up_review_box {
	 width: 100%;
	 margin-bottom:0;
	 border-bottom: 1px solid #ddd;
	 background-color: #f7f7f7;
}
.up_review_box tbody tr {
	cursor: pointer;
}
.up_review_box>tbody>tr>td {
    padding: 0;
	border-top:none;
	border-bottom: 1px solid #ddd;
}
/*.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ededed;
}*/
.table>tbody>tr>td {
	border-top:0;
}

/*tdの大きさ*/
.td_icon {width: 10%;}
.td_title {width: 70%;}
.td_store {width: 10%;}
.td_store {
	font-size: 1.2em;
    color: #d82924;
    text-align: center;
    margin-bottom: 5px;
    font-size: 1em;
}
.td_store a {
	padding:2em 2em 2em 0;
}
.td_store a p{
    text-align: center;
}

.td_store a .price_box{
	font-weight: 500;
	float: none;
    display: block;
}
.td_store a .report_box{
	display: inherit;
	margin-top: -6px;
	padding: 5px;
	position: static;
    background: #d81b17;
    color: #fff;
    border: 0;
}


.text_box {
	margin-left:50px;
}

/*記事投稿日*/
.up_review_box .table_up_box {
	margin-bottom: 10px;
}

/*記事全体*/
.up_review_box .table_url {
	word-break:break-all;
	word-wrap:break-word;
	padding:2em;
	font-size:1.2em;
}
.up_review_box td a {
    width: 100%;
    height: 100%;
    display: block;
}
	.up_review_box tbody tr a:visited {
		color: #999;
	}
    .up_review_box td a:hover {
		text-decoration:none;
	}
.icon_box {
    width:60px;
	padding: 0px 10px 10px 0px;
    display: inline-block;
    float: left;
}
.icon_inner {
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    padding-top: 100%;
    position: relative;
}
	.icon_inner img {
		position: absolute;
		top: 0;
		width: 100%;
		background-color: #fff;
	}

/*記事のタイトル*/
.table_title{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	    font-size: 1.2em;
}
/*記事のURL*/
.table_link {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	color:#497194;
	margin-top: 0.5em;
}

.item_image_inner {
	width: 100%;
    display: inline-block;
    padding-top: 95%;
    position: relative;
	overflow: hidden;
	border: 1px solid #d81b17;
}
.item_image_box img {
	position: absolute;
    top: 0;
	left:0;
    width: 100%;
}
.item_image_inner p{
	    display: inline;
}
.item_image_inner span{
    width: 100%;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
	background: rgba(216,27,23,0.9);
    padding: 5px 10px;
    font-size: 10px;
    position: absolute;
    bottom: 0;
	left:0;
    display: inline-block;
}

/************************************

	記事まとめ詳細ページ article.php

************************************/

/*コンテナの横幅のサイズ*/
.art_size {
	max-width:500px;
}

/*画像と商品名box*/
.art_header_box {
    background-attachment: fixed;
    background-color: #fff;
	position:relative;
}

/*ブランド名と商品名box*/
.caption_box {
	width: 100%;
    letter-spacing: 0.15em;
    word-wrap: break-word;
    color: #fff;
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
}
.caption_box .inner{
    padding: 30px 15px 15px 15px;
}
	/*商品title*/
	.caption_box .inner h2{
		width:100%;
		font-size: 1em;
		line-height: 1.5em;
		color: #fff;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
	/*shop名*/
	.caption_box .shop_box {
		padding: 8px 15px;
		font-size: 0.8em;
		font-weight: bold;
		display: inline-table;
		color: #fff;
		background-color: #5bc0de;
		min-width: 100px;
		text-align: center;
		position: absolute;
		top: -1.4em;
	}

/*▼インスタグラム紹介記事▼*/
.instatitle_box {
	padding:20px;
	text-align:center;
	background-color:#fff;
	border-bottom:2px solid #CCC;
}
/*紹介記事全体の箱*/
.art_size .row {
	padding:15px;
}
/*紹介記事内の箱*/
.art_size .row .item_box{
	margin-bottom: 15px;
}
	.art_size .row .item_box .up_price_box{
		border-top:1px solid #ffffff
	}


.chat_textarea {
	padding: 10px;
	width: 100%;
	box-shadow: none;
	height: 100px;
	font-size: 16px;
	line-height: 1.3333333;
	border: 3px solid!important;
	border-radius: 6px!important;
	color: #2c3e50;
	background-color: aliceblue;
	box-sizing: border-box;
}

.submit {
	font-size: 12px;
	background: #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	padding: 5px 20px;
	cursor: pointer;
	color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px #E7E7E7;
	-moz-box-shadow: 1px 1px 2px #E7E7E7;
	transition: 0.5s ;
	white-space: nowrap;
}
.submit_point2 {
	margin-bottom: 10px;
	width:100%;
	color: #fff;
	min-width: 120px;
	border: 0;
	padding: 0.8em 20px;
	border-radius: 3px;
	cursor: pointer;
	margin-top: 10px;
	font-size: 14px;
}
.submit_point2:hover {
	opacity: 0.8;
}
.btn_shin_blue{
	background-color: #3498db;
	border: 2px solid #3498db;
	color:#fff;
}
.btn_shin_blue:hover {
	background-color: #ffffff;
	color: #3498db;
}



/*商品紹介ページジャンプ*/
.jump_btn_box {
    width: 500px;
	padding: 15px;
	font-size:1em;
	color: #fff;
    font-weight:bold;
	background-color:rgba(91, 192, 222, 0.9);
	border:1px solid #5bc0de;
    position: fixed;
	bottom: 0;
}
	.jump_btn_box:hover {
		color:#5bc0de;
		background-color:#fff;
		text-decoration:none;
		border:1px solid #5bc0de;
		-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;
	}
	.jump_btn_box p{
		font-size: 0.8em;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	.jump_btn_box .title{
		font-size: 1.2em;
		margin-bottom: 5px;
	}
	
.jump_btn_box .insta_icon_box {
    width: 50px;
    display: inline-block;
    float: left;
}	
.jump_btn_box .insta_text_box {
    margin-left: 60px;
}












/*個人ブログの紹介ページへジャンプ*/
.art_review_box {
	border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
	background-color: #f7f7f7;
}
.art_review_box>tbody>tr>td {
	padding: 0;
	vertical-align:middle;
}
.art_review_box th{
	background-color: #fff;
}
/*記事全体*/
.art_review_box .table_url {
	font-size:0.8em;
	word-break:break-all;
	word-wrap:break-word; 
}
.art_review_box td a {
    width: 100%;
    height: 100%;
    padding: 15px;
    display: block;
}
     .art_review_box td a:visited {
		 color:#999;
	}
     .art_review_box td a:hover {
		text-decoration:none;
	}

	
/*記事紹介一覧title*/
.art_review_box .table_midashi{
    padding: 10px;
	text-align: center;
}
/*記事名
.art_review_box .table_title {
	font-size:1.2em;
}*/
/*記事投稿日*/
.art_review_box .table_up_box {
	color:#666;
    text-align: right;
    margin-bottom: 0.2em;
}
.instatitle_box .table_midashi {
	font-size:14px;
    padding: 10px;
	text-align: center;
	line-height:1.5em;
}












/************************************ 

	insta.php  着用画像ページ

************************************/

/*インスタID*/
.insta_up_box {
	font-size: 0.8em;
}


/*左側アイコンの箱*/
.insta_icon_box {
    width: 100px;
    display: inline-block;
    float: left;
}
/*左側アイコンの箱の箱*/
.insta_icon_inner {
	width: 100%;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
}
/*アイコン画像*/
.insta_icon_inner img{
    position: absolute;
    top: 0;
	left:0;
    width: 100%;
    background-color: #fff;
}


/*右側文字の箱*/
.insta_text_box {
    margin-left: 110px;
}

/*商品名*/
.insta_table_title {
	max-height:40px;
	font-size: 1em;
    line-height: 1.5em;
    overflow: hidden;
	margin-top: 0.5em;
    margin-bottom: 0.5em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/*値段*/
.insta_price_box {
	font-size: 1.4em;
    font-weight: 500;
    color: #C00;
    display: inline;
    float: right;
}

/*ログイン*/
.login_head {
	font-size:14px;
	color: #fff;
	position: relative;
	margin: 0;
	padding: 10px 0;
	background-color: #e56183;
	text-align: center;
}
p.notice{
  line-height:1.5;
  margin: 10px 0 30px 0;
}
article {
  margin: 20px auto;
}
form.regist {
  width: 100%;
}
form.regist label {
	margin:5px 0;
	font-weight:bold;
}
/*ブランドタイトル いらない？*/
.brand_box{
	margin:30px 15px;
    padding: 0;
	position: relative;
    z-index: 0;
}
.brand_title {
    margin-bottom: 10px;
    font-size: 1.5em;
    text-align: center;
}
.brand_title p{
	display: inline-block;
    border-bottom: 1px solid #000000;
}
.brand_coment {
	max-width: 750px;
    margin: 0 auto;
}

.brand_coment span{
	font-weight:bold;
}
 
.brand_box.onhidden{
	height:150px;
	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;
}

.cap_coment {
	max-width: 750px;
    margin: 0 auto;
}

.cap_coment span{
	font-weight:bold;
}
 
.cap_coment.onhidden{
	height:100px;
	overflow-y:hidden;
}
 
.cap_coment .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;
}
 
.cap_coment .readmore span{
    font-size: 0.8em;
    border-radius: 20px;
    padding: 8px 30px;
    background-color: #fff;
    border: 1px solid #7a797a;
}

.detail_box .time_box {
    max-width: 100%;
    padding: 5px 8px;
    font-size: 0.8em;
    color: #000;
    background-color: #fff;
	border: 1px solid #7a797a;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 100px;
    text-align: center;
    font-weight: bold;
}
/************************************ 

	insta3.php  ユーザー投稿ページ

************************************/
.user_insta_box {
    margin: 0 auto;
    padding: 30px 15px;
	text-align:center;
}
.user_insta_box .insta_icon_box {
	width: 200px;
	float: inherit;
}
.user_insta_name {
    font-size: 1.5em;
	margin-top: 0.5em;
}
.user_insta_name .btn_follow{
    font-size: 0.8em;
    padding: 5px 8px;
    background: #337ab7;
    color: #fff;
    border-radius: 5px;
    line-height: 4em;
}


.midashi_rank_box{
	padding: 30px 0px;
	background-color: #ededed;
}
	.midashi_rank_box .midashi_item{
		margin:0px;
	}
	.midashi_rank_box .midashi_item::before{
		background-color: #7a797a;
	}
	.midashi_rank_box .midashi_item span{
		padding: 10px 15px;
		border: 1px solid #7a797a;
	}
	

/************************************

	recommend2.php　購入品
	
************************************/


.recommend_item_box {
	padding: 15px;
    background: #fff;
}
.check_flag {
	color:#C00;
	font-size:1.5em;
	float:right;
}








.coordination_link {
    font-size: 1em;
    border-top: 1px solid #dbdbdb;
    padding: -10px 10px;
    margin: 0 -15px;
    padding: 15px;
}


.coordination_link:first-child{
	border-top:none;
}



.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;
}



/************************************

	shoplist.php
	
************************************/

.sl_comment_box{
	margin:15px;
}




/************************************

	トピ一覧　blog.php
	
************************************/

.blog_inner {
	padding:15px!important;
	color: #fff!important;
}
.blog_inner h2{
	margin:0px 0px 10px 0px!important;
    font-size: 18px!important;
}
.blog_inner p{
	font-size: 12px;
}

/************************************

	トピ一覧　blog_article.php
	
************************************/

.blog_box{
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
    word-break: break-all;
    line-height: 1.5em;
}
.blog_box h1{
    line-height: 1.5em;
    font-size: 20px;
    margin: 10px 0 30px 0;
}

.blog_box blockquote{
    word-break: break-all;
    color: #666;
    padding: 0;
    border: none;
    font-size: 14px;
    font-style: italic;
    line-height: 1.7;
	margin-bottom:0;
}



.blog_box h2,
.blog_box h3,
.blog_box h4,
.blog_box h5,
.blog_box h6{
    clear: both;
    line-height: 1.4;
	font-weight:700;
}
.blog_box h2{font-size: 1.3em;}
.blog_box h3{font-size: 1.2em;}
.blog_box h4{font-size: 1.1em;}
.blog_box h5{font-size: 1.0em;}
.blog_box h6{font-size: 0.9em;}

.blog_box img{
    margin: 10px 0;
}
.blog_box a{
    border-bottom: 1px solid;
}
.blog_box span{
	font-size:14px;
}


/*使わないかも*/
.blog_box ul{
	list-style-type: disc;
	padding-left: 40px;
}
.blog_box ol{
	list-style-type: decimal;
	padding-left: 40px;
}


/************************************

	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;
	}









@media (max-width: 992px) {
.td_title {
    width: 60%;
}
}


@media (max-width: 767px) {
.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;
}
	.col-xs-12,
	.col-sm-6,
	.col-md-4 {
		padding-top: 0;
		margin-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}

.col-xs-12 {
	margin-top: 20px;
}
	.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;
}

}

@media (max-width: 500px){
.jump_btn_box {
    width: 100%;
}

}
@media (min-width: 1200px){

}
