@charset "shift_jis";

/*light*/
@font-face {
	font-family: "RoundedMgenplus-light";
	src: url(/fonts/rounded-mgenplus-1cp-light.ttf) format("truetype");
}

/*medium*/
@font-face {
	font-family: "RoundedMgenplus-medium";
	src: url(/fonts/rounded-mgenplus-1cp-medium.ttf) format("truetype");
}

/*heavy*/
@font-face {
	font-family: "RoundedMgenplus-heavy";
	src: url(/fonts/rounded-mgenplus-1cp-heavy.ttf) format("truetype");
}


/* ---------- base -------------------- */
html {
	background-color:#fff;
	width:100%;
}
body {
	width:100%;
	font-size:70%;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	margin:0 auto;
	position: relative;
}
.max-wide{
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
}
.clearfix {
    display: block;
	margin: 0 auto 20px auto;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pc{display: none;}
.sp{display: block;}
h3{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 25px 5% 10px 5%;
	clear: both;
	background-image: url(../../common/images/bg_h3_07.png);
	background-repeat: repeat-x;
	background-color: #fa828c;
}
span.category_tag{
	background-color: #fa828c;
    color: #fff;
	padding: 0 5px;
	border-radius: 3px;
	display: inline-block;
	margin-left: 2%;
}
/* ---------- header -------------------- */

header {
    width: 100%;
    max-width: 1024px;
    margin: auto;
    overflow: hidden;
}
header a.logo {
    width: calc(100% - 55px);
    height: 55px;
    display: block;
    float: left;
    background-color: rgb(255, 255, 255);
    padding: 10px 3px 0px 15px;
	/*縦ロゴ*/
	display: flex;
	align-items: center;
}
header a.logo img.logo1 {
    /*width: 90%;
    max-width: 300px;*/
	/*縦ロゴ*/
	height: 90%;
	width: auto;
	
}
header a.logo img {
    margin: 0px;
}
header a.logo img.logo2 {
    /*width: 90%;
    max-width: 180px;*/
	/*縦ロゴ*/
	width: 40%;
	height: auto;
}
header a.logo img {
    width: 0px;
    margin: 0px;
}
header div.selectarea{
	
}
header div.selectarea ul {
    display: table;
    vertical-align: middle;
    height: 55px;
    width: 55px;
	
}
header div.selectarea ul li.menu {
    width: 50px;
}
header div.selectarea ul li {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
}


header ul.tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px;
    width: 100%;
    height: 50%;
}
header ul.tab li.east, header ul.tab li.west {
    width: 50%;
    text-align: center;
    margin-bottom: -1px;
}

header li.on a header li.on a:link, header li.on a:visited {
    color: rgb(250, 130, 140);
}
header ul.tab a.east, header ul.tab a.west {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    padding: 5px 0px;
}
header li.on span {
    border-bottom: 1px solid rgb(250, 130, 140);
}
header li.off, header li.off:link, 
header li.off:visited {
    background-color: rgb(240, 240, 240);
    border-bottom: 1px solid rgb(250, 130, 140);
    border-top: rgb(255, 255, 255);
	
}
header li.off a, header li.off a:link,
header li.off a:visited {
    color: rgb(204, 204, 204);
}
header ul.tab a.east,
header ul.tab a.west {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    padding: 10px 0px;
}

header li.on {
    background-color: rgb(255, 255, 255);
    border-top: 1px solid rgb(250, 130, 140);
}
header li.on.east,
header li.on.east:link,
header li.on.east:visited {
    border-right: 1px solid rgb(250, 130, 140);
}
header li.on.west,
header li.on.west:link,
header li.on.west:visited {
    border-left: 1px solid rgb(250, 130, 140);
}
header ul.tab li.east,
header ul.tab li.west {
    width: 50%;
    text-align: center;
    margin-bottom: -1px;
}


header div.nowpage{
	clear: none;
	width: auto;
	margin: 10px auto 0px;
	background-color: transparent;
	text-align: center;
	border-bottom: 1px solid #efefef;
}
header div.nowpage p{
	margin: 0;
	text-align: center;
}
header div.nowpage span{
	color: #939385;		
}



