@charset "UTF-8";


/* -------------------------------------------------- PC -------------------------------------------------- */


/* ------------- common ------------- */

.hnb-mt30 { margin-top: 30px; }
.hnb-mt60 { margin-top: 60px; }
.hnb-mb15 { margin-bottom: 15px; }
.hnb-mb30 { margin-bottom: 30px; }
.hnb-mb50 { margin-bottom: 50px; }
.hnb-mb80 { margin-bottom: 80px; }
.hnb-mb100 { margin-bottom: 100px; }
.nhb-tac { text-align: center; }
.hnb-column-base,
.hnb-rank-base {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
/*	justify-content: space-between;*/
	justify-content: left;
}



/***************************************************************************************************

    独自デザイン（PC） > トップページ編集 > 上段メニュー管理

***************************************************************************************************/

.hnb-header-wrap {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 2px solid #eb9a9a;
}
.hnb-header-inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 1024px;
}
.hnb-logo { display: block; }
.hnb-logo span {
	display: block;
	font-size: 11px;
}
.hnb-header-wrap .hnb-upper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 9px;
	line-height: 26px;
}
.hnb-header-wrap .hnb-upper li,
#subNav li {
	margin-right: 20px;
	font-size: 12px;
	color: #4c0000;
}

.hnb-header-wrap .hnb-upper li:last-child,
#subNav li:last-child {
	margin-right: 0;
	}
.hnb-header-wrap .hnb-upper li a,
#subNav li a {
	color: #4c0000;
}
.hnb-header-wrap .hnb-upper li:nth-child(1) {
	padding-left: 16px;
	background: url("https://gigaplus.makeshop.jp/famiel/images/2019re/ico_pencil.png") no-repeat left 7px;
}
.hnb-header-wrap .hnb-upper li:nth-child(2) {
	margin-right: 30px;
	padding-left: 16px;
	background: url("https://gigaplus.makeshop.jp/famiel/images/2019re/ico_human.png") no-repeat left 7px;
}

.hnb-header-wrap .hnb-upper .hnb-header-price {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.hnb-header-wrap .hnb-upper .hnb-header-price span {
	font-size: 16px;
	font-weight: bold;
}
.hnb-header-cart a {
	display: block;
	padding: 0 15px 0 32px;
	line-height: 26px;
	font-size: 13px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	background: #fdd914 url("https://gigaplus.makeshop.jp/famiel/images/2019re/ico_cart.png") no-repeat 11px 6px;
}
.hnb-header-wrap .hnb-bottom,
#head .hnb-bottom {
	line-height: 33px;
}

.hnb-header-wrap .hnb-bottom,
#head .hnb-bottom {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	line-height: 40px;
}
.hnb-header-wrap .hnb-bottom li,
#head .hnb-bottom li {
	margin-right: 20px;
}
#head .hnb-bottom li:first-child {
	margin-right: 0;
}
.hnb-header-wrap .hnb-bottom li a,
#head .hnb-bottom li a {
	color: #4c0000;
	font-size: 12px;
}
#head .hnb-bottom .search_btn a {
	font-size: 14px;
	font-weight: bold;
	line-height: 3;
}
.hnb-header-wrap .hnb-bottom li:last-child,
#head .hnb-bottom li:last-child {
	margin-right: 0;
}
.hnb-header-wrap .hnb-bottom form,
#head .hnb-bottom form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
}
.hnb-header-wrap .hnb-bottom form input[type="text"],
#head .hnb-bottom input[type="text"] {
	display: block;
	border-radius: 5px 0px 0px 5px; 
	-moz-border-radius: 5px 0px 0px 5px; 
	-webkit-border-radius: 5px 0px 0px 5px; 
	border: 1px solid #dadada;
	border-right: none;
	width: 440px;
}
.hnb-header-wrap .hnb-bottom form input[type="submit"],
#head .hnb-bottom .search_btn {
	display: block;
	cursor:pointer;
	border-radius: 0px 5px 5px 0px; 
	-moz-border-radius: 0px 5px 5px 0px; 
	-webkit-border-radius: 0px 5px 5px 0px;
	line-height: 30px;
	border: none;
