#mobile_header,
#containerMobileMenu,
#mobile_footer,
.visible_mobile{
	display:none;
}

#gotoTop{
	/*display:none;*/
	position: fixed;
	z-index: 999;
	bottom:10px;
	right:5px;
	background:#FEC900;
	border-radius:8px;
}

#gotoTop a{
	margin:8px;
	color:#fff;
	text-decoration:none;
}

/* index */

#wrap_index{
	float:left;
}

#content_index{
	float:right;
}

#main_img {
	background: none;
}

/* tab-link pc-link */

.tab-link{
display:none;
}

.pc-link{
width:100%;
padding:10px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
text-align:center;
}

.pc-link a{
display:block;
padding:10px;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px; 
border:1px solid #ccc;
color:#333;
background:#fff;
text-decoration:none;
}




#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

 

#pageTop i {
  padding-top: 6px
}

 

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

