@charset "utf-8";
/* CSS Document */

.common_header{
	background: #ffffff;
	border-bottom: solid 1px #CCCCCC;
	text-align: left;
	padding: 15px 10px;
	width: 100%;
	z-index: 99;
	position: fixed;
}
.common_header img{
	width: 107px;
}
#wrapper,.wrapper{
	padding-top: 52px;
}
@media screen and (min-width:600px){
  #wrapper,.wrapper{
	padding-top: 55px;
}
}