@charset "utf-8";


/* ----------------------------------------

商品一覧 詳細
.main-contents#detail

---------------------------------------- */
.shopdetail_maintit img {
    height: 12px;
    vertical-align: middle;
    position: absolute;
    top: -15px;
    left: 0;
}
.shopdetail_mainsec {
	margin-bottom: 80px;
}
.main-contents .shopdetail_img {
	width: 430px;
	overflow: hidden;
	float: left;
}
.main-contents .shopdetail_img a:hover img {
	opacity: .7;
}
.main-contents .bx-wrapper .bx-viewport{
	box-shadow: none;
}
.main-contents  .shopdetail_img_main{
	height: 470px !important;
	border: 1px solid #e5e5e5;
    padding: 30px;
}
.main-contents .bx-wrapper{
    height: 470px;
    display: flex;
    align-items: center;
}
.main-contents .M_imageMainList-item{
	width: auto !important;
}
.main-contents .shopdetail_img_main img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
}
.main-contents .shopdetail_img .M_imageThumbnail {
	overflow: hidden;
	margin-right: -8px;
	margin-top: 30px;
}
.main-contents .shopdetail_img .M_imageThumbnail-item {
	width: 99px;
	height: 99px;
	border: 1px solid #dbdbdb;
	box-sizing: border-box;
	float: left;
	margin-right: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-contents .shopdetail_img .M_imageThumbnail-item a {
	display: block;
}
.main-contents .bx-wrapper .bx-next {
    right: 0;
}
.main-contents .bx-wrapper .bx-prev{
    left: 0;
}
.main-contents .bx-wrapper .bx-viewport{
	box-shadow: none !important;
}
/* ----------------------------------------

shopdetail_detail

---------------------------------------- */

.shopdetail_detail {
    width: 380px;
   	float: right;
}
.favorite_btn{
	text-align: left;
	margin-top: 10px;
}
.favorite_btn a:first-child{
	margin-right:10px;
}

/*shopdetail_model
---------------------- */
.shopdetail_model .col4 li div{
	border: 1px solid #c0c0c0;
	margin-bottom: 40px;
}

/*shopdetail_youtube
---------------------- */
.shopdetail_youtube .col4 li p{
	text-align: left;
	margin-bottom: 15px;
}
.shopdetail_youtube .col4 li .youtube{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.shopdetail_youtube .col4 li .youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.shopdetail_youtube .col4 li{
	margin-bottom: 35px;
}
.shopdetail_maintit{
	font-size: 171.4%;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 2px solid #1c1c1c;
    margin-bottom: 40px;
    text-align: left;
    position: relative;
}

/*btn01
---------------------- */
.shopdetail_detail .btn01{
	width: 100%;
	margin-bottom: 30px;
}
.shopdetail_detail .btn01 a{
	width: 100%;
}

/*shopdetail_addcode
---------------------- */
.shopdetail_addcode{
	text-align: left;
	margin-bottom: 25px;
}

/*shopdetail_production
---------------------- */
.shopdetail_production{
	text-align: left;
	margin-bottom: 25px;
}
.shopdetail_precaution{
	border: 1px solid #f61919;
	padding: 60px 30px 35px;
	position: relative;
	box-sizing: border-box;
	text-align: left;
	font-weight: bold;
	margin-bottom: 40px;
}
.shopdetail_precaution dd{
	padding: 8px 15px;
	background: #f61919;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 121.4%;
	position: absolute;
	top: -1px;
	left: 0;
}

/*shopdetail_cate
---------------------- */
.shopdetail_cate{
	text-align: left;
	margin-bottom: 35px;
}
.shopdetail_cate > p{
	font-weight: bold;
	margin-bottom: 15px;
}




.shopdetail_price {
	font-weight: bold;
	line-height: 1.3;
	margin-top: 1px;
	vertical-align: middle;
	margin-right: 10px;
}
.shopdetail_price i {
	font-style: normal;
	font-size: 128.5%;
	font-weight: bold;
}
.shopdetail_price > span {
	font-size: 128.5%;
}


/*shopdetail_order_area
---------------------- */
.shopdetail_order_area{
	margin-bottom: 10px;
}
.shopdetail_order_area_bobekit{
	margin-bottom: 40px;
}
.shopdetail_order_area > div {
	border-bottom: 1px solid #e5e5e5;
	display: block;
	padding: 15px 0;
	text-align: left;
}
.shopdetail_order_area > div:first-child{
	border-top: 1px solid #e5e5e5;
}
.shopdetail_order_area > div dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.shopdetail_order_area > div dl dd {
	width: 20%;
    font-size:107.1%;
	font-weight: bold;
}
.shopdetail_order_area > div dl dt {
	width: 80%;
	position: relative;
}
.shopdetail_order_area > .shopdetail_numselectarea dl dt {
	width: auto;
	display: inline-block;
}
.shopdetail_optselect{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	font-weight: bold;
    flex-wrap: wrap;
    align-items: center;
    font-weight: bold;
    border-bottom: none;
    padding: 30px 0;
}
.shopdetail_optselect li:first-child{
	margin-bottom: 20px;
}
.shopdetail_optselect li:first-child select{
	margin-left: 30px;
}
.shopdetail_optselect li:last-child select{
	margin-left: 58px;
}
.shopdetail_optselect li select{
    font-weight: normal;
}



/*shopdetail_point
---------------------- */
.shopdetail_point {
	font-size: 15px;
	font-weight: 700;
	margin-top: 5px;
	display: inline-block;
	vertical-align: middle;
}
.shopdetail_point i {
	font-style: normal;
}


/*shopdetail_numselect
---------------------- */
.shopdetail_numselect {
	position: relative;
	display: inline-block;
}
.shopdetail_numselect_txt {
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	position: relative;
	top: -1px;
}
.shopdetail_numselect input[type="text"] {
	vertical-align: middle;
	padding: 3px 5px;
    border: 1px solid #b2b2b2;
}


/*shopdetail_numselect_count
---------------------- */
.shopdetail_numselect_count {
	position: absolute;
	right:-25px;
}
.shopdetail_numselect_count:hover {
	opacity: .7;
}
.shopdetail_numselect_count_01 {
	top: 0;
}
.shopdetail_numselect_count_02 {
	bottom: 0;
}


/*shopdetail_detail_basket
---------------------- */
.shopdetail_detail_basket a {
    color: #fff;
    background-color: #00a3e0;
    width: 100%;
    height: 75px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    font-size: 142.9%;
}
.shopdetail_detail_basket a img {
	margin-right: 8px;
}
.shopdetail_detail_basket a:hover {
	opacity: 0.7;
}



/* ----------------------------------------

買い物かご

---------------------------------------- */
#basket .basket-wrap {
	margin-bottom: 45px;
}
#basket table.basket {
	width: 100%;
	table-layout: auto;
	margin-bottom: 20px;
}
#basket table.basket th {
	background: #f0f0f0;
	text-align: center;
	font-weight: 700;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 5px;
}
#basket table.basket tr.basket-item td {
	padding: 12px 5px;
	border-bottom: 1px solid #ccc;
}
#basket table.basket td.basket-num {
	width: 20px;
	text-align: center;
	padding-right: 0;
	padding-left: 0;
}
#basket table.basket td.basket-img {
	width: 40px;
}
#basket table.basket td.basket-img a {
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
}
#basket table.basket td.basket-img a img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-height: 100%;
}
#basket table.basket td.basket-img a:hover img {
	opacity: .7;
}
#basket table.basket td.basket-point,
#basket table.basket td.basket-price,
#basket table.basket td.basket-btn,
#basket table.basket tr.basket-item td.basket-amount {
	text-align: center;
}
#basket table.basket tr.basket-item td.basket-amount .quantity-wrap {
	display: inline-block;
	text-align: left;
}
#basket table.basket tr.basket-item td.basket-name {
	padding-left: 20px;
	padding-right: 10px;
	width: 300px;
}
#basket table.basket tr.basket-item td.basket-name a {
	text-decoration: none;
}
#basket table.basket tr.basket-item td.basket-name a:hover {
	text-decoration: underline;
}
#basket table.basket tr.basket-item td.basket-btn {
	width: 70px;
	padding-right: 15px;
}
#basket table.basket td.basket-btn a {
	display: inline-block;
}
#basket table.basket td.basket-btn a:hover img {
	opacity: .7;
}
#basket table.basket td.basket-btn .basket-btn_wish {
	margin-bottom: 2px;
}
#basket table.basket td.basket-total {
	padding-top: 4px;
}
#basket table.basket td.basket-total .total-wrap {
	text-align: right;
	background: #f0f0f0;
	padding: 10px 10px;
	border-bottom: 1px solid #ccc;
	border-top: 3px solid #ccc;
}
.total-wrap .total-item,
.total-wrap .total-price {
	display: inline-block;
}
.total-wrap .total-price em {
	color: #f61919;
	font-size: 107.1%;
	font-weight: 700;
}