/*	background: #fde414 url("https://gigaplus.makeshop.jp/famiel/images/2019re/ico_loupe.png") no-repeat center;*/
	background: #fde414;
	width: 60px;
	height:40px;
}
.hnb-header-wrap .hnb-bottom li:nth-child(2),
#head .hnb-bottom li:nth-child(3) {
	padding-left: 16px;
	background: url("https://gigaplus.makeshop.jp/famiel/images/2019re/ico_contact.png") no-repeat left 15px;
}
.hnb-header-wrap .hnb-bottom li:nth-child(3),
#head .hnb-bottom li:nth-child(4) {
	padding-left: 16px;
	background: url("https://gigaplus.makeshop.jp/famiel/images/2019re/ico_guide.png") no-repeat left 15px;
}

/* ------------- Makeshopヘッダー ------------- */

#header {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 2px solid #eb9a9a;
}
#head {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 1024px;
}
#h_logo {
	display: block;
	text-align: left;
}
#h_logo span {
	display: block;
	font-size: 11px;
}
#head-detail .hnb-upper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 9px;
	line-height: 26px;
}
#head-detail .hnb-upper li {
	margin-right: 20px;
	font-size: 12px;
	color: #4c0000;
}
#head-detail .hnb-bottom {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	line-height: 40px;
}
#head-detail .hnb-bottom li {
	margin-right: 20px;
}



/***************************************************************************************************

    nav_area.html

***************************************************************************************************/

.hnb-nav-wrap {
	margin-bottom: 30px;
	padding: 10px 0;
	background: #fef6f6;
}
.hnb-nav-wrap .hnb-nav-inner {
	padding: 10px 0;
	background: #fff;
}
.hnb-nav-inner ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 964px;
}
.hnb-nav-inner ul li {
	padding-right: 42px;
	font-size: 16px;
	line-height: 25px;
	border-right: 1px dotted #ca1820;
}
.hnb-nav-inner ul li:nth-child(1) {
	padding-left: 33px;
    background: url(https://gigaplus.makeshop.jp/famiel/images/2019re/ico_nav_cake01.png) no-repeat left top;
}
.hnb-nav-inner ul li:nth-child(2) {
	padding-left: 33px;
	background: url("https://gigaplus.makeshop.jp/famiel/images/2019re/ico_nav_box.png") no-repeat left top;	
}
.hnb-nav-inner ul li:nth-child(3) {
	padding-left: 33px;
	background: url("https://gigaplus.makeshop.jp/famiel/images/2019re/ico_nav_cake02.png") no-repeat left 3px;	
}
.hnb-nav-inner ul li:nth-child(4) {
	padding-left: 33px;
	background: url("https://gigaplus.makeshop.jp/famiel/images/2019re/ico_nav_lank.png") no-repeat left top;	
}
.hnb-nav-inner ul li:last-child {
	padding-right: 0;
	border-right: none;
}
.hnb-nav-inner ul li a {
	font-weight: bold;
	color: #4c0000;
}
.hnb-nav-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 20px;
	width: 1024px;
}



/***************************************************************************************************

    slider_area.html

***************************************************************************************************/

.hnb-slider-wrap {
	position: relative;
	margin-bottom: 50px;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fffafa;
}
.hnb-slider img {
	display: block;
	width: 907px;
	height: 367px;
	max-width: inherit;
}
  .slider {
    width: 90%;
    margin: 0 auto 80px;
  }
  .slick-slide img {
    width: 100%;
    height: auto;
  }
  .mypattern{
    width: 100%;
  }
  .mypattern .slick-slide{ margin: 5px; }

