.main-pcb {
	overflow: hidden;
}

.main-pcb .page_title {
	background: #f3f3f3;
	margin-bottom: 30px;
	border-radius: 4px;
	padding: 15px 30px;
}

.user-info {
	margin-top: 45px;
}

.comp_btn em {
	background: url(../common/images/icon_comp_off.png) 7px center no-repeat #a49f21;
}

.main-pcb .page_title h2 {
	display: inline-block;
	font-size: 1.75rem;
	line-height: 1.3;
	font-family: "Noto Sans JP";
	font-weight: 700;
	background: none;
	margin: 0;
}

/* Breadcrumb */
.main-pcb .breadcrumb,
#member .breadcrumb {
	font-size: 0.75rem;
	text-align: right;
	margin-bottom: 40px;
}

.main-pcb .breadcrumb li,
#member .breadcrumb li {
	display: inline-block;
	color: #387922;
	padding: 0;
}

.main-pcb .breadcrumb li:before,
#member .breadcrumb li:before {
	content: ">";
	display: inline-block;
	margin: 1px 5px 0 2px;
	vertical-align: top;
	color: #ccc;
	font-size: 0.625rem;
	position: static;
	transform: none;
}

.main-pcb .breadcrumb li:first-child:before,
#member .breadcrumb li:first-child:before {
	display: none;
}

.main-pcb .breadcrumb li a,
#member .breadcrumb li a {
	color: #777;
}

.main-pcb .pagebody {
	margin-bottom: 50px;
}

.main-pcb .login_box .signin_box {
	width: 48%;
	float: left;
}

