ul {
  margin: 0;
  padding: 0;
  list-style-type:none;
  }

.text {
  margin: 0; }

.sub {
  font-size: 1.15rem; }

.demo {
  margin: 0 0 10px 0; }
  .demo a {
    display: block; }
  .demo .child {
    display: none;
    margin: 0 0 -1px;
    padding: 0;
    background: #fff;
    border: 1px solid #999; }
    .demo .child .menu {
      background: #eaeaea;
      color: #5e5e5e; }
      .demo .child .menu:hover {
        background: #d0d0d0; }
    .demo .child > li {
      margin: 0;
      padding: 5px 5px 5px 15px;
	  line-height:1.5;
      border-bottom: 1px solid #999; }
      .demo .child .end{
        border-bottom: 1px solid #999; }
	.demo .child > li a{
		text-decoration:none;
		color:#333;
	}

.switch .menu:after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -0.8rem;
  content: '>';
  font-size: 1.4rem;
  font-weight: bold;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear; }
.switch .menu.active:after {
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.child01 {
  border: 1px solid #333; }

.child02 {
  color: #5e5e5e; }

.menu {
  display: block;
  position: relative;
  margin: 1px 0 0;
  padding: 10px; }

.demo04 .menu {
  background: #333;
  color: #fff; }
  .demo04 .menu:hover {
    background: #696969;
    text-decoration: none; }

.demo04 li{
	overflow:hidden;
}
	
.demo04 .link:hover{
	background-color:#DDD;
}

.shop{
	float:left;
}

.comment{
	float:right;
	font-size:12px;
	margin:5px 0 0 0
}