﻿@charset "UTF-8";
/*　ベース
==================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  height: 100%;
  font-size: 6.25%;
}

body {
  height: 100%;
  color: #333;
  font-size: 14rem;
  font-family: "メイリオ", Meiryo, Osaka, sans-serif,"ＭＳ Ｐゴシック", "MS PGothic";
  word-break: break-all;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

#w_comm_sp {
  position: relative;
  min-height: 100%;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, legend, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, img, a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #333;
  text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
	cursor:pointer;
}

form, input[type=text], input[type=search], input[type=number], input[type=email], input[type=password], input[type=submit], input[type=button], textarea, select {
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: "メイリオ", Meiryo, Osaka, sans-serif,"ＭＳ Ｐゴシック", "MS PGothic";
  font-size: inherit;
}

input::-webkit-input-placeholder {
  color: #aaa;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*　FontAwesome
==================================================*/
.fa{
	font-family:FontAwesome;	
}

/*　ヘッダー
==================================================*/
header {
  height: 50px;
  position: relative;
  z-index: 100;
  border-bottom: 1px solid #2a313c;
}
header .logo {
  display: inline-block;
  margin: 9px 0 0 9px;
  vertical-align: top;
  position: relative;
}
header .logo h1 {
    bottom: -9px;
    left: 0;
    font-size: 8rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 117px;
}
header .name {
  display: inline-block;
  font-size: 12rem;
  line-height: 1.1;
  margin: 12px 0 0;
}
header .name span {
  color: #000;
  font-weight: bold;
  margin: 0 2px 0 0;
}
header .menu_btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 14px 16px;
}
header .menu_btn i {
  font-size: 22rem;
}
header .menu_btn.active {
  z-index: 1;
}
header .menu_btn.active i {
  color: #fff;
}
header .menu_items {
  display: none;
  position: absolute;
  top: 0;
  right: -265px;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
header .menu_items .inner {
  background: #fff;
  position: absolute;
  z-index: 100;
  width: 265px;
  right: 0;
  box-shadow: -2px 0px 3px rgba(0,0,0,0.3);  
  overflow-y: auto;
}
header .menu_items ul {
	padding: 30px;
}
header .menu_items ul li a {
    font-size: 14rem;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
	width: 100%;
}
header .menu_items ul li.login a,
header .menu_items ul li.edit a {
    background: #ffa442;
    background: -webkit-linear-gradient(bottom, #ffa442, #ff7401);
    background: -moz-linear-gradient(bottom, #ffa442, #ff7401);
    background: -webkit-linear-gradient(#ffa442, #ff7401);
    background: -o-linear-gradient(bottom, #ffa442, #ff7401);
    background: -ms-linear-gradient(bottom, #ffa442, #ff7401);
    color: #fff;
    padding: 10px 15px;
	margin: 0 auto;
    border: 1px solid #ff7401;
    font-weight: bold;
}
header .menu_items ul li.edit a i {
	margin: 0 5px 0 0;
}
header .menu_items ul li.signup a {
    background: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #eee));
    background: -moz-linear-gradient(#fff, #eee);
    background: -webkit-linear-gradient(#fff, #eee);
    background: -o-linear-gradient(#fff, #eee);
    background: linear-gradient(#ffffff, #eeeeee);
    border: 1px solid #ccc;
    padding: 10px 15px;
	margin: 0 auto;
}
header .menu_items ul li span {
	display: block;
	line-height: 1.2;
}
header .menu_items ul li.login span {
	margin: 5px 0 10px;
}
header .menu_items ul li.signup span {
	margin: 10px 0 5px;
}
header .menu_items dl {
  border-top: 1px solid #ddd;
}
header .menu_items dl dt {
	color: #aaa;
	background: #f5f5f5;
	font-weight: bold;
	padding: 10px;
}
header .menu_items dl dd a {
  font-size: 14rem;
  padding: 15px;
  display: block;
  border-bottom: 1px solid #ddd;
}
header .menu_items dl dd a:after {
  content: '\f105';
  font-family: fontAwesome;
  position: absolute;
  right: 20px;
  color: #888;
}
header .menu_items dl dd a.toggle:after {
  content: '\f107';
}
header .menu_items dl dd a.toggle.open:after {
  content: '\f106';
}
header .overlay {
  background: #333;
  opacity: 0.65;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  display: none;
}
header.single {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #eee));
  background: -moz-linear-gradient(#fff, #eee);
  background: -webkit-linear-gradient(#fff, #eee);
  background: -o-linear-gradient(#fff, #eee);
  background: linear-gradient(#ffffff, #eeeeee);
}

/*　トップ
==================================================*/
#top {
	margin: 0 0 10px;
}
#top .cover {
	height: 0;
	padding-top: 30%;
	margin: 0 0 10px;
}
#top .profile {
	margin: 10px;
}
#top .profile .img_box {
	width: 65px;
	height: 65px;
	border: 1px solid #2a313c;
	position: relative;
	float: left;
	margin: 0 10px 0 0;
}
#top .profile .img_box img {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#top .profile .name {
	font-size: 12rem;
	margin: 0 0 5px;
}
#top .profile .name span {
	font-weight: bold;
	font-size: 14rem;
	margin: 0 2px 0 0;
}
#top .profile .intro {
	border: 1px solid #ccc;
	margin: 0 0 0 70px;
	padding: 5px;
	line-height: 1.2;
	border-radius: 3px;
	position: relative;
}
#top .profile .intro:after {
	content: '';
	position: absolute;
	border-right: 6px solid #fff;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	left: -5px;
	top: 8px;
}

#top .profile .intro:before {
	content: '';
	position: absolute;
	border-right: 6px solid #ccc;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	left: -6px;
	top: 8px;
}
#top .edit {
	margin: 10px 0 0 10px;
}
#top .edit a {
  background: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #eee));
  background: -moz-linear-gradient(#fff, #eee);
  background: -webkit-linear-gradient(#fff, #eee);
  background: -o-linear-gradient(#fff, #eee);
  background: linear-gradient(#ffffff, #eeeeee);
  border-radius: 3px;
  display: inline-block;
  font-size: 12rem;
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 8px 12px;
  text-align: center;
}

/* Renew layout avatar and cover photo */
.top-v2 {
  position: relative;
  margin: 0 0 50px !important;
}

.top-v3 {
  margin: 0 0 60px !important;
}
 
.top-v2 .cover {
  position: relative;
  background-image: url("https://img.webike.net/garage_img/no_cover.gif");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/* improve image ratio */
.avatar-v2 .cover{
  background-size: 100% auto !important;
} 
.top-v2 .cover .btn-add-cover {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.top-v2 .cover .btn-add-cover i {
  color: #616161;
}

.top-v2 .cover .btn-add-cover a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  color: white;
  background: #616161;
  border-color: #616161;
  border-radius: 5px;
  padding: 6px 10px;
  margin: 5px auto auto;
  width: fit-content;
  font-weight: bold;
}
 
.top-v2 .profile {
  position: absolute;
  bottom: -52px;
  left: 0;
  width:calc(100% - 20px);
}

.top-v3 .profile {
  bottom: -65px;
}
 
.top-v2 .profile .img_box {
  background: white;
}
 
.top-v2 .profile .img_box.no-avatar {
  background: #E9E9E9;
}
 
.top-v2 .profile .img_box .btn-add-avatar {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
 
.top-v2 .profile .img_box .btn-add-avatar i {
  font-size: 18px;
  color: #616161;
}
 
.top-v2 .profile .img_box .btn-change-avatar {
  position: absolute;
  right: -5px;
  bottom: -5px;
}
 
.top-v2 .profile .img_box .btn-change-avatar i {
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: #616161;
}

.top-v2 .profile .img_box .btn-change-avatar i:after {
  content: '';
  position: absolute;
  top: 26%;
  left: 0;
  width: 100%;
  height: 52%;
  z-index: -1;
  background-color: white;
}
 
.top-v2 .profile .name {
  margin: 0 20px 0px 0 !important;
  display: flex;
  align-items: center;
}
 
.top-v2 .profile .name.has-cover {
  margin-top: 26px !important;
}

.top-v3 .profile .name.has-cover {
  margin-top: 18px !important;
}
 
.top-v2 .profile .name span:first-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
 
.top-v2 .profile .name .text-keep-all {
	word-break: keep-all;
  font-weight: normal !important;
}
 
.top-v2 .edit {
	position: absolute;
  top: 10px;
  right: 10px;
  margin: unset !important;
}
 
.top-v2 #profile .user .btn {
  font-size: 12px;
  padding: 1px;
}
 
.top-v2-intro {
  padding: 5px;
  margin: 5px 5px 10px;
  border: 4px solid #efefef;
}

.top-v3-intro{
  margin: 5px 5px 0px;
}

#w_comm_sp .top-v2 #profile {
  display: flex;
  margin-top: 1px;
}
 
#w_comm_sp .top-v2 #profile .user {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

#w_comm_sp .top-v2 #profile .user .new-item-button .btn-follow {
  background-color: black;
  border: 1px solid black;
  border-radius: 15px;
  padding: 2px 5px;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#w_comm_sp .top-v2 #profile .user .new-item-button span {
  position: relative;
  margin-left: 2px;
  font-size: 12px !important;
}

#w_comm_sp .top-v2 #profile .user .new-item-button .btn-friend {
  background-color: white;
  border: 1px solid #e61e25;
  border-radius: 15px;
  padding: 2px 8px 2px 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #e61e25;
}
 
#w_comm_sp .top-v2 #profile .user .new-item-button .btn-friend span {
  color: #e61e25;
  margin-left: 2px;
  font-weight: bold;
}
 
.mg-menu-scroll {
  overflow: scroll;
  padding-top: 11px;
}
 
.mg-menu-scroll ul li {
  width: 100px;
}

#w_comm_sp .top-v2 #profile .user .chat-message {
  border-radius: 15px;
  border: 1px solid rgb(26, 118, 210);
  padding: 3px 6px;
  background-color: rgb(26, 118, 210);
  color: white;
  align-items: center;
  display: flex;
  cursor: pointer;
  text-decoration: none;
  font-size: 12px;
  margin-right: 10px;
  margin-bottom: 5px;
}

#w_comm_sp .top-v2 #profile .user-v2 a {
  font-size: 7px !important;
}

#w_comm_sp .top-v2 #profile .user-v2 .chat-message {
  margin-right: 0;
}

#w_comm_sp .top-v3 #profile .user .chat-message {
  margin-bottom: 0px;
}

#w_comm_sp .top-v3 #profile .user-v2 a {
  font-size: 12px !important;
}

#w_comm_sp .top-v2 #profile .user .btn {
  margin: 0;
  margin-bottom: 5px;
}
 
#w_comm_sp .top-v2 #profile .user .btn.follow {
  margin-right: 10px;
}

/*　グローバルナビ
==================================================*/
nav ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  border-top: 4px solid #333;
  border-bottom: 4px solid #333;
}
nav ul li {
  background: #333;
  display: table-cell;
  border-left: 1px solid #fff;
}
nav ul li a {
  padding: 10px 0;
  display: block;
  color: #fff;
  font-size: 12rem;
  font-weight: bold;
}
nav ul li a i {
  margin: 0 1px 0 -5px;
  font-size: 14rem;
  vertical-align: -1px;
}
nav ul li:first-child {
  border: none;
}

/*　Myガレージメニュー
==================================================*/
#mg_menu ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
#mg_menu ul li {
  background: #2a313c;
  display: table-cell;
  border-left: 1px solid #fff;
  position: relative;
}
#mg_menu ul li.current {
	background: #e61e25;
  position: relative;
}

#mg_menu ul li .unread_count{
  position: absolute;
  right: 1px;
  top: -11px;
  font-size: 10px;
  background: #33691E;
  padding: 5px;
  border-radius: 100%;
  width: auto;
  color: #fff;
  line-height: 11px;
  text-align: center;
  vertical-align: middle;
  min-width: 10px;
  z-index: 1;
}

#mg_menu ul li a {
  padding: 10px 0;
  display: block;
  color: #fff;
  font-size: 11rem;
  font-weight: bold;
  position: relative;
}
#mg_menu ul li a i {
  margin: 0 1px 0 -5px;
  font-size: 14rem;
  vertical-align: -1px;
}
#mg_menu ul li:first-child {
  border: none;
}
#mg_menu ul li a .badge {
    position: absolute;
    top: -9px;
    width: 18px;
    height: 18px;
    border: 1px solid #e61e25;
    border-radius: 9px;
    background: #fff;
    color: #e61e25;
    display: block;
    right: 3px;
    line-height: 18px;
    font-size: 10rem;
}

/*　MyガレージTOP
==================================================*/
#main .mg_top .info {
    color: #ff1818;
    font-size: 11px;
    border: #ffb4b4 1px solid;
    padding: 10px;
}
#main .mg_top .info a {
    color: #ff1818;
}

#main .mg_top .welcome {
	position:relative;
}
#main .mg_top .welcome .message {
	padding: 20px 15px 0;
	line-height: 1.4;
	text-align: center;
}
#main .mg_top .welcome .message span {
	font-size: 18rem;
	font-weight: bold;
	display: block;
	margin: 0 0 5px;
}
#main .mg_top .welcome .close {
	position:absolute;
    right: 15px;
    top: -5px;
	font-size: 20rem;
}
#main .mg_top .welcome .close i {
	color:#666;
	text-decoration:none
}
#main .mg_top .welcome ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
	padding: 5px;
}
#main .mg_top .welcome ul li {
	display: flex;
	width: 33.33%;
	padding: 5px;
	overflow:hidden;
	position: relative;
}
@media screen and (max-width: 420px) {
	#main .mg_top .welcome ul li {
		width: 50%;
	}
}
#main .mg_top .welcome ul li div.complete{
	background-color: rgba(255,255,255,0.9);
	text-align:center;
	color:#3498db;
	font-size: 16rem;
	font-weight:bold;
	position:absolute;
	top: 6px;
    bottom: 6px;
    right: 6px;
    left: 6px;
    padding: 45px 0;
	border-radius: 3px;
}
#main .mg_top .welcome ul li a {
	display:block;
	padding: 75px 10px 5px;
	width: 100%;
	background-color: #efefef;
	text-decoration:none;
	border-radius: 3px;
	color:#333;
	font-weight:bold;
	border: solid 1px #cfcfcf;
	text-align: center;
}
#main .mg_top .welcome ul li:nth-child(1) a {
	background: url(//img.webike.net/sys_images/commu_new/icon_welcome.png) 10px 10px no-repeat,-webkit-linear-gradient(bottom, #ededed, #fff);
	background: url(//img.webike.net/sys_images/commu_new/icon_welcome.png) center 10px no-repeat,-moz-linear-gradient(bottom, #ededed, #fff);
	background: url(//img.webike.net/sys_images/commu_new/icon_welcome.png) center 10px no-repeat,-o-linear-gradient(bottom, #ededed, #fff);
	background: url(//img.webike.net/sys_images/commu_new/icon_welcome.png) center 10px no-repeat,-ms-linear-gradient(bottom, #ededed, #fff);
	background: url(//img.webike.net/sys_images/commu_new/icon_welcome.png) center 10px no-repeat,linear-gradient(to top, #ededed, #fff);
}
#main .mg_top .welcome ul li:nth-child(2) a {
	background: url(//img.webike.net/sys_images/commu_new/icon_welcome.png) center -90px no-repeat,-webkit-linear-gradient(bottom, #ededed, #fff);
	background: url(//img.webike.net/sys_images/commu_new/icon_welcome.png) center -90px no-repeat,-moz-linear-gradient(bottom, #ededed, #fff);
	background: url(//img.webike.net/sys_images/commu_new/icon_welcome.png) center -90px no-repeat,-o-linear-gradient(bottom, #ededed, #fff);
	background: url(//img.webike.net/sys_images/commu_new/icon_welcome.png) center -90px no-repeat,-ms-linear-gradient(bottom, #ededed, #fff);
	background: url(//img.webike.net/sys_images/commu_new/icon_welcome.png) center -90px no-repeat,linear-gradient(to top, #ededed, #fff);
}
#main .mg_top .welcome ul li:nth-child(3) a {
	background: url(//img.webike.net/sys_images/commu_new/icon_welcome.png) center -190px no-repeat,-webkit-linear-gradient(bottom, #ededed, #fff);
	background: url(//img.webike.net/sys_images/commu_new/icon_welcome.png) center -190px no-repeat,-moz-linear-gradient(bottom, #ededed, #fff);
	background: url(//img.webike.net/sys_images/commu_new/icon_welcome.png) center -190px no-repeat,-o-linear-gradient(bottom, #ededed, #fff);
	background: url(//img.webike.net/sys_images/commu_new/icon_welcome.png) center -190px no-repeat,-ms-linear-gradient(bottom, #ededed, #fff);
	background: url(//img.webike.net/sys_images/commu_new/icon_welcome.png) center -190px no-repeat,linear-gradient(to top, #ededed, #fff);
}
#main .mg_top .welcome ul li:nth-child(4) a {
	background: url(//img.webike.net/sys_images/commu_new/icon_welcome.png) center -290px no-repeat,-webkit-linear-gradient(bottom, #ededed, #fff);
	background: url(//img.webike.net/sys_images/commu_new/icon_welcome.png) center -290px no-repeat,-moz-linear-gradient(bottom, #ededed, #fff);
	background: url(//img.webike.net/sys_images/commu_new/icon_welcome.png) center -290px no-repeat,-o-linear-gradient(bottom, #ededed, #fff);
	background: url(//img.webike.net/sys_images/commu_new/icon_welcome.png) center -290px no-repeat,-ms-linear-gradient(bottom, #ededed, #fff);
	background: url(//img.webike.net/sys_images/commu_new/icon_welcome.png) center -290px no-repeat,linear-gradient(to top, #ededed, #fff);
}
#main .mg_top .welcome ul li:nth-child(5) a {
	background: url(//img.webike.net/sys_images/commu_new/icon_welcome.png) center -390px no-repeat,-webkit-linear-gradient(bottom, #ededed, #fff);
	background: url(//img.webike.net/sys_images/commu_new/icon_welcome.png) center -390px no-repeat,-moz-linear-gradient(bottom, #ededed, #fff);
	background: url(//img.webike.net/sys_images/commu_new/icon_welcome.png) center -390px no-repeat,-o-linear-gradient(bottom, #ededed, #fff);
	background: url(//img.webike.net/sys_images/commu_new/icon_welcome.png) center -390px no-repeat,-ms-linear-gradient(bottom, #ededed, #fff);
	background: url(//img.webike.net/sys_images/commu_new/icon_welcome.png) center -390px no-repeat,linear-gradient(to top, #ededed, #fff);
}
#main .mg_top .welcome ul li:nth-child(6) a {
	background: url(//img.webike.net/sys_images/commu_new/icon_welcome.png) center -490px no-repeat,-webkit-linear-gradient(bottom, #ededed, #fff);
	background: url(//img.webike.net/sys_images/commu_new/icon_welcome.png) center -490px no-repeat,-moz-linear-gradient(bottom, #ededed, #fff);
	background: url(//img.webike.net/sys_images/commu_new/icon_welcome.png) center -490px no-repeat,-o-linear-gradient(bottom, #ededed, #fff);
	background: url(//img.webike.net/sys_images/commu_new/icon_welcome.png) center -490px no-repeat,-ms-linear-gradient(bottom, #ededed, #fff);
	background: url(//img.webike.net/sys_images/commu_new/icon_welcome.png) center -490px no-repeat,linear-gradient(to top, #ededed, #fff);
}

#main .mg_top .profile table,
#main .mg_top .status table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 10px;
}
#main .mg_top .profile table th,
#main .mg_top .status table th {
    padding: 7px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	font-weight: bold;
	width: 50%;
}
#main .mg_top .profile table td,
#main .mg_top .status table td {
	padding: 5px;
	border: 1px solid #ccc;
}
#main .mg_top .profile table td a,
#main .mg_top .status table td a {
  color: #318acc;
}
#main .mg_top .profile .edit a {
  background: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #eee));
  background: -moz-linear-gradient(#fff, #eee);
  background: -webkit-linear-gradient(#fff, #eee);
  background: -o-linear-gradient(#fff, #eee);
  background: linear-gradient(#ffffff, #eeeeee);
  border-radius: 3px;
  display: inline-block;
  font-size: 12rem;
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 8px 12px;
  line-height: 1.2;
  text-align: center;
}
#main .mg_top .activity {
	background: #f2f2f2;
	padding: 15px 10px;
	line-height: 1.4;
}
#main .mg_top .activity ul li {
	padding: 0 0 10px;
	margin: 0 0 10px;
	display: table;
	border-bottom: 1px solid #ddd;
	width: 100%;
}
#main .mg_top .activity ul li:last-child {
	border-bottom: 0;
	padding: 0;
	margin: 0;
}
#main .mg_top .activity ul li div {
	display: table-cell;
}
#main .mg_top .activity ul li div:first-child {
	width: 20px;
}
#main .mg_top .activity ul li div span {
	display: block;
    font-size: 12rem;
}
#main .mg_top .dashboard h4 {
	font-weight: bold;
	margin: 0 0 5px;
}
#main .mg_top .dashboard .chart {
	width: 100%;
	border:#ccc 1px solid;
}
#main .mg_top .dashboard .areachart {
	position:relative;
	width: 100%;
	margin:15px 0;
}
#main .mg_top .dashboard .areachart .ranking {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 99;
	counter-reset: wpp-ranking;
	font-size:11rem;
	line-height:1.4;
}
#main .mg_top .dashboard .areachart .ranking li:before {
    content: counter(wpp-ranking, decimal) "位 ";
    counter-increment: wpp-ranking;
}
#main .mg_top .dashboard .diarychart {
	position:relative;
	width: 100%;
	margin:15px 0;
}
#main .mg_top .dashboard .accesschart {
	clear:both;
	position:relative;
}
#main .mg_top .dashboard .accesschart .tab {
	z-index: 99;
	position: relative;
	margin: 0 5px -1px;
}
#main .mg_top .dashboard .accesschart .tab li{
	margin:0 3px;
	float: left;
}
#main .mg_top .dashboard .accesschart .tab li a{
	display:block;
	padding:10px 15px;
	text-align:center;
	background: #fff;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #eee));
	background: -moz-linear-gradient(#fff, #eee);
	background: -webkit-linear-gradient(#fff, #eee);
	background: -o-linear-gradient(#fff, #eee);
	background: linear-gradient(#ffffff, #eeeeee);
	border-radius: 5px 5px 0 0;
	border: 1px solid #ccc;
	border-bottom: #fff;
}
#main .mg_top .dashboard .accesschart .tab li a.current,
#main .mg_top .dashboard .accesschart .tab li a:hover{
	background:#fff;
    border-bottom: 1px solid #fff;
}
#main .mg_top .dashboard .accesschart .chart {
	float:left;
}

#main .mg_top .dashboard #counter table {
	width: 100%;
	padding: 5px;
	border-collapse: collapse;
	font-size:12rem;
}
#main .mg_top .dashboard #counter table th {
	padding: 10px 5px;
	border-bottom:#ccc 1px solid;
	font-weight: bold;
}
#main .mg_top .dashboard #counter table td {
	padding: 10px 5px;
	text-align: right;
	letter-spacing: 1px;
	border-bottom:#ccc 1px solid;
}
#main .mg_top .dashboard #counter table td.comparison {
	color:#999;
	width:85px;
}
#main .mg_top .more {
	text-align: right;
	margin: 10px 15px 0 0;
}
#main .mg_top .more a {
  color: #318acc;
  font-weight: bold;
}
#main .mg_top .more a:after {
	font-family: fontAwesome;
	content: "\f0da";
	margin: 0 0 0 5px;
}

/*　カバー写真編集
==================================================*/
#cover_edit .btn {
	text-align: center;
	margin: 10px 0 0;
}
#cover_edit .btn a,
#cover_edit .btn input[type=button] {
  background: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #eee));
  background: -moz-linear-gradient(#fff, #eee);
  background: -webkit-linear-gradient(#fff, #eee);
  background: -o-linear-gradient(#fff, #eee);
  background: linear-gradient(#ffffff, #eeeeee);
  border-radius: 3px;
  display: inline-block;
  font-size: 12rem;
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 8px 12px;
  line-height: 1;
}
#cover_edit .use .photo {
	padding: 0 10px;
}
#cover_edit .use .photo img {
	width: 100%;
}
#cover_edit .upload div {
	padding: 0 10px;
	text-align: center;
}
#cover_edit .upload div input[type=file] {
	background: #fff;
    border: #ccc 1px solid;
    padding: 10px;
    width: 100%;
}
#cover_edit .stock > ul > li {
	border: 1px solid #ccc;
	margin: 10px;
	padding: 10px;
}
#cover_edit .stock > ul > li.current {
	background: #ffc;
}
#cover_edit .stock ul ul {
	display: table;
}
#cover_edit .stock ul ul li {
	display: table-cell;
}
#cover_edit .stock ul ul li a {
  background: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #eee));
  background: -moz-linear-gradient(#fff, #eee);
  background: -webkit-linear-gradient(#fff, #eee);
  background: -o-linear-gradient(#fff, #eee);
  background: linear-gradient(#ffffff, #eeeeee);
  border-radius: 3px;
  display: inline-block;
  font-size: 12rem;
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 8px 12px;
  line-height: 1;
  margin: 0 10px 0 0;
}
#cover_edit .stock ul li img {
	width: 100%;
	margin: 0 0 10px;
}

/*　検索フォーム
==================================================*/
/* 検索トップ
=========================*/
#search_top {
  display: none;
  background: #333;
  padding: 6px;
  text-align: right;
}
#search_top a {
  border-radius: 3px;
  padding: 6px;
  background: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #eee));
  background: -moz-linear-gradient(#fff, #eee);
  background: -webkit-linear-gradient(#fff, #eee);
  background: -o-linear-gradient(#fff, #eee);
  background: linear-gradient(#ffffff, #eeeeee);
  display: inline-block;
  font-size: 12rem;
}

/* 検索
=========================*/
#search {
  display: table;
}
#search .left {
  display: table-cell;
  background: #eee;
  padding: 10px;
  margin: 0 86px 0 0;
  width: 100%;
}
#search .left div select {
  font-size: 14rem;
  width: 100%;
  height: 30px;
  padding: 0 0 0 5px;
  margin: 0 0 5px;
  border: 1px solid #aaa;
  background: url(//img.webike.net/img/w_spng_sp_search_arrow.png) #fff no-repeat right center;
  -moz-background-size: 20px 10px;
  -o-background-size: 20px 10px;
  -webkit-background-size: 20px 10px;
  background-size: 20px 10px;
}
#search .left ul {
  display: table;
  width: 100%;
}
#search .left ul li {
  display: table-cell;
  vertical-align: middle;
}
#search .left ul li input[type=search] {
  font-size: 12rem;
  width: 100%;
  height: 35px;
  padding: 0 0 3px 6px;
  border: 1px solid #ccc;
  border-right: 0;
  border-radius:3px 0 0 3px;
}
#search .left ul li input[type=search]::-webkit-input-placeholder {
  color: #aaa;
}
#search .left ul li input[type=search]::-webkit-search-cancel-button {
	display: none;
}
#search .left ul li input[type=submit], #search .left ul li input[type=button] {
  width: 35px;
  height: 35px;
  background: url(//img.webike.net/img/w_spng_sp_search_submit.png) #318acc no-repeat center;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  border: none;
  text-indent: -9999pt;
  border-radius: 0 3px 3px 0;
}
#search .left ul li.cancel {
  position: relative;
	width:28px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