.main-pcb .signin_box,
.dialog_content .signin_box {
	background: #fff;
	border-radius: 4px;
	padding: 20px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.main-pcb .login_box .signin_box h3 {
	margin-bottom: 20px;
}

.main-pcb .signin_box h3,
.dialog_content.signin_box h3 {
	color: #000;
	margin-bottom: 5px;
	font-weight: bold;
}

.main-pcb .pagebody h3 {
	border-bottom: 2px solid #387922;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 1.25rem;
	line-height: 1.3;
	color: #000;
	font-family: "Noto Sans JP";
	font-weight: 700;
}

.main-pcb .signin_box ul,
.dialog_content .signin_box ul,
.signup-pcb .signup_box ul {
	padding: 0 !important;
	list-style: none;
}

.main-pcb .signin_box li,
.dialog_content .signin_box li,
.signup-pcb .signup_box li {
	margin-bottom: 10px;
	padding: 0;
}

.main-pcb .signin_box li:before,
.dialog_content .signin_box li:before,
.signup-pcb .signup_box li:before,
.signup-pcb .signup_box li:before {
	content: none;
}

.main-pcb .signin_box input[type="text"],
.main-pcb .signin_box input[type="number"],
.main-pcb .signin_box input[type="password"],
input[type="email"],
input[type="tel"],
.main-pcb .signin_boxinput[type="url"],
.main-pcb .signin_box textarea,
.dialog_content .signin_box input[type="text"],
.dialog_content .signin_box input[type="number"],
.dialog_content .signin_box input[type="password"],
input[type="email"],
input[type="tel"],
.dialog_content .signin_boxinput[type="url"],
.dialog_content .signin_box textarea {
	-webkit-appearance: none;
	width: 100%;
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 1rem;
	border-radius: 2px;
}

.main-pcb::-webkit-input-placeholder {
	color: #bbb;
}

.main-pcb::-moz-placeholder {
	color: #bbb;
}

.main-pcb:-ms-input-placeholder {
	color: #bbb;
}

.main-pcb::-ms-input-placeholder {
	color: #bbb;
}

.main-pcb::placeholder {
	color: #bbb;
}

.main-pcb::-webkit-input-placeholder {
	color: #bbb;
}

.main-pcb::-moz-placeholder {
	color: #bbb;
	opacity: 1;
}

.main-pcb:-ms-input-placeholder {
	color: #bbb;
}

.main-pcb .login_box .signup_box {
	width: 48%;
	float: right;
}

.main-pcb .signup_box,
.dialog_content .signup_box {
	background: #fff;
	border-radius: 4px;
	padding: 20px;
	border: 1px solid #ccc;
}

.dialog_content .signup_box h3 {
	color: #000;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
}

.main-pcb .login_box .signin_box p {
	margin-bottom: 0;
}

.main-pcb .signin_info p,
.dialog_content .signin_info p {
	float: left;
	width: 50%;
	font-size: 0.75rem;
}

.signin_info {
	overflow: hidden;
}

.main-pcb .btn,
.dialog_content .btn {
	font-size: 1rem;
	padding: 10px 30px;
	line-height: normal;
}

.main-pcb .err {
	color: #ff2e2e;
	font-size: 0.875rem;
	background: none !important;
}

.main-pcb .error_box {
	color: #ff2e2e;
	font-size: 0.875rem;
	margin-bottom: 10px;
	padding: 15px;
	border: 1px solid #ff2e2e;
	background: #ffeaea;
}

.review_check .btn {
	font-size: 1rem;
	line-height: 1;
	padding: 10px 30px;
}

/*Sign up form */
.signup-pcb .box,
.forget .box,
.review-content .box,
.member_review .box {
	background-color: #f1f1f1;
	padding: 15px;
	margin-bottom: 25px;
	border: 0;
}

.signup-pcb .box> :last-child {
	margin-bottom: 0;
}

.signup-pcb .input_tb tbody th,
.member_detail .input_tb tbody th {
	width: 180px;
	padding: 15px 5px;
	background: none;
	color: #333;
	font-size: 15px;
}

.signup-pcb .input_tb th,
.signup-pcb .input_tb td,
.member_detail .input_tb th,
.member_detail .input_tb td {
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 15px 10px;
}

.signup-pcb tbody th {
	font-weight: bold;
	border-right: none;
}

.signup-pcb .require,
.review-content .require {
	font-size: 0.75rem;
	color: #ff2e2e;
	margin-left: 5px;
}

.signup-pcb input[type="text"],
.signup-pcb input[type="number"],
.signup-pcb input[type="password"],
.signup-pcb input[type="email"],
.signup-pcb input[type="tel"],
.signup-pcb input[type="url"],
.signup-pcb textarea {
	-webkit-appearance: none;
	width: 100%;
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 1rem;
	border-radius: 2px;
}

.signup-pcb .myform #sei,
.signup-pcb .myform #mei,
.signup-pcb .myform #seikana,
.signup-pcb .myform #meikana {
	width: 100px;
	margin-right: 15px;
}

.btn_gray {
	background: #666;
	border-color: #444;
	text-shadow: #444 -1px -1px 0;
}

.btn_gray:hover {
	opacity: 0.7;
	text-decoration: none;
	background: #666;
}

/* Member profile */
#member .contents.sideon {
	width: 700px;
	float: right;
}

#member .user_header {
	margin-bottom: 40px;
	overflow: hidden;
}

#member .user_header .face {
	display: inline-block;
	width: 72px;
	height: 72px;
	background: #f1f1f1;
	overflow: hidden;
	border-radius: 36px;
	border: 1px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.25) 0 0 2px 0;
	position: relative;
	float: left;
	margin-bottom: 10px;
}

#member .user_header .face img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 150% !important;
	max-height: 150% !important;
}

#member .user_header .name {
	padding: 20px 0 0 78px;
	font-size: 1rem;
	font-weight: bold;
}

#member .user_header .user_count {
	clear: both;
	font-size: 0.75rem;
	text-align: center;
	padding: 5px;
	background: #f3f3f3;
	border-radius: 2px;
}

#member .snavi h3 {
	padding: 10px 5px 10px 10px;
	color: #fff;
	border-radius: 4px 4px 0 0;
	background-color: #387922;
	border: 0;
	margin: 0;
}

#member .snavi ul {
	margin-bottom: 30px;
}

#member .snavi li {
	font-size: 0.8125rem;
	line-height: 1.3;
	border-bottom: 1px dashed #387922;
}

