/*===============================

  タブレット版　767px　以下

================================*/
@media only screen and (min-width:767px) and (max-width:1080px) {
/**/
html{
	width: 100%;
}

body{
  width: 100%;
}

.fixedNavi{
	max-width: 1180px;
	width: 1180px;
	margin: 87px auto 10px;
}

.fixedLogo{
	left: 0px;
    float: none;
    width: 1180px;
}

.fc{
	width: 100%;
}

/**/
}
/**/