#search .left ul li.cancel a {
	position: absolute;
	top: 10px;
	color: #aaa;
	display: none;
}
#search .left ul li.submit {
  width: 35px;
}
#search .right {
  display: table-cell;
  background: #eee;
  padding: 10px;
  border-left: 1px solid #fff;
  vertical-align: middle;
}
#search .right a {
  background: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #eee));
  background: -moz-linear-gradient(#fff, #eee);
  background: -webkit-linear-gradient(#fff, #eee);
  background: -o-linear-gradient(#fff, #eee);
  background: linear-gradient(#ffffff, #eeeeee);
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  font-size: 11rem;
  width: 65px;
  height: 35px;
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 5px 0 0;
  line-height: 1.1;
}
#search .right .modal {
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  right: 0;
  top: 0;
}
#search .right .modal > div {
  width: 100%;
  position: absolute;
  z-index: 101;
  top: 50px;
}
#search .right .modal > div .title {
  margin: 0 10px;
  font-size: 16rem;
  padding: 15px;
  background: #eee;
  display: block;
  border: 1px solid #ccc;
  font-weight: bold;
  position: relative;
}
#search .right .modal > div .title .close {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 5px 10px;
  display: block;
  font-size: 20rem;
}
#search .right .modal > div .box_ui {
  background: #fff;
}
#search .right .modal .overlay {
  background: #333;
  opacity: 0.85;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
}

/*　メイン
==================================================*/
.side_p {
  padding-left: 10px;
  padding-right: 10px;
}

.side_m {
  margin-left: 10px;
  margin-right: 10px;
}
.vertical_p {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

#main {
	margin: 15px 0 0;
	padding: 0 0 30px;
}
#main .section {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 4px solid #eee;
}
#main .section:nth-last-of-type(2) {
  border-bottom: none;
}
#main h2.common {
  font-size: 20rem;
  font-weight: bold;
  margin: 0 0 15px;
  border-top: 4px solid #e61e25;
  background: #eee;
  padding: 10px;
}
#main h3.common,
#cover_edit h3.common {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18rem;
  font-weight: bold;
  margin-bottom: 10px;
  border-left: 8px solid #e61e25;
  padding: 0 0 0 5px;
}

#main .spec .text-note{
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 0 0 0 5px;
  display: inline-block;
  line-height: 20px;
}

/* パンくず
=========================*/
.breadcrumbs {
  line-height: 1.3;
  margin: 0 0 10px;
}
.breadcrumbs ul {
  white-space: nowrap;
  overflow: auto;
  padding: 0;
}
.breadcrumbs ul li {
  font-size: 12rem;
  float: none;
  display: inline-block;	
  position: relative;
  margin: 0 3px;
  padding: 5px 5px 4px;
  background: #efefef;
}
.breadcrumbs ul li:first-child {
  margin: 0 3px 0 0;
}
.breadcrumbs ul li:first-child:before {
  display: none;
}
.breadcrumbs ul li:last-child {
  margin: 0 0 0 3px;
}
.breadcrumbs ul li:last-child:after {
  display: none;
}
.breadcrumbs ul li:before{
  content: "";
  position: absolute;
  top: 0;
  border-width: 12px 0 12px 6px;
  border-style: solid;
  border-color: #efefef transparent;
  left: -6px;
}
.breadcrumbs ul li:after{
  content: "";
  position: absolute;
  top: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 6px solid #efefef;
  right: -6px;
}
.breadcrumbs ul li a {
  color: #318acc;
  margin: 0;
}

/* テキスト
=========================*/
.text_ui ul {
  border-top: 1px solid #ddd;
}
.text_ui ul li {
  border-bottom: 1px solid #ddd;
}
.text_ui ul li a {
  padding: 10px 0;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  font-weight: bold;
  font-size: 16rem;
  color: #000;
}
.text_ui ul li a span {
  margin: 0 10px 0 0;
  font-weight: normal;
}

/* ボタン
=========================*/
.button_ui{
	margin: 10px;	
}
.button_ui a, .button_ui input[type=submit], .button_ui input[type=button] {
  width: 100%;
  padding: 15px 5px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  text-align: center;
  display: block;
  line-height: 1;
  background: #ddd;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eee), color-stop(100%, #ddd));
  background: -moz-linear-gradient(#eee, #ddd);
  background: -webkit-linear-gradient(#eee, #ddd);
  background: -o-linear-gradient(#eee, #ddd);
  background: linear-gradient(#eeeeee, #dddddd);
  font-size: 16rem;
}
.button_ui a.bc00, .button_ui input[type=submit].bc00, .button_ui input[type=button].bc00 {
  color: #fff;
  background: #ddd;
}
.button_ui a.bc01, .button_ui input[type=submit].bc01, .button_ui input[type=button].bc01 {
  color: #fff;
  background: #444;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666), color-stop(100%, #333));
  background: -moz-linear-gradient(#666, #333);
  background: -webkit-linear-gradient(#666, #333);
  background: -o-linear-gradient(#666, #333);
  background: linear-gradient(#666666, #333333);
}
.button_ui a.bc02, .button_ui input[type=submit].bc02, .button_ui input[type=button].bc02 {
  background: #f9de13;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffed64), color-stop(100%, #f5d90b));
  background: -moz-linear-gradient(#ffed64, #f5d90b);
  background: -webkit-linear-gradient(#ffed64, #f5d90b);
  background: -o-linear-gradient(#ffed64, #f5d90b);
  background: linear-gradient(#ffed64, #f5d90b);
}
.button_ui a.bc03, .button_ui input[type=submit].bc03, .button_ui input[type=button].bc03 {
  color: #fff;
  background: #ee2769;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff518b), color-stop(100%, #ee2769));
  background: -moz-linear-gradient(#ff518b, #ee2769);
  background: -webkit-linear-gradient(#ff518b, #ee2769);
  background: -o-linear-gradient(#ff518b, #ee2769);
  background: linear-gradient(#ff518b, #ee2769);
}
.button_ui a.bc04, .button_ui input[type=submit].bc04, .button_ui input[type=button].bc04 {
  color: #fff;
  background: #d00;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f66464), color-stop(100%, #d00));
  background: -moz-linear-gradient(#f66464, #d00);
  background: -webkit-linear-gradient(#f66464, #d00);
  background: -o-linear-gradient(#f66464, #d00);
  background: linear-gradient(#f66464, #dd0000);
}
.button_ui > * {
  margin: 0 0 10px;
}
.button_ui > *:last-child:not(span) {
  margin: 0;
}
.button_ui > .side_p > *, .button_ui > .side_m > * {
  margin: 0 0 10px;
}
.button_ui > .side_p > *:last-child:not(span), .button_ui > .side_m > *:last-child:not(span) {
  margin: 0;
}
.button_ui span {
  margin: -5px 0 0;
  text-align: center;
  display: block;
}
.button_ui span a {
  display: inline;
  background: none;
  font-family: inherit;
  font-size: inherit;
  text-decoration: underline;
  color: #318acc;
  margin: 0 5px;
  padding: 0;
}

/* リンク
=========================*/
.link_ui a,
.link_ui dt{
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  padding: 15px 30px 15px 15px;
  background: #eee;
  display: block;
  border: 1px solid #ccc;
  font-weight: bold;
  font-size: 16rem;
}
.link_ui a span {
  margin: 0 0 0 5px;
  display: inline-block;
}
.link_ui a span.select{
	margin:5px 0 0 0;
	color:#318acc;
	font-size:12rem;
	display:block;
}
.link_ui a:after {
  content: '\f105';
  font-family: fontAwesome;
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -7px 0 0;
  color: #aaa;
}
.link_ui a.toggle:after {
  content: '\f107';
}
.link_ui a.toggle.open:after {
  content: '\f106';
}
.link_ui dt span{
	display:block;
	font-size:12px;
	font-weight:normal;	
}
.link_ui a img {
  width: 39px;
  float: left;
  margin: -12px 5px 0 -12px;
	background:#fff;
	border-radius:50%;
}
.link_ui ul li {
  margin: -1px 0 0;
}
.link_ui ul li li a {
  background: #fff;
  font-weight: normal;
}
.link_ui ul li li a span{
	font-size:12px;
	color:#999;
}
.link_ui ul ul ul li a{
	padding: 15px 30px;
}
.link_ui dl dd a {
  display: inline;
  margin: 0;
  border: none;
  padding: 0;
  background: none;
  font-weight: normal;
  color: #318acc;
}
.link_ui dl dd a:after {
  content: '';
}

/* フォーム
=========================*/
.form_ui .text {
  font-size: 16rem;
  font-weight: bold;
  margin: 0 0 5px;
}
.form_ui span.error {
  display: block;
  margin: -5px 0 10px;
  color: #f00;
  font-size: 14rem;
  font-weight: bold;
}
.form_ui span.error:before {
  font-family: fontello;
  font-weight: normal;
  content: "\e88b";
  margin: 0 2px 0 0;
}
.form_ui select, .form_ui input[type=text], .form_ui input[type=email], .form_ui input[type=password], .form_ui input[type=number],.form_ui textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #aaa;
  margin-bottom: 10px;
}
.form_ui select.w60, .form_ui input[type=text].w60, .form_ui input[type=email].w60, .form_ui input[type=password].w60, .form_ui input[type=number].w60 {
  width: 60px;
}
.form_ui select.w80, .form_ui input[type=text].w80, .form_ui input[type=email].w80, .form_ui input[type=password].w80, .form_ui input[type=number].w80 {
  width: 80px;
}
.form_ui select.w150, .form_ui input[type=text].w150, .form_ui input[type=email].w150, .form_ui input[type=password].w150, .form_ui input[type=number].w150 {
  width: 150px;
}
.form_ui select.mr5, .form_ui input[type=text].mr5, .form_ui input[type=email].mr5, .form_ui input[type=password].mr5, .form_ui input[type=number].mr5 {
  margin-right: 5px;
}
.form_ui select.error, .form_ui input[type=text].error, .form_ui input[type=email].error, .form_ui input[type=password].error, .form_ui input[type=number].error,
.form_ui textarea.error {
  border: 1px solid #ff8e8e;
  background: #fff7f7;
}
.form_ui select {
  background: url(//img.webike.net/img/w_spng_sp_search_arrow.png) #fff no-repeat right center;
  -moz-background-size: 20px 10px;
  -o-background-size: 20px 10px;
  -webkit-background-size: 20px 10px;
  background-size: 20px 10px;
}
.form_ui fieldset legend + * {
  margin-top: 5px;
}
.form_ui .arrow {
  position: relative;
  margin-bottom: 10px;
}
.form_ui .arrow select {
  margin: 0;
}
.form_ui .arrow:after {
  border: 10px solid transparent;
  border-top-color: #aaa;
  margin-left: -10px;
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
}

/* ボックス
=========================*/
.box_ui {
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-top: 0;
  padding: 10px;
}

/* タブ
=========================*/
.tab_ui > .btn {
  display: table;
  table-layout: fixed;
  text-align: center;
    border-radius:5px;
    margin:0 10px;
    width:calc(100% - 20px);
}
.tab_ui > .btn > li {
  display: table-cell;
  vertical-align: middle;
  padding: 8px 0;
  font-weight: bold;
  color: #444;
}
.tab_ui > .btn > li.selected, .tab_ui > .btn{
    border:#444 1px solid;
}
.tab_ui > .btn > li.selected, .tab_ui > .btn > li{
    border-right:#444 1px solid;
}
.tab_ui > .btn > li.selected, .tab_ui > .btn > li.selected a{
  background: #444;
    border-radius:4px 0 0 4px;
  color: #fff;
}
.tab_ui > .btn > li:last-child {
  border-right: 0;
}
.tab_ui > .link_btn > li {
  padding: 0;
}
.tab_ui > .link_btn > li span {
    display: inline-block;
}
.tab_ui > .link_btn > li a {
  display: block;
  padding: 10px 0;
}
.tab_ui > .box {
  border-top: 3px solid #444;
}
.tab_ui > .box > li {
  padding: 5px 0 0;
}
.tab_ui > .box > li h4 {
  margin: 5px 0;
  margin-left: 10px;
  margin-right: 10px;
  border-left: 4px solid #444;
  padding: 0 0 0 4px;
  font-weight: bold;
}
.tab_ui > .box > li > img {
  margin: 0 auto;
}

/* グリッド
=========================*/
.glid_ui {
  margin: 0 0 10px;
}
.glid_ui ul {
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.glid_ui ul li {
  width: 33.3333333333%;
  float: left;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0 0 -1px;
}
.glid_ui ul li:nth-child(3n) {
  border-right: 0;
}
.glid_ui ul li > div, .glid_ui ul li > a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 11px 10px 10px;
  overflow: hidden;
}
.glid_ui ul li > div img, .glid_ui ul li > a img {
  width: 100%;
  max-width: 180px;
  float: left;
  margin: 0 5px 5px 0;
}
.glid_ui ul li > div p, .glid_ui ul li > a p {
  line-height: 1.1;
}

@media screen and (max-width: 420px) {
  #main .glid_ui ul li {
    width: 50%;
  }
  #main .glid_ui ul li:nth-child(3n) {
    border-right: 1px solid #ddd;
  }
  #main .glid_ui ul li:nth-child(even) {
    border-right: 0;
  }
}
@media screen and (max-width: 960px) {
  #main .glid_ui ul li img {
    float: none;
  }
}
/* スクロール
=========================*/
.scroll_ui > div {
  position: relative;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.scroll_ui > div > ul {
  display: table;
  padding: 0 10px 10px;
}
.scroll_ui > div > ul > li {
  padding: 0 10px 0 0;
  display: table-cell;
	position:relative;
}
.scroll_ui > div > ul > li:last-child {
  padding: 0;
}
.scroll_ui > div > ul > li a {
  display: block;
  overflow: hidden;
}

.scroll_ui.v2 > div > ul > li a {
  line-height: 1.3em;
}

.scroll_ui > div > ul > li a.block-diary-new {
  position: relative;
}

/* ランキング
=========================*/
.ranking_ui {
	padding: 6px 10px 10px;
}
.ranking_ui > li {
	position: relative;
}
.ranking_ui > li .num {
    background: #636363;
    color: #fff;
    position: absolute;
    font-weight: bold;
    bottom:0;
    text-align: center;
    line-height: 16px;
    font-size: 12rem;
    z-index: 10;
    display: block;
    width: 100%;
    opacity: 0.85;
}
.ranking_ui > li .num.n1{
	background: #bd960c;
}
.ranking_ui > div > ul > li .num.n2{
	background: #929294;
}
.ranking_ui > div > ul > li .num.n3{
	background: #af7e40;
}
.ranking_ui > div > .list{
	padding: inherit;
}
.ranking_ui > div > .list > li .num {
	top: auto;
	bottom: 10px;
}

/* 星
=========================*/
#main .star {
  display: inline-block;
  height: 14px;
  background: url(../img/w_spng_sp_star.gif) no-repeat 0 0;
  -moz-background-size: auto 154px;
  -o-background-size: auto 154px;
  -webkit-background-size: auto 154px;
  background-size: auto 154px;
  text-indent: 75px;
  line-height: 1.2;
}
#main .star.s00 {
  background-position: 0 0;
}
#main .star.s05 {
  background-position: 0 -14px;
}
#main .star.s1 {
  background-position: 0 -28px;
}
#main .star.s15 {
  background-position: 0 -42px;
}
#main .star.s2 {
  background-position: 0 -56px;
}
#main .star.s25 {
  background-position: 0 -70px;
}
#main .star.s3 {
  background-position: 0 -84px;
}
#main .star.s35 {
  background-position: 0 -98px;
}
#main .star.s4 {
  background-position: 0 -112px;
}
#main .star.s45 {
  background-position: 0 -126px;
}
#main .star.s5 {
  background-position: 0 -140px;
}

/* ページャー
=========================*/
#main .pager {
  background: #eee;
  width: 100%;
  text-align: center;
  line-height: 1;
  padding: 12px 0;
}
#main .pager ul li {
	font-weight: bold;
	display: inline-block;
	margin: 0 2px;
	background: #fff;
	width: 25px;
	padding:10px 0;
}
#main .pager ul li.current {
	background: #318acc;
	color: #fff;
}
#main .pager ul li a {
	display: block;
    color: #318acc;
}

/* インフォメーション
=========================*/
#main .information p {
  margin: -1px 0 0;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #ccc;
  padding: 15px;
  line-height: 1.3;
}