#member .snavi .active a,
.snavi a:hover {
	background: #f3f3f3;
	text-decoration: none;
}

#member .snavi a {
	padding: 10px;
	display: block;
	color: #333;
}

#member .btn_gray,
.review-content .btn_gray {
	background: #666;
	border-color: #444;
	text-shadow: #444 -1px -1px 0;
	border-radius: 4px;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	padding: 10px 30px;
}

#member .btn_gray:hover,
.review-content .btn_gray:hover {
	opacity: 0.7;
	text-decoration: none;
}

#member .main .side .image {
	width: auto;
	height: auto;
	float: none;
	margin: 0;
}

.compare_wrapper {
	border: 1px solid #ff2e2e;
	border-right: none;
	border-radius: 4px 0 0 4px;
	position: fixed;
	top: 150px;
	right: 0;
	z-index: 999;
	background: #fff;
	width: 100px;
}

.compare_box {
	padding: 5px;
}

.btn_view_compare {
	width: 100%;
	text-align: center;
	font-size: 0.8125rem;
	line-height: 1.2;
	padding: 0;
}

.btn_view_compare span {
	display: block;
	padding: 40px 0 6px;
	background: url("../common/images/icon_view_compare.png") center 6px no-repeat;
	background-size: 34px, 27px;
}

#member .file_wrap {
	text-align: center;
	padding: 50px 0;
	margin: 0 auto;
	width: 520px;
}

#member .file_box:first-child {
	margin-left: 0;
}

#member .file_box {
	width: 240px;
	padding: 20px 20px 35px;
	box-shadow: rgba(0, 0, 0, 0.25) 0 0 3px 0;
	border-radius: 5px;
	float: left;
	margin-left: 40px;
}

#member .file_box .thumb {
	width: 200px;
	height: 200px;
	overflow: hidden;
	background: #f3f3f3;
	position: relative;
	margin-bottom: 5px;
}

#member .file_box .thumb img {
	width: 100%;
	min-width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}

#member .file_box p {
	margin-bottom: 0;
}

#member .file_box .thumb span {
	position: absolute;
	width: 200px;
	top: 0;
	left: 0;
	line-height: 200px;
	color: #333;
	z-index: 1;
}

#member .file_box .file_reset {
	display: none;
}

#member .file_box .file_reset a {
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1;
	background: #666;
	padding: 6px 8px;
	color: #fff;
	border-radius: 4px;
}

#member .file_box .file_reset a:hover {
	text-decoration: none;
}

.myform #sei,
.myform #mei,
.myform #seikana,
.myform #meikana {
	width: 100px;
	margin-right: 15px;
}

#member .myform select {
	padding: 5px;
	font-size: 1rem;
	border-radius: 2px;
	width: auto;
}

/* Member login dialog */

#login_dialog {
	position: relative;
	display: none;
}

.dialog_content {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 480px;
	height: 500px;
	margin: auto;
	padding: 24px;
	background: #fff;
	border: 5px solid #387922;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.25) 0 0 20px 0;
	z-index: 999;
}

.dialog_content .msg_box {
	margin-bottom: 10px;
	padding: 10px;
	border: 2px solid #ff2e2e;
	border-radius: 2px;
	font-weight: bold;
	font-size: 0.875rem;
	text-align: center;
	color: #ff2e2e;
}

.dialog_content .dialog_close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 8px 8px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	background: #4c4c4c;
	border-radius: 0 0 0 8px;
	cursor: pointer;
}

.dialog_content .wrapper .signin_box {
	padding: 40px 24px 0 16px;
}

.dialog_content .wrapper .social_box {
	padding: 40px 16px 0 24px;
}

.dialog_close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 8px 8px;
	color: #fff;
	line-height: 1;
	background: #f08200;
	border-radius: 0 0 0 8px;
	cursor: pointer;
}

.contactform .require,
.myform .require {
	font-size: 0.625rem;
	background: #dd5151;
	color: #fff;
	margin-left: 5px;
	font-weight: normal;
	padding: 1px 3px;
	display: inline-block;
	vertical-align: middle;
}

