/*===============================================
●smart.css  画面の横幅が568pxまで
===============================================*/
@media screen and (max-width:667px){
img{ max-width: 100%; height: auto; width /***/:auto; }
/*.motoBoxParent	{ width: 548px; }*/

}


@media screen and (min-width:1004px){
body { width:100%; }
header	{ width: 1004px; }
#CONTAINER,main,footer	{ width: 704px; }
#sideMenu	{ width: 300px;	float: left;}

h1 * { font-size: 10px;}
h3.title					{ margin-right: 2px; }
#CONTAINER p.breadcrumbs	{ margin-right: 2px; }
p.directoryUp,p.toTopPage	{ margin-right: 2px; } 

}