.next-arrow {
	position: absolute;
	top: 170px;
	right: 19%;
	padding: 0;
	border: none;
	background: url("https://gigaplus.makeshop.jp/famiel/images/2019re/ico_arrow_next.png") no-repeat;
	width: 40px;
	height: 40px;
}
.prev-arrow {
	z-index: 1;
	position: absolute;
	top: 170px;
	left: 19%;
	padding: 0;
	border: none;
	background: url("https://gigaplus.makeshop.jp/famiel/images/2019re/ico_arrow_prev.png") no-repeat;
	width: 40px;
	height: 40px;
}
#hnb-slider .slick-dots li { margin: 0; }
#hnb-slider .slick-dots li.slick-active button:before,
#hnb-slider .slick-dots li button:before { color: #4c0000; }




.hnb-container-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 240px;
	font-size: 12px;
}

/* ------------- 独自デザイン（PC） > トップページ編集 > 左側メニュー管理 ------------- */

.hnb-side-wrap { width: 220px; }
.hnb-side-list li { margin-bottom: 20px; }
.hnb-side-list li:last-child { margin-bottom: 0; }
.hnb-side-catnav-wrap {
	margin: 30px 0;
	padding: 0 10px;
	background: #fdfafa;	
}
.hnb-side-catttlbase {
	margin-bottom: 10px;
	padding-left: 17px;
	font-weight: bold;
	font-size: 14px;
	color: #ac3f3f;
}
.hnb-side-catnav .hnb-side-catnav-type { background: url("https://gigaplus.makeshop.jp/famiel/images/2019re/ico_type.png") no-repeat left 1px; }
.hnb-side-catnav .hnb-side-catnav-chara { background: url("https://gigaplus.makeshop.jp/famiel/images/2019re/ico_character.png") no-repeat left 1px; }
.hnb-side-catnav .hnb-side-catnav-situ { background: url("https://gigaplus.makeshop.jp/famiel/images/2019re/ico_situation.png") no-repeat left 1px; }
.hnb-side-catnav .hnb-side-catnav-flavor { background: url("https://gigaplus.makeshop.jp/famiel/images/2019re/ico_flavor.png") no-repeat left 1px; }

.hnb-side-catnav dd { margin-bottom: 30px; }
.hnb-side-catnav dd:last-child { margin-bottom: 0; }
 .hnb-side-catnav li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 16px;
}
.hnb-side-catnav li a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	color: #4c0000;
	line-height: 30px;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}
