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

@media screen and (max-width:1095px){ /*1095pxまでの幅の場合に適応される*/

#all {
	position: relative;
	padding: 0 0 100px;
}

#wrapper {
	padding: 0 0 100px;
}

#content {
	width: 100%;
}

#sidebar {
	width: 100%;
}

.my_header .center_wrap {
	width: 100%;
}

.return {
	background: #fff;
	padding: 10px 10px 0;
}

.no_data {
	margin: 100px 0;
	text-align: center;
}

.top_btn,.ac_contact {
	padding: 10px 5px;
	border-radius: 5px;
	display: block;
	background: #fff;
	color: #989898;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	border: 1px solid #989898;
	width: 70%;
	box-sizing: border-box;
	margin: 0 auto;
}

.input_style_short {
	width: 40%;
	margin: 0 10px 0 0;
}

.input_textarea {
	height: 100%;
	font-family: Meiryo,メイリオ,Osaka,"MS PGothic",arial,sans-serif;
	display: block;
}

.input_select {
	background-image: url(../images/down-arrow.svg);
	background-repeat: no-repeat;
	background-position: right 15px top 50%;
	background-size: 12px;
}

.input_free_s {
	width: 75%;
	display: block;
	margin: 0 0 10px;
}

.success {
	background: #ffecf0;
	padding: 10px;
	font-size: 12px;
	margin: 10px 10px 20px;
	text-align: center;
}

.error {
	color: #EC0003;
	font-size: 15px;
}

/*ヘッダー*/

.mh_icon02 button {
	margin: -3px 0 0 10px;
}

.mh_icon02 .notification i {
	top: 2px;
	right: 4px;
}

/*サイドバー*/

.myside {
	width: 100%;
}

.side_user {
	border-top: 1px solid #e4e4e4;
	/*border-bottom: 1px solid #e4e4e4;*/
	margin: 0 0 20px;
	padding: 15px 15px 20px;
}