/*単一
=========================*/
#main .simple .logo {
  text-align: center;
}
#main .simple .word {
  font-size: 18rem;
  text-align: center;
  font-weight: bold;
  margin: 20px;
}
#main .simple .num {
  margin: 0 0 20px;
  text-align: center;
  font-size: 16rem;
}
#main .simple .num span {
  background: #eee;
  border: 1px solid #ccc;
  padding: 10px;
  display: inline-block;
}
#main .simple p {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.3;
}
#main .simple p a {
  color: #318acc;
  font-weight: bold;
}
#main .simple .btn {
  margin: 20px auto 0;
  text-align: center;
}
#main .simple .btn a {
  font-weight: bold;
  font-size: 16rem;
  padding: 10px 20px 10px 15px;
  display: inline-block;
  background: #ddd;
  border-radius: 5px;
}

/* 日記リスト
=========================*/
#main #diary_list {
	/*margin: 0 0 100px;*/
}
#main #diary_list .sort {
	margin:15px 10px;
}
#main #diary_list .sort p {
	margin:0 0 2px;
	font-size:135%;
}
#main #diary_list .sort p i {
	margin:0 5px 0 0;
	font-size:100%;
}
#main #diary_list .sort form select {
	width:100%;
	font-size:135%;
	border-radius:5px;
}
#main #diary_list .list {
	border-top:1px solid #eee;
}
#main #diary_list .list > li {
	display:block;
	border-bottom:1px solid #eee;
	padding:15px 0;
}
#main #diary_list .list .left {
	width: 120px;
	float:left;
	margin: 0 10px;
}
#main #diary_list .list .left .thumb {
	width:120px;
	height:90px;
	border:1px solid #ddd;
	display:-moz-box;
	display:-webkit-box;
	text-align:center;
	-moz-box-align:center;
	-webkit-box-align:center;
	-moz-box-pack:center;
	-webkit-box-pack:center;
	line-height:0;
	margin: 0 0 10px;
}
#main #diary_list .list .left .thumb img {
	max-width:100%;
	max-height:100%;
}

#main #diary_list .list .left .edit a {
  background: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #eee));
  background: -moz-linear-gradient(#fff, #eee);
  background: -webkit-linear-gradient(#fff, #eee);
  background: -o-linear-gradient(#fff, #eee);
  background: linear-gradient(#ffffff, #eeeeee);
  border-radius: 3px;
  display: block;
  font-size: 12rem;
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 8px 5px;
  text-align: center;
}
#main #diary_list .list article {
	overflow:hidden;
}
#main #diary_list .list article .pub {
	display: table;
	margin: 0 0 10px;
}
#main #diary_list .list article .pub .enable,
#main #diary_list .list article .pub .disable {
  display: table-cell;
  font-size: 12rem;
}

#main #diary_list .list article .pub .enable {
  background: #ccc;
  padding: 5px 8px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
#main #diary_list .list article .pub .enable.selected {
  background: #09c;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  background: #09c;
  color: #fff;
}

#main #diary_list .list article .pub .disable {
  background: #ccc;
  padding: 5px 8px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
#main #diary_list .list article .pub .disable.selected {
  background: #F33;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  background: #F33;
  color: #fff;
}
#main #diary_list .list article .name {
	float:left;
}
#main #diary_list .list article .status {
	float:left;
	border:1px solid #ccc;
	padding:2px;
}
#main #diary_list .list article aside {
	font-size: 12rem;
}
#main #diary_list .list article aside time,
#main #diary_list .list article aside .category {
	display: inline-block;
	margin:0 10px 10px 0;
}
#main #diary_list .list article aside i {
	margin: 0 2px 0 0;
}
#main #diary_list .list article .title {
	margin:0 5px 5px 0;
    line-height: 1.2;
	word-break:break-all;
}
#main #diary_list .list article .title a {
	color:#318acc;
}
#main #diary_list .list article p {
	font-size: 12rem;
	line-height: 1.4;
	margin:0 5px 10px 0;
}
#main #diary_list .list article p a {
	color:#318acc;
}
#main #diary_list .list article ul li {
	float: left;
	padding: 5px 8px;
	margin: 0 8px 0 0;
	border-radius: 5px;
	background: #f5f5f5;
	font-size:12rem;
}
#main #diary_list .list article ul li span {
	color: #f30;
	margin: 0 0 0 5px;
}
#main #diary_list .list .p_btn {
	padding:0 0 0 10px;
	margin:0 0 10px;
}
#main #diary_list .list .p_btn ul li {
	border:1px solid #ddd;
	background:#eee;
	margin:0 5px 0 0;
	width:66px;
	text-align:center;
	float:left;
}
#main #diary_list .list .p_btn ul li a {
	display:block;
	padding:3px;
	font-size:83%;
}

/* Myバイクリスト
=========================*/
#main #mybike_list .add {
	text-align:center;
	border-bottom:1px solid #ccc;
	padding:10px;
}
#main #mybike_list .add a {
	background:#789;
	color:#fff;
	font-size:116%;
	display:block;
	padding:8px 0;
  border-radius: 5px;
}
#main #mybike_list .add a i {
	color:#fff;
	margin:0 5px 0 0;
}
#main #mybike_list {
	/*margin: 0 0 100px;*/
}
#main #mybike_list .list {
	border-top: 1px solid #eee;
}
#main #mybike_list .list > li {
	display:block;
	border-bottom:1px solid #eee;
	padding:20px 10px;
}
#main #mybike_list .list .thumb {
	width: 100%;
	margin:0 auto 10px;
	border:1px solid #ddd;
	display:-moz-box;
	display:-webkit-box;
	text-align:center;
	-moz-box-align: center;
	-webkit-box-align: center;
	-moz-box-pack: center;
	-webkit-box-pack: center;
	line-height:0;
}
#main #mybike_list .list .thumb img {
	max-width: 500px;
	max-height: 250px;
}

#main #mybike_list .list .avatar-v2 img {
	height: 100%;
  object-fit: contain;
}

#main #mybike_list .list time {
	display: inline-block;
	margin:0 10px 5px 0;
	font-size: 12rem;
}
#main #mybike_list .list time i {
	margin: 0 2px 0 0;
}
#main #mybike_list .list .text {
	margin: 0 0 10px;
}
#main #mybike_list .list .text a {
  color: #318acc;
}
#main #mybike_list .list .count li {
	float: left;
	padding: 5px 8px;
	margin: 0 8px 0 0;
	border-radius: 5px;
	background: #f5f5f5;
	font-size:75%;
}
#main #mybike_list .list .count li span {
	color: #f30;
	margin: 0 0 0 5px;
}
#main #mybike_list .list .rating .total {
	float: left;
}
#main #mybike_list .list .rating .total p {
	text-align: left;
	margin: -5px 0 0 -2px;
}
#main #mybike_list .list .rating .total p span {
	vertical-align: 0;
}
#main #mybike_list .list .rating .total p span:nth-child(2) {
	margin: 0;
	vertical-align: 2px;
	font-size: 125%;
	font-weight: bold;
}
#main #mybike_list .list .rating .total p img {
	width: 22px;
}
#main #mybike_list .list .rating .toggle {
	color: #318acc;
	margin: 0 0 0 10px;
	font-size: 100%;
	display: inline-block;
}
#main #mybike_list .list .ratings {
	width: 100%;
	background: #fff;
	border-collapse: collapse;
	margin: 0 0 10px;
	font-size: 12px;
}
#main #mybike_list .list .ratings th {
    padding: 4px;
    width: 40%;
    text-align: left;
	background: #fafafa;
	border: 1px solid #efefef;
}
#main #mybike_list .list .ratings td {
	padding: 4px;
	color: #ff8400;
	font-weight: bold;
	border: 1px solid #efefef;
	text-align: center; 
}
#main #mybike_list .list article {
	overflow:hidden;
}
#main #mybike_list .list article aside {
	overflow:hidden;
}
#main #mybike_list .list article aside .other {
	margin: 0 0 5px;
}
#main #mybike_list .list article aside .other span {
	float:left;
	border: 1px solid #eee;
	padding: 5px;
	margin: 0 5px 5px 0;
}
#main #mybike_list .list article aside .other span.own {
    border: 1px solid #333;
}
#main #mybike_list .list article aside .other span a {
	color:#06c;
	text-decoration: underline;
}
#main #mybike_list .list article aside .status {
	float:left;
	border:1px solid #ccc;
	padding:2px;
}
#main #mybike_list .list article .maker {
	margin:8px 0 0;
}
#main #mybike_list .list article .name a {
	font-size: 16rem;
	color: #318acc;
	word-break:break-all;
}
#main #mybike_list .list article .machine {
	margin: 0 0 5px;
}
#main #mybike_list .list article .machine span {
	margin: 0 0 0 5px;
}
#main #mybike_list .list article .like {
	/*background:#E9F0F0;
	border-radius:5px;*/
	width:66px;
	text-align:center;
	padding:5px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
#main #mybike_list .list article ul {
	float:left;
	border:1px solid #ddd;
	background:#eee;
	font-size:83%;
	padding:2px 0 2px 10px;
}
#main #mybike_list .list article ul li {
	float:left;
	padding:0 10px 0 0;
}
#main #mybike_list .list .link {
	margin: 10px 0 20px;
}
#main #mybike_list .list .link ul {
	display: table;
	width: 100%;
}
#main #mybike_list .list .link ul li {
	width: 50%;
	display: table-cell;
}
#main #mybike_list .list .link ul li:first-child {
	padding-right: 5px;
}
#main #mybike_list .list .link ul li:last-child {
	padding-left: 5px;
}
#main #mybike_list .list .link ul li a {
	width: 100%;
    border: #ccc 1px solid;
    display: block;
    padding: 8px 0;
    text-align: center;
    border-radius: 3px;
    background: -webkit-linear-gradient(bottom, #eaeaea, #fff);
    background: -moz-linear-gradient(bottom, #eaeaea, #fff);
    background: -o-linear-gradient(bottom, #eaeaea, #fff);
    background: -ms-linear-gradient(bottom, #eaeaea, #fff);
    background: linear-gradient(to top, #eaeaea, #fff);
}

#main #mybike_list .list .link ul li a i {
	margin: 0 2px 0 0;
}
#main #mybike_list .list .tab {
	margin: 0 0 10px;
}
#main #mybike_list .list .tab .btn {
	display: table;
	table-layout: fixed;
	width: 100%;
	text-align: center;
}
#main #mybike_list .list .tab .btn > li {
	display: table-cell;
	border-right: 1px solid #fff;
	vertical-align: middle;
	padding: 8px 0;
	font-weight: bold;
	color: #444;
	border: #ccc 1px solid;
	border-radius: 3px 3px 0 0;
	margin: 0 1px 0 0;
	font-size: 12rem;
}
#main #mybike_list .list .tab .btn > li.selected {
	border-bottom: none;
}
#main #mybike_list .list .tab .box > li {
	padding: 10px;
	border: #ccc 1px solid;
	border-top: none;
	line-height: 1.3;
}
#main #mybike_list .list .tab .box > li a {
	color:#318acc;
}
#main #mybike_list .list .edit a {
	font-size:75%;
	padding:5px 8px;
	float:right;
	display:block;
	color:#fff;
	background:#c30;
	border-radius:3px;
	margin:0 5px 0 0;
}
#main #mybike_list .list .edit a i {
	margin:0 2px 0 0;
	font-size:116%;
}
#main #mybike_list .list .alert a {
	font-size:75%;
	padding:5px 8px;
	float:right;
	display:block;
	color:#fff;
	background:#444;
	border-radius:3px;
	margin:0 10px 0 0;
}
#main #mybike_list .list .alert a i {
	margin:0 2px 0 0;
	font-size:116%;
}

/* インプレリスト
=========================*/
#main #impre_list .list {
  border-top:1px solid #eee;
}
#main #impre_list .list > li {
  display:block;
  border-bottom:1px solid #eee;
  padding:15px 0;
}
#main #impre_list .list .left {
  width: 140px;
  float:left;
  margin: 0 10px;
}
#main #impre_list .list .left .thumb {
  width:140px;
  height:105px;
  margin: 0 0 10px;
  display:-moz-box;
  display:-webkit-box;
  text-align:center;
  -moz-box-align:center;
  -webkit-box-align:center;
  -moz-box-pack:center;
  -webkit-box-pack:center;
  line-height:0;
}
#main #impre_list .list .left .thumb img {
  max-width:100%;
  max-height:100%;
}
#main #impre_list .list .left .post a,
#main #impre_list .list .left .edit a {
  background: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #eee));
  background: -moz-linear-gradient(#fff, #eee);
  background: -webkit-linear-gradient(#fff, #eee);
  background: -o-linear-gradient(#fff, #eee);
  background: linear-gradient(#ffffff, #eeeeee);
  border-radius: 3px;
  display: block;
  font-size: 12rem;
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 8px 5px;
  text-align: center;
}
#main #impre_list .list .left .edit ul {
  display: table;
  width: 100%;
}
#main #impre_list .list .left .edit ul li {
  display: table-cell;
}
#main #impre_list .list .left .edit ul li:first-child {
  padding: 0 5px 0 0;
}
#main #impre_list .list .left .edit ul li:last-child {
  padding: 0 0 0 5px;
}
#main #impre_list .list .rating .total {
  float: left;
}
#main #impre_list .list .rating .total p {
  text-align: left;
  margin: 0 5px 2px 0;
  font-size: 12rem;
}
#main #impre_list .list .rating .total p span {
  vertical-align: -3px;
}
#main #impre_list .list .rating .total p img {
  width: 18px;
}
#main #impre_list .list article {
  overflow:hidden;
}
#main #impre_list .list article aside {
  overflow:hidden;
}
#main #impre_list .list article aside .status {
  float:left;
  border:1px solid #ccc;
  padding:2px;
}
#main #impre_list .list aside .pub {
  margin: 0 0 5px;
}
#main #impre_list .list aside .pub span.star_only {
  float:left;
  padding: 3px 5px;
  background-color: #ffff00c4;
}
#main #impre_list .list aside .pub span.public {
  float:left;
  padding: 3px 5px;
  background-color: #00bfffd6;
}
#main #impre_list .list aside .pub span.private {
  float:left;
  border: 1px solid #333;
  padding: 3px 5px;
}
#main #impre_list .list aside time {
  display: inline-block;
  margin:5px 10px 0 0;
  font-size: 13rem;
}
#main #impre_list .list aside time i {
  margin: 0 2px 0 0;
}
#main #impre_list .list article .name {
  margin: 0 5px 7px 0;
  font-size: 12rem;
  line-height: 1.2;
  text-decoration: underline;
}
#main #impre_list .list article .brand {
  margin: 0 5px 7px 0;
  font-size: 12rem;
  line-height: 1.2;
  text-decoration: underline;
}
#main #impre_list .list article .title {
  margin: 0 0 5px;
}
#main #impre_list .list article .title a {
  line-height: 1.2;
  word-break:break-all;
  color: #318acc;
  font-weight: bold;
}
#main #impre_list .list article ul {
  float:left;
  padding:5px 0;
}
#main #impre_list .list article ul li {
  float: left;
  padding: 5px;
  margin: 0 8px 8px 0;
  border-radius: 5px;
  background: #f5f5f5;
  font-size:75%;
}
#main #impre_list .list article ul li span {
  color: #f30;
  margin: 0 0 0 5px;
}
#main #impre_list .list .p_btn {
  padding:0 0 0 10px;
  margin:0 0 10px;
}
#main #impre_list .list .p_btn ul li {
  border:1px solid #ddd;
  background:#eee;
  margin:0 5px 0 0;
  width:66px;
  text-align:center;
  float:left;
}
#main #impre_list .list .p_btn ul li a {
  display:block;
  padding:3px;
  font-size:83%;
}

/* Myガレージリスト
=========================*/
#main #mygarage_list {
	margin: 0 0 100px;
}
#main #mygarage_list .list {
	border-top: 1px solid #ccc;
}
#main #mygarage_list .list > li {
	display:block;
	border-bottom:1px solid #ccc;
	padding:10px 10px 20px;
}
#main #mygarage_list .list time {
	text-align: right;
    font-size: 10px;
    color: #aaa;
	display: block;
	line-height: 1;
}
#main #mygarage_list .list .thumb {
	width: 100%;
	margin:0 auto 10px;
	border:1px solid #ddd;
	display:-moz-box;
	display:-webkit-box;
	text-align:center;
	-moz-box-align: center;
	-webkit-box-align: center;
	-moz-box-pack: center;
	-webkit-box-pack: center;
	line-height:0;
}
#main #mygarage_list .list .thumb img {
	width: 100%;
	height: 100%;
	max-width: 500px;
	max-height: 250px;
}
#main #mygarage_list .list article {
	overflow:hidden;
}
#main #mygarage_list .list article aside {
	overflow:hidden;
}
#main #mygarage_list .list article aside .other {
	margin: 0 0 5px;
}
#main #mygarage_list .list article aside .other span {
	float:left;
	border: 1px solid #eee;
	padding: 1px 5px;
	margin: 0 5px 5px 0;
}
#main #mygarage_list .list article aside .other span a {
	color:#06c;
	text-decoration: underline;
}
#main #mygarage_list .list article aside .status {
	float:left;
	border:1px solid #ccc;
	padding:2px;
}
#main #mygarage_list .list article .maker {
	margin:8px 0 0;
}
#main #mygarage_list .list article h2 a {
	font-size: 116%;
	color:#06c;
	word-break:break-all;
}
#main #mygarage_list .list article .machine {
	margin: 0 0 5px;
}
#main #mygarage_list .list article .like {
	/*background:#E9F0F0;
	border-radius:5px;*/
	width:66px;
	text-align:center;
	padding:5px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
