@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600");

/* container */
#container { position:relative; top:0; left:0; width:100%; height:937px; }
#container .visual { width:100%; height:300px; background:url(../imgs/visual/visual.jpg)no-repeat; }
#container .visual img { margin:0 auto; padding:137px 0; }

/* watches_wrap */
#container .watches_wrap { width:100%; height:637px; background:url(../imgs/watches/bg.jpg)no-repeat; }
#container .watches_wrap .watches { width:990px; min-height:474px; margin:0 520px auto; padding:82px 0; }
#container .watches_wrap .watches ul { height:474px; display:flex; justify-content:center; align-items:center; }
#container .watches_wrap .watches ul li { float:left; }