.side_user .user_name {
	font-size: 14px;
	margin: 0;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.side_user .user_name a {
	text-decoration: none;
	color: #333;
}

.side_user .user_name div:first-child {
	width: 70%;
/*	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;*/
}

.side_user .user_name div:last-child {
	width: 30%;
	text-align: left;
	height: 100%;
	margin: 11px 0 0;
}

.side_user .user_icon {
	width: 55px;
	display: inline-block;
	margin: 0 7px 0 0;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #fff;
	height: auto;
	position: inherit;
}

.side_user .user_sideicon img {
	display: inline-block!important;
	width: 35px!important;
	height: 35px;
	vertical-align: middle;
	margin: 0 6px 5px 0!important;
	border-radius: 50px!important;
	object-fit: cover;
}

.side_user .side_name {
	font-size: 13px;
	margin: 0;
	text-align: center;
	margin: 0;
	vertical-align: middle;
	display: inline-block;
	text-align: left;
}

.side_user .name2 {
	font-size: 10px;
	margin: 0;
	color: #8c8c8c;
	display: block;
}

.side_user .user_name .follow_btn_off,.side_user .user_name .follow_btn_on,.side_user .btn_login_modal {
	padding: 7px 0px;
	border: 1px solid #989898;
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;
	font-size: 11px!important;
	text-align: center;
	font-weight: bold;
	width: 84px;
	height: 36px;
	vertical-align: middle;
	margin: 1px 0 0 5px;
	line-height: 1.8;
}

.side_user .user_name .follow_btn_off,.side_user .btn_login_modal {
	color: #989898!important;
	background: #fff;
}

.side_user .user_name .follow_btn_on {
	color: #68bab3!important;
	border: 1px solid #68bab3;
}

.prof_content form, .create_content form, .first_content form {
	width: 100%;
	padding: 0 0 40px;
}

.prof_other {
	margin: 5px 0 0;
	display: -webkit-box;
	display: box;
}

.prof_other li {
	list-style: none;
	width: 100%;
	-webkit-box-flex: 1;
	box-flex: 1;
	text-align: center;
}

.prof_other li img {
	width: 100%;
	height: 90px;
	object-fit: cover;
	background: #ececec;
	display: block;
}

.prof_more,.data_submit,.fs_submit,.add_btn {
	width: 100%;
	padding: 12px 0px;
	border: 1px solid #68bab3;
	display: block;
	background: #68bab3;
	color: #fff!important;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin: 10px 0 0;
	border-radius: 5px!important;
}

.data_submit {
	width: 80%;
	margin: 0 auto;
}

/*共通ページ*/

.post_content {
	padding: 30px 15px;
}

.post_content h2 {
	margin: 0 0 20px;
	font-size: 18px;
}

.post_content h3 {
	font-size: 15px;
	margin: 15px 0;
}

.post_content ul {
	font-size: 14px;
	margin: 0 0 10px;
}

.post_content ol {
	font-size: 14px;
	margin: 0 0 10px;
	padding: 0 0 0 23px;
}

.post_content p {
	font-size: 14px;
	margin: 0 0 10px;
}

.tag_page .tab_menu {
	margin: 0!important;
	padding: 0 5px 15px;
}

.tag_page .h1_all,.h1_mypagetag {
	margin: 0 0 10px;
	padding: 0 5px;
	font-size: 18px;
}

/*トップページ*/

.conth1 {
	margin: 20px 20px 0;
}

.new_list {
	margin: 0;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.new_list li {
	width: 48%;
	margin: 0 10px 10px 0!important;
	padding: 0;
	text-align: left;
	margin: 0 0 17px;
	position: relative;
}

.my_contents .new_list li, .tag_page .new_list li {
	width: 238px;
	margin: 0 10px 10px 0!important;
}

.my_contents .new_list li:nth-child(3n),.tag_page .new_list li:nth-child(3n) {
  margin: 0 0 10px!important;
}

.my_contents .new_list li:nth-child(4n),.tag_page .new_list li:nth-child(4n) {
 margin: 0 10px 10px 0!important;
}

.home_content .new_list li:nth-child(3n) {
  margin: 0 0 10px!important;
}

.new_list li img,.new_list li video {
	width: 100%;
	object-fit: cover;
	margin: 0 auto 3px;
	display: block;
}

.new_list li .treturn {
	width: 14px!important;
	height: auto!important;
	display: inline-block!important;
	vertical-align: middle;
	color: #fff!important;
	object-fit: inherit!important;
	border-radius: 50%!important;
	margin: -1px 5px 0 0!important;
	font-size: 10px;
	background: none!important;
}

.no_background {
	background: #d8d8d8;
}

.new_list h3 {
	font-size: 17px;
	margin: 0 0 15px;
}

.pic_block {
	text-decoration: none;
	width: 100%;
	padding: 0;
	text-align: left;
	position: relative;
	display: block;
}

.pic_block h3,.userpic_block h3 {
	font-size: 13px;
	margin: 1px 0 6px;
	line-height: 1.5;
	color: #333;
}

.userpic_block {
	font-size: 12px;
	text-decoration: none;
	color: #333;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-decoration: none;
	position: relative;
	/*z-index: 0;*/
}

.userpic_block img {
	display: inline-block!important;
	width: 23px!important;
	height: 23px!important;
	vertical-align: middle;
	margin: 0 5px 0 0!important;
	border-radius: 50px!important;
	object-fit: cover;
}
.userpic_block .treturn {
	width: 14px!important;
	height: auto!important;
	display: inline-block!important;
	vertical-align: middle;
	color: #fff!important;
	object-fit: inherit!important;
	border-radius: 50%!important;
	margin: -1px 5px 0 0!important;
	font-size: 10px;
	background: none!important;
}

.userpic_block .two {
	display: inline-block;
	margin: 0 0 10px;
}

.userpic_block .private,.userpic_block .trade {
	font-size: 11px;
	display: inline-block;
	margin: 0 5px 0 0;
	color: #fff;
	border-radius: 30px;
	padding: 2px 6px;
}

.userpic_block .private {
	background: #989898;
}

.userpic_block .trade {
	background: #68bab3;
}

.userpic_block .private .locked {
	width: 11px!important;
	margin: -3px 2px 0 0!important;
}

.userpic_block .trade .treturn {
	width: 12px!important;
	margin: -2px 3px 0 0!important;
	height: 12px!important;
}

.userpic_block .time {
	font-size: 12px;
	color: #989898;
	display: inline-block;
}

.userpic_block span {
	display: inline-block;
	margin: 0;
	font-size: 11px;
	color: #fff;
}

.private_txt {
	color: #333!important;
}

.no_post {
	height: 100%;
	margin: 0;
	text-align: center;
	background: #eee;
}

.no_post span {
	margin: 8px 0 0;
	color: #333;
}

.p_data {
	margin: 5px 10px 6px;
}

.p_data .left {
	width: 50%;
	font-size: 12px;
}

.p_data .right span {
	font-size: 12px;
}

.suki {
	text-align: center;
	color: #ccc;
	margin: 2px 0 6px;
	display: block;
}

.suki i {
	font-size: 18px;
	display: inline-block;
	
	color: #d0cfcd;

}

.pink {
	color: #ff968c!important;
}

.new_list .userpic_block .att_menu,.new_group .userpic_block .att_menu {
	width: 16px!important;
	height: auto!important;
	margin: 5px 2px 0 0!important;
	background: none!important;
}

.new_list .userpic_block span {
	display: inline-block;
	margin: -3px 0 0;
}

.new_list .fa-angle-down {
	font-size: 20px!important;
	margin: 1px 13px 0 0!important;
}

.new_list .userpic_block span i {
	font-size: 22px;
	display: inline-block;
	margin: 2px 1px 0 0;
	color: #d0cfcd;
}

.new_list .bdr .time {
	margin: 3px 0 0;
}

.more_link {
	margin: 0;
	font-size: 14px!important;
}

.btn_detail_modal p {
	margin: 0 0 10px;
	text-align: left;
}

.btn_login_modal {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	outline:none;
	width: 100%;
	height: auto;
}

.more_new {
	width: 300px;
	padding: 12px 5px;
	text-align: center;
	color: #fff;
	background: #f65342;
	display: block;
	margin: 0 auto 30px;
	border-radius: 5px;
	text-decoration: none;
}

.add_btn {
	width: 80%;
	margin: 0 auto;
}

.no_item {
	width: 100%!important;
	text-align: center!important;
}

.no_item h2 {
	margin: 30px 0 8px;
	font-size: 17px;
}

.no_item p {
	margin: 0 0 15px;
	font-size: 13px;
	line-height: 1.7;
}

/*表示・非表示*/

#target {
	display: none;
}

.userpic_block .open,.userpic_block .close {
	background-repeat: no-repeat;
	text-align: center;
}

.userpic_block .open {
	background-image: url(https://evecoco.net/livehouse/wp-content/uploads/images/open.svg);
	background-position: 470px 15px;
	background-size: 17px;
}

.userpic_block .close {
	background-image: url(https://evecoco.net/livehouse/wp-content/uploads/images/close.svg);
	background-position: 472px 17px;
	background-size: 13px;
}

.custum_menu {
	position: absolute;
	width: 60px;
	/* display: block; */
	right: 0;
	z-index: 100;
}

.custum_menu li {
	display: block;
	background: #f5f5f5;
	width: 100%;
	border: 1px solid #ccc;
	font-size: 14px;
	margin: 0 0 8px 0!important;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0px 1px 4px -1.5px rgba(0, 0, 000, 0.5);
}

.custum_menu li a {
	color: #222;
	display: block;
	padding: 6px 10px;
	text-decoration: none;
}

.custum_menu li button {
	border: none;
	padding: 0;
	background: none;
	font-size: 100%;
	color: #222;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 6px 10px;
}

/*マイページ*/

.my_header {
	border-bottom: 1px solid #e4e4e4;
}

.no_bg .icon_link {
	top: 0;
	left: 2px;
}

.my_top {
	position: relative;
}

.my_bg {
	height: 33vw;
	max-height: 700px;
	background: #eee;
}

.my_bg img {
	width: 100%;
	height: 33vw;
	object-fit: cover;
}

.my_top ul {
	width: 100%;
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin: 15px 15px 15px 0;
	padding: 0 10px;
}

.my_top li {
	width: 100%;
}

.my_top li a {
	display: inline-block;
}

.my_top li:first-child {
	width: 215px;
}

.my_top li:last-child {
	width: 100%;
}

.icon_link {
	position: absolute;
	top: 49px;
	left: 0;
}

.my_icon {
	width: 75px;
	height: 75px;
	overflow: hidden;
	border-radius: 50%;
	border: 3px solid #fff;
	background: #dcdcdc;
	object-fit: cover;
	left: 10px;
}

.no_bg li:first-child {
	width: 40%!important;
}

.no_bg .my_bg {
	display: none;
}

.no_bg .my_icon {
	position: inherit;
	margin: 0 0 -10px 10px;
	width: 50px;
	height: 50px;
	top: -8px!important;
}

.no_bg ul {
	margin: 20px auto 0!important;
}

.no_bg .my_name1 {
	font-size: 15px;
}

.follow_num {
	font-size: 14px;
	display: inline-block;
	text-align: center;
	margin: 1px 7px 0;
}

.follow_num .btn_login_modal {
	font-size: 16px;
	color: #408ad7;
}

.follow_num:first-child {
	border-right: 1px solid #e4e4e4;
	padding: 0 10px 0 0;
}

.follow_small {
	font-size: 11px;
  display: block;
}

.follow_btn {
	padding: 10px;
	border-radius: 5px;
	display: block;
	background: #989898;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
}

.my_txt {
	margin: 10px 15px 0;
}

.my_name1 {
	font-size: 18px;
	margin: 0 0 5px;
	line-height: 1.2;
}

.my_name2 {
	color: #5f5f5f;
	font-size: 12px;
	margin: 0 0 8px 0;
	display: inline-block;
	vertical-align: middle;
}

.post_comment {
	width: 100%;
}

.my_comment {
	font-size: 14px;
	line-height: 1.5;

	margin: 0 0 5px;
}

.my_comment .input_area {
	margin: -10px 0 0;
}

.my_area {
	font-size: 13px;
	vertical-align: middle;
}

.my_area img {
	margin: -4px 4px 0 0;
	font-size: 15px;
	color: #dc4e41;
	width: 16px;
	display: inline-block;
	vertical-align: middle;
}

.my_data {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin: 0 10px 10px;
	position: relative;
	flex-wrap: wrap;
}

.my_data .tab_menu {
	width: 100%;
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	-webkit-order:2;
	order:2;
}

.my_data .my_menu {
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
	display: block;
	text-align: right;
	width: 100%;
}

.my_data a {
	display: inline-block;
	margin: -5px 4px 0;
	font-size: 15px;
}

.my_data a i {
	margin: 0 6px 0 0;
	font-size: 17px;
	vertical-align: middle;
	color: #333;
}

.my_data .share {
	margin: 0
}

.my_data .share img {
	border: none;
	border-radius: 0;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	display: inline-block;
}

.prof_set_btn,.log_follow,.follow_btn_off,.follow_btn_on,.logout_follow {
	padding: 10px 5px;
	/*border-radius: 5px;*/
	display: block;
	background: #fff;
	color: #67b9b3;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	border: 1px solid #67b9b3;
	font-weight: bold;
	width: 100%;
	box-sizing: border-box;
}

.follow_list .follow_btn_on,.follow_list .follow_btn_off,.logout_follow {
	width: 110px;
	padding: 7px 5px;
	margin: 0 0;
	font-size: 12px;
}

.follow_btn_on {
	color: #68bab3;
	border: 1px solid #68bab3;
}

.my_inner,.tag_page,.user_search {
	background: #fff;
	padding: 20px 15px 15px;
}

.groups_ttl,.h1_all {
	font-size: 20px;
	margin: 0 0 15px;
}
	
.my_search form span:first-child {
	width: 100%;
}

.tab_menu {
	display: flex;
	justify-content: left;
	margin: 30px 0 0;
}

.tab_menu li {
	margin: 0 15px 0 0;
	font-size: 15px;
}

.tab_menu .active a {
	color: #fff;
	font-size: 15px;
}

.btn_open {
	width: 50px;
	height: 50px;
	display: none;
	background-color: #68bab3;
	text-align: center;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	border-radius: 50%;
	position: fixed;
	right: 15px;
	bottom: 30px;
	border: none;
	z-index: 2;
}

.btn_open i {
	color: #fff;
	font-size: 22px;
	margin: 2px 0;
	display: block;
}

.btn_open span {
	font-size: 11px;
}

#slide,#slide_sp{
	display: none;
	position: fixed;
	z-index: 101;
	width: 100%;
	bottom: 0;
	background: #f2f2f2;
	border-top: 1px solid #ccc;
}

.overlay{
	z-index: 3;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.post_menu {
	background: #fff;
}

.post_menu li {
	border-top: 1px solid #e4e4e4;
}

.post_menu li:last-child {
	padding: 0 0 7px;
}

.post_menu li a {
	width: 100%;
	color: #333;
	display: block;
	padding: 15px;
}

.btn_close {
	border: none;
	background: none;
	display: block;
	width: 100%;
	text-align: right;
	font-size: 15px;
}

.new_group li {
	width: 100%;
	margin: 0 0 15px;
}

.new_group .item_img {
	border-radius: 7px;
	height: 150px;
	overflow: hidden;
	margin: 0 0 5px;
	display: flex;
}

.new_group .item_img div {
	width: 100%;
}

.new_group .item_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0 auto 5px;
	display: block;
	background: #ececec;
}

/*プロフ編集*/

.prof_content {
	background: #fff;
}

.user_data h1 {
	text-align: center;
	margin: 0 0 10px;
	border-bottom: 1px solid #e4e4e4;
	padding: 15px 18px 7px;
}

.user_upload {
	padding: 15px 0 0;
}

.upload_file {
	display: flex;
	justify-content: left;
	width: 100%;
	flex-wrap: wrap;
	padding: 0;
}

.filebox {
	position: relative;
	width: 110px;
	height: 110px;
	margin: 2px;
}

.uploadButton {
	display: inline-block;
	border-radius: 4px;
	background-image: url(../images/add.svg);
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	line-height: 30px;
	width: 110px;
	cursor: pointer;
	height: 110px;
	background-size: 50%;
	background-position: center;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}
.filebox input[type=file]{
	position: absolute;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	width: 110px;
	height: 110px;
}

.uploadValue {
	display:none;
	background:rgba(255,255,255,0.2);
	border-radius:3px;
	padding:3px;
	color:#ffffff;
}

.upload_file img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 110px;
  height: 110px;
	width: 110px;
	height: 110px;
	margin: 0 auto;
	display: block;
	object-fit: cover;
}

.user_data h2 {
	text-align: center;
	margin: 0;
	padding: 15px 18px 15px;
	font-size: 14px;
}

.user_data ul {
	margin: 0;
	background: #fff;
	padding: 0 15px;
}

.user_data li {
	margin: 0 0 15px;
}

.user_data li select {
	margin: 0 0 10px;
}

.user_data li span,.create_data li .tt {
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0 7px;
	display: block;
	line-height: 0.9;
}

.create_data li .tt {
	margin: 0 10px;
}

.create_data li .tt .small {
	font-weight: normal;
	font-size: 12px;
	padding: 5px 0;
}

.img_data li span {
	text-align: center;
}

.user_last {
	padding: 5px 15px;
}

.method_list {
	padding: 0 0 15px!important;
}

.method_list h2 {
	margin: 25px 0 5px;
	text-align: left;
}

.method_list .maru {
	height: 28px;
	width: 28px;
	border-radius: 50%;
	line-height: 28px;
	text-align: center;
	background: #68bab3;
	color: #fff!important;
	display: inline-block;
	margin: 0 7px 0 0;
	font-size: 13px;
}

.method_list p {
	font-size: 14px;
	text-align: left;
	line-height: 1.5;
	margin: 0 0 10px;
}

.method_list img {
	width:  100%;
	display: block;
	border: 1px solid #848484;
	margin: 0 0 10px;
}

.method_list .btn_close_log,.method_list .btn_close_log2 {
	position: inherit;
	display: block;
	background: #efefef;
	text-align: center;
	border-radius: 5px;
	width: 100%;
	padding: 12px 0px;
	border: 1px solid #ccc;
	color: #333;
	font-size: 15px;
	margin: 30px 0 0;
}

/*アイテムページ*/

.myitem .userpic_block {
	margin: 10px 10px 0 10px;
}

.myitem img,.myitem video {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
}

.myitem h1 {
	margin: 0 15px 15px;
	font-size: 18px;;
}

.content_area {
	margin: 0 15px 20px;
	font-size: 13px;
}

.private_detail {
	font-size: 14px;
	margin: 0 15px 5px;
}

.private_detail img {
	width: 14px;
	display: inline-block;
	vertical-align: middle;
	margin: -4px 3px 0 0;
}

.goods_detail {
	font-size: 12px;
	margin: 0 15px 20px;
	border-bottom: 1px solid #e4e4e4;
}

.goods_detail dl {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.goods_detail dt {
	width: 25%;
	padding: 10px;
	background: #f9f9f9;
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	display: inline-block;
}

.goods_detail dd {
	width: 75%;
	padding: 10px;
	border-top: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	display: inline-block;
}

.trades_detail {
	margin: 0 15px 20px;
	border-top: 1px solid #e4e4e4;
}

.trades_detail dt {
  width: 100%;
  padding: 3px 6px;
  background: #efefef;
  color: #333;
  font-size: 12px;
}

.trades_detail dd {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #e4e4e4;
	font-size: 13px;
}

.myitem .userpic_block .att_menu {
	width: 23px!important;
	height: auto!important;
	margin: 0!important;
}

.myitem .post_data {
	margin: 0 0 20px;
	border-bottom: 1px solid #e4e4e4;
}

.myitem .post_data .userpic_block {
	padding: 8px 15px 8px;
}

.myitem .post_data .userpic_block a {
	text-decoration: none;
	color: #333;
}

.myitem .post_data .userpic_block img {
	width: 35px!important;
	height: 35px!important;
	margin: 5px 0 0;
	border: 1px solid #e4e4e4;
	overflow: hidden;
	border-radius: 50%;
	display: block;
	object-fit: cover;
}

.myitem .post_data .userpic_block span i {
	font-size: 26px;
	display: inline-block;
	margin: 0 5px 0 0;
	color: #d0cfcd;
	vertical-align: middle;
}

.share {
	display: inline-block;
	width: 23px;
	height: 23px;
	vertical-align: top;
	margin: 0 10px 0 0;
}

.post_data .userpic_block .btn_login_modal {
	width: auto!important;
}

.myitem .post_data .share img {
	border: none!important;
	border-radius: 0!important;
	width: 23px!important;
	display: inline-block!important;
	height: 23px!important;
	vertical-align: middle;
}

.share_list {
	position: absolute;
	right: 10px;
	z-index: 100;
	background: #fff;
	padding: 5px 5px 3px;
	border: 1px solid #e4e4e4;
	text-align: center;
}

.share_list a {
	display: block;
	width: 100%;
	text-align: left!important;
}

.myitem .post_data .share_list img,.my_data .share_list img {
	border: none!important;
	border-radius: 0!important;
	width: 25px!important;
	display: inline-block!important;
	height: 25px!important;
	vertical-align: middle;
}

.my_data .share_list img {
	margin: 0 5px 0 0!important;
}

.share_list a {
	font-size: 14px;
	margin: 7px 0;
}

.myitem .share_list span,.my_data .share_list span {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #e4e4e4;
	padding: 0 0 3px;
}

.myitem p {
	font-size: 14px;
	line-height: 1.8;
	margin: 0 0 20px;
}

.post_area {
	margin: 0 0 15px;
	font-size: 14px;
}

.post_area span {
	display: inline-block;
	margin: 0 5px 0 0;
}

.post_tag {
	padding: 0 15px 15px;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.post_tag li {
	margin: 0 10px 10px 0;
}

.post_tag li:last-child {
	margin: 0;
}

.post_tag a {
	text-align: center;
	display: block;
	color: #0da98d;
	border-radius: 4px;
	text-decoration: none;
	font-size: 13px;
}

.comment {
	padding: 0 15px 15px;
	border-bottom: 1px solid #e4e4e4;
}

.comment h2 {
	font-size: 14px;
	margin: 0 0 15px;
}

.comment .userpic_block img {
	width: 25px;
	height: 25px;
	margin: 4px 6px 5px 0!important;
	border: 1px solid #e4e4e4;
	overflow: hidden;
	border-radius: 50%;
	display: block;
	object-fit: cover;
}

.comment .userpic_block a {
	text-decoration: none;
	color: #333;
}

.come_name {
	color: #333!important;
	margin: 0 7px 10px 0!important;
}

.come_time {
	font-size: 9px;
	color: #999;
	margin: 0 0 0 10px;
}

.comment li {
	border-top: 1px solid #dcdcdc;
	padding: 11px 0 0;
}

.comment li:first-child {
	border-top: none;
}

.my_comment {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 5px;
}

.my_comment .input_area {
	margin: -10px 0 0;
}

.commnet_area {
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 10px;
}

.input_area {
	padding: 7px 10px;
	border-radius: 4px;
	border: 1px solid #e4e4e4;
	font-size: 16px;
	margin: 4px 0 0;
	box-sizing: border-box;
	width: 100%;
	-webkit-appearance: none;
}

.input_area::placeholder {
  font-size: 12px;
	font-family: Meiryo,メイリオ,Osaka,"MS PGothic",arial,sans-serif;
}

.commnet_submit {
	width: 100%;
	padding: 10px 0px;
	border: 1px solid #68bab3;
	border-radius: 5px;
	display: block;
	background: #fff;
	color: #68bab3!important;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	margin: 7px 0;
}

.comment_delete_button,.btn-h {
	padding: 0;
	border: none!important;
	display: block;
	background: none!important;
	color: #0da98d;
	margin: -8px 0 10px;
	font-size: 13px;
}

.comment_delete_button img {
	width: 18px!important;
	height: 18px!important;
	border: none!important;
}

.hensin {
	margin:  -8px 0 0 40px;
}

.hensin li {
	border-top: 1px solid #dcdcdc;
	padding: 5px 0 0;
}

.open_comment {
	padding: 10px 0 0;
}

.open_comment .my_comment {
	margin: 0 0 20px;
}

/*スライド*/

.swiper-slide {
	background: #eee;
	height: auto!important;
}

.swiper-pagination-bullet-active {
	background: #68bab3!important;
}

/*マイデータ*/

.mygoods_data h3 {
	margin:  0 0 10px;
}

.mygoods_data .group_name {
	margin: 0 0 4px;
	display: block;
	font-size: 14px;
}

.total_data {
	margin: 0 0 20px;
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	font-size: 15px;
}

.total_data dl {
	display: flex;
	justify-content: left;
}

.total_data dt {
	width: 40%;
	background: #f9f9f9;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	font-size: 13px;
	padding: 5px 10px;
	line-height: 1.75;
}

.total_data dd {
	width: 60%;
	padding: 5px 10px;
	border-bottom: 1px solid #e4e4e4;
}

/*検索ページ*/

.search_content {
	background: #fff;
	padding: 30px 0 0;
}

#search_form {
	width: 100%;
	height: 50px;
	position:relative;
	margin-bottom:20px;
}

.search_01 {
	display: flex;
	justify-content: space-between;
	padding: 0 15px 10px;
}

.search_01 li:first-child {
	width: 100%;
}

.free_search {
	width: 100%;
	padding: 14px 10px;
	border: 1px solid #e4e4e4;
	background-color: #f5f5f5;
	font-size: 16px;
	box-sizing: border-box;
	-webkit-appearance: none;
	line-height: 1.2;
}

.free_search_btn {
	width: 100%;
	border: none;
	padding: 14px;
	border-radius: 0 5px 5px 0;
	display: block;
	background: #68bab3;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
	display: inline-block;
	-webkit-appearance: none;
}

.serach_tab {
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: box;
	border: 1px solid #e4e4e4;
}

.serach_tab li {
	list-style: none;
	width: 100%;
	-webkit-box-flex: 1;
	box-flex: 1;
	text-align: center;
	padding: 13px 5px;
	text-decoration: none;
	color: #333;
	display: block;
	font-size: 12px;
	height: 100%;
}

.serach_tab li:first-child {
	border-right: 1px solid #e4e4e4;
}

.search_ttl {
	padding: 15px 15px 8px;
	font-size: 14px;
	background: whitesmoke;
}

.search_02 {
	border-top: 1px solid #e4e4e4;
	padding: 0 0 30px;
}

.search_02 li,.stab_list li {
	border-bottom: 1px solid #e4e4e4;
	background: #fff;
}

.search_02 a,.stab_list a {
	display: block;
	padding: 15px;
	text-decoration: none;
}

.search_head .modal-close i {
	display: block;
	text-align: center;
	font-size: 17px;
	margin: 0;
	color: #222;
	padding: 0 20px 10px;
	text-align: right;
}

.s_ttl {
	font-size: 13px;
	margin: 0 15px 7px;
	display: block;
	font-weight: bold;
}

#sbtn {
	width: 33px;
	height: 48px;
	position: absolute;
	right: 5px;
	top: 0;
	background: none;
	border: none;
	opacity: 0.4;
	background: url(../images/search.svg);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 1px 12px;
}

/*グループ作成*/

.create_content {
	background: #fff;
}

.create_content h1 {
	text-align: center;
	border-bottom: 1px solid #e4e4e4;
	padding: 15px 18px 15px;
	font-size: 20px;
}

.create_data {
  padding: 0 20px 30px;
}

.create_data h1 {
	font-size: 20px;
	padding: 20px 0 10px;
}

.create_data ul {
	padding: 10px 0;
	width:  100%;
}

.create_data li {
	margin: 0 0 10px;
}

.create_data textarea {
	width: 100%;
	height: 100px!important;
	display: block;
	font-family: Meiryo,メイリオ,Osaka,"MS PGothic",arial,sans-serif;
}

.switch {
	margin: 0 0 17px;
	padding:  0 15px 2px 0;
	display: flex;
	justify-content: space-between;
}

.switch__label {
	width: 50px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.switch__content {
	display: block;
  cursor: pointer;
  position: relative;
  border-radius: 30px;
  height: 31px;
	overflow: hidden;
}

.switch__content:before {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% - 3px);
	height: calc(100% - 3px);
	top: 0;
	left: 0;
	border: 1.5px solid #E5E5EA;
	border-radius: 30px;
	background-color: #fff;
}

.switch__content:after {
	content: "";
	display: block;
	position: absolute;
	background-color: transparent;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	border-radius: 30px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.switch__input {
	display: none;
}
 
.switch__circle {
	display: block;
	top: 2px;
	left: 2px;
	position: absolute;
	-webkit-box-shadow: 0 2px 6px #999;
	box-shadow: 0 2px 6px #999;
	width: 27px;
	height: 27px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.switch__input:checked ~ .switch__circle {
	left: 21px;
}
 
.switch__input:checked ~ .switch__content:after {
	background-color: #1bbc9b;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*スイッチ・オンオフ*/

#trade_detail ul {
	padding: 0 0 5px;
}

/*ラジオボタン*/

#trade_detail .type_list {
	display: flex;
	padding: 5px 0 0;
}

#trade_detail .type_list li {
	width: 50%;
	text-align: center;
}

.radio-inline__input {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.radio-inline__label {
	width: 100%;
	display: inline-block;
	padding: 0.5rem 1rem;
	border-radius: 3px;
	transition: all .2s;
	background: #efefef;
}

.radio-inline__input:checked + .radio-inline__label {
	background: #68bab3;
	color: #fff;
	text-shadow: 0 0 1px rgba(0,0,0,.5);
}

.radio-inline__input:focus + .radio-inline__label {
	outline-color: #4D90FE;
	outline-offset: -2px;
	outline-style: auto;
	outline-width: 5px;
}

/*アコーディオン*/

.accordionbox{
	width: 100%;
	margin: 15px auto 10px;
	padding: 0;
}
.accordionlist dt{
	display: block;
	background: #fff;
	padding: 10px 6px 10px 10px;
	border: none;
	background-color: #f3f3f3;
	text-align: center;
	margin: 0 14px 10px;
	border: 1px solid #585858;
}

.accordionlist dt .title{
	padding-left: 10px;
	float: left;
}
.accordionlist dd {
	display:none;
}
.accordionlist dd .small {
	margin: 0;
	font-size: 12px;
	padding: 10px 15px 7px;
}
.accordionlist dd ul {
	padding: 0 15px 0;
}
.accordionlist .tt {
	margin: 0 2px!important;
}
.accordionlist .input_style,.accordionlist .input_style_short {
  border: 1px solid #e4e4e4!important;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin: 5px 0;
}
.accordion_icon div {
	position: absolute;
	left: 5px;
	width: 40%;
	height: 2px;
	background-color: #656565;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon div:nth-of-type(1) {
	top: 5px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.accordion_icon div:nth-of-type(2) {
	top: 5px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.btn_about_modal,.btn_about_modal2,.login_submit {
	display: inline-block!important;
	color: #0da98d;
	font-weight: normal!important;
	font-size: 12px!important;
}
/*＋、－切り替え*/
.accordion_icon.active div:nth-of-type(1) {
	display:none;
}
.accordion_icon.active div:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

/*初期設定*/

.fs_mail .his {
	margin: 0 0 0 5px;
	font-size: 12px;
	color: #68bab3;
	display: inline-block;
	vertical-align: middle;
}

/*モーダル*/

#modal_log,#modal_log2,#modal_log_d,#modal_log_up {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.7);
	z-index: 100;
}

#modal_content_log,#modal_content_log2,#modal_content_log_d,#modal_content_up {
	width: 90%;
	background: #fff;
	margin: 15% auto;
	padding: 0;
	position: relative;
	animation: animatetop 0.4s;}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}
}