#main #mygarage_list .list article ul {
	float:left;
	border:1px solid #ddd;
	background:#eee;
	font-size:83%;
	padding:2px 0 2px 10px;
}
#main #mygarage_list .list article ul li {
	float:left;
	padding:0 10px 0 0;
}
#main #mygarage_list .list .status {
	width: 100%;
	background: #fff;
	border-collapse: collapse;
	margin: 0 0 5px;
	font-size: 75%;
}
#main #mygarage_list .list .status th {
    padding: 5px;
    width: 38%;
    text-align: left;
	background: #fafafa;
	border: 1px solid #efefef;
	font-size: 83%;
}
#main #mygarage_list .list .status td {
	padding: 5px;
	color: #ff8400;
	font-weight: bold;
	border: 1px solid #efefef;
	text-align: center; 
}
#main #mygarage_list .list .status td.more {
	padding: 10px;
	font-size: 14rem;
}
#main #mygarage_list .list .status td a {
	color:#06c;
	text-decoration:underline;
}
#main #mygarage_list .list .link ul {
	display: table;
	width: 100%;
}
#main #mygarage_list .list .link ul li {
	width: 50%;
	display: table-cell;
	padding: 10px 0;
}
#main #mygarage_list .list .link ul li:first-child {
	padding-right: 5px;
}
#main #mygarage_list .list .link ul li:last-child {
	padding-left: 5px;
}
#main #mygarage_list .list .link ul li a {
	width: 100%;
    display: block;
    padding: 10px 0;
    text-align: center;
    border-radius: 3px;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff9f00), color-stop(0.00, #f3ce00));
	background:-webkit-linear-gradient(#f3ce00, #ff9f00);
	background:-moz-linear-gradient(#f3ce00, #ff9f00);
	background:-o-linear-gradient(#f3ce00, #ff9f00);
	background:-ms-linear-gradient(#f3ce00, #ff9f00);
	background:linear-gradient(#f3ce00, #ff9f00);
}
#main #mygarage_list .list .link ul li a.follow {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #7FE1C7), color-stop(0.00, #35D0A7));
	background:-webkit-linear-gradient(#7FE1C7, #35D0A7);
	background:-moz-linear-gradient(#7FE1C7, #35D0A7);
	background:-o-linear-gradient(#7FE1C7, #35D0A7);
	background:-ms-linear-gradient(#7FE1C7, #35D0A7);
	background:linear-gradient(#7FE1C7, #35D0A7);
}
#main #mygarage_list .list .link ul li a i {
	margin: 0 2px 0 0;
}
#main #mygarage_list .list .edit a {
	font-size:75%;
	padding:5px 8px;
	float:right;
	display:block;
	color:#fff;
	background:#c30;
	border-radius:3px;
	margin:0 5px 0 0;
}
#main #mygarage_list .list .edit a i {
	margin:0 2px 0 0;
	font-size:116%;
}
#main #mygarage_list .list .alert a {
	font-size:75%;
	padding:5px 8px;
	float:right;
	display:block;
	color:#fff;
	background:#444;
	border-radius:3px;
	margin:0 10px 0 0;
}
#main #mygarage_list .list .alert a i {
	margin:0 2px 0 0;
	font-size:116%;
}

/* ユーザーリスト
=========================*/
#main #user_list .list {
	border-top:1px solid #eee;
}
#main #user_list .list > li {
	display:block;
	border-bottom:1px solid #eee;
	padding:15px 0;
}
#main #user_list .list li .photo {
	width:140px;
	height:105px;
	margin: 0 10px;
	border:1px solid #ddd;
	padding: 1px;
	float:left;
	display:-moz-box;
	display:-webkit-box;
	text-align:center;
	-moz-box-align:center;
	-webkit-box-align:center;
	-moz-box-pack:center;
	-webkit-box-pack:center;
	line-height:0;
}
#main #user_list .list li .photo img {
	max-width:100%;
	max-height:100%;
}
#main #user_list .list li .name {
	display: block;
	margin: 0 0 20px;
}
#main #user_list .list li .name a {
	color: #318acc;
}
#main #user_list .btn {
  text-align: center;
  margin: 20px 0;
}

/* お気に入りリスト
=========================*/
#main .favorite_list .list {
    border-top:1px solid #eee;
}
#main .favorite_list .list > li {
    border-bottom:1px solid #eee;
    padding:15px 10px;
    position:relative;
}
#main .favorite_list .list li .photo {
    width: 80px;
    height: 80px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    box-sizing: border-box;
    float:left;
}
#main .favorite_list .list li .photo.circle{
    border-radius: 50%;
}
#main .favorite_list .list li .photo.square{
    border-radius: 5px;
}
#main .favorite_list .list li .photo img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
}
#main .favorite_list .list li .text{
    float:left;
    margin: 0 0 10px;
    width:calc(100% - 150px);
}
#main .favorite_list .list li .tit {
    font-weight:bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size:14rem;
    line-height:1.2;
    color:#333;
    margin:0 0 5px;
}
#main .favorite_list .list li .text{
    line-height:1.5;    
    font-size:12rem;
    color:#999;
}
#main .favorite_list .list li p{
    margin:5px 0 0;    
}
#main .favorite_list .list li p.sub{
    font-size:12rem;
    margin:5px 0 0 0;
    line-height:1.2;
    color:#999;    
}
#main .favorite_list .list .remove{
    position:absolute;
    right:10px;
    top:calc(50% - 15px);    
}
#main .favorite_list .list .remove a {
  color:#e61e25;
    border:#e61e25 1px solid;
    border-radius:15px;
  display: inline-block;
  font-size: 12rem;
  vertical-align: middle;
  padding: 8px 12px;
  text-align: center;
}
#main .favorite_list .btn {
  text-align: center;
  margin: 20px 0;
}

#main .favorite_list .no_follow_block {
    margin: 10px 10px;
    color: #ff1818;
    background: #ffecf0;
    font-size: 11px;
    border: #ffb4b4 1px solid;
    padding: 5px;
}

#main .favorite_list .no_follow_block p {
    padding: 5px 2px;
    text-align: center;
}

/* 友達を招待する
=========================*/
#main #friend_invitation dl {
	margin: 15px 0 0;
}
#main #friend_invitation dl dt {
	font-weight: bold;
	font-size: 16rem;
	margin: 10px 0 5px;
}
#main #friend_invitation dl dt span {
	font-size: 12rem;
	display: block;
	margin: 2px 0 0;
	font-weight: normal;
}
#main #friend_invitation .attention {
    color: #f00;
    font-size: 83%;
}
#main #friend_invitation .btn {
  text-align: center;
  margin: 20px 0;
}
#main #friend_invitation .btn input[type=submit] {
  background: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #eee));
  background: -moz-linear-gradient(#fff, #eee);
  background: -webkit-linear-gradient(#fff, #eee);
  background: -o-linear-gradient(#fff, #eee);
  background: linear-gradient(#ffffff, #eeeeee);
  border-radius: 3px;
  display: inline-block;
  font-size: 14rem;
  font-weight: bold;
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 15px;
  text-align: center;
  width: 200px;
}

/* 友達を招待する
=========================*/
#main #friend_search dl {
	margin: 15px 0 0;
}
#main #friend_search dl dt {
	font-weight: bold;
	font-size: 16rem;
	margin: 15px 0 5px;
}
#main #friend_search dl dt span {
	font-size: 12rem;
	display: block;
	margin: 2px 0 0;
	font-weight: normal;
}
#main #friend_search dl dd fieldset {
  margin: 0 0 10px;
}
#main #friend_search dl dd legend {
  padding: 15px;
  width: 100%;
  font-weight: bold;
  font-size: 16rem;
  display: block;
  border: 1px solid #ccc;
  position: relative;
}
#main #friend_search dl dd legend:after {
  font-family:"fontAwesome";
  content: '\f107';
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -7px 0 0;
  color: #aaa;
}
#main #friend_search dl dd legend.open:after {
  content: '\f106';
}
#main #friend_search dl dd legend + * {
  margin-top: 0;
}
#main #friend_search fieldset .check > ul > li {
	border: 1px solid #ccc;
    font-size: 16rem;
	margin: -1px 0 0;
}
#main #friend_search fieldset .check > ul > li .inner {
	padding: 15px 15px 15px 10px;
	display: block;
}
#main #friend_search fieldset .check > ul > li .inner input[type="checkbox"] {
	margin: 0 5px 0 0;
}
#main #friend_search fieldset .check > ul > li li .inner {
	border-top: 1px solid #eee;
    padding: 15px 15px 15px 30px;
}

/* ログインポップアップ
=========================*/
#popup {
   background: #fff;
   border: 5px solid #e61e25;
   padding: 10px;
   margin: 10px;
   text-align: center;
}
#popup .text {
   font-size: 16rem;
   margin: 30px 0 5px;
}
#popup .text span {
   display: block;
   font-size: 28rem;
   font-weight: bold;
   margin: 5px 0 0;
}
#popup .images ul {
	display: table;
	margin: 0 auto;
}
#popup .images ul li {
	display: table-cell;
	width: 33.3333%;
	max-width: 200px;
}
#popup .images ul li img {
	width: 100%;
}
#popup .images ul li p {
	line-height: 1.2;
	font-size: 10rem;
}
#popup .signup,
#popup .login {
	box-sizing: border-box;
	margin: 40px 0 0;
}
#popup .signup .title, 
#popup .login .title {
	font-weight: bold;
	font-size: 22rem;
    position: relative;
}
#popup .signup .title:before,
#popup .login .title:before {
    content: " ";
    display: block;
    border-top: solid 2px #000;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 35%;
    z-index: 1;
}
#popup .signup .title span, 
#popup .login .title span {
    background: #fff;
    padding: 0 12px;
    z-index: 5;
	position: relative;
}
#popup .signup .title {
	margin: 0 0 20px;
}
#popup .login .title {
	margin: 0 0 10px;
}
#popup .signup form fieldset,
#popup .login form fieldset {
	border: 1px solid #ddd;
	padding: 15px;
}
#popup .signup form fieldset {
	margin: 0 0 15px;
}
#popup .signup form fieldset img {
	width: 100%;
	max-width: 150px;
}
#popup .login form fieldset {
   margin: 0 0 28px;
}
#popup form fieldset:last-child {
   margin: 0;
}
#popup form fieldset div {
   text-align: center;
}
#popup form fieldset legend {
   padding: 0 10px;
   font-size: 16px;
   font-weight: bold;
}
#popup form fieldset .link {
   margin: 8px 0 15px;
}
#popup form fieldset .link a {
	color: #318acc;
	line-height: 1.2;
}
#popup form fieldset .link a span {
	display: inline-block;
}


/*　検索
==================================================*/

/* 検索結果
=========================*/
#main .search_result {
	margin: 0 0 15px;
	width: 100%;
	padding: 0 10px 10px;
	border-bottom: 1px solid #ccc;
}
#main .search_result .state {
  width: 65%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}
#main .search_result .state span {
	margin: 0 5px 0 0;
	font-weight: bold;
}
#main .search_result .filter {
  width: 35%;
  float: right;
  text-align: right;
}
#main .search_result .filter a {
  padding: 0 5px;
  color: #318acc;
  font-weight: bold;
}
#main .search_result .filter a:after {
  content: '\f0da';
  font-family: fontAwesome;
  margin: 0 0 0 4px;
}

/* 検索条件
=========================*/
#main .search_condition {
  padding: 0 20px; 
}
#main .search_condition dl {
  margin: 0 -8px 10px 0;
  font-size: 14rem;
}
#main .search_condition dl dt {
  font-weight: bold;
  float: left;
  margin: 5px 8px 5px 0;
}
#main .search_condition dl dd {
  padding: 7px 5px 5px;
  font-size: 12rem;
  float: left;
  border-radius: 10px;
  margin: 0 8px 8px 0;
  background: #eee;
  border-radius: 5px;
}
#main .search_condition dl dd a {
  font-size: 8rem;
  font-weight: bold;
  color: #fff;
  background: #555;
  border-radius: 10px;
  padding: 3px 4px;
  margin: -2px 0 0px 3px;
  display: block;
  float: right;
}


/* 絞り込み ＆ カテゴリ別専門検索
=========================*/
.sx_wrap {
	box-sizing:border-box;
	position:relative;
}
.sx_page0 {
	width: 100%;
	position:absolute;
	/*height:2000px;*/
}
.sx_page1,.sx_page2 {
	display:none;
	box-sizing:border-box;
	width: 100%;
	min-height: 100%;
	margin: 0;
	border: none;
	outline: none;
	position: absolute;
	z-index: 101;
}
.sx_page1,
.sx_page2 {
	background: #fff;
}
.sx_page1 .return,
.sx_page2 .return {
  background: #fff;
  padding: 15px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px;
}
.sx_page1 .return a,
.sx_page2 .return a {
  color: #318acc;
  font-weight: bold;
}
.sx_page1 .reset {
    margin: 25px auto;
	text-align: center;
}
.sx_page1 .reset a {
	background: #eee;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #eee));
	background: -moz-linear-gradient(#fff, #eee);
	background: -webkit-linear-gradient(#fff, #eee);
	background: -o-linear-gradient(#fff, #eee);
	background: linear-gradient(#ffffff, #eeeeee);
    padding: 10px 15px;
	text-align: center;
	border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14rem;
    font-weight: bold;
    display: inline-block;
}
.sx_r_btn1:before,.sx_r_btn2:before {
  content: '\f0d9';
  font-family: fontAwesome;
  margin: 0 5px 0 0;
}
.sx_in, .sx_out {
	-webkit-animation-fill-mode: both;
	-webkit-animation-duration: 400ms;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: both;
	-moz-animation-duration: 400ms;
	-moz-animation-timing-function: ease-in-out;
	animation-fill-mode: both;
	animation-duration: 400ms;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes sx_left_in {
    from { -webkit-transform: translateX(100%); }
    to { -webkit-transform: translateX(0); }
}
@-webkit-keyframes sx_left_out {
    from { -webkit-transform: translateX(0); }
    to { -webkit-transform: translateX(-100%); }
}
@-webkit-keyframes sx_right_in {
    from { -webkit-transform: translateX(-100%); }
    to { -webkit-transform: translateX(0); }
}
@-webkit-keyframes sx_right_out {
    from { -webkit-transform: translateX(0); }
    to { -webkit-transform: translateX(100%); }
}

.sx_slide.sx_in {
    -webkit-transform: translateX(0);
    -webkit-animation-name: sx_left_in;
}

.sx_slide.sx_out {
    -webkit-transform: translateX(-100%);
    -webkit-animation-name: sx_left_out;
}

.sx_slide.sx_reverse.sx_in {
    -webkit-transform: translateX(0);
    -webkit-animation-name: sx_right_in;
}

.sx_slide.sx_reverse.sx_out {
    -webkit-transform: translateX(100%);
    -webkit-animation-name: sx_right_out;
}
.advanced_search > .btn {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.advanced_search > .btn > li {
  background: #eee;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #eee));
  background: -moz-linear-gradient(#fff, #eee);
  background: -webkit-linear-gradient(#fff, #eee);
  background: -o-linear-gradient(#fff, #eee);
  background: linear-gradient(#ffffff, #eeeeee);
  display: table-cell;
  text-align: center;
  font-size: 14rem;
  font-weight: bold;
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 15px 0;
  width: 50%;
}
.advanced_search > .btn > li:after {
  content: '\e831';
  font-family: fontello;
  margin: 0 0 0 5px;
}
.advanced_search > .btn > li.selected {
  background: #eee;
  border-bottom: 1px solid #eee;
}
.advanced_search > .btn > li.selected:after {
  content: '\e834';
}
.advanced_search {
  font-size: 14rem;
}
.advanced_search fieldset,
.expert_search fieldset {
  margin: 0 0 20px;
}
.advanced_search fieldset legend {
  background: #eee;
  padding: 15px;
  width: 100%;
  font-weight: bold;
  font-size: 16rem;
  display: block;
}
.expert_search fieldset legend {
  font-size: 16rem;
  font-weight: bold;
  border-left: 8px solid #333;
  padding: 0 0 0 5px;
  margin: 0 0 5px;
}
.advanced_search fieldset legend + * {
  margin-top: 0;
  padding-top: 10px;
}
.advanced_search fieldset legend a {
  float: right;
  font-weight: normal;
  border-left: 1px solid #ccc;
  padding: 8px 10px;
  margin: -8px;
}
.advanced_search fieldset .check ul li {
	border: 1px solid #ccc;
    font-size: 16rem;
	margin: -1px 0 0;
}
.advanced_search fieldset .check ul li .inner {
	padding: 15px 15px 15px 10px;
	display: block;
}
.advanced_search fieldset .check ul li .inner input[type="checkbox"] {
	margin: 0 5px 0 0;
}
.advanced_search fieldset .upperBunrui {
  margin: 10px 0;
}
.advanced_search fieldset .upperBunrui span {
  text-decoration: underline;
  color: #318acc;
}
.advanced_search fieldset .universal li,
.advanced_search fieldset .choices li,
.expert_search fieldset .choices li  {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: -1px 0 0;
  position: relative;
}
.advanced_search fieldset .universal li.dir_lv_1{
	padding:0 0 0 15px;	
	background: #f5f5f5;
}
.advanced_search fieldset .universal li.dir_lv_2{
	padding:0 0 0 30px;	
}
.advanced_search fieldset .universal li.dir_lv_3{
	padding:0 0 0 45px;	
}
.advanced_search fieldset .universal li.dir_lv_4{
	padding:0 0 0 6px;	
}
.advanced_search fieldset .universal li label .inner,
.advanced_search fieldset .choices li label .inner,
.expert_search fieldset .choices li label .inner {
  padding: 15px;
  display: table;
}
.advanced_search fieldset .universal li label .inner .radio,
.advanced_search fieldset .choices li label .inner > span,
.expert_search fieldset .choices li label .inner > span {
  display: table-cell;
  vertical-align: middle;
}
.advanced_search fieldset .universal li label .inner .radio input[type=radio],
.advanced_search fieldset .choices li label .inner span input[type=radio],
.advanced_search fieldset .choices li label .inner span input[type=checkbox],
.expert_search fieldset .choices li label .inner span input[type=radio],
.expert_search fieldset .choices li label .inner span input[type=checkbox] {
  margin: 0 10px 0 0;
}
.advanced_search fieldset .universal li label .inner div,
.advanced_search fieldset .choices li label .inner div,
.expert_search fieldset .choices li label .inner div {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.advanced_search fieldset .more a,
.expert_search fieldset .more a {
  text-align: center;
  padding: 15px 0;
  display: block;
  border-bottom: 1px solid #eee;
}
.advanced_search fieldset .more a:before,
.expert_search fieldset .more a:before {
  content: '\e831';
  font-family: fontello;
  margin: 0 5px 0 0;
}
.advanced_search fieldset .more a.open:before,
.expert_search fieldset .more a.open:before {
  content: '\e834';
}
.advanced_search fieldset .color{
  padding: 12px 0 0 0;
  margin: 0 0 -15px;
}
.advanced_search fieldset .color li,
.expert_search fieldset .color li {
  border: 1px solid #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: -1px 0 0;
	position: relative;
}
.advanced_search fieldset .color li.selected,
.expert_search fieldset .color li.selected {
  border: 1px solid #000;
}
.advanced_search fieldset .color li a:before{
	content:"　";
	display:inline-block;
	width:20px;
	height:20px;
	vertical-align:middle;
	margin:0 5px 0 0;
	border-radius:3px;
}
.advanced_search fieldset .color li .inner,
.expert_search fieldset .color li .inner {
  display: block;
  border-radius: 2px;
  padding: 15px;
}
.advanced_search fieldset .color li label .inner input[type=checkbox],
.expert_search fieldset .color li label .inner input[type=checkbox] {
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.advanced_search form fieldset .color li span.c42:before,
.expert_search form fieldset .color li span.c42:before {
  background: #fff;
  border: #ccc 1px solid;
}
.advanced_search form fieldset .color li span.c39:before,
.expert_search form fieldset .color li span.c39:before {
  background: #000;
}
.advanced_search form fieldset .color li span.c40:before,
.expert_search form fieldset .color li span.c40:before {
  background: #999;
}
.advanced_search form fieldset .color li span.c53:before,
.expert_search form fieldset .color li span.c53:before {
  background: #8f6f32;
}
.advanced_search form fieldset .color li span.c51:before,
.expert_search form fieldset .color li span.c51:before {
  background: #683220;
}
.advanced_search form fieldset .color li span.c54:before,
.expert_search form fieldset .color li span.c54:before {
  background: #e5d7ac;
}
.advanced_search form fieldset .color li span.c47:before,
.expert_search form fieldset .color li span.c47:before {
  background: #018b27;
}
.advanced_search form fieldset .color li span.c48:before,
.expert_search form fieldset .color li span.c48:before {
  background: #002daf;
}
.advanced_search form fieldset .color li span.c50:before,
.expert_search form fieldset .color li span.c50:before {
  background: #620a87;
}
.advanced_search form fieldset .color li span.c46:before,
.expert_search form fieldset .color li span.c46:before {
  background: #f6e642;
}
.advanced_search form fieldset .color li span.c52:before,
.expert_search form fieldset .color li span.c52:before {
  background: #ff99d1;
}
.advanced_search form fieldset .color li span.c44:before,
.expert_search form fieldset .color li span.c44:before {
  background: #d90027;
}
.advanced_search form fieldset .color li span.c45:before,
.expert_search form fieldset .color li span.c45:before {
  background: #ff7c00;
}
.advanced_search form fieldset .color li span.c41:before,
.expert_search form fieldset .color li span.c41:before {
  background: url(//img.webike.net/sys_images/search_color.png) no-repeat;
}
.advanced_search form fieldset .color li span.c55:before,
.expert_search form fieldset .color li span.c55:before {
  background: url(//img.webike.net/sys_images/search_color.png) no-repeat -33px 0;
}
.advanced_search form fieldset .color li span.c56:before,
.expert_search form fieldset .color li span.c56:before {
  background: url(//img.webike.net/sys_images/search_color.png) no-repeat -66px 0;
}
.advanced_search fieldset .tire,
.expert_search fieldset .tire {
  padding-left: 10px;
  padding-right: 10px;
}
.advanced_search fieldset .tire .btn,
.expert_search fieldset .tire .btn {
  margin: 0 0 10px;
  border-bottom: 3px solid #444;
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
.advanced_search fieldset .tire .btn > li,
.expert_search fieldset .tire .btn > li {
  display: table-cell;
  background: #eee;
  border-right: 1px solid #fff;
  padding: 8px 0;
  font-size: 15rem;
  font-weight: bold;
  color: #444;
}
.advanced_search fieldset .tire .btn > li.selected,
.expert_search fieldset .tire .btn > li.selected {
  background: #444;
  color: #fff;
}
.advanced_search fieldset .tire .btn > li:last-child,
.expert_search fieldset .tire .btn > li:last-child {
  border-right: 0;
}
.advanced_search .button_ui {
  padding: 10px 0;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 1px solid #ddd;
}
.advanced_search .option {
  background: #fff;
  padding: 20px 0 0;
  border-top: 1px solid #ccc;
}
.advanced_search .option form {
  padding: 0 0 15px;
  text-align: center;
}
.advanced_search .option form .button_ui {
  border-top: none;
}

@media screen and (max-width: 521px) {
  .advanced_search .option .sort label {
    width: 80px;
    text-align: left;
    display: inline-block;
  }
}
#main .advanced_search .option {
  background: #eee;
  border-top: none;
}
#main .advanced_search .option form .sort, #main .advanced_search .option form .checks {
  display: inline-block;
}
#main .advanced_search .option form .sort label, #main .advanced_search .option form .checks label {
  font-size: 15rem;
  font-weight: bold;
}
#main .advanced_search .option form .sort {
  margin: 0 10px 10px;
}
#main .advanced_search .option form .sort select {
  width: 150px;
  padding: 5px;
  font-size: 14rem;
  border: 1px solid #aaa;
  background: url(//img.webike.net/img/w_spng_sp_search_arrow.png) #fff no-repeat right center;
  -moz-background-size: 20px 10px;
  -o-background-size: 20px 10px;
  -webkit-background-size: 20px 10px;
  background-size: 20px 10px;
}
#main .advanced_search .option form .sort label {
  margin: 0 5px 0 0;
}
#main .advanced_search .option form .sort label:before {
  content: '\e886';
  font-family: fontello;
  font-weight: normal;
  display: inline-block;
  font-size: 16rem;
  width: 16px;
  vertical-align: -1px;
}
#main .advanced_search .option form .checks {
  margin: 2px 0 10px 0;
}
#main .advanced_search .option form .checks label {
  margin: 0 8px 0 2px;
}
#main .advanced_search .option form .button_ui {
  border-top: none;
}

@media screen and (max-width: 521px) {
  #main .advanced_search .option .sort label {
    width: 80px;
    text-align: left;
    display: inline-block;
  }
}

/* キーワード検索
=========================*/
#main .keyword_search {
  padding: 15px 0 0;
  padding-left: 10px;
  padding-right: 10px;
}
#main .keyword_search p {
  margin: 0 0 5px;
  font-size: 14rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
#main .keyword_search ul {
  margin: 0 auto 10px;
}
#main .keyword_search ul li {
  margin: 0 auto;
  width: 270px;
  line-height: 1.3;
}

/*　ページTOP
=========================*/
/* ポップアップ通知 */
#pop {
  position: fixed;
  text-align: center;
  width: 100%;
  padding: 0 8px;
  z-index: 110;
  bottom: -200px;
}
#pop dl {
  background: #efefef;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
#pop dl dt {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background: #ff3c00;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff6c00), color-stop(100%, #ff3c00));
  background: -moz-linear-gradient(#ff6c00, #ff3c00);
  background: -webkit-linear-gradient(#ff6c00, #ff3c00);
  background: -o-linear-gradient(#ff6c00, #ff3c00);
  background: linear-gradient(#ff6c00, #ff3c00);
  color: #fff;
  padding: 6px 6px 6px 10px;
  font-weight: bold;
  font-size: 16rem;
  overflow: hidden;
  line-height: 1.5;
}
#pop dl dt p {
  float: left;
}
#pop dl dt .close {
  border-radius: 50%;
  background: #fff;
  color: #ff3c00;
  width: 25px;
  height: 25px;
  display: block;
  float: right;
  text-decoration: none;
  margin: 0 0 0 5px;
  line-height: 25px;
}
#pop dl dd {
  padding: 12px;
  border: 1px solid #ff3c00;
  border-top: 0;
  border-radius: 0 0 3px 3px;
}
#pop dl dd a {
  background: url(//img.webike.net/sys_images/common/ws_common_icon.png) no-repeat 0 -308px;
  color: #318acc;
  text-decoration: underline;
  display: inline-block;
  padding: 0 0 0 5px;
  margin: 0 0 5px 0;
}
#pop dl dd span {
  color: #555;
}

/* 動画一覧
=========================*/
#main .video_list > ul > li {
  overflow: hidden;
  padding: 10px;
  width: 100%;
  display: table;
}
#main .video_list > ul > li div {
  vertical-align: top;
  display: table-cell;
  width: 50%;
}
#main .video_list > ul > li .video {
  padding: 0 5px 0 0;
  position: relative;
  padding-bottom: 28.125%;
  padding-top: 30px;
  margin: 0 0 30px;
  height: 0;
}
#main .video_list > ul > li .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .video_list > ul > li .text {
	padding: 0 0 0 10px;
	line-height: 1.2;
}
#main .video_list > ul > li .text ul li {
	display: inline-block;
	font-size: 10rem;
}
#main .video_list > ul > li .text a {
    color: #318acc;
    text-decoration: underline;
}
@media screen and (max-width: 420px) {
	#main .video_list > ul > li div {
		display: block;
		width: 100%;
	}
	#main .video_list > ul > li .video {
		padding-bottom: 56.25%;
		margin: 0 0 5px;
	}
	#main .video_list > ul > li .text {
		padding: 0;
	}
}

