@charset "UTF-8";
/*================================================
トップページ専用CSS
================================================*/

html{text-align:left;}
body {text-align:left;}


/* main_bg
--------------------------------------------------------------------*/

.main_bg {
	background:url(/static/full/images/common/parts/main_bg_01.jpg) repeat-x left 256px;
	background-size:10px 446px;
	overflow: hidden;
}


/* section_mainbnr
--------------------------------------------------------------------*/

.section_main {
	width: 100%;
	padding:20px 0 0;
	margin:0 auto;
	overflow:  hidden;
}
.section_main .flexslider {
	width:  1020px;
	margin: 0 auto 72px;
}
.section_main .flex-viewport {
	overflow:visible!important;
}
.section_main .main_bnr {
	padding:0 10px;
}
.section_main .flex-direction-nav a {
	width: 52px;
	height: 52px;
	margin-top:-28px;
	border:2px solid #000;
	border-radius:50%;
	top: 50%;
}
.section_main .flex-prev {
	left: -18px;
}
.section_main .flex-next {
	right: -18px;
}
.section_main .flex-prev:after {
	content:"";
	width:10px!important;
	height:10px!important;
	margin-top:-5px!important;
	margin-left:-5px!important;
	top:50%!important;
	left:50%!important;
}
.section_main .flex-next:after {
	content:"";
	width:10px!important;
	height:10px!important;
	margin-top:-5px!important;
	margin-right:-5px!important;
	top:50%!important;
	right:50%!important;
}