.btn_close_log,.btn_close_log2,.btn_close_new,.btn_close_log_top,.btn_close_new_top,.btn_close_log_d,.btn_close_up {
	background: none;
	border: none;
	position: absolute;
	color: #fff;
	top: -40px;
	right: -8px;
	font-size: 22px;
}

.lock {
	overflow:hidden;
}

.modal-content {
	width: 100%;
	height: 100%;
	display:none;
	padding: 0;
	box-sizing: border-box;
	background:#fff;
	z-index: 160;
}

.down_arrow {
	border: none!important;
	width: 20%!important;
}

.modal-overlay {
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color: #fff;
	z-index: 100;
}

.modal-wrap {
	z-index:2;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:auto;
	z-index: 101;
}

.modal-close {
	font-size: 11px;
	display: block;
	margin: 0;
	padding: 10px 0 0;
	color: #222;
	text-decoration: none;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

.modal-close i {
	display: block;
	text-align: right;
	font-size: 17px;
	margin: -3px 18px 5px 0;
	color: #222;
}

.modal-close:hover {
	cursor:pointer;
	color:#f00;
}

/*ログイン時、投稿報告*/

.login_contact {
	width: 100%;
	padding: 30px 20px;
	margin: 100px auto 0;
	background: #fff;
	box-sizing: border-box;
	text-align: center;
}

.login_contact h1 {
	font-size: 18px;
	margin: 0 0 10px;	
}

.login_contact h1 img {
  width: 55%;
  display: block;
  margin: 8px auto 10px;
}

.mail_login p {
	text-align: center;
	margin: 0 0 10px;
}

.mail_login p span {
	width: 60px;
	margin: 0 10px;
	display: inline-block;
	border-top: 1px solid #ccc;
	vertical-align: middle;
}

.login_contact li {
	list-style: none;
	margin: 0 0 10px;
}

.mail_login_input {
	width: 100%;
	padding: 14px 10px;
	border-radius: 4px;
	border: 1px solid #d6d6d6;
	background-color: #fff;
	font-size: 16px;
	margin: 4px 0 0;
	box-sizing: border-box;
	width: 100%;
	-webkit-appearance: none;
}

.login_submit {
	box-sizing: border-box;
	width: 100%;
	margin: 15px auto 12px;
	padding: 12px 10px;
	display: block;
	border-radius: 5px!important;
	clear: both;
	text-align: center;
	text-decoration: none;
	border: none;
	font-size: 16px;
	background: #68bab3;
	color: #fff;
}

.submit_report {
	box-sizing: border-box;
	width: 100%;
	margin: 15px auto 12px;
	padding: 12px 10px;
	display: block;
	clear: both;
	text-align: center;
	text-decoration: none;
	border: none;
	border-radius: 5px!important;
	font-size: 16px;
	background: #e4e4e4;
	color: #333;
}

.no_sign h2 {
	font-size: 15px;
	margin: 25px 0 10px;
}

.no_sign a {
	color: #00b8cd
}

.send_txt {
	font-size: 14px;
}

.top_btn {
	box-sizing: border-box;
	width: 100%;
	margin: 15px auto 0;
	padding: 12px 10px;
	display: block;
	border-radius: 5px;
	clear: both;
	text-align: center;
	text-decoration: none;
	border: 1px solid #333;
	font-size: 16px;
	background: #fff;
	color: #333;
}

/*ユーザー検索*/

.new_user {
	list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.new_user .user_box {
  width: 48%;
  margin: 0 0 15px;
	border-radius: 5px;
	box-shadow: 0px 0px 4px -1px rgba(0, 0, 000, 0.4);
}

.new_user .user_box a {
	text-decoration: none;
	color: #222;
}

.user_img {
	margin: 0;
	width: 100%;
	height: 75px;
	background: linear-gradient(-270deg,#ffd3dc,#c7b9f3);
	border-radius: 5px 5px 0 0;
	position: relative;
}

.user_bg {
	max-height: 75px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px 5px 0 0;
}

.user_icon {
  width: 65px;
	height: 65px;
  display: block;
  margin: 0 auto 2px;
  border: 2px solid #fff;
  position: absolute;
  top: 45px;
  border-radius: 50%;
  left: 0;
  right: 0;
  background: #ececec;
	object-fit: cover;
}

.user_txt {
  padding: 15px 10px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  height: 70px;
}

/*フォロー、フォロワー*/

.follow_list {
	margin: 0 auto 100px;
}

.follow_list li {
	padding: 10px;
	background: #fff;
	border-bottom: 1px solid #e4e4e4;
	display: flex;
	justify-content: space-between;
}

.follow_link {
	width: 100%;
	display: block;
	text-decoration: none;
	color: #222;
}

.follow_list div {
	vertical-align: middle;
	display: inline-block;
}

.follow_list img {
	width: 35px;
	display: inline-block;
	margin: 0 5px 0 0;
	border-radius: 50%;
	background: #fff;
	height: 35px;
	vertical-align: middle;
	border-radius: 50px!important;
	object-fit: cover;
}

.follow_list h3 {
	display: inline-block;
	font-size: 13px;
	margin: 0 0 1px;
	vertical-align: middle;
}

.follow_list p {
	font-size: 10px;
	color: #969696;
}

/*ユーザー情報、アカウント設定*/

.account_data {
	margin: 20px 0 50px;
}

.account_data .bold {
	display: inline!important;
}

.ac_tx1,.ac_tx2 {
	font-size: 14px;
	text-align: left;
	margin: 0 15px 10px;
}

.ac_tx2 {
	margin: 20px 0 10px;
	padding: 20px 0 0;
	border-top: 1px solid #e4e4e4;
}

.account_data span {
	display: block;
	padding: 0 0 5px!important;
}

.account_data .ac_data {
	font-weight: normal;
	margin: 0 0 10px;
	background: #fff!important;
	font-size: 15px!important;
	padding: 0 0 5px;
}

.ac_contact {
	margin: 20px auto 0;
}

/*ユーザー検索*/

.new_user {
	list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.new_user .user_box {
  width: 48%;
  margin: 0 0 15px;
  border-radius: 5px;
  box-shadow: 0px 1px 3px -1.5px rgba(0, 0, 000, 0.5);
}

.new_user .user_box a {
	text-decoration: none;
	color: #222;
	display: block;
}

.user_img {
	margin: 0;
	width: 100%;
	height: 65px;
	background: linear-gradient(-270deg,#ffd3dc,#c7b9f3);
	border-radius: 5px 5px 0 0;
	position: relative;
}

.user_bg {
	max-height: 65px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px 5px 0 0;
}

.user_icon {
  width: 65px;
	height: 65px;
  display: block;
  margin: 0 auto 2px;
  border: 2px solid #fff;
  position: absolute;
  top: 30px;
  border-radius: 50%;
  left: 0;
  right: 0;
  background: #ececec;
	object-fit: cover;
}

.user_txt {
  padding: 15px 10px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  height: 115px;
}
.user_name1 {
	font-size: 12px;
	margin: 6px 0 2px;
	text-align: center;
	padding: 12px 0 0;
}

.user_txt p {
	font-size: 11px;
	text-align: center;
}

/*通知ページ*/

.alert_list {
	border-top: 1px solid #e4e4e4;
}

.alert_list li {
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  justify-content: space-between;
}

.alert_list li a {
  padding: 8px 0;
  display: block;
  width: 100%;
}

.alert_list .date {
	display:  block;
	font-size: 12px;
	margin: 0 0 2px;
	color: #969696;
}

.alert_list .new_data img {
	display: inline-block;
	vertical-align: middle;
}

.alert_list .new_data {
	font-size: 12px;
	color: #333;
}

.no_alert {
	padding: 10px 0;
}
	
.attention {
  background: #ffecf0;
  padding: 10px;
  font-size: 12px;
  margin: 0 0 20px;
}

.home_content .right .my_bg {
	height: 8vw!important;
}

.home_content .right .my_bg img {
	height: 8vw!important;
}

.home_content .right .my_icon {
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 50%;
	border: 3px solid #fff;
	background: #dcdcdc;
	display: block;
	object-fit: cover;
	top: -63px;
	left: 10px;
}

	.home_content .right .prof {
		margin: 0 0 10px 0!important;
	}

	.user_list .userbox_too {
		padding: 0 0 8px;
	}

	.user_list .userbox_too .my_bg {
		height: 8vw;
	}

	.user_list .user_bg {
		max-height: 8vw;
	}

	.user_list .user_name {
		margin: -20px auto 0;
	}

}

@media screen and (max-width:940px){ /*940pxまでの幅の場合に適応される*/

.home_content .right .my_bg {
  height: 11vw!important;
}
.home_content .right .my_bg img {
  height: 11vw!important;
}
.home_content .new_list li:nth-child(3n) {
	margin: 0 10px 10px 0!important;
}

}

@media screen and (max-width:750px){ /*750pxまでの幅の場合に適応される*/
	
	.my_top ul {
		width: auto;
		list-style: none;
		display: flex;
		justify-content: space-between;
		margin: 20px auto 0;
		position: relative;
		padding: 0 15px 0 0;
	}
	
	.my_top li {
		width: 100%;
	}

	.no_bg li:first-child {
		width: 30%;
	}

	.user_upload2 {
		position: relative;
		text-align: center;
		/*height: 28vw;*/
	}

	.radio {
		display: flex;
		flex-wrap: wrap;
	}
	
	.radio div {
		width: 100%;
		margin: 3px 0 0px 1px;
	}
	
	.my_tag {
    padding: 0 0 0;
	}
	
	.my_tag ul {
    margin: 0 0 15px 0;
	}
	
	.my_tag li a {
		font-size: 14px;
	}

	.home_content {
		padding: 0;
	}
	
	.home_content .left {
		width: 100%;
	}
	
	.home_content .right .new_list {
		display: none;
	}
	
	.home_content .new_list .follow_data span:last-child,.new_list .follow_data span:last-child {
		display: none;
	}
	
	.new_list .follow_data {
		padding: 5px 10px 5px 5px;
	}
	
	.new_list .follow_data span:first-child {
		width: 100%;
	}

	.new_list .follow_data img {
		width: 30px;
    height: 30px;
	}

	.my_inner, .tag_page, .user_search {
		padding: 20px 10px 15px;
	}
	
	.my_contents .new_list, .tag_page .new_list {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	
	.my_contents .new_list li, .tag_page .new_list li {
		width: 47%;
		margin: 0 5px 10px 5px!important;
	}

	.my_contents .new_list li:nth-child(2n), .tag_page .new_list li:nth-child(2n) {
		margin: 0 5px 10px 5px!important;
	}

	.my_contents .new_list li:nth-child(3n), .tag_page .new_list li:nth-child(3n) {
		margin: 0 5px 10px 5px!important;
	}

	.my_contents .new_list li:nth-child(4n), .tag_page .new_list li:nth-child(4n) {
		margin: 0 5px 10px 5px!important;
	}
	
	.setting {
		margin: 20px 0 0;
	}
	
	.detail_popup .comment {
		padding: 0 10px 10px;
	}
	
	.detail_popup .userpic_block {
    padding: 10px 10px 0!important;
	}

	.detail_popup .userpic_block p {
		margin: 0 0 10px;
	}
	
	.private_txt {
		display: none!important;
	}

	.user_list li {
		padding: 0 0 10px;
	}
	.user_list .userbox_too {
		position: relative;
	}
	.user_list .user_bg {
		width: 100%;
		max-height: 23vw;
		object-fit: cover;
		border-radius: 5px 5px 0 0;
	}
	.user_list .user_name {
		margin: auto;
		text-align: center;
		margin: -10px auto 0;
	}
	.user_list .user_name img {
		top: 50px;
		width: 50px;
		height: 50px;
		border: 2px solid #fff;
		border-radius: 50px!important;
	}
	.user_list .user_name span {
		font-size: 13px;
		display: block;
		text-align: center;
		margin: -2px 0 0;
	}
	.user_list .userpic_block {
		padding: 0 10px 0;
	}
	.user_list .userpic_block p {
		margin: 0 0 8px;
	}
	.my_data {
		margin: 0;		   
	}
	.my_data .my_menu {
		width: 100%;
		padding: 0 10px;
	}	
	.my_data .tab_menu {
		margin: 10px 0 0;
		border-top: 1px solid #e4e4e4;
		justify-content: space-between;
	}
	.my_data a {
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 8px 10px!important;
	}
	.tab_menu .active a {
		padding: 0;
	}
	.tab_menu li {
		margin: 0;
		width: 100%;
	}
	.mh_icon02 button {
		margin: -3px 7px 0 0;
	}
	.mh_icon02 .notification i {
			top: 2px;
			right: 12px;
	}
	.upload_file1 {
		position: relative;
		height: 110px;
		margin: 7px 0 0;
	}
	.upload_image1 {
		width: 100%;
		height: 110px;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 2;
		opacity: 0;
		filter:alpha(opacity=0);
	}
	#canvas1,#up_img1 img {
		width: 100%;
		height: 110px;
		margin: 0 auto;
		object-fit: cover;
		z-index: 1;
	}
	.uploadbg {
		width: 100%;
		height: 110px;
		margin: 0 auto;
	}
	.upload_file2 {
		position: relative;
		height: 250px;
		margin: 7px 0 0;
	}
	.upload_image2 {
		width: 250px;
		height: 250px;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 2;
		opacity: 0;
		filter:alpha(opacity=0);
		border-radius: 150px;
	}
	#canvas2,#up_img2 img {
		width: 250px;
		height: 250px!important;
		margin: 0 auto;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1;
		border-radius: 150px;
	}
	.tag_page .tab_menu {
		padding: 0 0 15px;
		align-items: center;
	}
	.tab_menu li {
		text-align: center;
		font-size: 14px;
	}
	.tab_menu .active a {
		display: block;
		font-size: 14px;
		padding: 2px 0;
	}
	.user_list .userbox_too .my_bg {
    height: 16vw;
	}
	.user_list .user_bg {
		max-height: 16vw;
	}
	.error404 .login_submit {
		width: 80%;
	}
	.myitem .share_list span, .my_data .share_list span {
		font-size: 12px!important;
	}

}

@media screen and (max-width:480px){ /*480pxまでの幅の場合に適応される*/
	.user_list .userpic_block p {
		margin: 0 0 8px;
	}
}


@media screen and (max-width:320px){ /*320pxまでの幅の場合に適応される*/

}