#shopmenu .tabs {
	display: flex;
	width: 100%;
}

#shopmenu .tabs li {
	display: inline-block;
	background: #418d28;

	outline: none;
	cursor: pointer;
	transition: 0.3s;
	font-size: 17px;
	border: 1px solid #749b67;
	color: #ffffff;
	margin-right: 5px;
	padding-left: inherit;
}

#shopmenu .tabs li:before {
	content: none !important;
}

#shopmenu .tabs li.active {
	background: #36593b;
	margin-top: -10px;
	padding-bottom: 10px;
}

#shopmenu .tabs li:hover {
	background: #156b24;
}

.search_area {
	float: left;
}

ul.btn_menu {
	display: flex;
	margin-bottom: 0;
}

ul.btn_menu li {
	display: inline-block;
	margin-right: 2px;
	padding-left: 0;
	width: 24.99%;

	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

ul.btn_menu li:last-child {
	margin-right: 0;
}

ul.btn_menu li.now {
	margin-top: -10px;
	z-index: 2;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

ul.btn_menu li a {
	display: block;
	padding: 5px 20px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

ul.btn_menu li.now a {
	/*padding-bottom: 15px;*/
}

ul.btn_menu li.menu01 {
	background: #ff8f00;
}

ul.btn_menu li.menu02 {
	background: #79b9dd;
}

ul.btn_menu li.menu03 {
	background: #99bf68;
}

ul.btn_menu li.menu04 {
	background: #f86d8e;
}

ul.btn_menu li a:hover {
	text-decoration: none;
}

.btn_menu li:before {
	content: none !important;
}

.shop-tab .search_shop {
	width: 638px;
	border: 2px solid #eb874f;
	margin-bottom: 20px;
	display: none;
}

.shop-tab .search_shop.now {
	display: block;
}

.search_shop>div {
	padding: 10px;
}

.shop-tab .search_shop th {
	width: 40%;
	border: none;
}

.shop-tab .search_shop td {
	border: none;
	width: 60%;
}

.shop-tab .search_shop th,
.shop-tab .search_shop td {
	border-bottom: 1px solid #d7e4d5;
	padding-bottom: 5px;
}

.shop-tab .search_shop td label,
.form-search-factory .searchblock td label {
	font-weight: 800;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	padding-right: 30px;
	padding-bottom: 8px;
	padding-top: 0;
	margin: 0;
}

.shop-tab .search_shop input[type="checkbox"],
.shop-tab .search_shop input[type="radio"],
.form-search-factory .searchblock input[type="checkbox"],
.form-search-factory .searchblock input[type="radio"] {
	position: absolute;
	top: 2px;
	left: -18px;
}

.shop-tab div.center {
	margin-bottom: 20px;
}

.shop-tab div.center input {
	padding: 5px 50px;
	font-size: 15px;
	background-color: #ffa329;
	color: #ffffff;
	border-radius: 5px;
	border: 0;
}

.l-merge-row {
	margin: 0 !important;
}

/*#tab3 th {*/
/*width: 12% !important;*/
/*}*/
/*#tab3 td {*/
/*width: 36% !important;*/
/*}*/
#tab3 #hands_num {
	width: 50px;
	margin: 0 2px;
}

.signup-pcb select {
	width: auto;
}

.side .new_custom {
	padding: inherit !important;
	background: #ffffff;
	border: 1px solid #387922;
}

.side .new_custom h3 {
	text-align: center;
	font-size: 1rem;
	line-height: 1;
	font-weight: bold;
	color: #ffffff;
	border-left: none;
	border-bottom: none;
	background: #62a141;
	padding: 10px;
	margin: inherit !important;
	margin-bottom: 0 !important;
}

.side .new_custom.compare_shop h3:before {
	content: "\f080";
	font-size: 1.0625rem;
	line-height: 1;
	font-family: "FontAwesome";
	margin-right: 5px;
}

.side .new_custom ul {
	border: 2px solid #62a141;
}

.side .new_custom li {
	margin-bottom: 5px;
	border-bottom: 5px solid #62a141 !important;
}

.side .new_custom li:last-child {
	border: none !important;
}

.side .new_custom>p {
	padding: 5px;
	border: 2px solid #62a141;
}

.side .new_sidebar_right>p>a {
	text-align: center;
	border-radius: 4px;
	font-size: 1rem;
	color: #ffffff;
	background: #387922;
	margin: 10px 0;
}

.side .new_sidebar_right>p>a:hover {
	background: #387922 !important;
}

.side .new_sidebar_right .btn-compare-del {
	text-align: right;
	margin: 8px;
	margin-top: 0;
	cursor: pointer;
}

.compare_shop li,
.block-est li {
	padding: 1px;
}

.compare_shop li:hover,
.block-est li:hover {
	background: #f6fff5;
}

.side .new_sidebar_right .btn-compare-del span {
	text-align: center;
	background: #7d7d7d;
	color: #fff;
	border-radius: 4px;
	padding: 7px 30px;
	line-height: 1.3;
	font-weight: bold;
}

/* .btn-estimate-del span {
	padding: 7px 23px !important;
} */
.side .new_sidebar_right .image {
	width: 90px !important;
	height: 90px !important;
}

/*Form review */
.eval_list {
	overflow: hidden;
	display: inline-block;
}

.eval-label {
	vertical-align: super;
}

.eval_list input[type="radio"] {
	display: none;
}

.eval_list label.eval {
	color: #ccc;
}

.eval_list label {
	cursor: pointer;
	font-size: 1rem;
}

.eval_list label.eval.on {
	color: #f08200;
}

.review-content .box p {
	margin-bottom: 0;
}

.star {
	color: #f08200;
	letter-spacing: 2px;
}

/* Review history */
.review_tb thead {
	border: 1px solid #ccc;
}

.review_tb thead th {
	font-size: 0.8125rem;
	line-height: 1;
	border-bottom: 1px solid;
}

.review_tb .btn,
#member .review_tb .btn_gray {
	font-size: 0.75rem;
	padding: 5px;
	line-height: 1;
}

.review_tb td,
.review_tb th {
	font-size: 0.8125rem;
	vertical-align: middle;
	border-right: 1px solid #ccc !important;
	border-left: 1px solid #ccc !important;
}

.review_flag {
	font-size: 0.75rem;
	line-height: 1;
	padding: 5px;
	background: #666;
	color: #fff;
}

.review_flag.ok {
	background: #008ce5;
}

.review_info {
	padding: 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

.heart {
	color: #ff55a9;
	margin-right: 2px;
}

.okoff .heart {
	color: #666;
}

.regi_detail_review_content .like .okon,
.regi_detail_review_content .like a:hover {
	color: #555;
	border: 1px solid #ff55a9;
	text-decoration: none;
	background: #fff0f7;
	cursor: pointer;
}

.ok_cnt {
	background-color: #f1f1f1;
	padding: 4px 7px;
	position: relative;
	font-size: 0.6875rem;
	margin-left: 4px;
}

.ok_cnt:after {
	border-right: 4px solid #f1f1f1;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	content: "";
	margin-top: -4px;
	position: absolute;
	left: -4px;
	top: 50%;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
}

#review .regi_detail_review {
	padding-top: 30px;
}

.regi_detail_review {
	background: #fdf5e6;
	border-radius: 4px;
	position: relative;
	padding: 0 10px 10px;
	margin-bottom: 40px;
}

.regi_detail_review_content {
	margin-bottom: 15px;
	overflow: hidden;
}

.regi_detail_review_user {
	float: left;
	width: 125px;
	margin-right: 5px;
	text-align: center;
	padding-top: 3px;
}

.regi_detail_review_user .face {
	display: inline-block;
	width: 100px;
	height: 100px;
	background: #f1f1f1;
	overflow: hidden;
	border-radius: 36px;
	border: 1px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.25) 0 0 2px 0;
	position: relative;
	margin-bottom: 3px;
}