.section_mainbnr {
	width: 100%;
	margin-bottom: 20px;
	padding: 20px 0 72px;
	overflow: hidden;
}
.mainbnr_slider {
	width: 1000px;
	margin: 0 auto;
}
.mainbnr_slider_list {}
.mainbnr_slider_item {
	padding: 0 10px;
	position: relative;
}
.mainbnr_slider_photo {}
.mainbnr_slider_link {}
.mainbnr_slider_image {
	max-width: 100%;
	height: auto;
}
/*slick.css*/
.section_mainbnr .slick-slider .slick-list {
	overflow: visible;
}
.section_mainbnr .slick-dotted.slick-slider {}
.section_mainbnr .slick-dots {
	position: absolute;
	bottom: -42px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.section_mainbnr .slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 10px;
	cursor: pointer;
}
.section_mainbnr .slick-dots li button {
	display: block;
	width: 12px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	outline: none;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: #7d7d7d;
	border: 2px solid #7d7d7d;
	-webkit-border-radius: 20px;
	border-radius: 20px;

}
.section_mainbnr .slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.section_mainbnr .slick-dots li.slick-active button {
	background: none;
	border: 2px solid #7d7d7d;
	cursor: default;
}
.section_mainbnr .slick-prev,
.section_mainbnr .slick-next {
	display: block;
	width: 52px;
	height: 52px;
	/* margin-top:-28px; */
	border:2px solid #000;
	border-radius:50%;
	position: absolute;
	top: 50%;
	z-index: 10;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
.section_mainbnr .slick-prev {
	left: -50px;
}
.section_mainbnr .slick-next {
	right: -50px;
}
.section_mainbnr .slick-prev:after {
	content:"";
	width:10px;
	height:10px;
	margin-top:-5px;
	margin-left: -5px;
	border-top:2px solid #000;
	border-right:2px solid #000;
	position:absolute;
	top:50%;
	left:50%;
	transform:rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.section_mainbnr .slick-next:after {
	content:"";
	width:10px;
	height:10px;
	margin-top:-5px;
	margin-right: -5px;
	border-top:2px solid #000;
	border-right:2px solid #000;
	position:absolute;
	top:50%;
	right:50%;
	transform:rotate(45deg);
	-webkit-transform: rotate(45deg);
}

/* header_brand_nav
--------------------------------------------------------------------*/

.header_brand_nav {
	height: 54px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	box-sizing: border-box;
}
.header_brand_nav *,
.header_brand_nav *:before,
.header_brand_nav *:after {
	box-sizing: border-box;
}
.header_brand_list:before, .header_brand_list:after {
	content: none;
}
.header_brand_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	height: 100%;
	margin: 0 -15px;
}
.header_brand_item {
	padding: 0 15px;
	position: relative;
	text-align: center;
}
.header_brand_item + .header_brand_item:before {
	content: "";
	width: 14px;
	height: 2px;
	margin-top: -1px;
	background: #c6c6c6;
	position:absolute;
	top: 50%;
	left: -11%;
}
.header_brand_item a:link,
.header_brand_item a:visited,
.header_brand_item a:hover,
.header_brand_item a:active {
	text-decoration: none;
}

.header_brand_link {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	height: 54px;
	color: #000;
	font-size: 17px;
	text-decoration: none;
	position: relative;
}
.header_brand_item.apuweiser-riche a {}
.header_brand_item.apuweiser-riche.active a {
	color:#000;
}
.header_brand_item.jusglitty a {}
.header_brand_item.jusglitty.active a {
	color:#000;
}
.header_brand_item.rirandture a {}
.header_brand_item.rirandture.active a {
	color:#000;
}
.header_brand_item.mystrada a {}
.header_brand_item.mystrada.active a {
	color:#000;
}
.header_brand_item.arpegestory-limited a {}
.header_brand_item.arpegestory-limited.active a {
	color:#000;
}
.header_brand_item.cadune a {}
.header_brand_item.cadune.active a {
	color:#000;
}
.header_brand_item.arpegestory-limited a,
.header_brand_item.beaute a {
	font-size: 15px;
}
.header_brand_item.beaute.active a {
	color: #000;
}
.header_brand_item.s-sizestory a {
	background: url(/static/full/images/header/brand_logo_06.jpg) no-repeat center;
}
.header_brand_item.s-sizestoryactive a {
	background: url(/static/full/images/header/brand_logo_06_on.jpg) no-repeat center;
}
.header_brand_item.active a:after ,
.header_brand_item a:hover:after {
	content:"";
	width:100%;
	height:3px;
	position:absolute;
	bottom:-1px;
	left:50%;
	transform: translateX(-50%);
}
.header_brand_item.apuweiser-riche.active a:after ,
.header_brand_item.apuweiser-riche a:hover:after {
	background-color:#000;
}
.header_brand_item.jusglitty.active a:after ,
.header_brand_item.jusglitty a:hover:after {
	background-color:#000;
}
.header_brand_item.rirandture.active a:after ,
.header_brand_item.rirandture a:hover:after {
	background-color:#000;
}
.header_brand_item.mystrada.active a:after ,
.header_brand_item.mystrada a:hover:after {
	background-color:#000;
}
.header_brand_item.arpegestory-limited.active a:after ,
.header_brand_item.arpegestory-limited a:hover:after {
	background-color:#000;
}
.header_brand_item.cadune.active a:after ,
.header_brand_item.cadune a:hover:after {
	background-color:#000;
}
.header_brand_item.s-sizestory.active a:after ,
.header_brand_item.s-sizestory a:hover:after {
	background-color:#000;
}
.header_brand_item.beaute.active a:after,
.header_brand_item.beaute a:hover:after {
	background-color: #000;
}
.header_brand_item.arpegestory-feature.active a:after ,
.header_brand_item.arpegestory-feature a:hover:after {
	background-color:#000;
}

/* section_discount
--------------------------------------------------------------------*/
.section_discount {
	margin: 20px auto;
	border-bottom: 1px solid #e2e2e2;
}
.nav_discount {
	width: 1000px;
	margin: 0 auto 20px;
}
.nav_discount_list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-left: -10px;
	margin-right: -10px;
}
.nav_discount_items {
	box-sizing: border-box;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	width: 100%;
	max-width: 20%;
	padding: 0 10px;
}
.nav_discount_items a {
	display: block;
	width: 100%;
	background-color: #DDDDDD;
	text-align: center;
	font-size: 17px;
	line-height: 40px;
	text-decoration: none;
}
.nav_discount_items a:hover {
	opacity: 0.8;
}

/* section_custom
--------------------------------------------------------------------*/

.section_custom {
	width: 1000px;
	margin: 20px auto 100px;
}

