@charset "euc-jp";
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	.clearfix {
		display: inline-table; /* for MacIE */
		zoom: 1; /* for IE 5-7 */
		}
#page-wrapper {
  position: relative;
}
#wrapper {
}
#container {
  clear: both;
  width: 1000px;
  margin: 0 auto;
}
.container {
  /*max-width: 1000px;*/
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}

.muted {
  color: #999;
}

body {
  color:#000;/* #444*/
  background-color: #fff;
  background-image: url();
font-family:"ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica ;
}

a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #3d9ddd;
}
a:hover{
  color: #2c88c5;
  text-decoration: none;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

h2 {
  margin: 2em 0;
  text-align: left;
  font-size: 15px;
}
  .ttl-h2 {
    padding: 0 1.4%;
  }

.btn-01 {
  border: 1px solid #fff;
  background-color: #fff;
  color: #444;
  *background-color: #fff;
  width: 100%;
  border-radius: 0;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  margin: 30px 0 0;
  padding: 20px 0;
  display: block;
}
.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #ddd;
  color: #444;
  *background-color: #ddd;
}

/*
 * web font
 */
.google-font {
/*  text-transform: uppercase;*/
  letter-spacing: .6px;
  font-weight: 400;
/*  font-family: 'Sintony', sans-serif;*/
}
  .google-font.fwb {
    font-weight: 700;
  }

/*
 * header
 */
#header-wrapper {
/*  padding: 0 1.4%;*/
 width:1036px;
 margin:0 auto;
position:relative;
}
#header-top{
  /*padding: 1em 0 4em; */
  padding-right:18px;
}
#header-top .col{
  padding: 0;
}
.header-link a {
  color: #333;
}
  .header-link a:hover span {
    color: #aaa;
    text-decoration: none;
  }
.header-link i {
  vertical-align: middle;
}

/* header-line-nav */

.header-line-nav {
  text-align: right;
  position:relative;
}
  .header-line-nav .inline{
    margin: 0;
    position:absolute;
    top:15px;
    right:0;
  }
  .header-line-nav .inline li {
    padding: 0;
    margin-left:15px;
    position: relative;
    vertical-align: middle;
  }
  .header-line-nav a {
    cursor: pointer;
    display: block;
  }
  .header-line-nav span {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 12px;
    font-weight:bold;
    padding: 0 0 0 2px;
  }

.view-cart {
  position: relative;
  top: -6px;
  left: 50px;
  padding-top: 0 !important;
}
.cart-count {
  font-size: 17px;
  padding: 0 0 0 7px;
  vertical-align: -2px;
}
.btn-viewcart {
  padding: 1px 15px 0 13px;
}

/* header logo */

.shop-logos {
 /* margin: 3.5em 0 0;*/
  min-width: 10%;
  max-width: 100%;
}
.shop-name {
  margin: 0;
  font-size: 21px;
}
  .shop-name a{
    color: #444;
    text-decoration: none;
   /*display: block;*/
  }
    .shop-name a:hover{
      color: #aaa;
    }
.shop-description {
  font-size: 13px;
  font-weight: normal;
  color: #444;
  margin: 0;
}

/* header global nav */

#header-global-nav {
position:absolute;
right:0;
/* padding: 1.8em 0 1.2em; */
text-align: left;
/* font-size: 15px; */
/* clear: both; */
/* border-top: 1px solid #ddd; */
/* border-bottom: 1px solid #ddd; */
float: right;
height:16px;
margin-top: -27px;
margin-right: 0px;
padding-right:18px;
}
  #header-global-nav .inline > li {
    padding: 0 0 0 1.8em;
  }
  #header-global-nav .inline a {
    text-decoration: none;
    color: #000;
    display:block;
   /* font-weight: 600;*/
  }
    #header-global-nav .inline a:hover {
      text-decoration: none;
      color: #aaa;
    }

/* incart delivery */
.incart-delivery {
  text-align: left;
  margin: 3.5em 0 0;
}
  .incart-delivery ul {
    margin: 0;
    list-style: none;
    font-size: 11px;
  }