.regi_detail_review_user .face img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.regi_detail_review_user .name {
	font-size: 0.75rem;
	line-height: 1;
	display: block;
	margin-bottom: 7px;
}

.regi_detail_review_user .time {
	font-size: 0.625rem;
	line-height: 1;
	display: block;
	color: #333;
}

.regi_detail_review_content .fukidashi {
	width: calc(100% - 130px);
	float: right;
	padding: 15px 5px 30px 5px;
	position: relative;
}

.fukidashi {
	display: inline-block;
	border-radius: 4px;
	background: #fff;
	padding: 10px;
	position: relative;
}

.fukidashi:before {
	content: "";
	display: block;
	position: absolute;
	left: -12px;
	top: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 12px 0;
	border-color: transparent #fff transparent transparent;
}

.fukidashi .final-score {
	color: #387922;
	border: 1px solid #387922;
	padding: 5px 10px;
	border-radius: 3px;
	padding: 10px 10px 5px;
}

.fukidashi .score {
	font-size: 1.25rem;
}

.fukidashi .review-item {
	display: inline-block;
}

.regi_detail_review_content h4 {
	width: 500px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #000;
	font-size: 1rem;
}

.regi_detail_review_content .like {
	font-size: 0.75rem;
	line-height: 1;
	margin-bottom: 10px;
}