/* 商品4列表示 */
.goods_list {
	margin-left: -10px;
	margin-right: -10px;
}
.goods_item {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	width: 100%;
	max-width: 25%;
	padding: 0 10px;
}

/* section_feature
--------------------------------------------------------------------*/

.section_feature {
	width:1000px;
	margin:0 auto 60px;
}
.section_feature *,
.section_feature *:before,
.section_feature *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.feature_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.feature_item {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	width: 100%;
	max-width: 25%;
	margin-bottom: 20px;
	padding: 0 10px;
	position:relative;
}
.feature_link {
	display:block;
}
.feature_photo {
	margin-bottom: 5px;
	position:relative;
}
.section_feature a:hover .feature_photo:after {
	content:"";
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.2);
	position:absolute;
	top:0;
	left:0;
}
.feature_image {
	width: 100%;
	height: auto;
}
.feature_title {
	font-size: 12px;
	margin-bottom:5px;
	line-height:1.4em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.feature_model {
	font-weight:bold;
}
.feature_date {
	color: #999;
	line-height: 1;
}
.section_feature .inner {
	overflow: hidden;
	width: 1000px;
	height: 250px;
}

/* section_newsevents
--------------------------------------------------------------------*/

.section_newsevents {
	width:1000px;
	margin:0 auto 60px;
}
.section_newsevents *,
.section_newsevents *:before,
.section_newsevents *:after {
	box-sizing: border-box;
}
.newsevents_list:beofre,
.newsevents_list:after {
	content: none;
}
.newsevents_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.newsevents_item {
	flex: 0 0 50%;
	width: 100%;
	max-width: 50%;
	margin-bottom: 30px;
	padding: 0 15px;
	position: relative;
}
.newsevents_link {}

.newsevents_data {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.newsevents_photo {
	width: 160px;
	position: relative;
}
.newsevents_photo.onlyphoto {
	-webkit-flex: 1;
	flex: 1;
	width: 100%;
}
.newsevents_link:hover .newsevents_photo:after {
	content:"";
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.2);
	position:absolute;
	top:0;
	left:0;
}
.newsevents_image {
	width: 100%;
	height: auto;
}
.newsevents_detail {
	-webkit-flex: 1;
	flex: 1;
	width: -webkit-calc(100% - 160px);
	width: calc(100% - 160px);
	padding: 0 0 0 10px;
}
.newsevents_title {
	font-feature-settings: "palt" 1;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 5px;
}
.newsevents_feed {
	display: -webkit-flex;
	display: flex;
}
.newsevents_date {
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
}
.newsevents_brand {
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
	word-break: break-all;
	margin-left: 10px;
}

/* section_live_shopping
--------------------------------------------------------------------*/

.section_live_shopping {
	width:1000px;
	margin:0 auto 60px;
}
.section_live_shopping *,
.section_live_shopping *:before,
.section_live_shopping *:after {
	box-sizing: border-box;
}

.section_live_shopping .sub_text {
	margin-left:20px;
	font-size:18px;
}

.live_shopping_list:beofre,
.live_shopping_list:after {
	content: none;
}
.live_shopping_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.live_shopping_item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 100%;
    max-width: 25%;
    margin-bottom: 20px;
    padding: 0 10px;
    position: relative;
}
.live_shopping_link {
	display:block;
}