/*　インプレッション
==================================================*/
/* 投稿画面 */
#main .impre_flow {
  text-align: center;
  margin: 0 0 20px;
}
#main .impre_flow ul li {
  font-weight: bold;
  display: inline-block;
}
#main .impre_flow ul li:not(:last-child):after {
  content: "\e822";
  font-family: fontello;
  font-weight: normal;
  color: #aaa;
  margin: 0 2px 0 5px;
}
#main .impre_flow ul li.here {
  color: #f00;
}
#main .impre_post p {
	line-height: 1.3;
	margin: 0 0 5px;
}
#main .impre_post h3,
#main .impre_post .check > dl > dt {
  background: #eee;
  padding: 10px;
  font-weight: bold;
  font-size: 18rem;
  margin: 20px 0 10px;
}
#main .impre_post h3 span {
  color: #f00;
  margin: 0 0 0 5px;
  font-size: 12rem;
}
#main .impre_post form fieldset,
#main .impre_post .check > dl > dd {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 0 10px;
}
#main .impre_post form fieldset legend {
  font-size: 16rem;
  font-weight: bold;
  padding: 0 0 0 5px;
  border-left: 4px solid #444;
}
#main .impre_post form fieldset legend span {
  color: #f00;
  margin: 0 0 0 5px;
  font-size: 12rem;
}
#main .impre_post form fieldset a {
  color: #318acc;
}
#main .impre_post form textarea {
	width: 100%;
	min-height: 80px;
}
#main .impre_post .goods {
	border: 3px solid #ccc;
	border-radius: 3px;
}
#main .impre_post .goods a {
	display: block;
	padding: 10px;
}
#main .impre_post .goods a .imgbox {
	float: left;
	width: 85px;
	height: 85px;
	border: 1px solid #ddd;
	margin: 0 5px 2px 0;
	position: relative;
}
#main .impre_post .goods a .imgbox img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#main .impre_post .goods a .name span {
	font-weight: bold;
	font-size: 16rem;
	display: block;
	margin: 0 0 5px;
    color: #318acc;
}
#main .impre_post .rating dl dt {
	font-size: 14rem;
	font-weight: bold;
	background: #eee;
    border: 1px solid #ddd;
	padding: 5px;
}
#main .impre_post .rating dl dd {
	margin: -1px 0;
    border: 1px solid #ddd;
	padding: 5px;
}
#main .impre_post .rating dl dd div {
	position: relative;
	width:275px;
	margin: 0 auto;
}
#main .impre_post .check .rating dl dd div {
	width: 210px;
}
#main .impre_post .rating dl dd span {
	vertical-align: 7px;
}
#main .impre_post .rating dl dd span:nth-child(2) {
	vertical-align: middle;
}
#main .impre_post .rating dl dd .raty-cancel {
	font-size: 22px;
    position: absolute;
    left: 255px;
    top: 4px;
}
#main .impre_post .rating dl dd .raty-cancel:before {
	margin: 0;
}
#main .impre_post .rating dl dd img:not(.raty-cancel) {
	width: 30px;
}
#main .impre_post .rating .total {
	background: #eee;
    border: 1px solid #ddd;
	padding: 10px;
}
#main .impre_post .rating .total p {
	font-size: 16rem;
	font-weight: bold;
	margin: 5px 0 10px;
	line-height: 1.3;
	text-align: center;
}
#main .impre_post .check .rating .total p {
	margin: 5px 0;
}
#main .impre_post .rating .total p img {
	width: 30px;
}
#main .impre_post .rating .total p span {
	vertical-align: 6px;
}
#main .impre_post .rating .total p span:nth-child(2) {
	vertical-align: middle;
	margin: 0 5px;
}
#main .impre_post .check .rating .total p span {
	vertical-align: middle;
}
#main .impre_post .rating .total > span {
	font-size: 12rem;
    line-height: 1.4;
	margin: 0 auto;
}
#main .impre_post .check .rating .total #ave {
	color: #ff8400;
	font-size: 20rem;
    margin: 0 0 0 10px;
}
#main .impre_post .feature ul,
#main .impre_post .campaign ul {
	margin: 0 0 15px;
}
#main .impre_post .feature ul li,
#main .impre_post .campaign ul li {
	margin: 0 0 8px;
    border: 1px solid #aaa;
    font-size: 16rem;
    margin: -1px 0 0;
}
#main .impre_post .check .feature ul li,
#main .impre_post .check .campaign ul li {
	border: none;
	margin: 5px 0;
	font-size: 14rem;
}
#main .impre_post .check .feature ul li:before,
#main .impre_post .check .campagin ul li:before {
	content:"・";
}
#main .impre_post .feature ul li .inner,
#main .impre_post .campaign ul li .inner {
    padding: 15px 15px 15px 10px;
}
#main .impre_post .feature ul li .inner input[type="checkbox"],
#main .impre_post .campaign ul li .inner input[type="checkbox"] {
    margin: 0 5px 0 0;
}
#main .impre_post .feature p input{
	margin: 5px 0 0;
}
#main .impre_post .setbike {
	margin: 5px 0 15px;
    font-size: 16rem;
	border-bottom: 1px dotted #aaa;
}
#main .impre_post .setbike .inner {
    padding: 5px 15px 15px 10px;
}
#main .impre_post .upload dl dt {
	font-size: 16rem;
	font-weight: bold;
	background: #eee;
    border: 1px solid #ddd;
	padding: 5px;
}
#main .impre_post .upload dl dd {
	margin: -1px 0 10px;
    border: 1px solid #ddd;
	padding: 5px;
}
#main .impre_post .check .upload dl dd {
	line-height: 1.4;
}
#main .impre_post .upload dl dd input {
	padding: 5px;
	border: 1px solid #ccc;
	margin: 0;
}
#main .impre_post .upload dl dd .imgbox {
	float: left;
	width: 160px;
	height: 160px;
	border: 1px solid #ddd;
	margin: 0 5px 5px 0;
	position: relative;
}
#main .impre_post .upload dl dd .imgbox img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#main .impre_post .upload dl dd .del_btn {
	padding: 5px 0 0 5px;
    overflow: hidden;
}
#main .impre_post .upload dl dd .del_btn a {
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #eee));
    background: -moz-linear-gradient(#fff, #eee);
    background: -webkit-linear-gradient(#fff, #eee);
    background: -o-linear-gradient(#fff, #eee);
    background: linear-gradient(#ffffff, #eeeeee);
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 13rem;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 8px 15px;
	margin: 0 auto;
	color: #333;
}
#main .impre_post .attention {
	color: #f00;
	margin: 5px 0;
	line-height: 1.4;
	font-size: 12rem;
}
#main .impre_post .finish .word {
	font-size: 18rem;
	text-align: center;
	font-weight: bold;
	margin: 20px;
}
#main .impre_post .finish p {
	text-align: center;	
}
#main .impre_post .finish p a {
	color: #318acc;
	font-weight: bold;
}
#main .impre_list h2 {
	line-height: 1.2;
}
#main .impre_list h2 span {
	font-size: 16rem;
	display: block;
}
#main .impre_list h2 a {
	color: #318acc;
}
#main .impre_list .list .top {
	padding: 0 10px;
}
#main .impre_list .list .top ul {
	display: table;
	width: 100%;
}
#main .impre_list .list .top ul li {
	display: table-cell;
	vertical-align: top;
}
#main .impre_list .list .top .imgbox {
	width: 165px;
	height: 165px;
	border: 1px solid #ddd;
	margin: 0 auto;
	position: relative;
}
#main .impre_list .list .top .imgbox img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#main .impre_list .list .ratings {
	font-size: 12rem;
	margin: 0 0 0 5px;
}
#main .impre_list .list .ratings dd {
	margin: 0 0 8px;
}
/* 表示画面 */
#main .impre_list .rating .total p {
	font-size: 16rem;
	font-weight: bold;
	margin: 5px 0 10px;
	line-height: 1.3;
	text-align: center;
}
#main .impre_list .check .rating .total p {
	margin: 5px 0;
}
#main .impre_list .rating .total p img {
	width: 30px;
}
#main .impre_list .rating .total p span {
	vertical-align: 6px;
}
#main .impre_list .rating .total p span:nth-child(2) {
	vertical-align: middle;
	margin: 0 5px;
}
#main .impre_list .rating .total p img {
	width: 30px;
}

#main .impre_list #overall {
	width: 100%;
	box-sizing:border-box;
}
#main .impre_list #overall ul li {
	width: 100%;
	padding: 0 10px;
	margin: 0 auto 10px;
	display: table;
	max-width: 500px;
}
#main .impre_list #overall ul li a {
	display: table;
	width:100%;
}

#main .impre_list #overall ul li div,
#main .impre_list #overall ul li span {
	display: table-cell;
}
#main .impre_list #overall ul li div {
	background: #ccc;
	width: 65%;
}
#main .impre_list #overall ul li p {
	background: #ffc106;
	height: 25px;
}
#main .impre_list #overall ul li span {
	vertical-align: middle;
}
#main .impre_list #overall ul li span:first-child {
	width:40px;
	padding: 0 10px 0 0;
	text-align:right;
}
#main .impre_list #overall ul li span:last-child {
	width:40px;
	padding: 0 0 0 10px;
}
#main .impre_list .state {
	font-weight: bold;
	font-size: 16rem;
}
#main .impre_list .filter a {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  padding: 15px 30px 15px 15px;
  display: block;
  border: 1px solid #ccc;
  font-weight: bold;
  font-size: 16rem;
}
#main .impre_list .filter a:after {
  content: '\e822';
  font-family: fontello;
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -7px 0 0;
  color: #aaa;
}

#main .impre_list .impre {
	border: 5px solid #f5f5f5;
	margin: 0 10px 15px;
	padding: 15px 10px;
	position: relative;
}

#main .impre_list .impre .relation {
    background: #E61E25;
	color: #fff;
	padding: 5px 8px;
	display: inline-block;
	border-radius: 10px;
	font-size: 10rem;
	font-weight: bold;
	position: absolute;
	top: -12px;
	right: -10px;
}
#main .impre_list .impre .user .imgbox {
	float: left;
	width: 60px;
	height: 60px;
	border: 1px solid #ddd;
	margin: 0 5px 5px 0;
	position: relative;
}
#main .impre_list .impre .user .imgbox img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#main .impre_list .impre .user .name {
	margin: 0 0 5px;
}
#main .impre_list .impre .user .name a {
	margin: 0 5px 0 0;
	text-decoration: underline;
	color: #318acc;
}
#main .impre_list .impre .user .mybike {
	font-size: 12rem;
	line-height: 1.2;
}
#main .impre_list .impre .detail .title {
	font-size: 16rem;
    font-weight: bold;
    margin: 10px 0;
	line-height: 1.2;
}
#main .impre_list .impre .detail .title a {
	color: #318acc;
}
#main .impre_list .impre .detail > .rating .total {
	float: left;
}
#main .impre_list .impre .detail > .rating .total p {
	text-align: left;
	margin: -5px 0 0 -2px;
}
#main .impre_list .impre .detail > .rating .total p span {
	vertical-align: 0;
}
#main .impre_list .impre .detail > .rating .total p span:nth-child(2) {
	margin: 0;
	vertical-align: 4px;
}
#main .impre_list .impre .detail > .rating .total p img {
	width: 25px;
}
	