/* nav#globalnavigation */
#globalnavigation {
	display:block;
	background:url(../images/globalnavigation_bg.gif) 0 0 repeat;
	width:100%;
	height:40px;
}
#globalnavigation>ul {
	width: 100%;
	max-width:980px;
	margin:0 auto;
}
#globalnavigation ul li {
	float:left;
	border-right:solid 1px #999;
	height:40px;
}
#globalnavigation ul li:first-child { border-left:solid 1px #999; }
#globalnavigation ul li a,
#globalnavigation ul li a:link,
#globalnavigation ul li a:visited {
	display:block;
	border-left:solid 1px #fff;
	width:190px;
	height:36px;
	color:#000;
	font-size:1.6em;
	font-weight:bold;
	line-height:2.2;
	letter-spacing:2px;
	text-align:center;
	text-decoration:none;
	padding:2px 0;
}
#globalnavigation ul li a:hover {
	background-color:#f00;
	color:#fff;
}
#globalnavigation>a { display: none; }
#globalnavigation ul li { position: relative; }
#globalnavigation ul li ul {
	display:none;
	position:absolute;
	top:100%;
	z-index:1000;
}
#globalnavigation ul li:hover ul {
	display:block;
	left:0;
	right:0;
}
#globalnavigation ul li ul li {
	float:none;
	background:url(../images/globalnavigation_bg.gif) 0 0 repeat;
	border-right:none;
	padding:0;
}
#globalnavigation ul li ul li:first-child { border-left:none; }
#globalnavigation ul li ul li a,
#globalnavigation ul li ul li a:link,
#globalnavigation ul li ul li a:visited {
	border:solid 1px #ccc;
	font-size:1.2em;
	line-height:2.8;
}
#globalnavigation ul li ul li a:hover {
	background-color:#f00;
	color:#fff;
}
/* ---------- main -------------------- */
main {
	width: 100%;
	margin:0 auto;
}
/* section */
section {
	display:block;
	margin:0 auto;
}
/* ---------- nav#pankuzu -------------------- */
#pankuzu {
	display:block;
	background-color:#666;
	width:100%;
	height:30px;
	margin:0 auto;
}
#pankuzu ul {
	width: 100%;
	max-width:980px;
	margin:0 auto;
	padding:0 10px;
}
#pankuzu ul li {
	float:left;
	font-size:1.2em;
	color:#fff;
	line-height:2.4;
	margin-right:5px;
}
#pankuzu ul li a,
#pankuzu ul li a:link,
#pankuzu ul li avisited {
	color:#fff;
	text-decoration:none;
}
#pankuzu ul li a:hover { color:#ccc; }

/* ---------- footer -------------------- */
footer dl.footer_category{
	display: none;
}
footer small{
	padding: 10px 0;
	text-align: center;
	display: block;
}
footer dl.footer_else{
	text-align: center;
}






.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}

.zdo_drawer_menu .zdo_drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: relative;
  width: 30px;
  top: -3px;
  left: 50%;
  transform: translate(-50%,0); 
  z-index: 1001;
  text-align: center;
  outline: none;
}

.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar1 {
    margin-top: 13px;
}
.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
    background-color: rgb(150, 150, 150);
    border-radius: 30px;
}
.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_text {
    display: none;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
	transform: rotateZ(38deg);
	width: 40px;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
	transform-origin:left;
	transform: rotateZ(-38deg);
	 width: 40px;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}
.zdo_drawer_menu .zdo_drawer_bar {
  display: block;
  height: 4px;
  margin: 8px 0;
  transition: all 0.2s;
  transform-origin: 0 0;
}

.zdo_drawer_menu .zdo_drawer_text {
  text-align: center;
  font-size: 10px;
}

.zdo_drawer_menu .zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