.live_shopping_data {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.live_shopping_photo {
    margin-bottom: 5px;
    position: relative;
}
.live_shopping_photo.onlyphoto {
	-webkit-flex: 1;
	flex: 1;
	width: 100%;
}
.live_shopping_link:hover .live_shopping_photo:after {
	content:"";
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.2);
	position:absolute;
	top:0;
	left:0;
}
.live_shopping_image {
	width: 100%;
	height: auto;
}
.live_shopping_detail {
	-webkit-flex: 1;
	flex: 1;
	width: -webkit-calc(100% - 160px);
	width: calc(100% - 160px);
	padding: 0 0 0 10px;
}
.live_shopping_title {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1.4em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.live_shopping_feed {
	display: -webkit-flex;
	display: flex;
}
.live_shopping_date {
    color: #999;
    /* line-height: 1; */
}
.live_shopping_brand {
    /* line-height: 1; */
    margin-left: 10px;
    word-break: break-all;
}

/* section_pickupitem
--------------------------------------------------------------------*/

.section_pickupitem {
	width: 1000px;
	margin: 0 auto 60px;
}
.section_pickupitem *,
.section_pickupitem *:before,
.section_pickupitem *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.section_pickupitem .common_title_01 {
	padding-left:10px;
}
.pickup_list:before,
.pickup_list:after {
	content: none;
}
.pickup_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	position: relative;
}
.pickup_item {
	-ms-flex: 0 0 10%;
	flex: 0 0 20%;
	width: 100%;
	max-width: 20%;
	margin-bottom: 30px;
	padding: 0 5px;
	position: relative;
}
.pickup_item_col6 {
	-ms-flex: 0 0 16.66666%;
	flex: 0 0 16.66666%;
	width: 100%;
	max-width: 16.66666%;
}
.pickup_link {
	display: block;
}

.pickup_photo {
	margin-bottom: 15px;
	position: relative;
}
.pickup_photo:before {
	content:"";
	display: block;
	padding-top: 120%;
}
.pickup_link:hover .pickup_photo:after {
	content:"";
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.2);
	position:absolute;
	top:0;
	left:0;
}
.pickup_image {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.pickup_brand {
	color: #919191;
	font-size: 12px;
}
.section_pickupitem .itemslider_list .slick-prev,
.section_pickupitem .itemslider_list .slick-next {
	top: 90px;
}



/* section_newarrival
--------------------------------------------------------------------*/

.section_newarrival {
	width:1000px;
	margin: 0px auto 60px;
	padding: 0 60px;
	overflow:  hidden;
}

/* section_preorder
--------------------------------------------------------------------*/

.section_preorder {
	width:1000px;
	margin: 0px auto 60px;
	padding: 0 60px;
	overflow:  hidden;
}

/* section_rearrival
--------------------------------------------------------------------*/

.section_rearrival {
	width:1000px;
	margin: 0px auto 60px;
	padding: 0 60px;
	overflow:  hidden;
}

/* section_tab
--------------------------------------------------------------------*/

.section_tab {
	width:1000px;
	margin:0 auto 60px;

}

/* section_comingsoon
--------------------------------------------------------------------*/

.section_comingsoon {
	width:1000px;
	margin:0 auto 60px;

}


/* section_coordinateranking
--------------------------------------------------------------------*/

.section_coordinateranking {
	width:1000px;
	margin:0 auto 60px;
	padding: 0 60px;
	overflow:  hidden;
}


/* section_ranking
--------------------------------------------------------------------*/

.section_ranking {
	width:1000px;
	margin:0 auto 60px;
	padding: 0 60px;
	overflow:  hidden;
}
.ranking_tab {
	margin-bottom: 30px;
}
.ranking_tab_slider {
	position: relative;
}
.ranking_tab_slider .slick-arrow {
	display: block;
	width: 20px;
	height: 30px;
	color: #fff;
	text-decoration: none;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	z-index: 10;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	background-color:rgba(255,255,255,0);
}
.ranking_tab_slider .slick-prev {
	left: -20px;
}
.ranking_tab_slider .slick-prev:after{
	content: "";
	width: 12px;
	height: 12px;
	margin-top: -6px;
	margin-left: -4px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 50%;
}
.ranking_tab_slider .slick-next {
	right: -20px;
}
.ranking_tab_slider .slick-next:after{
	right: -15px;
	content: "";
	width: 12px;
	height: 12px;
	margin-top: -6px;
	margin-right: -4px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 50%;
}

.ranking_tab_list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin-left: -15px;
	margin-right: -15px;
}
.ranking_tab_item {
	padding: 0 15px;
	text-align: center;
	position: relative;
}
.ranking_tab_name {
	display: block;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	padding: 10px 5px;
	cursor: pointer;
	position: relative;
}
.ranking_tab_item.selected .ranking_tab_name {
	font-weight: bold;
}