#main .impre_list .impre .detail .rating .toggle {
	text-decoration: underline;
	color: #318acc;
	margin: 2px 0 0 10px;
	font-size: 12rem;
	display: inline-block;
}
#main .impre_list .impre .detail .rating .ratings {
	margin: 8px 0 3px;
	border: 1px dotted #ccc;
	padding: 10px;
}
#main .impre_list .impre .detail .rating .ratings dt {
	float: left;
	width: 55%;
	margin: 5px 0;
    font-size: 13rem;
}
#main .impre_list .impre .detail .rating .ratings dd {
	float: left;
	width: 45%;
	text-align: right;
	margin: 2px 0 8px;
	padding: 0 10px 0 0;
}
#main .impre_list .impre .detail .sub {
	font-size: 12rem;
	overflow: hidden;
	margin: 10px 0;
	line-height: 1.2;
}
#main .impre_list .impre .detail .sub dt {
	float: left;
}
#main .impre_list .impre .detail .sub dd {
	margin: 0 0 5px;
	overflow: hidden;
}
#main .impre_list .impre .detail .photo {
  margin: 0 0 5px;
}
#main .impre_list .impre .detail .photo .bx-wrapper .bx-viewport {
  height: auto !important;
  margin: 0 auto;
}
#main .impre_list .impre .detail .photo .bx-wrapper .bx-viewport .slider li {
  text-align: center;
}
#main .impre_list .impre .detail .photo .bx-wrapper .bx-viewport .slider li a {
  width: 100%;
  max-height: 500px;
  max-width: 500px;
  display: block;
  margin: 0 auto;
  border: 1px solid #ddd;
  -webkit-tap-highlight-color: transparent;
}
#main .impre_list .impre .detail .photo .bx-wrapper .bx-viewport .slider li a img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#main .impre_list .impre .detail .photo .bx-wrapper .bx-viewport .slider li span {
    text-align: left !important;
    margin: 5px 0 0;
    display: block;
}
#main .photo .bx-wrapper .bx-pager {
  text-align: center;
  color: #666;
  padding: 10px 0 0;
}
#main .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
}
#main .bx-wrapper .bx-pager a {
  background: #ccc;
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 4px;
}
#main .impre_list .impre .detail .photo .bx-wrapper .bx-pager a.active {
  background: #555;
}
#main .impre_list .impre .detail .text {
  line-height: 1.5;
  margin: 0 0 5px;
}
#main .impre_list .impre .detail .text.continue{
	max-height: 110px;
	position: relative;
	overflow: hidden;
}
#main .impre_list .impre .detail .text.continue:after{
	content: '';
	display: block;
	height: 40px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background-image: -ms-linear-gradient(rgba(255,255,255,0), #ffffff);
	background-image: -moz-linear-gradient(rgba(255,255,255,0), #ffffff);
	background-image: -webkit-linear-gradient(rgba(255,255,255,0), #ffffff);
	background-image: linear-gradient(rgba(255,255,255,0), #ffffff);
	background-color: transparent;	
}
#main .impre_list .impre .detail .read_more {
	color: #318acc;
	border: 1px solid #318acc;
	text-decoration: underline;
	padding: 5px 0;
	display: block;
	margin: 10px auto 20px;
	width: 110px;
	text-decoration: none;
	border-radius: 5px;
	text-align: center;
}
#main .impre_list .impre .detail .reference {
	margin: 0 0 10px;
}
#main .impre_list .impre .detail .reference p {
	text-align: right;
	margin: 0 0 5px;
}
#main .impre_list .impre .detail .reference p span {
	color: #f00;
}
#main .impre_list .impre .detail .reference div {
	background: #f5f5f5;
	padding: 10px;
	display: table;
	width: 100%;
}
#main .impre_list .impre .detail .reference div span {
	display: table-cell;
	vertical-align: middle;
}
#main .impre_list .impre .detail .reference div ul {
	display: table-cell;
}
#main .impre_list .impre .detail .reference div ul li {
	float: right;
}
#main .impre_list .impre .detail .reference ul li a {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #eee));
  background: -moz-linear-gradient(#fff, #eee);
  background: -webkit-linear-gradient(#fff, #eee);
  background: -o-linear-gradient(#fff, #eee);
  background: linear-gradient(#ffffff, #eeeeee);
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 12rem;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 5px 0;
  margin: 0 0 0 5px;
  width: 50px;
}
#main .impre_list .impre .detail .reference ul li:nth-child(2) a {
	background: -webkit-linear-gradient(bottom, #ffa442, #ff7401);
    background: -moz-linear-gradient(bottom, #ffa442, #ff7401);
    background: -webkit-linear-gradient(#ffa442, #ff7401);
    background: -o-linear-gradient(bottom, #ffa442, #ff7401);
    background: -ms-linear-gradient(bottom, #ffa442, #ff7401);
    color: #FFF;
	border-color: #ff7401;
}
#main .impre_list .impre .detail .reference ul li a.clicked {
	background: #eee;
	color: #ccc;
	border: 1px solid #ddd;
}
#main .impre_list .impre .detail .comment .more a {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #eee));
  background: -moz-linear-gradient(#fff, #eee);
  background: -webkit-linear-gradient(#fff, #eee);
  background: -o-linear-gradient(#fff, #eee);
  background: linear-gradient(#ffffff, #eeeeee);
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14rem;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
  margin: 10px 0 0 5px;
}
#main .impre_list .impre .detail .comment {
	display: table;
	width: 100%;
}
#main .impre_list .impre .detail .comment li {
	display: table-cell;
	padding: 5px;
	width: 50%;
}
#main .impre_list .impre .detail .comment li a {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #eee));
  background: -moz-linear-gradient(#fff, #eee);
  background: -webkit-linear-gradient(#fff, #eee);
  background: -o-linear-gradient(#fff, #eee);
  background: linear-gradient(#ffffff, #eeeeee);
  border: 1px solid #ccc;
  font-size: 12rem;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 10px 0;
  max-width: 300px;
   margin: 0 auto;
}
#main .impre_list .product_name {
	font-size: 16rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 10px;
}
#main .impre_list .product_name a {
	color: #318acc;
}
#main .impre_list .product_name a span {
	display: block;
	font-weight: normal;
}
/* 一覧 */
#main .impre_items {
	padding: 0 10px 10px;
}
#main .impre_items ul {
	border-collapse: collapse;
}
#main .impre_items ul li {
	width: 140px;
	border: 1px solid #ddd;
	padding: 10px;
	line-height: 1.2;
}
#main .impre_items ul li .name {
	margin: 0 0 5px;
	color: #318acc;
}
#main .impre_items ul li .imgbox {
	width: 150px;
	height: 150px;
	border: 1px solid #eee;
	margin: 0 0 5px;
	position: relative;
}
#main .impre_items ul li .imgbox img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#main .impre_items ul li .rating {
	margin: 0 0 5px;
}
#main .impre_items ul li .rating p img {
	width: 22px;
}
#main .impre_items ul li .rating p  #ave {
	color: #ff8400;
	font-size: 16rem;
	font-weight: bold;
    margin: 0 0 0 5px;
    vertical-align: 3px;
}
#main .impre_items ul li .text .read_more {
	color: #318acc;
    border: 1px solid #318acc;
    text-decoration: underline;
    padding: 5px 0;
    display: block;
    margin: 10px auto;
    width: 110px;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
}
#main .impre_items.imp_one ul li {
	width: 100%;
}
#main .impre_items.imp_one ul li .imgbox {
	margin: 0 auto 5px;
}
#main .impre_items.imp_one ul li .rating {
	text-align: center;
}

/*　ページTOPへ戻る
==================================================*/
#pagetop {
  bottom: 8px;
  position: fixed;
  right: 8px;
}
#pagetop a {
  background: none repeat scroll 0 0 #666;
  border-radius: 5px;
  color: #fff;
  display: block;
  opacity: 0.8;
  padding: 10px 8px;
  text-align: center;
  text-decoration: none;
}
#pagetop a:before {
  content: "\f0d8";
  font-family: fontAwesome;
  margin: 0 3px 0 0;
}

/*　広告
==================================================*/
.ad_foot {
  position: fixed;
  text-align: center;
  border-top: 4px solid #EEE;
  margin: -90px 0px 0px;
  padding: 25px 0 120px;
}
.ad_foot img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

/* Accordion Menu
===================================================*/
#contents .form_ui #togglemenu,
#contents .form_ui #togglemenu ul,
#contents .form_ui #togglemenu ul li,
#contents .form_ui #togglemenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contents .form_ui #togglemenu {
  width: 100%;
  color: #ffffff;
  text-align:left;
  margin: 0 0 15px;
}
#contents .form_ui #togglemenu ul ul {
  display: none;
}
#contents .form_ui #togglemenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}

#contents .form_ui #togglemenu ul > li > a {
	padding: 18px 22px;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    font-weight: normal;
    background: #eee;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


#contents .form_ui #togglemenu ul > li.has-sub:first-child > a {
	border-top: 1px solid #ccc;
}


#contents .form_ui #togglemenu ul > li.has-sub > ul > li:first-child {
	border-top: none;
}


#contents .form_ui #togglemenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 18px;
  display: block;
  content: "＋";
  font-weight: bold;
  color: #444;
}

#contents .form_ui #togglemenu ul > li.slide > a:after {
	content: "－";
	font-weight: bold;
	color: #444;
}
#contents .form_ui #togglemenu ul ul li a {
  padding: 18px 22px;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  color: #444;
  background: #fff;
  border-top:none;
}
#contents .form_ui #togglemenu ul ul ul li a {
  padding-left: 32px;
}

#contents .form_ui #togglemenu ul ul > li.has-sub > a:after {
  right: 26px;
}
#contents .form_ui #togglemenu ul ul > li.has-sub > a:before {
  top: 20px;
  background: #444;
}

/* 車種関連情報
===================================================*/
.model_info {
	border-top: 5px solid #eee;
	background: #f8f8f8;
}

.model_info p {
	font-size: 18rem;
    padding: 15px 20px;
    font-weight:bold;
    line-height:1.5;
}
.model_info .box_group .text {
	margin: 0 20px;
}
.model_info .box_group .text span.brand {
	font-size: 13rem;
	margin: 0 0 5px;
	display: block;
}
.model_info .box_group .text span.name {
   	font-weight: normal;
    margin: 0 0 5px;
    line-height: 1.2;
    font-size: 15rem;
	word-break: break-all;
	display: block;
}

.model_info .box_group .text span.price {
    font-weight: bold;
    color: #e22c2c;
    font-size: 19rem;
    vertical-align: middle;
}
.model_info .box_group {
	padding: 20px 0 0;
	border-top: 2px solid #dedede;
}

.model_info .box_group .caption {
	text-align: center;
	margin: 0 20px 15px;
	background: #fff;
}

.model_info .box_group .caption img {
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing: border-box;
	max-width:100%;
	padding: 0 20px;
	height: auto;
}
/* 共通ボタン */
.model_info .box_group .to_list {
	text-align: center;
	margin: 15px auto 20px;
}

.model_info .box_group .to_list a{
	text-align: center;
	padding: 15px 20px 15px 20px;
	min-width: 40%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #2b59aa;
	font-size: 14px;
	color: #2b59aa;
	text-decoration: none;
	font-weight: normal;
	display:  inline-block;
}

.model_info .box_group .to_list a:visit {
    color: #416090;
}

.model_info .box_group .to_list a:hover{
	background: #416090;
	color: #fff;
	text-decoration: none;
}



.model_info .box_group .to_list a:hover {
	background: #416090;
	color: #fff;
	text-decoration: none;
}

/* パーツ商品情報 */
.model_info .box_group .icons  span {
	display: block;
	margin: 0 0 5px;
	padding: 0 10px;
}


.model_info .box_group .icons span.brand {
	font-size: 11rem;
}

.model_info .box_group .icons span.name {
    font-weight: bold;
    margin: 0 0 5px;
    line-height: 1.2;
    font-size: 13rem;
}

.model_info .box_group .icons span.price {
    color: #e00;
    margin: 0 0 5px;
    font-weight: bold;
}


.model_info .box_group h3 {
	font-size: 18rem;
	font-weight: bold;
	margin: 0 20px 15px;
	border-left: 8px solid #318acc;
	padding: 0 0 0 5px;
}


.model_info .box_group .custom_gide{
	position: relative;
	overflow-x: scroll;
	overflow-y: hidden;
}

.model_info .box_group .scroll_ui ul {
	display: table;
	margin: 1px 0 0 20px;
}

.model_info .box_group .scroll_ui ul li {
	display: table-cell;
	padding: 0 10px 0 0;
}

.model_info .box_group .custom_gide .num {
	background: #636363;
	color: #fff;
	position: absolute;
	font-weight: bold;
	top: 104px;
	text-align: center;
	line-height: 16px;
	font-size: 12rem;
	z-index: 10;
	display: block;
	width: 120px;
	opacity: 0.85;
}


.model_info .box_group .custom_gide ul li .n1{
	background: #bd960c;
}

.model_info .box_group .custom_gide ul li .n2{
	background: #929294;
}


.model_info .box_group .custom_gide ul li .n3 {
	background: #af7e40;
}

.model_info .box_group .custom_gide ul li {
	vertical-align: top;
}



.model_info .box_group .custom_gide ul li .imgbox {
	width: 120px;
	height: 120px;
	background: #fff;
	border: 1px solid #ddd;
	position: relative;
	margin: 0 0 5px;
}

.model_info .box_group .custom_gide ul li .imgbox img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 0 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.model_info .box_group .custom_gide ul li .num {
	z-index: 1;
}

.model_info .box_group .custom_gide ul li .title,
.model_info .box_group .custom_gide ul li .access {
	display: block;
	margin: 0 0 2px;
}

.model_info .box_group .custom_gide ul li .access {
	font-size: 10rem;
	color: #888;
}

/*　フッター
==================================================*/
footer {
	width: 100%;
	/*bottom: 0;
	position: absolute;*/
}
footer .menu,
footer.single .s_menu {
	background: #2a313c;
}
footer .menu ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding: 10px;
	text-align: left;
}
footer.single .s_menu ul {
	display: table;
	margin: 0 auto;
	padding: 10px;
}
footer .menu ul li {
	width: 33.33%;
	padding: 10px 5px 10px 10px;
}
footer.single .s_menu ul li {
	display: table-cell;
	padding: 5px 10px;
}
footer .menu ul li,
footer.single .s_menu ul li {
	font-size: 11rem;
	font-weight: bold;
}
footer .menu ul li i {
	margin: 0 0 0 2px;
	font-size: 10rem;
	color: #565b63;
}
footer .menu ul li:before,
footer.single .s_menu ul li:before {
	content: '\f105';
	font-family: FontAwesome;
	font-weight: normal;
	color: #fff;
	margin: 0 5px 0 0;
}
footer .menu ul li:last-child {
	width: 100%;
	text-align:center;
}
footer .menu ul li:last-child:before {
	display: none;
}
footer .menu ul li:last-child {
	border-top: 1px solid #565b63;
    margin: 5px 10px 0;
    padding-top: 15px;
}
@media screen and (max-width: 470px) {
footer .menu ul li {
	width: 50%;
}
}
footer .menu ul li a,
footer.single .s_menu ul li a {
	color: #fff;
}
footer .menu ul li.pc_switch a:before {
	content: '\f108';
	font-family: FontAwesome;
	font-weight: normal;
	padding: 0 3px 0 0;
}
footer small {
	background: #202732;
	padding: 10px 0;
	color: #fff;
	font-size: 9rem;
	display: block;
	text-align: center;
	line-height: 1.5;
}





























/****************************************************************************************
w_comm_sp_v2_fix.cssの中身
****************************************************************************************/


/* ページャー */
.pagination {
    background: #eee none repeat scroll 0 0;
    line-height: 1;
    padding: 12px 0;
    text-align: center;
    width: 100%;
}

.pagination ul li {
  background: #fff none repeat scroll 0 0;
    display: inline-block;
    font-weight: bold;
    margin: 0 2px;
    padding: 10px 5px;
    width: auto;
    min-width: 25px;
}
@media only screen and (max-width: 350px) {
    .pagination ul li {
        min-width: 20px;
    }
}

.pagination ul li.current {
  background: #318acc none repeat scroll 0 0;
    color: #fff;
}

.pagination ul li a{
  color: #318acc;
}

.pagination ul li.current a{
  color: #318acc;
}



/* XXXXXXXXXXXXXXXXXXXXXXXXXX */
#top .profile .short_description {
  max-height: 120px;
  overflow: hidden;
}

#top .profile .img_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#main #impre_list .list .left .thumb img {
  width: auto;
  height: auto;
  max-height: 103px;
  max-width: 138px;
}

#main .mg_top .activity ul li a {
  color: #416090;
}

/* Profile View */
#w_comm_sp #profile .user {
    margin:0 8px 15px 15px;
    width:95px;
    float:left;
    text-align: center;
}

#w_comm_sp #profile .user img {
    float:none;
    margin:0;
    width: auto;
    max-height: 95px;
    max-width: 95px;
}

#w_comm_sp #profile .user span.btn {
    text-align:center;
    border-radius:5px;
    display:block;
    clear:both;
    margin:0 0 7px;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff9f00), color-stop(0.00, #f3ce00));
    background:-webkit-linear-gradient(#f3ce00, #ff9f00);
    background:-moz-linear-gradient(#f3ce00, #ff9f00);
    background:-o-linear-gradient(#f3ce00, #ff9f00);
    background:-ms-linear-gradient(#f3ce00, #ff9f00);
    background:linear-gradient(#f3ce00, #ff9f00);
}
#w_comm_sp #profile .user span.follow {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #7FE1C7), color-stop(0.00, #35D0A7));
    background:-webkit-linear-gradient(#7FE1C7, #35D0A7);
    background:-moz-linear-gradient(#7FE1C7, #35D0A7);
    background:-o-linear-gradient(#7FE1C7, #35D0A7);
    background:-ms-linear-gradient(#7FE1C7, #35D0A7);
    background:linear-gradient(#7FE1C7, #35D0A7);
}
#w_comm_sp #profile .user span.btn a {
    display:block;
    padding:4px;
    font-size:83%;
}
#w_comm_sp #profile .user span.p_btn {
    border:1px solid #ddd;
    background:#eee;
    text-align:center;
    clear:both;
    position:relative;
    overflow:hidden;
    display:block;
    padding:3px;
    font-size:83%;
}
#w_comm_sp #profile .user span.p_btn input[type="file"] {
    position:absolute;
    opacity:0;
    top:0;
    left:0;
    margin:0;
    width:100%;
}
#w_comm_sp #profile .status {
    overflow:hidden;
    display:inline-block;
    padding:4px 8px;
    background:#555;
    color:#fff;
}
#w_comm_sp #profile .data {
    margin:0 15px 0 0;
    overflow:hidden;
}
#w_comm_sp #profile .data dt {
    margin:0 0 0.3em 0;
    float:left;
}
#w_comm_sp #profile .data dd {
    margin:0 0 0.3em 6.5em;
    word-break:break-all;
    text-indent:-6px;
}
#w_comm_sp #profile .pre {
    margin:0 15px;
}
#w_comm_sp #profile .pre dt {
    font-size:116%;
    padding:2px 0 2px 4px;
    margin:0 0 5px;
    border-bottom:1px solid #06c;
    border-left:4px solid #06c;
}
#w_comm_sp #profile .pre .text-note{
    font-size: 13px;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
#w_comm_sp #profile .pre dd {
    margin:0 0 15px;
}
#w_comm_sp #profile .edit {
    margin:5px 15px 15px;
}
#w_comm_sp #profile .edit a {
    padding:5px;
    float:right;
    display:block;
    color:#fff;
    background:#333;
    border-radius:3px;
}
#w_comm_sp #profile .edit a i {
    color:#fff;
    margin:0 5px;
}
#w_comm_sp #profile .notice {
    text-align:center;
    color:#f00;
    margin:10px 0 8px;
}