.zdo_drawer_menu .zdo_drawer_menu_text {
  display: block;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 312px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #ffebbd;
	border-left: 3px solid #c4b591;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
	
}
/*スクロールバー全体*/
.zdo_drawer_menu .zdo_drawer_nav_wrapper.open ::-webkit-scrollbar {
    width: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: rgba(195, 174, 126, .5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}


.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 40px 24px;
	overflow: scroll;
	height: 100%;

}
.zdo_drawer_menu .zdo_drawer_nav li {
  border-bottom:1px dotted #fff;
    margin: 0;
    font-size: 14px;
    background: none;
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    display: table;
}
.zdo_drawer_menu .zdo_drawer_nav li a{
	display: block;
    color: #000;
    background-position: left center;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 25px;
    display: table-cell;
    vertical-align: middle;
	padding: 15px 0;
}
.zdo_drawer_menu .zdo_drawer_nav li a span {
    display: inline-block;
    margin-left: 45px;
}
.zdo_drawer_menu .zdo_drawer_nav li.title {
	color: #cc0000;
	font-size: 16px;
	border-bottom: 3px solid #ffffff;
}
.zdo_drawer_menu .zdo_drawer_nav li.title a span{
	margin-left: 0px;
	color: #cc0000;
}
.zdo_drawer_menu .zdo_drawer_nav li.title a b{
	color: #574300;
	font-weight: normal;
}
.zdo_drawer_menu .zdo_drawer_nav li.title a{

}
.zdo_drawer_menu .zdo_drawer_nav li.top{
	border-bottom: none;
	text-align: right;
	padding-top: 10px;
}
.zdo_drawer_menu .zdo_drawer_nav li.top a{
	text-align: right;
	border-bottom: none;
	display: inline;
}
/*引越し*/
.zdo_drawer_menu .zdo_drawer_nav li.moving {
	border-bottom: 1px dotted #fff;
    margin: 0;
    background: none;
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    display: table;
	padding-bottom: 0;
}
.zdo_drawer_menu .zdo_drawer_nav li.moving a {
	background-color: transparent;
    color: #e00;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 25px;
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0;
	border-radius: 0;
	border: none;
	text-align: left;
	top: 0;
	left: 0;
	font-weight: bold;
}
.zdo_drawer_menu .zdo_drawer_nav li.moving a span{
	display: inline;
	background-image: none;
	padding: 0;
	font-family: "RoundedMgenplus-medium";
}


.shohin_end{
	position: relative;
	overflow: hidden;
}
.shohin_end::after{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	visibility: inherit;
	background-image: url(/shohin/customer_service/common/images/bg_black.png);
}
.shohin_end::before{
	content:"こちらのサービスは終了しました";
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	display: block;
	color: #fff;
	z-index: 30;
	font-size: 18px;
	text-align: center;
	width: 100%;
}


/* section.category */
.category h2{
	background-color: #fff;
}
.category ul{
	overflow: hidden;
	background-color: #ebebeb;
	border-bottom: solid 1px #ebebeb;
	max-width: 980px;
	margin: auto;
}
.category ul li {
	width:50%;
	
	margin:0;
	float: left;
	font-size: 14px;
	background:none;
	background-color: #fff;
	border-top:solid 1px #ebebeb;
	width: 50%;
	box-sizing: border-box;
	font-size: 12px;
	display: table;
	
}
.category ul li:nth-child(2n-1){
	border-right: solid 1px #ebebeb;
}
.category ul li a,
.category ul li a:link,
.category ul li a:visited {
	display:block;
	color: #000;
	background-position: left center;
	background-repeat: no-repeat;
	background-position:5px center;
	background-size: 35px;
	height: 4.5em;
	display: table-cell;
	vertical-align: middle;
}
.category ul li a:hover {
	
}
.category ul li a span{
	display: inline-block;
	margin-left: 45px;
}

.category h2{
	color: #fa828c;
	font-size: 18px;
	padding: 20px 0 20px 20px;
	clear: both;
	font-weight: bold;
	background-image: url(/shohin/customer_service/common/images/arrow_pink.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 15px 15px;
	width: 90%;
	margin: auto;
}

.category ul li.end{
	position: relative;
}
.category ul li.end::after {
	content: "";
	display: block;
	background-image:url(/shohin/customer_service/common/images/img_end.png);
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	
}


/* #ruiji */
#ruiji{
	background-color: #d1f6f1;
	overflow: hidden;
	float: none;
	padding: 20px 0;
}
#ruiji h4{
	width: 90%;
	margin: 0 auto 10px;
	font-size: 16px;
	background-image: url(../../common/images/arrow_blue.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left center;
	padding-left: 30px;
	color: #666;
	font-weight: bold;
}
#ruiji>p{
	font-size: 14px;
	width: 96%;
	margin: auto;

}
#ruiji h3{
	color: #505050;
	font-weight: bold;
	font-size: 14px;
	padding: 15px 0 0;
	background-color: transparent;
	background-image: none;
}
#ruiji ul{
	
	width: 100%;
	box-sizing: border-box;
	padding: 10px 10px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	
}