.regi_detail_review_content .on-top {
	margin-bottom: 20px;
}

.regi_detail_review_content .star {
	background: #f1f1f1;
	border-radius: 3px;
	padding: 5px;
	line-height: 1;
}

.regi_detail_review_content .like a {
	display: inline-block;
	padding: 5px 10px;
	color: #666;
	border-radius: 16px;
	border: 1px solid #ccc;
	margin-right: 2px;
}

.regi_detail_review_content .text {
	font-size: 0.875rem;
	margin-bottom: 10px;
}

.regi_detail_review_content .readmore {
	text-align: right;
	font-size: 0.75rem;
	line-height: 1;
}

.rank_list {
	overflow: hidden;
}

.rank_box {
	border: 1px solid #387922;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	padding-bottom: 25px;
	width: 48%;
	display: inline-block;
	height: 180px;
}

.rank_box .rank_no {
	transform: rotate(45deg);
	background: #387922;
	width: 80px;
	height: 80px;
	border: 1px solid #387922;
	position: absolute;
	top: -42px;
	left: -42px;
}

.rank_box .rank_no span {
	display: block;
	font-size: 1.25rem;
	line-height: 1;
	color: #fff;
	transform: rotate(-45deg);
	font-weight: bold;
	padding: 45px 0 0 45px;
}

.rank_box h4 {
	padding: 15px 10px 5px 10px;
	font-size: 1rem;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 0;
}

.rank_box h4 span {
	display: block;
	font-size: 0.75rem;
	font-weight: normal;
	padding: 0 0 8px 32px;
}

.rank_box h4 a {
	color: #000;
}

.rank_box .user {
	margin-bottom: 10px;
	padding: 0 10px;
}

.rank_box .face {
	display: inline-block;
	width: 72px;
	height: 72px;
	background: #f1f1f1;
	overflow: hidden;
	border-radius: 36px;
	border: 1px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.25) 0 0 2px 0;
	position: relative;
	vertical-align: middle;
	margin-right: 5px;
}

.rank_box .face img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.rank_box .name {
	vertical-align: middle;
	font-size: 0.75rem;
}

.rank_box .name a {
	font-weight: bold;
	color: #000;
}

.rank_box .rank_info {
	overflow: hidden;
	padding: 5px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #fbf7de;
}

.rank_box .like {
	float: left;
	background: #fff;
	border-radius: 4px;
	padding: 3px 5px;
	margin-bottom: 3px;
	font-size: 0.75rem;
	line-height: 1;
}

.rank_box .like span {
	display: inline-block;
	vertical-align: middle;
}

.rank_box .like .ok {
	margin-right: 5px;
}

.rank_box .star {
	float: right;
	background: #fff;
	border-radius: 4px;
	padding: 5px 5px;
	font-size: 0.75rem;
	line-height: 1;
	letter-spacing: 0;
}