/* Setting */
#w_comm_sp #notice_setting {
  padding:15px;
}
#w_comm_sp #notice_setting .tit {
  font-size:135%;
  padding:8px;
  color:#fff;
  background:#06c;
  border-radius:5px 5px 0 0;
}
#w_comm_sp #notice_setting dl {
  border:1px solid #ccc;
  border-top:none;
  width:100%;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing:border-box;
  border-radius:0 0 5px 5px;
}
#w_comm_sp #notice_setting dl dt {
  font-size:116%;
  text-align:left;
  padding:15px 0 10px 10px;
  float:left;
  clear:both;
}
#w_comm_sp #notice_setting dl dt i {
  margin:0 5px 0 0;
}
#w_comm_sp #notice_setting dl dd {
  text-align:right;
  padding:10px 10px 10px 0;
  border-top:1px solid #ccc;
}
#w_comm_sp #notice_setting form .checkbox {
  display:none;
}
#w_comm_sp #notice_setting form label {
  display:inline-block;
  text-align:center;
  width:80px;
  padding:5px;
  border-radius:5px;
  box-shadow:inset 0 -1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.00, #dedede), color-stop(1.00, #a5a5a5));
  background:-webkit-linear-gradient(#dedede, #a5a5a5);
  background:-moz-linear-gradient(#dedede, #a5a5a5);
  background:-o-linear-gradient(#dedede, #a5a5a5);
  background:-ms-linear-gradient(#dedede, #a5a5a5);
  background:linear-gradient(#dedede, #a5a5a5);
}
#w_comm_sp #notice_setting form label.selected {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff9f00), color-stop(0.00, #f3ce00));
  background:-webkit-linear-gradient(#f3ce00, #ff9f00);
  background:-moz-linear-gradient(#f3ce00, #ff9f00);
  background:-o-linear-gradient(#f3ce00, #ff9f00);
  background:-ms-linear-gradient(#f3ce00, #ff9f00);
  background:linear-gradient(#f3ce00, #ff9f00);
}
#w_comm_sp #notice_setting ul {
  display:table;
  table-layout:fixed;
  width:100%;
  margin:10px 0 15px;
}
#w_comm_sp #notice_setting ul li {
  padding:5px;
  display:table-cell;
}
#w_comm_sp #notice_setting ul li a,
#w_comm_sp #notice_setting ul li input[type="submit"] {
  width:100%;
  border:none;
  text-align:center;
  border-radius:5px;
  padding:8px 0;
  display:inline-block;
  color:#000;
  box-shadow:inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  text-shadow:0 -1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0);
  font-size:135%;
}
#w_comm_sp #notice_setting ul li a {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ccc), color-stop(0.00, #ededed));
  background:-webkit-linear-gradient(#ededed, #ccc);
  background:-moz-linear-gradient(#ededed, #ccc);
  background:-o-linear-gradient(#ededed, #ccc);
  background:-ms-linear-gradient(#ededed, #ccc);
  background:linear-gradient(#ededed, #ccc);
}
#w_comm_sp #notice_setting ul li input[type="submit"] {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffd042), color-stop(0.00, #fff46b));
  background:-webkit-linear-gradient(#fff46b, #ffd042);
  background:-moz-linear-gradient(#fff46b, #ffd042);
  background:-o-linear-gradient(#fff46b, #ffd042);
  background:-ms-linear-gradient(#fff46b, #ffd042);
  background:linear-gradient(#fff46b, #ffd042);
}

/* Message */
/* message
==================================================*/
/* send */
#w_comm_sp #contents #message .return_btn {
  margin:10px;
  float:left;
  border-radius:5px;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.00, #e9e9e9), color-stop(1.00, #ababab));
  background:-webkit-linear-gradient(#e9e9e9, #ababab);
  background:-moz-linear-gradient(#e9e9e9, #ababab);
  background:-o-linear-gradient(#e9e9e9, #ababab);
  background:-ms-linear-gradient(#e9e9e9, #ababab);
  background:linear-gradient(#e9e9e9, #ababab);
}
#w_comm_sp #contents #message .return_btn a {
  padding:8px;
  display:block;
  color:#000;
}
#w_comm_sp #contents #message .send {
  margin:20px;
}
#w_comm_sp #contents #message .send form dl dt {
  font-size:135%;
  margin:0 0 3px;
}
#w_comm_sp #contents #message .send form input[type="text"],
#w_comm_sp #contents #message .send form textarea {
  font-size:135%;
  width:100%;
  margin:0 0 10px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing:border-box;
  border:1px solid #000;
  border-radius:5px;
}
#w_comm_sp #contents #message .send form ul {
  display:table;
  table-layout:fixed;
  width:100%;
  margin:5px 0 0;
}
#w_comm_sp #contents #message .send form ul li {
  display:table-cell;
  padding:5px;
}
#w_comm_sp #contents #message .send form ul li a,
#w_comm_sp #contents #message .send form ul li input[type="submit"] {
  width:100%;
  border:none;
  text-align:center;
  border-radius:5px;
  font-size:135%;
  padding:8px 0;
  display:inline-block;
  color:#000;
  box-shadow:inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  text-shadow:0 -1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0);
}
#w_comm_sp #contents #message .send form ul li a {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ccc), color-stop(0.00, #ededed));
  background:-webkit-linear-gradient(#ededed, #ccc);
  background:-moz-linear-gradient(#ededed, #ccc);
  background:-o-linear-gradient(#ededed, #ccc);
  background:-ms-linear-gradient(#ededed, #ccc);
  background:linear-gradient(#ededed, #ccc);
}
#w_comm_sp #contents #message .send form ul li input[type="submit"] {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffd042), color-stop(0.00, #fff46b));
  background:-webkit-linear-gradient(#fff46b, #ffd042);
  background:-moz-linear-gradient(#fff46b, #ffd042);
  background:-o-linear-gradient(#fff46b, #ffd042);
  background:-ms-linear-gradient(#fff46b, #ffd042);
  background:linear-gradient(#fff46b, #ffd042);
}
#w_comm_sp #contents #message .send form .photo {
  position:relative;
  overflow:hidden;
  float:left;
  margin:0 0 15px 15px;
}
#w_comm_sp #contents #message .send form .photo input[type="file"] {
  position:absolute;
  opacity:0;
  top:0;
  left:0;
  margin:0;
  height:31px;
}
#w_comm_sp #contents #message .send form .btn04 {
  text-shadow:-1px -1px #333;
  border-radius:5px;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.00, #4b4b4b), color-stop(1.00, #131313));
  background:-webkit-linear-gradient(#4b4b4b, #131313);
  background:-moz-linear-gradient(#4b4b4b, #131313);
  background:-o-linear-gradient(#4b4b4b, #131313);
  background:-ms-linear-gradient(#4b4b4b, #131313);
  background:linear-gradient(#4b4b4b, #131313);
  padding:8px;
  display:block;
  color:#fff;
}
#w_comm_sp #contents #message .send form .btn04 i {
  font-size:166%;
}
/* manage */
#w_comm_sp #contents #message .manage .tab04 {
  margin:10px 9px 0 10px;
}
#w_comm_sp #contents #message .manage .tab04 ul {
  display:table;
  table-layout:fixed;
  width:100%;
  border-collapse:collapse;
}
#w_comm_sp #contents #message .manage .tab04 ul li {
  display:table-cell;
  color:#fff;
  padding:10px 5px;
  text-align:center;
  padding:8px 0;
  width:100%;
  background:#eee;
  border-radius:10px 10px 0 0;
  font-size:116%;
  margin:0 5px;
  border-right:1px solid #fff;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.00, #2A313C), color-stop(1.00, #1F2226));
  background:-webkit-linear-gradient(#2A313C, #1F2226);
  background:-moz-linear-gradient(#2A313C, #1F2226);
  background:-o-linear-gradient(#2A313C, #1F2226);
  background:-ms-linear-gradient(#2A313C, #1F2226);
  background:linear-gradient(#2A313C, #1F2226);
}
#w_comm_sp #contents #message .manage .tab04 ul li.selected {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.00, #E61E25), color-stop(1.00, #A5090C));
  background:-webkit-linear-gradient(#E61E25, #A5090C);
  background:-moz-linear-gradient(#E61E25, #A5090C);
  background:-o-linear-gradient(#E61E25, #A5090C);
  background:-ms-linear-gradient(#E61E25, #A5090C);
  background:linear-gradient(#E61E25, #A5090C);
  color:#fff;
}
#w_comm_sp #contents #message .manage .m_list,
#w_comm_sp #contents #message .manage .f_list {
  margin:0 10px 10px;
  border:1px solid #ccc;
}
#w_comm_sp #contents #message .manage .m_list ul li {
  position:relative;
}
#w_comm_sp #contents #message .manage .m_list ul li.unread a {
  background:#FFFFF0;
  color:#FF4500;
}
#w_comm_sp #contents #message .manage .m_list ul li a {
  display:block;
  padding:8px;
  border-bottom:1px dotted #000;
}
#w_comm_sp #contents #message .manage .m_list ul li:last-child a {
  border:none;
}
#w_comm_sp #contents #message .manage .m_list ul li i {
  float:right;
  font-size:230%;
  color:#eee;
  z-index:-1;
  position:absolute;
  right:5px;
}
#w_comm_sp #contents #message .manage .m_list ul li time {
  float:right;
  font-size:83%;
  margin:0 0 0 5px;
}
#w_comm_sp #contents #message .manage .m_list ul li .subject {
  font-size:116%;
}
#w_comm_sp #contents #message .manage .m_list ul li.request {
  background:#eee;
}
#w_comm_sp #contents #message .manage .m_list ul li.request .author {
  color:#f00;
}
#w_comm_sp #contents #message .manage .f_list ul li {
  position:relative;
}
#w_comm_sp #contents #message .manage .f_list ul li i {
  float:right;
  font-size:230%;
  color:#eee;
  z-index:-1;
  position:absolute;
  right:5px;
  margin:8px 0 0;
}
#w_comm_sp #contents #message .manage .f_list ul li a {
  display:block;
  padding:8px;
  border-bottom:1px dotted #000;
}
#w_comm_sp #contents #message .manage .f_list ul li .user img {
  float:left;
  height:50px;
  margin:0 5px 8px 0;
  width:50px;
}
#w_comm_sp #contents #message .manage .disnon {
  display: none;
}
/* detail */
#w_comm_sp #contents #message .detail .wrap {
  padding:20px;
  border-top:2px solid #ccc;
  border-bottom:2px solid #ccc;
}
#w_comm_sp #contents #message .detail .wrap time {
  float:right;
  font-size:83%;
}
#w_comm_sp #contents #message .detail .wrap .author {
  font-size:125%;
}
#w_comm_sp #contents #message .detail .wrap .subject {
  border-bottom:1px dotted #000;
  font-size:135%;
  padding:0 0 2px;
  margin:5px 0 10px;
}
#w_comm_sp #contents #message .detail .request {
  margin:0 20px;
}
#w_comm_sp #contents #message .detail .request ul {
  display:table;
  table-layout:fixed;
  width:100%;
  margin:5px 0 0;
}
#w_comm_sp #contents #message .detail .request ul li {
  display:table-cell;
  padding:5px;
}
#w_comm_sp #contents #message .detail .request ul li a {
  width:100%;
  border:none;
  text-align:center;
  border-radius:5px;
  font-size:135%;
  padding:8px 0;
  display:inline-block;
  color:#000;
  text-shadow:0 -1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow:inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ccc), color-stop(0.00, #ededed));
  background:-webkit-linear-gradient(#ededed, #ccc);
  background:-moz-linear-gradient(#ededed, #ccc);
  background:-o-linear-gradient(#ededed, #ccc);
  background:-ms-linear-gradient(#ededed, #ccc);
  background:linear-gradient(#ededed, #ccc);
}
#w_comm_sp #contents #message .detail .request ul li a.ok {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffd042), color-stop(0.00, #fff46b));
  background:-webkit-linear-gradient(#fff46b, #ffd042);
  background:-moz-linear-gradient(#fff46b, #ffd042);
  background:-o-linear-gradient(#fff46b, #ffd042);
  background:-ms-linear-gradient(#fff46b, #ffd042);
  background:linear-gradient(#fff46b, #ffd042);
}

#main #impre_list .list {
    border-top:1px solid #eee;
}
#main #impre_list .list > li {
    display:block;
    border-bottom:1px solid #eee;
    padding:15px 0;
}

#main #impre_list .list .thumb {
    float: left;
    width:140px;
    height:105px;
    margin: 0 10px;
    display:-moz-box;
    display:-webkit-box;
    text-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
    -moz-box-pack:center;
    -webkit-box-pack:center;
    line-height:0;
		overflow:hidden;
}
#main #impre_list .list .thumb img {
    max-width:100%;
    max-height:100%;
}
#main #impre_list .list .rating .total {
    float: left;
}
#main #impre_list .list .rating .total_impression {
    width: 100%;
}
#main #impre_list .list .rating .total p.star_rating {
    text-align: center;
    margin: 0 5px 2px 0;
    font-size: 12rem;
}
#main #impre_list .list .rating .total p {
    text-align: left;
    margin: 0 5px 2px 0;
    font-size: 12rem;
}
#main #impre_list .list .rating .total p span {
    vertical-align: -3px;
}
#main #impre_list .list .rating .total p img {
    width: 18px;
}
#main #impre_list .list article {
    overflow:hidden;
}
#main #impre_list .list article aside {
    display: flex;
    overflow:hidden;
}
#main #impre_list .list article aside .status {
    float:left;
    border:1px solid #ccc;
    padding:2px;
}
#main #impre_list .list article .name {
    margin: 0 5px 7px 0;
    font-size: 12rem;
    line-height: 1.2;
}
#main #impre_list .list article .name a {
    color:#318acc;
}
#main #impre_list .list article .brand a {
    color:#318acc;
}
#main #impre_list .list article .title {
    margin: 0 0 5px;
}
#main #impre_list .list article .title a {
    line-height: 1.2;
    word-break:break-all;
    color: #318acc;
}
#main #impre_list .list article ul {
    float:left;
    padding:5px 0;
}
#main #impre_list .list article ul li {
    float: left;
    padding: 5px;
    margin: 0 8px 8px 0;
    border-radius: 5px;
    background: #f5f5f5;
    font-size:75%;
}
#main #impre_list .list article ul li span {
    color: #f30;
    margin: 0 0 0 5px;
}
#main #impre_list .list .p_btn {
    padding:0 0 0 10px;
    margin:0 0 10px;
}
#main #impre_list .list .p_btn ul li {
    border:1px solid #ddd;
    background:#eee;
    margin:0 5px 0 0;
    width:66px;
    text-align:center;
    float:left;
}
#main #impre_list .list .p_btn ul li a {
    display:block;
    padding:3px;
    font-size:83%;
}
#mybike_list .not_found, #diary_list .not_found {
    font-size: 14px;
    margin: 50px 0;
    text-align: center;
}
#mybike_list .not_found span, #diary_list .not_found span {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

/*　プロフィール編集
==================================================*/
#profile_edit h3 {
  background: #eee;
  padding: 10px;
  font-weight: bold;
  font-size: 18rem;
  margin: 20px 0 10px;
}
#profile_edit h3 span {
  color: #f00;
  margin: 0 0 0 5px;
  font-size: 12rem;
}
#profile_edit h3 span.text-note {
  display: block;
  color: #000;
  font-weight: normal;
  margin: 0;
  padding-top: 5px;
  line-height: 20px;
}

#profile_edit h3 span.text-note-v2 {
  padding-top: 0;
}

#profile_edit form fieldset {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 0 10px;
}
#profile_edit form fieldset legend {
  font-size: 16rem;
  font-weight: bold;
  padding: 0 0 0 5px;
  border-left: 4px solid #444;
}
#profile_edit form fieldset legend span {
  color: #f00;
  margin: 0 0 0 5px;
  font-size: 12rem;
}
#profile_edit form fieldset a {
  color: #318acc;
}
#profile_edit form fieldset p {
    line-height: 1.3;
    margin: 0 0 5px;
}
#profile_edit form fieldset p span.bold {
  font-weight: bold;
}
#profile_edit form fieldset p span.red {
  color: #f00;
}
#profile_edit form textarea {
  width: 100%;
  min-height: 80px;
}
#profile_edit .lifestyle dl dt {
  font-size: 14rem;
  font-weight: bold;
  background: #eee;
  border: 1px solid #ddd;
  padding: 5px;
}
#profile_edit .lifestyle dl dd {
  margin: -1px 0;
  border: 1px solid #ddd;
  padding: 5px;
}
#profile_edit .lifestyle dl dd div {
  position: relative;
  text-align: center; 
}
#profile_edit .lifestyle dl dd span {
  vertical-align: 7px;
  font-size: 11rem;
}
#profile_edit .lifestyle dl dd span:nth-child(2) {
  vertical-align: middle;
}
#profile_edit .lifestyle dl dd .raty-cancel {
  font-size: 22px;
  position: absolute;
  left: 255px;
  top: 4px;
}
#profile_edit .lifestyle dl dd .raty-cancel:before {
  margin: 0;
}
#profile_edit .lifestyle dl dd img:not(.raty-cancel) {
  width: 25px;
}
#profile_edit .mygear dl dt {
  background: #eee;
  border: 1px solid #ccc;
  margin: 10px 0 0;
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
}
#profile_edit .mygear dl dt:first-child {
  margin: 0;
}
#profile_edit .mygear dl dt a {
  font-weight: bold;
}
#profile_edit .mygear dl dd {
  border: 1px solid #ccc;
  border-top:1px dotted #f5f5f5;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  margin: -1px 0 0;
}
#profile_edit .mygear dl dd div {
  margin: 0 30px 0 0;
  float: none;
}
#profile_edit .mygear dl dd span {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    float: right;
    margin: -12px 0 0;
}
#profile_edit .mygear dl dd span img {
  width: 10px;
  height: 10px;
  margin: 1px;
}
#profile_edit .mygear dl dd input[type=button] {
    background: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #eee));
    background: -moz-linear-gradient(#fff, #eee);
    background: -webkit-linear-gradient(#fff, #eee);
    background: -o-linear-gradient(#fff, #eee);
    background: linear-gradient(#ffffff, #eeeeee);
    border-radius: 3px;
    display: block;
    font-size: 13px;
    border: 1px solid #ccc;
    vertical-align: middle;
    padding: 5px 10px;
    text-align: center;
}
#profile_edit .check ul,
#profile_edit .radio ul {
  margin: 0 0 15px;
}
#profile_edit .check ul li,
#profile_edit .radio ul li {
  margin: 0 0 8px;
  border: 1px solid #aaa;
  font-size: 16rem;
  margin: -1px 0 0;
}
#profile_edit .check ul li .inner,
#profile_edit .radio ul li .inner {
  padding: 15px 15px 15px 10px;
}
#profile_edit .check ul li .inner input[type="checkbox"],
#profile_edit .radio ul li .inner input[type="checkbox"] {
  margin: 0 5px 0 0;
}
#profile_edit .upload dl dt {
  font-size: 16rem;
  font-weight: bold;
  background: #eee;
  border: 1px solid #ddd;
  padding: 5px;
}
#profile_edit .upload dl dd {
  margin: -1px 0 10px;
  border: 1px solid #ddd;
  padding: 5px;
}
#profile_edit .check .upload dl dd {
  line-height: 1.4;
}
#profile_edit .upload dl dd input {
  padding: 5px;
  border: 1px solid #ccc;
  margin: 0;
}
#profile_edit .upload dl dd .imgbox {
  float: left;
  width: 160px;
  height: 160px;
  border: 1px solid #ddd;
  margin: 0 5px 5px 0;
  position: relative;
}
#profile_edit .upload dl dd .imgbox img, 
#profile_edit .upload dl dd .imgbox iframe {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#profile_edit .upload dl dd .del_btn {
  padding: 5px 0 0 5px;
  overflow: hidden;
}
#profile_edit .upload dl dd .del_btn a {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #eee));
  background: -moz-linear-gradient(#fff, #eee);
  background: -webkit-linear-gradient(#fff, #eee);
  background: -o-linear-gradient(#fff, #eee);
  background: linear-gradient(#ffffff, #eeeeee);
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 13rem;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 8px 15px;
  margin: 0 auto;
  color: #333;
}
#profile_edit .attention {
  color: #f00;
  margin: 5px 0;
  line-height: 1.4;
  font-size: 12rem;
}

#profile_edit span.error::before{
  content: normal;
}

#profile_edit span.error{
  font-size: 12rem !important;
  padding-top: 10px;
  font-weight: normal !important;
  padding-left: none;
}