.basket-quantity {
	margin-bottom: 5px;
	position: relative;
	padding-right: 23px;
	display: inline-block;
}
.basket-quantity a {
	position: absolute;
	right: 0;
}
.basket-quantity a:hover img {
	opacity: .7;
}
.basket-quantity_01 {
	top: 0;
}
.basket-quantity_02 {
	bottom: 0;
}
.basket-amend a:hover img {
	opacity: .7;
}

.basket_btn_btm_wrap .basket_btn_btm_back {
	float: left;
	width: 450px;
	padding-top: 5px;
}
.basket_btn_btm_wrap .basket_btn_btm_order {
	width: 280px;
	float: right;
	text-align: center;
}
.basket_btn_btm_wrap {
	margin-bottom: 30px;
}
.basket_btn_btm_back > a {
	display: inline-block;
	padding: 17px 19px;
	border: 1px solid #1c1c1c;
	color: #262626;
	font-size: 114.3%;
	font-weight: bold;
	position: relative;
	text-align: center;
	margin-right: 5px;
}
.basket_btn_btm_order > a {
	display: inline-block;
	padding: 22px 24px;
	background: #00a3e0;
	color: #fff;
	font-size: 128.5%;
	font-weight: bold;
	position: relative;
	width: 100%;
}
.basket_btn_btm_order > a img{
	padding-right: 12px;
	vertical-align: middle;
}
.basket_btn_btm_back > a img{
	padding-right: 10px;
	vertical-align: middle;
}
.basket_btn_btm_back > a:hover {
	opacity: 0.7;
}
.basket_btn_btm_order > a:hover {
	opacity: 0.7;
}