.tab3 .regi_detail_review,
.shoplist_review .regi_detail_review {
	background: #fdf5e6;
	padding-top: 10px;
}

.tab3 .regi_detail_review_user .time,
.shoplist_review .regi_detail_review_user .time {
	color: #333;
}

.tab3 .regi_detail_review_utility,
.shoplist_review .regi_detail_review_utility {
	float: right;
}

.tab3 .regi_detail_review_content,
.shoplist_review .regi_detail_review_content {
	clear: both;
}

.regi_detail_review_utility>p {
	display: inline-block;
}

.regi_detail_review_utility strong {
	color: #000;
}

.regi_detail_review_point {
	margin-left: 30px;
}

.regi_detail_review_point .point {
	font-size: 0.875rem;
}

.regi_detail_review_point .point span {
	font-family: "Noto Sans JP";
	font-weight: 700;
	font-size: 2.125rem;
	line-height: 1;
	color: #333;
	padding: 0 5px;
}

.regi_detail_review_btn {
	margin-left: 15px;
	vertical-align: top;
}

.regi_detail_review_btn .btn {
	font-size: 0.875rem;
	padding: 8px 12px;
}

.icon_review {
	display: inline-block;
	padding-left: 20px;
}

.gnavi .g06 a:before {
	content: "\f15c";
}

.products_review .product_list_box {
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 40px;
	padding: 20px;
}

.product_list_title {
	margin-bottom: 10px;
	width: 405px;
}

.product_list_title h4 {
	font-family: "Noto Sans JP";
	font-weight: 700;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.3;
	color: #000;
	padding: 5px 0 0 0;
	margin-bottom: 0;
}

.product_list_title .catch {
	font-size: 14px;
	font-size: 0.875rem;
	color: #f08200;
	display: block;
}

.product_list_title a {
	color: inherit;
}

.product_list_box .thumb {
	width: 150px;
	height: 150px;
	border-radius: 4px;
	border: 1px solid #ccc;
	overflow: hidden;
	position: relative;
	float: left;
}

.product_list_box .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100% !important;
	max-height: 100% !important;
	height: auto;
}

.products_review .product_list_detail {
	width: 500px;
}

.rank_info .final-score {
	font-size: 0.75rem;
	line-height: 1;
	background: #fff;
	border-radius: 4px;
	padding: 3px 5px;
	margin-bottom: 3px;
	vertical-align: text-top;
}

.rank_info .score {
	color: #387922;
	font-weight: bold;
}

.no_shop_list {
	padding: 20px;
	text-align: center;
	background: #dedede;
}

.comp_btn_custom em.active,
.comp_btn_custom em.comp1,
.comp_btn_custom em {
	background: url(../common/images/icon_comp.png) 7px center no-repeat #dd5150;
}

.comp_btn_custom em {
	background: url(../common/images/icon_comp_off.png) 7px center no-repeat #dd5150;
}

.est-form label {
	white-space: nowrap;
	margin-right: 8px;
	display: inline-block;
	padding: 2px 0;
}

input.size-inline {
	width: 80px;
	margin: 0 2px;
}

.posts .pager_navi {
	float: inherit;
	text-align: center;
}

.posts .pager_link>* {
	margin-left: 10px;
	background: #f3f3f3;
	padding: 5px;
	text-decoration: none;
}

/* .posts .pager_link b.current {
	background: #387922;
} */
.posts .pager_link .current {
	color: #ffffff;
}

.entrybody blockquote {
	padding: 2px 40px;
}

.entrybody p {
	-webkit-margin-before: 1em;
	margin-block-start: 1em;
	-webkit-margin-after: 1em;
	margin-block-end: 1em;
	-webkit-margin-start: 0px;
	margin-inline-start: 0px;
	-webkit-margin-end: 0px;
	margin-inline-end: 0px;
}

.entrybody p em {
	font-style: italic;
}

.entrybody blockquote p {
	padding: 10px 8px 10px 20px;
	border-left-width: 5px;
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	border-style: solid;
	border-color: #ccc;
	/*border-width: 0;*/
}

.entrybody h1 {
	font-size: 2em;
	line-height: inherit;
}