#ruiji ul li {
    display: inline-block;
    width: 200px;
	height: auto;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    font-size: 10px;
    font-size: 1.0rem;
    box-shadow: 0px 0px 3px #ccc;
    border: 8px solid #fff;
}
#ruiji ul li a,
#ruiji ul li a:link,
#ruiji ul li a:visited{
	display: block;
	color: #666;
}
#ruiji ul li a span{
	display: block;
	font-size: 14px;
	font-weight: bold;
}
#ruiji ul li a p{
	font-size: 12px;
	width: 100%;
	display: block;
	overflow: visible;
	
}
#ruiji ul li img{
	width: 100%;
	height: auto;
}

/*#other*/
#other{
	margin: 0 auto 0px auto;
}
#other div.bnrarea{
	padding: 40px 0;
}
#other div.bnrarea div{
	padding-bottom: 20px;
}
#other div.bnrarea div.nyukyo{
	padding-bottom: 0px;
}
#other a{
	display: block;
	width: 90%;
	margin: 0px auto 0 auto;
	padding: 20px 0 20px 15px;
	background-size: 100% auto;
	background-position:  right 40%;
	color: #fff;
	text-align: left;
	text-shadow: 1px 1px 3px #000;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	border: 1px solid #ccc;
}
/*#other a::after{
	content: "";
	position:absolute;
	top: 48%;
	right: 3%;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform:rotate(45deg);
}*/


#other div.guide a{
	background-image:url(/shohin/customer_service/common/images/bg_guide_sp.jpg);
}
#other div.keiyaku a{
	background-image:url(/shohin/customer_service/common/images/bg_keiyaku_sp.jpg);
}
#other div.nyukyo a{
	background-image:url(/shohin/customer_service/common/images/bg_nyukyo_sp.jpg);
}

small.copy{
	background-color: #505050;
	color: #fff;
	display: block;
	text-align: center;
	padding: 10px 0;
}

/*footernavi*/
#footernavi{
	border-top: 6px solid #dc0014;
	background-color: #fafafa;
}
#footernavi ul{
	width: 90%;
	margin: auto;
}
#footernavi ul li{
	font-size: 13px;
	border-bottom: 1px solid #ebebeb;
}
#footernavi ul li a,
#footernavi ul li a:link,
#footernavi ul li a:visited{
	color:#505050;
	padding: 20px 0 20px 40px;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px auto;
	position: relative;
}
#footernavi ul li.service a{background-image: url(../images/ficon_about.png);}
#footernavi ul li.privacy a{background-image: url(../images/ficon_privacy.png);}
#footernavi ul li.mm a{background-image: url(../images/ficon_minimini.png);}
#footernavi ul li a::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #232f3e;
    border-right: solid 2px #232f3e;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 6%;
    margin-top: -4px;
}
#footernavi h3{
	background-color: transparent;
	background-image: none;
	text-align: center;
	max-width: 300px;
	margin: auto;
	padding: 0 0 10px 0;
}
#footernavi h3 img{
	width: 80%;
	max-width: 300px;
	margin: auto;
}