.basket_okiniiri {
	margin-bottom: 70px !important;
}
 #basket .basket_okiniiri table.basket tr.basket-item td.basket-name {
	width: 240px;
}
 #basket .basket_okiniiri table.basket tr.basket-item td.basket-btn {
	width: 100px;
	padding-right: 10px;
}
.basket-btn_gobasket {
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #ccc;
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	padding: 5px 8px 4px;
}
.basket-btn_gobasket:hover {
	background: #eee;
}


/* ----------------------------------------

商品リスト　テーブル

---------------------------------------- */
.shop_list_table table#recent td.line,
.shop_list_table table#M_group td.line {
	display: none;
}
.shop_list_table table#recent td.line img,
.shop_list_table table#M_group td.line img {
	display: none;
}
.shop_list_table table#recent td.itemBox,
.shop_list_table table#M_group td.itemBox {
	vertical-align: top;
	text-align: left;
}
.shop_list_table table table {
	width: 174px;
}
.shop_list_table td.itemImg {
	width: 110px;
	text-align: center;
}
.shop_list_table .itemImg a {
	height: 174px;
}
.shop_list_table a img {
	display: block;
	margin: 0 auto;
}
.shop_list_table a:hover img {
	opacity: .7;
}
.shop_list_table table#recent p,
.shop_list_table table#M_group p {
	text-align: left;
}
.shop_list_table table#recent p,
.shop_list_table table#M_group p {
	margin-top: 5px;
}
.shop_list_table .name a {
	text-decoration: none;
	font-weight: 700;
	display: inline-block;
}
.shop_list_table .name a:hover {
	text-decoration: underline;
}
.shop_list_table table#recent p.price,
.shop_list_table table#M_group p.price {
	color: #666;
	margin-top: 2px;
}
.shop_list_table table#recent p.name img,
.shop_list_table table#M_group p.name img {
	height: 18px;
	margin-right: 3px;
}
.shopdetail_related table#M_group p.name img {
    margin-top: 10px;
    height: auto;
}