/*
 * product list
 */
.prd-lst-unit {
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  padding: 0;
  margin: 0 0 3.4%;
}
.prd-lst-link{
  display: block;
  color: #fff;
  max-width: 100%;
  padding: 0 3.2%;
}
.unit-inner{
  width: 100%;
  height: 100%;
  position: relative;
  clear: both;
}
.prd-lst-cap {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.prd-lst-cap-inner{
  padding: 15px;
}
.prd-lst-img {
  display: block;
}
span.prd-lst-span {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  margin: .3em 0;
  font-size: 13px;
  color: #fff;
  width: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha( opacity=0 );
  opacity: 0;
  * display: none;
}
.prd-lst-regular {
  text-decoration: line-through;
}
.prd-lst-discount {
  color: #FFF;
  font-weight: bold;
}
.unit-inner:hover .prd-lst-cap{
  background: url("https://img.shop-pro.jp/tmpl_img/74/blur.png");
  background-repeat : repeat;
  background-position: left;
}
.unit-inner:hover span.prd-lst-span{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha( opacity=100 );
  opacity: 1;
  * display: block;
}

/* product list sort */
.prd-lst-sort {
  margin: 28px 0;
  color: #444;
  text-align: right;
  font-size: 13px;
}
.prd-lst-sort a{
  color: #aaa;
}
.prd-lst-sort a:hover{
  color: #444;
}

/* prduct list pager */
.prd-lst-pager {
  padding: 30px 0 20px;
  text-align: center;
}
  .prd-lst-pager .inline li {
    padding: 0 1.4%;
  }
    .prd-lst-pager .inline li span {
     color: #ddd;
    }
    .prd-lst-pager .inline li a {
      color: #444
    }
      .prd-lst-pager .inline li a:hover {
        color: #aaa;
      }
.prd-lst-pos b {
  font-size: 18px;
  font-weight: normal;
}

/*
 * product
 */
.product-image-thumb img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: alpha( opacity=50 );
  opacity: 0.5;
}
.thumb-active img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha( opacity=100 );
  opacity: 1;
}

/* freepage */
.freepage {
 /* word-break: break-all;
  padding: 2em 0;
*/
}
  .freepage img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }
  .freepage h2{margin:0;}

/*
 * footer
 */

#footer-wrapper {
  margin-top: 30px;
clear: both;

}

/* footer nav */
.footer-top{
  /*border-top: 1px solid #ddd;*/
}
.footer-nav {
  list-style: none;
  margin:0 350px;
  padding:20px 0 10px;
  width:300px;
}
  ul.footer-nav > li {
    margin: 0;
    padding: 0 10px;
    float:left;
    border-right:solid 1px #000;
    font-size:13px;
    line-height:13px;
    color:#000;
    font-weight:bold;
  }
ul.footer-nav li:last-child{border-right:0;}
.footer-primary {
  /*padding-top: 16px;*/
}
  .footer-primary a {
    color: #444;
  }
    .footer-primary a:hover {
      color: #aaa;
    }
.freepage-nav {
  margin-bottom: 1.5em;
  padding-bottom: .8em;
  border-bottom: 1px solid #ddd;
}
.footer-secondary {
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 18px;
}
  .footer-secondary li {
    margin-right: 2.5%;
  }
  .footer-secondary a {
    color: #aaa;
  }
    .footer-secondary a:hover {
      color: #444;
    }

/* footer-bottom */
.footer-bottom{
    width:1000px;
    margin:0 auto;
    padding: 2.5em 0 1.5em;
}

/* social icon */
.social-nav {
text-align: right; */
/* margin: -4px 0 0 0; */
padding: 0;
text-align: center;
margin: auto;
width: 100%;
}
ul.social-nav > li {
  padding-right: 0;
  vertical-align: bottom;
}
ul.social-nav li:first-child{margin-right:10px}
/* copyright */
.copyright {

font-size: 12px;
padding: 0;
word-break: break-word;
float: none;
text-align: center;
margin: auto;
}
  .copyright a{
    color: #aaa;
  }
    .copyright a:hover{
      color: #444;
    }
  .copyright span{
float: left;
margin: 0 15px 0 0;
float: none;
  }