.hnb-side-catnav li a.towlines {
	padding-bottom: 10px;
	line-height: 20px;
}
.hnb-side-catnav li a span {
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.hnb-side-catnav .hnb-side-icon {
	width: 30px;
	height: auto;
}

.hnb-side-feature {
	position: relative;
	padding: 20px 10px 25px;
	text-align: center;
	color: #4c0000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e65151;
	background: #fffce9;
}
.hnb-side-feature:before {
	display: block;
	content: "";
	position: absolute;
	top: 1px;
	background: url("https://gigaplus.makeshop.jp/famiel/images/2019re/ico_flower_red.png") no-repeat top center;
	width: 196px;
	height: 16px;
}
.hnb-side-feature:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 1px;
	background: url("https://gigaplus.makeshop.jp/famiel/images/2019re/ico_flower_red.png") no-repeat bottom center;
	width: 196px;
	height: 16px;
}
.hnb-side-feature h4 { margin-bottom: 20px; }
.hnb-side-feature dl dt {
	margin-bottom: 10px;
	padding: 6px 0;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
.hnb-side-feature dl dt .upper {
	font-family: 'Verdana';
	display: block;
	margin-bottom: 3px;
	font-size: 10px;
	font-weight: bold;
}
.hnb-side-feature dl dt .under {
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	display: block;
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	background-image: none;
}
.hnb-side-feature dl dd {
	margin-bottom: 15px;
	line-height: 17px;
	font-size: 14px;
}
.hnb-side-feature01 {
	border: 1px solid #e6b19b;
	background: #f6c4b0;
}
.hnb-side-feature02 {
	border: 1px solid #e1ca92;
	background: #f1deae;
}
.hnb-side-feature03 {
	border: 1px solid #a3e0c8;
	background: #c0ebda;
}
.hnb-side-feature img { max-width: none; }



/***************************************************************************************************

    独自デザイン（PC） > トップページ編集 > 中央画面管理

***************************************************************************************************/

.hnb-main-wrap { width: 784px; }
.hnb-main-ttl-base {
	padding: 35px 0 27px;
	text-align: center;
	background: url("https://gigaplus.makeshop.jp/famiel/images/2019re/bg_ttl.png") repeat;	
}
.hnb-main-ttl-base span { display: block; }
.hnb-main-ttl-base .upper {
	font-family: 'Verdana';
	display: block;
	color: #4c0000;
	font-size: 20px;
	font-weight: bold;
}
.hnb-main-ttl-base .under {
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	display: block;
	color: #ac3f3f; 
	font-size: 30px;
	font-weight: bold;
}
.hnb-main-info dt {
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	padding: 0 0 0 30px;	
	font-size: 23px;
	font-weight: bold;
	line-height: 57px;
	color: #9b4545;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	background: url("https://gigaplus.makeshop.jp/famiel/images/2019re/bg_info.gif");
}
.hnb-main-info dt span {
	font-family: 'Verdana';
	margin-right: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #4c0000;
}
.hnb-main-info dd {
	border: 1px solid #ccc;
	border-top: none;
}
.hnb-main-info dd ul {
	overflow: auto;
	padding: 10px 30px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 130px;
}
.hnb-main-info dd ul li {
	line-height: 40px;
	border-bottom: 1px dotted #ccc;
}
.hnb-main-info dd ul li a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	color: #4c0000;
}
.hnb-main-info dd ul li a .hnb-info-day {
	display: block;
	margin-right: 30px;
	font-size: 14px;
}
.hnb-main-info dd ul li a .hnb-info-days { margin-right: 20px; }
.hnb-main-info dd ul li a .hnb-info-detail {
	display: block;
	font-size: 16px;
}
.hnb-price-base dt a,
.hnb-rank-list dt a {
	color: #4c0000;
	font-size: 14px;
	font-weight: bold;
}
.hnb-price-base dt a span,
.hnb-rank-list dt a span {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
}
.hnb-price-base dd,
.hnb-rank-list dd {
	text-align: right;
}
.hnb-price-base dd a,
.hnb-rank-list dd a {
	color: #4c0000;
	font-size: 12px;
}
.hnb-price-base dd a span,
.hnb-rank-list dd a span {
	display: inline-block;
	color: #e80000;
	font-size: 18px;
	font-weight: bold;
}
.hnb-price-base > dt {
	text-align: left;
}

/* 商品リスト（5列） */
.hnb-product-list,
.hnb-rank-list {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #ccc;
}
.hnb-product-list > dl,
.hnb-product-list > li {
	width: 18.5%;
	margin-right: 1.875%;
}
.hnb-product-list > dl:last-child,
.hnb-product-list > li:last-child {
	margin-right: 0;
}
.hnb-product-list .hnb-price-base,
.hnb-product-list > dl img,
.hnb-product-list > li img {
/*	width: 146px;*/
}
.hnb-product-list:last-child,
.hnb-rank-list:last-child {
	border-bottom: none;
}
.hnb-product-list div,
.hnb-rank-list div {
	margin-bottom: 10px;
	line-height: 0;
}
.hnb-season-list div {
	margin-bottom: 10px;
	line-height: 0;
}
.hnb-main-info {
	text-align: left;
}

/* ランキング（4列） */
.hnb-rank-list > dl,
.hnb-rank-list > li {
	width: 23.25%;
	margin-right: 3%
}
.hnb-rank-list > dl:last-child,
.hnb-rank-list > li:last-child {
	margin-right: 0;
}
.hnb-rank-list > dl > li {width: 100%;}
.hnb-rank-list div {
	margin-bottom: 10px;
	line-height: 0;
}




/***************************************************************************************************

    独自デザイン（PC） > トップページ編集 > 下段メニュー管理

***************************************************************************************************/