/* ----------------------------------------

お知らせ

---------------------------------------- */

#content > table > tbody > tr > td[width="640"] table[width="570"] {
    width: 100%;
}
#content > table > tbody > tr > td[width="640"] table[width="570"] tr{
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    text-align: left;
    height: 100%;
    width: 100%;
}
.main-contents_newslist {
	padding-top: 0;
	margin-top: -6px;
}
.news-list table {
	table-layout: inherit;
}
.news-list table td.line {
	display: none;
}
.news-list td.lims {
	width: auto;
	padding: 15px 0 18px;
}
.news-list tr:first-child{
    border: none;
}
.news-list tr{
    border-bottom: 1px solid #e5e5e5;
}
.news-list td[width="80%"]{
	width: 100%;
}
.news-list td[width="20%"]{
	width: 7.5em !important;
	text-align: left;
	color: #999;
}
.news-list td.lims a {
	text-decoration: none;
	color: #1c1c1c;
}
.news-list td.lims a:hover {
	text-decoration: underline;
}
.news-wrap .pager {
	margin-top: 30px;
}
.news-wrap .pager a .woong {
	color: #333 !important;
}
.news-wrap .pager table {
	width: 100%;
}
.news-wrap .pager table .line {
	display: none;
}
.news-date {
	text-align: right;
	margin: -10px 0 10px;
}
/* ----------------------------------------
news-contents 
---------------------------------------- */
.news-contents{
	text-align: left;
	margin-bottom: 55px;
}
.news-wrap .data{
	text-align: left;
	margin-bottom: 30px;
}
.news-contents div{
	margin-bottom: 30px;
}
.news-contents ul{
	margin-bottom: 30px;
}
/*.news-contents ul li{
	margin-bottom: 15px;
	padding-left: 20px;
}
.news-contents ul li:before{
	list-style-type: disc;
}*/

.news-contents ul > li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}
.news-contents ul > li:last-child{
	margin-bottom: 0;
}
.news-contents ul > li:before {
    border: solid 4px #262626;
	display: block;
	content: "";
   	border-radius: 50%;
    position: absolute;
    left: 0;
    top:6px;
}


/* ----------------------------------------

カテゴリページ

---------------------------------------- */
.main-contents#category h2{
	font-size: 171.4%;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 2px solid #1c1c1c;
    margin-bottom: 40px;
    text-align: left;
}

.shop_cate_mainimg {
	margin-bottom: 25px;
}
.shop_cate_nav {
	margin-bottom: 20px;
}
.shop_cate_nav td.line {
	display: none;
}
.shop_cate_nav a {
	text-decoration: none;
	display: inline-block;
}
.shop_cate_nav a:hover {
	text-decoration: underline;
}

