/* HairMake GARO */
.org_shoplist {
    width: 956px;
	margin: auto;
}

.org_shoplist .shop_link_child a {
	background-color: #eee;
}

/* 
 * Common 
 * *********************************************************************************** */
.top_page .footer_outer .footer_inner {
	width: 935px;
	padding: 100px 15px 10px 10px;
}

/*  ORIGINAL SALON LINK
---------------------------------------------------------------------------------------*/

/*  OFFICIAL
************************************** */
.org_shoplist .link_official .list_invitation {
	padding: 0px 10px 10px 10px;
	background: none;
}

.org_shoplist .list_invitation .invitation_contents.left {
	width: 340px;
	float: left;
	position: relative;
	padding: 18px 18px 18px 10px;
}

.org_shoplist .list_invitation .invitation_contents.left .title {
	display: block;
	font-size: 24px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.org_shoplist .list_invitation .invitation_contents.left .deco {
	display: block;
	height: 70px;
	width: 154px;
	position: absolute;
	top: -4px;
	right: 0px;
}

.org_shoplist .list_invitation .invitation_contents.right {
	display: block;
	width: 450px;
	float: right;
	text-align: center;
	font-size: 24px;
	padding: 18px;
	background-color: #fafafa;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.06) 1px 1px 2px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.06) 1px 1px 2px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.06) 1px 1px 2px 0px;
}

/*  LINk LIST
************************************** */
.org_shoplist .foot_wrap_shop_link {
	padding: 0 10px;
}

.org_shoplist .shop_link {
	width: 24%;
	float: left;
	margin-bottom: 1%;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.06) 1px 1px 2px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.06) 1px 1px 2px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.06) 1px 1px 2px 0px;
}

.org_shoplist .shop_link.contents_default {
	margin-right: 1%;
}

.org_shoplist .shop_link_inner {
	padding: 9px;
	border: 1px solid #eee;
	/*height: 172px;*/
}

.org_shoplist .shop_name {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.org_shoplist .shop_address {
	font-size: 9px;
}
.org_shoplist .shop_tel {
	font-size: 14px;
}
.org_shoplist .shop_link_child {
	display: block;
	overflow: hidden;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 64%;
}
.org_shoplist .shop_link_child.last {
	margin-right: 0px;
	text-align: center;
	width: 34%;
}
.org_shoplist .shop_link_child a {
	display: block;
	padding: 5px;
	font-size: 11px;
}

.org_shoplist .shop_image a {
	display: block;
}
.org_shoplist .shop_image img {
	display: block;
	width: 100%;
	height: auto;
}

/*  END ORG SALON LINK ------------------------------------------------------------*/

/*  Top Slide
----------------------------------------------------------------------------  */
.slide_outer,
.slide_outer.flexslider {
	height: 414px;
	overflow: hidden;
	width: 736px;
}