/* section_outerranking
--------------------------------------------------------------------*/

.section_outerranking {
	width:1000px;
	margin:0 auto 60px;
	padding: 0 60px;
	overflow:  hidden;
}


.bnr_information_area{
	width: 1000px;
	margin: 20px auto 0;

}
.bnr_information_area img {
	width: 100%;
}
.bnr_information_area li {
	list-style: none;
	margin-bottom: 0px;
}

/* section_snap
--------------------------------------------------------------------*/

.section_snap {
	width:1000px;
	margin: 0px auto 35px;
	padding: 0 60px;
	overflow:  hidden;
}
.section_snap *,
.section_snap *:before,
.section_snap *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.snap_slider {}
.snap_slider + .common_btn_01 {
	margin-top: 35px;
}
.snap_slider_list {}
.snap_slider_item {}
.snap_slider_list .slick-prev,
.snap_slider_list .slick-next {
	width: 24px;
	height: 36px;
	position: absolute;
	top: 50%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	outline: none;
	background: transparent;
	border: none;
	margin-top: 0;
	padding: 0;
	cursor: pointer;
	z-index: 10;
	transform: translateY(-50%);
}
.snap_slider_list .slick-prev {
	left: -44px;
}
.snap_slider_list .slick-prev:after {
	content: "";
	width: 24px;
	height: 24px;
	margin-top: -12px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 5px;
}
.snap_slider_list .slick-next {
	right: -44px;
}
.snap_slider_list .slick-next:after {
	content: "";
	width: 24px;
	height: 24px;
	margin-top: -12px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 5px;
}
.snap_list:before,
.snap_list:after {
	content: none;
}
.snap_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	position: relative;
}
.rankingItem_list {}
.snap_item {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	width: 100%;
	max-width: 20%;
	padding: 0 10px;
	position:relative;
}
.snap_notfound {
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px 0;
}
.snap_notfound_text {
	font-size: 12px;
}
.snap_photo {
	margin: 0 0 10px 0;
	overflow: hidden;
}
.snap_link {
	display: block;
	position: relative;
}
.snap_link:before {
	content:"";
	display: block;
	padding-top: 120%;
	position: relative;
}
.snap_link:hover,
.snap_link:active {
	background-color: #fff;
}
.snap_link:hover .snap_image,
.snap_link:active .snap_image {
	opacity: 0.6;
}
.snap_image {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.snap_info {}
.snap_brand {
	font-size: 12px;
	text-align: left;
	line-height: 1;
	margin-bottom: 5px;
}
.snap_date {
	color: #000;
	font-size: 12px;
	margin-bottom: 10px
}
.snap_text {
	font-size: 12px;
	text-align: left;
}
.snap_height {
	color: #000;
	font-size: 12px;
	line-height: 1;
	text-align: left;
}
.item_rankingNumberArea {
	position:absolute;
	top:0;
	left: 10px;
	/*left:35px; ランキングのメイン画像を丸抜きするレイアウトの場合使用*/
	z-index:1;
}
.rankingNumber_textArea {
	display:inline-block;
	color: #1B1D21;
	text-align:center;
	width:30px;
	height:30px;
	line-height:30px;
	/*border-radius:100%; ランキングのメイン画像を丸抜きするレイアウトの場合使用*/
	background: #E8E8E8;
}
#coordinate-top .common_btn_01{
	margin-bottom:60px;
}
.section_taglink{
	margin-bottom:60px;
}
.taglink_container {
	margin-top: -15px;
}
.taglink_list {
	display:flex;
	flex-wrap:wrap;
}
.taglink_listItem {
	margin-top:10px;
	margin-right:10px;
}
.taglink_listItem_textArea {
	display:inline-block;
	border: 1px solid #DDDDDD;
	border-radius:3px;
	box-sizing:border-box;
	background:#fff;
	transition:all 100ms 0s ease;
	padding: 6px 25px;
	color: #1B1D21;
}
.taglink_listItem_textArea:hover {
	border: 1px solid #DDDDDD;
	box-sizing:border-box;
	text-decoration: underline;
	opacity:0.6;
}