.list-info {
	margin-bottom: 35px;
}
.list-total {
	float: left;
	font-weight: bold;
	font-size: 114.2%;
}
.list-sort {
	float: right;
}
.list-sort > li {
	display: inline-block;
	margin-left: 12px;
}
.list-sort > li.active {
	font-weight: 700;
}
.list-sort a {
	text-decoration: none;
	color: #333;
}
.shop_list > li {
	width: 191px;
	float: left;
	margin: 0 10px;
	margin-bottom: 40px;
	text-align: left;
}
.shop_list > li:nth-child(4n+1){
	clear: left;
}
.shop_list a {
	display: block;
	text-decoration: none;
	margin-bottom: 3px;
}
.shop_list a:hover {
	text-decoration: underline;
}
.shop_list a:hover img {
	opacity: .7;
}
.shop_list_img {
	height: 174px;
	margin-bottom: 17px;
	position: relative;
}
.shop_list_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.shop_list_name {
	font-weight: 700;
	line-height: 1.42857;
}
.shop_list_icon {
	margin: 5px 0;
}
.shop_list_icon img {
	height: 18px;
	margin-right: 3px;
}
.shop_list_price {
	color: #666;
}
.category-list-detail .name{
	margin-bottom: 10px;
	margin-top: 10px;
}
.category-list-detail .name a{
	color: #262626;
	font-weight: bold;
	font-size: 107.1%;
}
.category-list-detail > .price{
	font-size: 114.2%;
}


/* ----------------------------------------

カテゴリページ

---------------------------------------- */
/*.shop_cate_mainimg {
	margin-bottom: 25px;
}
.main-contents#category .category-list {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.main-contents#category .category-list > li {
	display: table-cell;
}*/

.shop_list {
	display: block;
	width: 100%;
}
.main-contents#category .category-list > li {
	width: 186px;
	float: left;
	margin: 0 10px;
	margin-bottom: 40px;
}
.main-contents#category .category-list > li:nth-child(4n+1){
	clear: left;
}
.main-contents#category .category-list > li a {
	display: block;
	text-decoration: none;
	margin-bottom: 3px;
}