.hnb-footer-guide-wrap,
.hnb-footer-list-wrap {
	width: 1024px;
}

.hnb-footer-guide-wrap {
	margin: 0 auto 50px;
	padding-top: 30px;
	border-top: 2px solid #ffe9e9;
}
.hnb-footer-guide {
	margin: 0 auto;
}
.hnb-footer-guide .hnb-footer-guide-ttl {
	margin-bottom: 20px;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	color: #953333;
	background: url("https://gigaplus.makeshop.jp/famiel/images/2019re/bg_ttl_guide.png") no-repeat top center;
	height: 47px;
}
.hnb-footer-guide ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.hnb-footer-guide ul li { width: 318px; }
.hnb-footer-guide-sttl {
	margin-bottom: 20px;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
	color: #953333;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	background: #ffecec;
} 
.hnb-footer-guide-sttl:before {
	display: inline-block;
	content: "";
	position: relative;
	top: -2px;
	left: -10px;
	background: url("https://gigaplus.makeshop.jp/famiel/images/2019re/ico_flower_pink.png") no-repeat left center;
	width: 10px;
	height: 10px;
}
.hnb-footer-guide-sttl:after {
	display: inline-block;
	content: "";
	position: relative;
	top: -2px;
	right: -10px;
	background: url("https://gigaplus.makeshop.jp/famiel/images/2019re/ico_flower_pink.png") no-repeat left center;
	width: 10px;
	height: 10px;
}
.hnb-footer-guide-detail {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #d1a1a1;
	text-align: left;
}
.hnb-footer-guide-detail:last-child { border: none; }
.hnb-footer-guide-detail dt {
	margin-bottom: 5px;
	padding-left: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #953333;
	background: url("https://gigaplus.makeshop.jp/famiel/images/2019re/ico_check.png") no-repeat left center;
}
.hnb-footer-guide-detail dd {
	line-height: 1.4;
	font-size: 12px;
	color: #501313;	
}
.hnb-footer-guide-txt {
	margin-bottom: 15px;
	line-height: 1.4;
	font-size: 12px;
	color: #501313;
	text-align: left;
}
.hnb-footer-guide-link {
	text-align: left;
}
.hnb-footer-guide-link a {
	font-size: 12px;
	color: #1a0dab;
	text-decoration: underline;
}
.hnb-footer-guide-link a:hover { text-decoration: none; }
.hnb-footer-list-wrap {
	position: relative;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffe9e9;
}
.hnb-footer-list-wrap:before {
	display: block;
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	border-top: 2px solid #fff;
	width: 100%;
	height: 2px;
}
.hnb-footer-list-wrap:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	border-top: 2px solid #fff;
	width: 100%;
	height: 2px;
}
.hnb-footer-list-wrap ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	margin: 0 auto;
/*	width: 1024px;*/
}
.hnb-footer-list-wrap ul li:first-child {
	margin-right: auto;
	padding-left: 0;
	line-height: inherit;
	background: none;
}
.hnb-footer-list-wrap ul li {
	margin-right: 30px;
	padding-left: 14px;
	line-height: 50px;
	font-size: 14px;
	background: url("https://gigaplus.makeshop.jp/famiel/images/2019re/ico_arrow_black.png") no-repeat 5px 23px;
}
.hnb-footer-list-wrap ul li:last-child { margin-right: 0; }
.hnb-footer-bottom {
	padding-top: 36px;
	line-height: 35px;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #4c0000;
	height: 100px;
}
.hnb-footer-bottom-inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	margin: 0 auto;
	padding: 0 10px;
/*	width: 1024px;*/
}
.hnb-footer-bottom-inner li {
	font-family: 'Verdana';
	font-size: 14px;
}
.hnb-sns-list-wrap { margin-left: 270px; }
.hnb-footer-bottom-inner li .hnb-sns-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}
.hnb-footer-bottom-inner li .hnb-sns-list li { margin-right: 20px; }
.hnb-footer-bottom-inner li .hnb-sns-list li:last-child { margin-right: 0; }