.powered {
  display: block;
  width: 180px;
  height: auto;
  padding: 0;
  margin: 0;
  float: left;
  text-align: center;
}

/*
 * info & freespace
 */
.info, .free-space{
  /*margin-top: 1.8em;*/
  margin-bottom: 1.8em;
}
  .info .col , .free-space .col {
    padding: 0 1.4%;
  }

/*
 * search
 */
  .srh-header {
  padding: 0 0.5%;
}

/* pagetop */
#pagetop {
visibility:hidden;
  position: fixed;
  right: 0;
  bottom: 100px;
  display: none;
}
.btn-pagetop {
  background: #fff;
  display: block;
  text-align: center;
  width: auto;
  padding: 17px;
  border: solid 1px #ddd;
}
.spNav {display:none;}

@media (max-width: 980px) {
#header-global-nav{display:block !important;}
.header-line-nav{display:block !important;}
}
@media (max-width: 768px) {
#header-global-nav{display:block !important;}
.header-line-nav{display:block !important;}
}
@media (max-width: 480px){
#header-global-nav{display:block !important;}
.header-line-nav{display:block !important;}
#header-wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#header-wrapper,
#container,
.footer-bottom,
.footer-nav {width:100%;}
.footer-nav { margin:0 0;}
#header-global-nav{ position: relative; height:auto; display:flex;}
#header-global-nav .inline > li { 
  padding:10px 0; 
  text-align:center; 
  box-sizing:border-box; 
  width:100%;
  border-bottom: 1px solid #ccc;
 }
 ul.sub {
   position:relative !important;
 }
.freePageBox,
  .productListBox,
  .prd_lst,
  .onlineShopList li,
  .nan-cart{ width:100% !important; } 
  .prd_lst_block a { display:block; }
  .shop-logos { width:250px; }
  #header-global-nav {
    position: absolute;
    top: 50px;
    right:0px;
    z-index: 999;
    width:40px;
    height:40px;
    margin-top:0;
    padding-right:0px !important;
  }
  .spNav { 
    display:block; 
    position:absolute;
    width:40px;
    height:40px;
  }
  .menuList {
    display: block;
    position: fixed;
    width: 100%;
    right: -100%;
    top: 90px;
    overflow: hidden;
    z-index: 999999;
    background: rgba(255,255,255,1);
    transition: all 0.3s 0s ease;
    border-top: 5px solid #f2f2f2;
    border-bottom: 5px solid #f2f2f2;
  }
  .menuList.active {
    right: 0;
	}
  .fixed{
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    width: 100% !important;
    box-sizing: border-box;
    padding: 0 18px;
    border-bottom: 1px solid #ccc;
  }
  .fixed #header-global-nav {
  right:20px;
  }
  #header-top {
    padding-right: 0px;
	}
}

/*
@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  .container {
    max-width: 900px;
    width: 90%;
  }
  .col-ex-size{
    width: 48.25%;
  }
}
*/



