﻿/*===============================================
●smart.css  画面の横幅が769pxまで
===============================================*/




@media screen and (max-width:769px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}

.fb-page {
	width:100% !important;
}

html #facebook {
	width:100% !important;
}


/* 2018/4/18追加 */
.osp_dn {
	display: none;
}



#header-nav ul li {
	height: 3.7em;
}

#header-nav ul li a{
	line-height: 2em !important;
}





























}