.entrybody h2 {
	font-size: 1.5em !important;
	background: inherit;
	color: inherit;
	margin: 0;
	font-weight: inherit;
	padding: 0;
	line-height: inherit;
}

.entrybody h3 {
	font-size: 1.17em;
	border: inherit;
}

.entrybody pre {
	font-family: monospace;
	margin: 1em 0px;
}

.pickup_list .other,
.pickup_list .release {
	display: none;
}

.pickup_list .content {
	float: left;
	padding-left: 15px;
	width: calc(100% - 180px);
}

.pickup_list .content p,
.pickup_list .content h4 {
	margin-left: 0;
}

.breadcrumb {
	background: inherit;
}

.shop-detail {
	overflow: hidden;
}

.searchbox label {
	font-weight: 800;
}

.sidebar-shop-intro {
	margin-top: 10px;
}

.searchbox label {
	/*display: list-item;*/
	margin-bottom: 5px;
}

.searchbox {
	box-shadow: inherit;
	-moz-box-shadow: inherit;
	-webkit-box-shadow: inherit;
}

.searchbox td {
	width: inherit;
}

.g05:hover a:before {
	color: yellow;
}

.searchbox input[type="submit"] {
	width: 20%;
}

#pickup .mainimg {
	text-align: center;
}

#pickup .mainimg img {
	width: auto;
	height: auto;
	max-width: 700px;
}

#shop_list .title-fixed {
	background: #7cbada;
	padding: 5px;
	color: #fff;
	border-radius: 5px;
	margin-bottom: 5px;
	position: relative;
}

#shop_list .title-fixed :after {
	position: absolute;
	bottom: -6px;
	left: 9px;
	content: "";
	display: inline-block;
	width: 0px;
	height: 0px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #7cbada;
}

.btn-reset {
	background: grey !important;
}

.searchbox input[type="reset"] {
	padding: 5px 20px;
	cursor: pointer;
	font-size: 0.875rem;
	border-radius: 5px;
	width: 20%;
	color: #ffffff;
}

#shop_detail .tabs li {
	width: 20%;
	padding: 0 !important;
	text-align: center;
}

.tab-action-btn {
	text-align: center;
	margin-top: 35px;
}

.tab-action-btn>div {
	display: inline-block;
	width: calc(100% / 3 - 5px);
	vertical-align: middle;
	height: 30px;
}

.side .blog h3 {
	color: inherit;
	border-color: inherit;
	margin-bottom: inherit;
	border-left: 5px solid #387922 !important;
}

.side .blog p {
	text-align: left;
	padding: 0;
}

.side .blog .tit {
	background: inherit;
}

.side .blog ul li:hover {
	background: #f6fff5;
}

.summary .contact_btn a {
	width: 100%;
}

.btn_del {
	cursor: pointer;
}

.btn_del_est {
	background: #7ab9da;
	border: 1px solid #7ab9da;
	color: #fff !important;
}

.btn_del_est:hover {
	background: #60a4da;
}

.side .adsense {
	height: inherit;
}

.side .adsense a {
	display: block;
	margin-bottom: 20px;
}

.shop-tab #sizex,
.shop-tab #ex_sizex,
.shop-tab #sizey,
.shop-tab #ex_sizey {
	width: 80px;
	margin-bottom: 4px;
	margin-right: 2px;
}

.summary .sum_block .recruit_on {
	margin-top: 10px;
}

.contact_btn a {
	width: 33.1%;
}

#shop_detail .tabs {
	padding: 0 10px;
}

#shop_detail .tabs a {
	color: #555;
	display: inline-block;
	width: 100%;
	padding: 10px 0px;
}

#shop_detail .tabs a:hover {
	text-decoration: none;
}

#shop_detail .tabs li.active a {
	color: #fff;
}

.container-fluid .side .tool span {
	font-weight: unset !important;
	font-size: 12px !important;
}

.morecontent span {
	display: none;
}

.morelink {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

@media (max-width: 991px) {
	.tab-action-btn>div {
		width: 100%;
		display: block;
	}
}