/*
@media (max-width: 768px) {
  #wrapper {
    padding: 3em 1.4em 0;
  }
  .container {
    width: auto;
  }
  #header-wrapper{
    padding: 0 .1%;
  }
  #header-top{
    padding: 2.2em 0 1.5em;
   }
  .shop-logos{
     margin: 2.5em 0 0 ;
   }
  .shop-name{
    padding: 0 1%;
    text-align: center
  }
  .header-dropdown {
    position: absolute;
    top: 0;
    z-index: 200;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
  }
  .header-dropdown.affix {
    position: fixed;
  }
    .header-dropdown .dropdown-nav li {
      border-bottom: 1px solid #ddd;
      text-align: center;
    }
    .header-dropdown .dropdown-nav a {
      display: block;
      padding: 12px;
      color: #444;
    }
    .header-dropdown .btn-dropdown {
      padding-left: 34px;
      font-size: 15px;
      line-height: 1.6;
    }
    .header-dropdown .btn-dropdown-close {
      background: #ddd;
    }
  .view-cart {
    position: static;
  }
    .view-cart a {
      background-color: #fff;
      color: #444;
    }
    .view-cart span {
      display: block;
      width: 130px;
      margin: 0 auto;
    }
  .incart-delivery {
    margin: 0 0 1em;
  }
  .ttl-h2 {
     padding: 0 1.3%;
   }
  .prd-lst-cap{
    position: static;
    background: transparent;
    background-image: none;
  }
    .unit-inner:hover .prd-lst-cap{
      background: transparent;
      background-image: none;
    }
    span.prd-lst-span{
       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha( opacity=100 );
      opacity: 1;
      * display: block;
      color: #444;
      -webkit-backface-visibility: visible;
      backface-visibility: visible;
    }
    .unit-inner:hover span.prd-lst-span{
      color: #444;
    }
  .prd-lst-cap-inner {
    position: static;
    padding: 15px 0;
  }
  .prd-lst-sort {
    font-size: 13px;
  }
  .footer-primary,
  .footer-secondary {
    padding: 0;
    border: none;
  }
  .freepage-nav{
    border-bottom: none;
  }
  .footer-nav {
    margin: 0;
    padding: 0;
  }
    .footer-nav li {
      margin: 0;
      font-size: 13px;
      border-bottom: 1px solid #ddd;
    }
    ul.footer-nav > li{
      margin: 0;
    }
      .footer-nav li:before {
        display: none;
      }
    .footer-nav a {
      display: block;
      padding: 1em 0;
      font-size: 13px;
    }
      .footer-nav a:hover {
        text-decoration: none;
      }
  .footer-bottom{
     padding: 1em 0 1.5em;
   }
  .copyright{
    text-align: center;
    margin: 0;
  }
  .copyright span{
    float: none;
  }
  .powered{
    float: none;
    margin: 1em auto 0;
  }
  .social-nav{
    text-align: center;
    margin: 1.5em 0 0 ;
  }
  ul.social-nav > li{
    padding: 0 1%;
  }
}
*/



/*
@media (max-width: 480px) {
  .prd-lst-unit {
    margin-bottom: 1.4em;
    height: auto !important;
  }
  .prd-lst-link {
     padding: 0 2.1%;
   }
  .prd-lst-unit .prd-lst-cap{
    display: block;
    top: 0;
    left: 0;
  }
  .prd-lst-sort{
    text-align: left;
    margin: 0 0 3em;
  }
}
*/



/* IE */
.ie_wrapper.container {
  width: 900px;
  overflow: auto;
}





/* icons */