.shop_cate_nav {
	margin-bottom: 20px;
}
.shop_cate_nav td.line {
	display: none;
}
.shop_cate_nav a {
	text-decoration: none;
	display: inline-block;
}
.shop_cate_nav a:hover {
	text-decoration: underline;
}
.category-list-inner{
    text-align: left;
}
.category-list-img{
	height: 174px;
	position: relative;
	box-shadow: 4px 2px 13px 4px rgb(240, 240, 240);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.category-list-img a{
	height: 174px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.category-list-img a img{
	max-height: 100%;
	padding: 15px;
}
.category-list-detail{
	padding: 0 10px;
}

/*.shop_listbar {
	background: #f0f0f0;
	padding: 10px 15px;
	margin-bottom: 30px;
}
.shop_listbar_total {
	float: left;
}
.shop_listbar_sort {
	float: right;
}
.shop_listbar_sort > li {
	display: inline-block;
	margin-left: 12px;
}
.shop_listbar_sort > li.shop_listbar_sort_first {
	margin-left: 7px;
}
.shop_listbar_sort > li.active {
	font-weight: 700;
}
.shop_listbar_sort a {
	text-decoration: none;
}
.shop_listbar_sort a:hover {
	text-decoration: underline;
}
*/
.shop_listbar {
	background: #f0f0f0;
	padding: 10px 15px;
	margin-bottom: 30px;
}
.shop_listbar_total {
	float: left;
	font-weight: bold;
	font-size: 114.3%;
}
.shop_listbar_sort {
	float: right;
}
.shop_listbar_sort > li {
	display: inline-block;
	margin-left: 12px;
}
.shop_listbar_sort > li.shop_listbar_sort_first {
	margin-left: 7px;
}
.shop_listbar_sort > li.active {
	font-weight: 700;
}
.shop_listbar_sort a {
	text-decoration: none;
	color: #262626;
}
.shop_listbar_sort a:active{
	font-weight: bold;
}
.shop_listbar_sort a:hover {
	text-decoration: underline;
	opacity: 1;
}



/* ----------------------------------------

item

---------------------------------------- */

/*.shopdetail_item{
    border-top: 1px solid #c0c0c0;
    padding-top: 50px;
    margin-bottom: 80px;
}
.item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    font-size: 107.1%;
    margin-bottom: 50px;
}
.item:last-child{
	margin-bottom: 0;
}
.item div{
    width: 50%;
}
.item .item_image{
   margin-right: 30px;
}
.item .item_text{
    flex-shrink: 0;
   text-align: left;
}

*/

/* ----------------------------------------

商品検索画面

---------------------------------------- */
.shop_list .imgWrap {
	height: 174px;
	margin-bottom: 17px;
	position: relative;
	box-shadow: 4px 2px 13px 4px rgb(240, 240, 240);
    padding: 10px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shop_list .imgWrap img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding: 10px;
}
.shop_list .name {
	font-weight: 700;
	line-height: 1.42857;
	font-size: 107.1%;
}
.shop_list .price {
	color: #666;
	font-size: 114.3%;
	margin-top: 15px;
}
.search_box {
	background: #f4f4f4;
	border: 1px solid #dadada;
	padding: 20px 25px 25px;
	margin: 0 10px 20px;
}
.search_box table {
	width: 100%;
}
.search_box_1 {
	width: 5em;
}
.search_box_2 {
	width: 10em;
}
.search_box th,
.search_box td {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}
.search_box th {
	text-align: right;
	font-weight: 700;
	padding-right: 12px;
	font-size: 13px;
	padding-top: 9px;
	width: 130px;
}
.search_box input[type="text"],
.search_box select {
	border: 1px solid #ccc;
	padding: 5px;
}
#searchPrice{
	display: none;
}
.search_box select#subcategory {
	margin-top: 5px;
}
.search_box_btn {
	text-align: center;
	margin-top: 18px;
}
.search_box_btn a {
	display: inline-block;
	width: 260px;
	background: #444;
	padding: 12px 0;
	color: #fff;
	font-weight: bold;
}
.search_box_btn img{
	vertical-align: middle;
	padding-right: 10px;
}
.search_box_btn a:hover {
	background: #787878;
}
#searchProduct input,
#searchContent input,
#searchCode input,
#searchBrand input,
#searchCategory select {
	width: 100%;
	box-sizing: border-box;
}
.search_word {
	margin-bottom: 15px;
	text-align: left;
}
.search_word font {
	color: #333 !important;
}
.sub-category{
	margin-bottom: 30px;
}
.sub-category table td[width="147"] td[width="119"]{
	width: 100%;
	text-align: left;
}
.sub-category table td[width="147"] td[width="18"]{
	display: none;
}
.sub-category table td[width="147"] td[width="119"] a{
	color: #333 !important;
}

.sub-category tr td.line{
	display: none;
}
.sub-category td a{
	position: relative;
    padding-left:15px;
}
.sub-category td a:hover{
	opacity: 1;
	text-decoration: underline;
}
.sub-category td a:before {
    content: '';
    background: url(https://gigaplus.makeshop.jp/bluestorm/img/common/arw_03.png);
    background-repeat: no-repeat;
    width: 5px;
    height: 7px;
    position: absolute;
    left: 0px;
    top: 5px;
}


.shopdetail_related .spe{
	display: none;
}
.shopdetail_related .name{
    margin-top: 15px !important;
	margin-bottom: 15px !important;
}
.shopdetail_related h3{
	display: none;
}
.shopdetail_related h3.tit_02{
	display: block;
}
.shopdetail_related #M_group td.itemImg{
	height: 174px;
}
.shop_list_table .itemImg a{
	height: auto !important;
}
.shopdetail_related #M_group > tbody > tr:nth-child(n+2){
	display: none;
}
/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.list-info:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.list-info {
	*zoom: 1;
}