@charset "UTF-8";

/*--------------------------------------------------------
モバイル用レイアウト
------------------------------------------------------*/

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

#container,
#top_charlotte,
#header_abigail,
#global-nav,
#breadcrumbs_alexander,
#main-image,
#main_landon,
#footer_noah,
#footer-banner,
.copyright_caleb{
	width: 100%!important;
	min-width: 100%!important;
}

#top-in_isabella,
#header-in_brooklyn,
#breadcrumbs_alexander ol,
#global-nav-in_evelyn,
#main-image-in_layla,
#main-in_isabella,
#footer-in_avery,
#footer-banner ul,
.copyright_caleb p{
	width: 98%!important;
	margin: 0 1%!important;
}

#sub-contents,
#sidebar,
#main-and-sub_alexander,
#main-contents_natalie{
	float: none!important;
	width: 100%!important;
}

#main-image img{ width: 100%!important; }

}