/*　コミュニティトップ 未ログイン時
==================================================*/
.main_image{
	background:url(../../../sys_images/commu/main_image.jpg) no-repeat center center;
	background-size: cover;
	width:100%;
	height:250px;
	position:relative;
}
.main_image .cover{
	background:url(../../../sys_images/commu/main_image_cover.png) no-repeat;
	height:200px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
.main_image .message {
	text-align:center;
	color:#fff;
	padding:30px;
	position:relative;
	z-index:10;
}
.main_image .message p.large{
	font-size:24px;	
	letter-spacing:5px;
	margin:0 0 20px;
}
.main_image .message p.small{
	font-size:14px;	
	letter-spacing:2px;
}
.main_image .btn_login a{
	background:#0b81d4;
	border-radius:3px;
	color:#fff;
	display:inline-block;
	padding:20px 35px;
	font-size:16px;
	margin:15px 0 0 0;
  transition-duration: 250ms;
  transition-property: all;
  transition-timing-function: ease-out;
}
.main_image .btn_login a:hover{
	background:#fff;
	color:#0b81d4;
	text-decoration:none;
}

/*　お知らせUI
==================================================*/
.info_ui{
	color:#333;
	position:relative;
}
.info_ui p.title{
  font-size:16px;
	position:absolute;
	top:-10px;
	left:20px;
	background:#fff;
	padding:0 10px;
	color:#E61E25;
}
.info_ui p.title:before{
	content:"\f05a";
	margin:0 5px 0 0;
	font-size:20px;
}
.info_ui ul{
  border: #E61E25 1px dotted;
  padding: 20px 5px 10px;
}
.info_ui li {
	padding:5px;
}
.info_ui li img{
	float:left;
	margin:0 5px 0 0;
	width:60px;
	height:auto;
}
.info_ui li a {
  color: #E61E25;
}
.info_ui li a:hover{
	text-decoration:underline;
	height:inherit;	
}
.info_ui.webike {
  color: #E61E25;
	margin: 30px 0 15px;	
}
.info_ui.webike ul{
	padding:20px 5px 5px;
}
.info_ui.webike li{
  list-style: disc;
	margin: 0 0 0 25px;
}

/*　写真＆テキストでの一覧
==================================================*/
.photo_list ul li a{
	display:block;
	width:200px;
}
.photo_list ul li .photo{
	overflow:hidden;
	height:150px;
	position:relative;
}
.photo_list ul li a img{
  transition-duration: 250ms;
  transition-property: all;
  transition-timing-function: ease-out;
	width: 100%;
  height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform:
	translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: cover;
}
.photo_list ul li .title{
	padding:10px 5px;	
}
.photo_list ul li .count{
	color:#999;	
}
.photo_list ul li .count span{
	color:#e61e25;
}
.photo_list ul li dl,
.photo_list ul li ul{
	padding:10px;	
}
.photo_list ul li dl dt{
	font-weight:bold;
	margin:0 0 5px;	
}
.scroll_ui.v2 .photo_list ul li .photo{
  border: 1px solid #ddd;
}
.scroll_ui.v2 .photo_list ul li a img{
  width: auto;
}
.scroll_ui .category{
	background-color:rgba(65,94,144,0.8);
	color:#fff;
	padding:3px 10px;
	position:absolute;
	z-index:10;
	top:10px;
	left:10px;
}
.scroll_ui .category-v2{
	margin-right: 10px;
}

/*　トップページ　Myガレージ情報
==================================================*/
.mygarage{
	padding:30px;
	background:#f9f9f9;
}
.mygarage a{
	color:#333;	
}
.mygarage .photo{
	margin:0 0 30px;	
}
.mygarage .photo a{
	display:block;
	width:150px;
	height:150px;
	border-radius:50%;
	overflow:hidden;
	position:relative;
	margin: 0 auto;
}
.mygarage .photo img{
	width: auto;
  height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform:
	translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: cover;	
}
.mygarage .profile{
	display:block;
}
.mygarage .profile .name{
	text-align:center;	
}
.mygarage .profile .name span{
	font-size:30px;
}
.mygarage .profile .edit {
	margin:0 auto;
	display:block;
	text-align:center;
}
.mygarage .profile .edit a{
	display:block;
	border:#efefef 1px solid;
	border-radius:3px;
	padding:10px;
	margin:5px auto 0;	
	background:#fff;
}
.mygarage .profile .edit a:before{
	content:"\f040";
	margin:0 5px 0 0;
}
.mygarage .profile .edit a:hover{
	border-color:#E61E25;
	color:#E61E25;
}
.mygarage .status{
	font-size:14px;
	margin:20px 0;
	display:table;
	width:100%;
	background:#fff;
}
.mygarage .status li{
	display:table-cell;
	float:left;
	width:50%;
  border:#efefef 1px solid;
}
.mygarage .status li a{
	display:block;
	padding:10px;
} 
.mygarage .status li:after{
	color:#ccc;
}
.mygarage .status li a:hover{
	color:#E61E25;
	border-color:#E61E25;
}
.mygarage .status li span{
	color:#999;
	font-size:80%;	
}
.mygarage .update{
	position:relative;
	display:inline-block;
	color:#E61E25;
}
.mygarage .update li{
	padding:5px;
	padding-left:1.5em;
	text-indent:-1.5em;
} 
.mygarage .update a{
	color:#E61E25;
}
.mygarage .update a:hover{
	text-decoration:underline;	
}
.mygarage .message:before{
	content:"\f003";
	margin:0 5px 0 0;
}
.mygarage .group:before{
	content:"\f0c0";
	margin:0 5px 0 0;
}
.mygarage .profile .mybike {
	float:left;
	margin:-5px 30px 0 100px;
}
.mygarage .profile .mybike li{
	overflow: hidden;
	height: 50px;
	width: 50px;
	position: relative;
	background: #efefef;
	border-radius:50%;
	float:left;
	margin:0 5px;
}
.mygarage .profile .mybike img{
	transition-duration: 250ms;
	transition-property: all;
	transition-timing-function: ease-out;
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: cover;
}

/*　もっと見るボタン
==================================================*/
.btn_more{
	width:90%;
	margin:15px auto;
}
.btn_more a{
	border:#E61E25 1px solid;
	border-radius:3px;
	color:#E61E25;
	display:block;
	padding:15px;
	text-align:center;
}
.btn_more a:before{
	content:"\f138";
	margin:0 5px 0 0;
}

/*　アクションボタン
==================================================*/
.actions {
    margin:15px 10px;
    height: 24px;
}
.actions ul {
    display:table;
    table-layout:fixed;
    width:100%;
    margin:10px 0 15px;
}
.actions ul li {
    padding:5px;
    float:left;
}
.actions ul li a {
    white-space:nowrap;
    text-align:center;
    color:#000;
}
.actions ul li a.clicked{
    font-weight:bold;
}
.actions ul li a.like:before{
    content:"\f25b";
    margin:0 5px 0 0;
}
.actions ul li a.like.clicked{
    color:#ff8a00;
}
.actions ul li a.favorite:before{
    content:"\f08a";
    margin:0 5px 0 0;
}
.actions ul li a.favorite.clicked{
    color:#e83d5c;
}
.actions ul li a.comment:before{
    content:"\f0e5";
    margin:0 5px 0 0;
}

.actions-v2 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#mybike_detail .actions-v2 ul {
  justify-content:unset;
}

.actions-v2 ul li {
  margin-right: 0;
}
.actions-v2 ul li .icon-comment {
  display: flex;
  align-items: center;
}
.actions-v2 ul li .icon-comment span {
  font-weight: bold;
}
.actions-v2 ul li:nth-child(2),
.actions-v2 ul li:nth-child(3) {
  margin-left: auto;
}
@media only screen and (min-width: 320px) {
  .actions-v2 ul {
    font-size: 11px;
  }
}

@media only screen and (min-width: 375px) {
  .actions-v2 ul {
    font-size: 14px;
  }
} 

@media only screen and (min-width: 768px) {
  .actions-v2 ul {
    justify-content: flex-start;
  }
  
  .actions-v2 ul li {
    margin-right: 20px;
  }

  .actions-v2 ul li:nth-child(2),
  .actions-v2 ul li:nth-child(3) {
  margin-left: unset;
}
}

.actions-v2 ul li a.like:before{
  content:"";
  margin:0 5px 0 0;
}

.actions-v2 ul li a{
  display: flex;
  align-items: center;
  height: 16px !important;
}

.actions-v2 ul li .clicked-count{
  display: flex;
  align-items: center;
  font-weight: bold;
}

.actions-v2 ul li .clicked-count .count{
  margin-top: 2px;
}

.actions-v2 ul li a svg{
  margin-right: 3px;
  color: #333;
}

.actions-v2 ul li a .text-like{
  height: 15px;
  line-height: 16px;
  margin-right: 5px;
  font-weight:bold ;
}   
.actions-v2 ul li #btn_favorite span {
  font-weight: bold;
}
.actions-v2  a .text-favorite{
  height: 15px;
  line-height: 16px;
  margin-right: 5px;
  font-weight: bold;
}
.actions-v2  a .count{
  font-weight: bold;
  margin-top: 2px;
}
.actions-v2 ul li .fa.fa-comment{
  font-size: 15px;
  margin-right: 3px;
}
.actions-v2 ul li a.favorite:before{
  font-size: 15px;
  margin-right: 3px;
  margin:1px 5px 0 0 !important;
  font-weight:bold;
} 
.actions-v2 ul li a.like.clicked,
.actions-v2 ul li a.like.clicked svg {
  color: #ff8a00;
  font-weight: normal;
}
.actions-v2 .user-liked {
  background-color: #fff;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  font-size: 13px !important;
  left: 10px;
  margin: 3px 0 0;
  max-height: 141px;
  max-width: 180px;
  overflow: auto;
  padding: 0 !important;
  position: absolute;
  left: 20px;
  width: 162px;
  z-index: 1;
  display: none;
}
.actions-like-photo .user-liked {
  background-color: #fff;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  font-size: 13px !important;
  margin: 3px 0 0;
  max-height: 141px;
  max-width: 180px;
  overflow: auto;
  padding: 0 !important;
  position: absolute;
  right:0px;
  top: 19px;
  width: 162px;
  z-index: 1;
  display: none;
}
.actions-like-photo .box-like-photo {
  display: flex;
  align-items: center;
  position: relative;
}
.actions-v2 .user-liked li,
.actions-like-photo .user-liked li {
  display: flex;
  padding: 6px 10px;
  text-decoration: none !important;
  align-items: center;
  line-height: 16px;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  width: 100%;
  color: #416090;
}
.actions-v2 .user-liked li a,
.actions-like-photo .user-liked li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  filter: unset !important;
  font-weight: normal;
  display: inline-block;
  color: #416090;
}
.actions-v2 .user-liked .text-keep-all,
.actions-like-photo .user-liked .text-keep-all {
  word-break: keep-all;
}
.actions-v2 .user-liked li img,
.actions-like-photo .user-liked li img {
  min-width: 15px;
  height: 15px !important;
  margin-right: 5px;

}
.actions-v2 .user-liked li:nth-child(n+2),
.actions-like-photo .user-liked li:nth-child(n+2) {
  border-top: 1px solid #ccc;
}
.actions-v2 .icon-comment {
  cursor: pointer;
}
.actions-like-photo{
  display: flex;
  align-items: center;
  justify-content: end;
  margin-left: auto;
  margin-right: 10px;
}
.actions-like-photo #like{
  align-items: center;
  margin-right: 5px;
  height: 20px;
  width: 80px;
  vertical-align: middle;
  cursor: pointer;
  background: none;
  text-indent: unset;
  display: flex;
  border: 1px solid #8d8a8a;
  justify-content: center;
  border-radius: 10px;
}
.actions-like-photo svg{
  width: 15px;
  height: 15px;
  margin-right: 3px;
  margin-bottom: 1px;
}

#mybike_detail_photo .actions-like-photo img:not(.user-liked) {
  margin-bottom: 1px;
  filter: invert(54%) sepia(0%) saturate(8%) hue-rotate(178deg) brightness(102%) contrast(80%);
}

#mybike_detail_photo  .actions-like-photo .user-liked img {
  filter:unset
} 

#mybike_detail_photo .actions-like-photo .text-like {
  color: #8d8a8a;
  display: flex;
  margin-top: 2px;
}

#mybike_detail_photo .actions-like-photo .svg-liked,
#mybike_detail_photo .actions-like-photo .text-like,
#mybike_detail_photo .actions-like-photo .clicked-count {
  color: #8d8a8a;
}

.actions-like-photo .like.clicked,
.actions-like-photo .like-v2.like,
.actions-like-photo .clicked-count.like{
  filter: invert(72%) sepia(66%) saturate(4845%) hue-rotate(359deg) brightness(102%) contrast(105%);
}

.clearfix-v2{
  display: flex;
}

#main #impre_list .list aside .date_status .impre_status.-release {
    background: #477abf;
    color: #fff;
}
#main #impre_list .list aside .date_status .impre_status.-star {
    background: #f7e940;
    color: #000;
}
#main #impre_list .list aside .date_status .impre_status.-notopen {
    border: 1px solid #e61e25;
    color: #e61e25;
}
/*★取得*/
#impre_list.commu_private_impre_list .impre_list_inner .impre_star_block .star_b {
    display: inline-block;
    background: url(https://img.webike.net/sys_images/common/star_b.png) no-repeat;
    width: 120px;
    height: 23px;
    text-indent: -9999pt;
    position: relative;
    vertical-align: middle;
    top: -3px;
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_star_block .star_b0 {
    background-position: 0 0;
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_star_block .star_b05 {
    background-position: 0 -23px;
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_star_block .star_b1 {
    background-position: 0 -46px;
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_star_block .star_b15 {
    background-position: 0 -69px;
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_star_block .star_b2 {
    background-position: 0 -92px;
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_star_block .star_b25 {
    background-position: 0 -115px;
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_star_block .star_b3 {
    background-position: 0 -138px;
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_star_block .star_b35 {
    background-position: 0 -161px;
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_star_block .star_b4 {
    background-position: 0 -184px;
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_star_block .star_b45 {
    background-position: 0 -207px;
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_star_block .star_b5 {
    background-position: 0 -230px;
}
/*--------------------------------
インプレRNここから
----------------------------------*/
#impre_list.commu_private_impre_list .impre_list_inner {
    display: flex;
    margin: 0 10px;
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_list_img_block {
    width: 120px;
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_list_img_block img {
    max-height: 116px;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: block;
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_list_text_block {
    margin: 0 0 0 10px;
    width: calc(100% - 120px);
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_list_text_title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 1.2;
    word-break: break-all;
    color: #318acc;
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_list_text_product.syouhin_name a {
    line-height: 1.2;
    word-break: break-all;
    color: #318acc;
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_list_text_title {
    margin: 7px 0;
    font-weight: bold;
    font-size: 14px;
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_star_block {
    margin: 7px auto;
    text-align: center;
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_list_text_product {
    margin: 10px auto;
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_list_text_block .impre_list_btn {
    display: block;
    text-align: center;
    padding: 10px 4px;
    margin: 10px 0;
    background: #318acc;
    color: #fff;
    border-radius: 5px;
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_list_text_block .impre_list_btn_wait {
    display: block;
    text-align: center;
    padding: 10px 4px;
    margin: 10px 0;
    background: #ff8300;
    color: #fff;
    border-radius: 5px;
    width: 70%;
}
#impre_list.commu_private_impre_list .impre_list_inner .date_status span {
    margin: 0 0 2px 0;
    display: inline-block;
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_list_text_date {
    margin: 0 4px 0 0;
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_status,
#impre_list.commu_private_impre_list .impre_list_inner .impre_status_wait.-edit {
    padding: 3px 4px;
    font-size: 12px;
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_status.-edit {
    border: 1px solid #e61e25;
    color: #e61e25;
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_status_wait.-edit {
    color: #fff;
    background: #e61e25;
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_status.-release {
    background: #477abf;
    color: #fff;
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_status.-star {
    background: #f7e940;
    color: #000;
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_status.-notopen {
    border: 1px solid #e61e25;
    color: #e61e25;
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_message_wait {
    font-size: 12px;
    color: red;
    line-height: 1.25em;
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_btn_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_edit_btn {
    display: block;
    text-align: center;
    padding: 10px 4px;
    background: #318acc;
    color: #fff;
    border-radius: 5px;
    width: 70%;
    border: 1px solid #318acc;
}
#impre_list.commu_private_impre_list .impre_list_inner .impre_delete_btn {
    display: inline-block;
    width: 24%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    border: 1px solid #e61e25;
    color: #e61e25;
    border-radius: 5px;
    padding: 10px 4px;
    min-width: 42px;
}


#main #diary_list .list article ul.tags{
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

#main #diary_list .list article ul.tags li{
    background: transparent;
    color: #34568a;
    margin: 0;
    padding: 3px;
}

#main #diary_list .list article ul.tags li.title a,
#main #diary_list .list article ul.tags li.title {
  color: #055ab5;
}

#main #diary_list .list article ul.tags li a{
  color: #055ab5;
}

.btn-filter-tag {
  position: sticky;
  bottom: 0;
}

.btn-filter-tag .button_ui {
  margin: 0;
  padding: 0;
}

.category-link-v2 .inner input[type=checkbox] {
  margin-right: 5px;
}

.category-link-v2 .arrow-right::after {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -15px 0 0;
  color: #ccc;
}

.search-info-tag {
  display: grid;
}

.search-info-tag span.select {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* Shop diary seibi  */
#shop-diary-seibi .title-diary-seibi {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display           : -webkit-box;
    overflow          : hidden;
    text-overflow     : ellipsis;
    margin-top        : 5px;
    height            : 38px;
    line-height       : 20px;
}

#shop-diary-seibi .tag-category-seibi {
    position  : absolute;
    bottom    : 0;
    background: rgba(0,0,0,0.7);
    color     : rgb(87 179 255);
    padding   : 5px;
    width     : 100%;
}

#shop-diary-seibi .tag-name-category-seibi {
    height            : 40px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display           : -webkit-box;
    overflow          : hidden;
    text-overflow     : ellipsis;
}


#shop-diary-seibi .diary-todofuken {
    position  : absolute;
    background: #e61e25;
    padding   : 5px;
    top       : 5px;
    left      : 5px;
    color     : white;
}

#shop-diary-seibi .user-shop {
    display        : flex;
    justify-content: flex-end;
    padding-top    : 5px;
    align-items    : center;
    width     : 200px;
    font-size: 12px;
}

#shop-diary-seibi .user-shop .username {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

#shop-diary-seibi .user-shop a {
    overflow: unset;
    width: auto;
    display: flex;
    align-items: center;
}

#shop-diary-seibi .user-shop img {
    min-width    : 30px;
    min-height   : 30px;
    width        : 30px;
    height       : 30px;
    border-radius: 100%;
    position     : unset;
    transform    : none;
    margin-right : 5px;
}

#shop-diary-seibi .bx-controls a.bx-prev,
#shop-diary-seibi .bx-controls a.bx-next {
	  top: calc(35% - 16px);
}

/*　Top page - show Event list and title Event photo
=======================================================*/

#event-todouhuken[data-version="2"] .scroll-event-todouhuken ul,
#event-friend[data-version="2"] .scroll-event-friend ul {
  display: flex;
}
 
#event-todouhuken[data-version="2"] .title,
#event-friend[data-version="2"] .title {
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 display           : -webkit-box;
 overflow          : hidden;
 text-overflow     : ellipsis;
 max-height        : 32px;
 padding           : 5px 5px;
} 
 
/*　Top page - Event no photo
==================================================*/
.event-no-photo {
  border  : 1px solid #dee2e6 !important;
  position: relative;
  height: 150px;
}
 
.event-no-photo .item-top {
  background-color: rgba(97, 97, 97, 0.6);
  padding         : 5px;
  display         : flex;
  align-items     : center;
  height          : 28px;
}

.event-no-photo-v2 .item-top {
  background-color: #acdafc;
}
 
.event-no-photo .item-top .item-top-photo {
  width                     : 60px;
  height                    : 20px;
  position                  : absolute;
  left                      : 5px;
  background-color          : white !important;
  transition-duration       : unset;
  transition-property       : unset;
  transition-timing-function: unset;
  min-width                 : unset;
  min-height                : unset;
  max-width                 : unset;
  left                      : unset;
  top                       : unset;
  transform                 : unset;
  object-fit                : unset;
}

.event-no-photo-v2 .item-top .item-top-photo {
  width: 60px;
  height: 20px;
  position: absolute;
  background-color: white !important;
  transition-duration: unset;
  transition-property: unset;
  transition-timing-function: unset;
  min-width: unset;
  min-height: unset;
  max-width: unset;
  left: 8px;
  top: unset;
  transform: unset;
  object-fit: unset;
  bottom: 28px;
}
 
.event-no-photo .item-center {
  display        : flex;
  align-items    : center;
  justify-content: center;
  height         : 94px;
  padding        : 6px;
}
 
.event-no-photo .item-center .title {
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical;
  display           : -webkit-box;
  overflow          : hidden;
  text-overflow     : ellipsis;
  padding           : 0 3px;
  font-weight       : bold;
  font-size         : 13px;
  text-align        : center;
  position          : relative;
  color             : #212529;
  max-height        : 44px !important;
}
 
.event-no-photo .item-bottom {
  background-color: rgba(97, 97, 97, 0.6);
  padding         : 5px;
  display         : flex;
  align-items     : center;
  height          : 28px;
}

.event-no-photo-v2 .item-bottom {
  background-color: #acdafc;
}
 
.event-no-photo .item-bottom .item-bottom-photo {
  width                     : 30px;
  height                    : 30px;
  position                  : absolute;
  bottom                    : 25px;
  right                     : 5px;
  transition-duration       : unset;
  transition-property       : unset;
  transition-timing-function: unset;
  min-width                 : unset;
  min-height                : unset;
  max-width                 : unset;
  left                      : unset;
  top                       : unset;
  transform                 : unset;
  object-fit                : unset;
}

/* Popup Notify Reward */
#reward-popup-notify-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9997;
}
#icon-notify {
  display: flex;
  left: 0px;
  position: absolute;
  top: 380px;
  transform: translateY(-50%);
  z-index: 1020;
}
#reward-popup-notify {
  width: 95%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  right: 0;
  margin: auto;
  background: #fff;
  z-index: 999998;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  color: #000;
  border-radius: 10px;
  padding: 15px 0px;
}
#reward-popup-notify .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#reward-popup-notify img {
  min-height: 140px;
  height: 140px;
  width: 140px;
}
#reward-popup-notify .content .notify {
  font-size: 14px;
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
}
#reward-popup-notify .close {
  border: 1px solid #ccc;
  color: white;
  position: absolute;
  right: 15px;
  top: 10px;
  background: #fff;
  display: block;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 26px;
  cursor: pointer;
  box-sizing: content-box;
  background-color: #ccc;
} 
#reward-popup-notify .footer {
  display: flex;
  justify-content: center;
  background-color: white;
  border-radius: 10px;
  
} 
#reward-popup-notify .btn-close {
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 8px;
  cursor: pointer;
  margin-right: 10px;
  width: 140px;
  background-color: white;
  font-size: 14px;
  color: #000 !important;
}  
#reward-popup-notify .prev-reward-list {
  padding: 10px 20px;
  border: 1px solid #E61E25;
  border-radius: 8px;
  cursor: pointer;
  color: white;
  background-color: #E61E25;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 140px;
  text-decoration: none;
}
/* End Popup Notify Reward */

/* Reward */
.reward .image-reward {
	display: flex;
  justify-content: center;
  align-items: center;
}

.reward .image-reward img {
	width: 40px;
	height: 40px;
}

.reward .image-reward .reward-default {
	position: relative;
	display: flex;
	align-items: center;
    justify-content: center;
}

.reward .image-reward .reward-default .text-rank {
	position: absolute;
    display: flex;
    bottom: 6px;
    font-size: 4px;
    font-weight: bold;
    line-height: 1;
}

.reward .image-reward .reward-more {
	height: 40px;
	display: flex;
	align-items: center;
	font-size: 16px;
	margin-left: 5px;
}
/* End Reward */