/* --------------------------------------------------
-----------------------------------------------------
window size 650-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:650px){

/* ---------- header -------------------- */
	header { 
		background-color: transparent;
		width: 100%;
		max-width: inherit;
		position: relative;
	}
	header a.logo {
		width: auto;
		padding: 10px 4% 0 2%;
		height: auto;
	}
	header a.logo img.logo1 {
		/*width: 120%;*/
		height: 100%;
		width: 220px;
	}
	header a.logo img.logo2 {
		/*width: 100%;*/
		width: 200px;
		margin-left: 10px;

	}

	header div.selectarea{
		width: auto;
		float: none;
		background-color: transparent;
		overflow: hidden;
		width: 55px;
		top: 10px;
		right: 10px;
		position:fixed;
		z-index: 1000;
		}
	header div.selectarea strong {
		margin: 0px 0 0 0;
		width: auto;
		text-align: left;
		position: static;
		top: 0;
		left: 0;
	}

	
	
	/* ---------- nav#pankuzu -------------------- */
	/*#pankuzu { display:none; }*/
	/* ---------- footer -------------------- */
	footer {
		display:block;
		background-color:#eee;
		width:100%;
		margin:0 auto;
		overflow: hidden;
	}

	/* #other */
	#other .bnrarea{
		display: flex;
		flex-wrap: nowrap;
		align-items: stretch;
		justify-content: center;
		max-width: 900px;
		margin: 0px auto 0;
	}
	#other .bnrarea div,
	#other .bnrarea div.nyukyo{
		align-items: stretch;
		display:block;
		width: 33%;
		max-width:980px;
		margin:0 auto;
		padding:0 10px 0 0 !important;
		padding: 0;
	}

	#other .bnrarea div a{
		height: 100%;
		margin: 0 auto;
		box-sizing: border-box;
	}

	
	#footernavi ul{
		justify-content: center;
		display: flex;
	}
	#footernavi ul li{
		display: inline-block;
		width: auto;
		margin-bottom: 0;
		border-bottom: none;
	}
	#footernavi ul li a,
	#footernavi ul li a:link,
	#footernavi ul li a:visited{
		background-size: 20px auto;
		padding: 20px 0 20px 20px;
		margin:0 10px;
	}
	#footernavi ul li a::before {
		display: none;
	}
	
	/*引越し*/
	body .zdo_drawer_menu .zdo_drawer_nav li.moving a {
		box-shadow: none;
		font-size: 12px;
	}

}
/* --------------------------------------------------
-----------------------------------------------------
window size 900-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:900px){
	.pc{display: block;}
	.sp{display: none;}

	h3{
		text-align: center;
		padding: 20px 5% 5px 5%;
	}

	header{
		margin-bottom: 0;
	}
	header a.logo {
		width: 40%;
		height: auto;
		padding: 14px 15px 0 2%;
		
		}
	header a.logo img{
		max-width: inherit;
		height: 80px;
		width: auto;
	}
	header div.selectarea strong {
		margin: 0px 0 0 0;
		text-align: center;
	}
	
	header div.selectarea ul li.east,
	header div.selectarea ul li.west{
		margin: 20px 0 0 5px;
	}
	header div.selectarea a.east,
	header div.selectarea a.west{
		padding: 0px 0;
	}
	
	/*エリアタブの形変更*/
	header ul.tab{
		position:absolute;
		top: 0px;
		right: 30px;
		width: 600px;
		height: inherit;
	}
	header ul.tab li.east, 
	header ul.tab li.west{
		display: inline-block;
		max-width: none;
		width: 200px;
		background-color: transparent;
		margin: 10px 0 0 10px;		
	}
	header ul.tab li.east.on, 
	header ul.tab li.west.on{
		border:1px solid #fa828c;
		
	}
	header ul.tab li.east.off, 
	header ul.tab li.west.off{
		border:none;
		background-color: #f0f0f0;
		
	}
	header div.nowpage{
		width: 100%;
		margin: 70px auto 0;
	}

	/*エリア表示*/
	header div.nowpage{
		margin-bottom: 20px;
	}
	header div.nowpage p{
		display: inline-block;
		font-weight: bold;
		font-size: 16px;
		color: #505050;
	}
	header div.nowpage span{
		display: inline-block;
	}
	header div.nowpage span br{
		display: none;
	}

	/*.category PC左に行くように*/
	.layout_right{
		width: 75%;
		float: right;
		margin: 0 0 0 0px;
		padding: 0 30px;
	}

	.category.home{
		width: 20%;
		width: calc(25% - 30px);
		max-width: inherit;
		float:left;
		box-sizing: border-box;
		padding : 0 0 0 30px;
	}
	.category.home h2{
		width: 90%;
		margin: 0 0 0px;
	}
	.category.home ul {
		width: 100%;
		box-sizing: border-box;
		
	}
	.category.home ul li{
		float: none;
		width: 100%;
		border: none;
		text-align: left;
		border-bottom: 1px solid #ccc;
	}
	.category.home ul li:nth-child(2n-1){
		border-right: none;
	}


}