.icon-b, .icon-d {
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility:hidden;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  /*background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_b_hover.png);*/
background-image: url(https://img14.shop-pro.jp/PA01306/972/etc/fb.png?20150110011634);
background-repeat: no-repeat;
}
.icon-d {
  /*background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_b_hover.png);*/
background-image: url(https://img14.shop-pro.jp/PA01306/972/etc/insta2.png);
background-repeat: no-repeat;
}
.icon-cart {
width: 19px;
height: 16px;
background-image: url(https://img14.shop-pro.jp/PA01306/972/etc/icon_cart.jpg);
background-repeat: no-repeat;
}
.icon-user {
width: 16px;
height: 16px;
background-image: url(https://img14.shop-pro.jp/PA01306/972/etc/icon_login.jpg?20150110132607);
background-repeat: no-repeat;
}
.icon-c {
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility:hidden;
  *display: inline;
  *zoom: 1;
}
.icon-c {
  /*background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_b_hover.png);*/
background-image: url(https://img14.shop-pro.jp/PA01306/972/etc/mail.png?20150110011647);
background-repeat: no-repeat;
}
/*
.hov-li:hover .icon-b {
  background-image: url(https://img14.shop-pro.jp/PA01306/972/etc/icon.png?20150110005513);
}/*






@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-b {
    -webkit-background-size: 100px 40px;
    background-size: 100px 40px;
  }
  .icon-b {
    background-image: url(https://img14.shop-pro.jp/PA01306/972/etc/icon.png?20150110005513);
  }
  .hov-li:hover .icon-b {
    background-image: url(https://img14.shop-pro.jp/PA01306/972/etc/icon.png?20150110005513);
  }
}

.icon-user { background-position: -208px -0px; }
.icon-login { background-position: -48px -80px; }
.icon-adduser { background-position: -240px -0px; }
.icon-logout { background-position: -32px -80px; }
.icon-cart { background-position: -176px -64px; }
.icon-twitter { background-position: -96px -176px; }
.icon-facebook { background-position: 0px 0px; }
.icon-instagram { background-position: -112px -192px; }
.icon-mail { background-position: 104px 0px; }

.icon-lg-b {
  width: 40px;
  height: 40px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon24_b_hover.png);
}




@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon24_2x_b_hover.png);
  }
  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
}

.icon-lg-b.icon-list { background-position: -288px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-b.icon-cart { background-position: -264px -95px; }
.icon-lg-b.icon-circled_minus { background-position: -216px -120px; }
.icon-lg-b.icon-paper_plane { background-position: -120px -0px; }


/*----------------------------------フリーページ用CSS-----------------------------------------*/
.freePageBox{
margin: 35px 0px 0px;
margin: 35px auto;
width: 1000px;
text-align: center;
line-height: 1.8;
min-height:300px;
}
.freePageBox p{
line-height:20px;
padding:0 0 10px;
}

/* About */
.aboutPage p.mainText{
font-size:15px;
line-height:22px;
}
.aboutPage h3{
font-size:14px;
margin:0 0 5px;
}
.aboutPage h3 span{color:#b3b3b3;}

/* Shop Info. */
.shopInfoPage{
text-align:left;
margin: 35px auto;
}
.shopInfoPage h3{
border-bottom:1px solid #ccc;
}
.shopInfoPage h3 span{
font-size:12px;
font-weight:normal;
}
.shopinfoLeft,
.shopinfoRight{
width:50%;
  margin-top:10px;
box-sizing:border-box;
float:left;
}
.shopinfoLeft{
padding-right:20px;
}

/* news & events */
.newsList,
.eventList{
width:480px;
float:left;
text-align:left;
}
.newsList h3,
.eventList h3{
margin:10px 0; 
border-bottom:solid 2px #000;
font-size:16px;
}
.newsList h3 span,
.eventList h3 span{
display:inline-block;
padding:0 10px;
font-size:11px;
color:#666;
}
.newsList ul,
.eventList ul{margin:0;}
.newsList li,
.eventList li{
list-style:none;
padding:10px 0;
}
.newsList li p,
.eventList li p{
margin:0; padding:0;
}

.newsList{margin-right:40px;}
.newsList li{border-bottom:dotted 1px #ccc;}
.newsList li span{
display:block;
font-size:14px; 
color:#666;
padding:0 12px;
background:url(https://img14.shop-pro.jp/PA01306/972/etc/arrow.gif) no-repeat left center;
}

.eventList li p{border-bottom:solid 1px #f2f2f2; margin:0 13px; padding:5px 0 10px;}
.eventList li span{display:block;}
.eventList li span.eTitle{
font-weight:bold;
}
.eventList li span.ename{
line-height:18px;
}
.eventList li span.eday{
font-size:12px;
line-height:15px;
}
a.a-btn{
  display:inline-block;
  width: 300px;
    background: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 20px 0;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
ul.sub {
	display: none;
	position: absolute;
  	z-index:999;
	margin-left: -6px;
	padding: 10px 10px 0;
  	list-style-type: none;
  	background:#fff;
}
ul.sub li{
	padding-bottom:10px;
}

@media screen and (max-width:480px) {
.aboutPage{
text-align: left;
}
  .freeAboutPage { margin-right: -10px; margin-left:0 !important; }
  .freeAboutPage div{
    width:calc(50% - 10px);
    margin-bottom:10px;
  }
  .freeAboutPage div img{ width:100%; }
}