@charset "UTF-8";

header .meisis {
	width: 100%;
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid #222;
}



/*------------------------------------------------------------------------------------------------------------------------------------

	タブレット
	
------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (min-width:768px) and ( max-width:1080px){


header .meisis {
	width: 11em;
	padding-top: 30px;
	margin-top: 30px;
}



}



/*------------------------------------------------------------------------------------------------------------------------------------

	スマホ
	
------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:767px){


header .meisis {
	width: 15em;
}


}
