/*
Theme Name: ZAPS MAIN
Theme URI: http://www.zaps-net.com/
Author: Digital Dream Works
Author URI: http://www.ddwnet.com/
Description: Theme for zaps.
Version: 1.0
License: ---
License URI: ---
Tags: ---
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url("css/bootstrap.min.css");
@import url("css/main.css");
@import url("css/common.css");
@import url("css/page.css");
@import url("css/recruit2025.css");


#tvcm{
  text-align: center;
  padding-bottom: 24px;
}
.tvcm-title01{
  margin: 0px auto 16px;
  padding: 0px;
  max-width: 600px;
}
.slider-for{
  margin: auto;
  max-width: 1024px;
}
.slider-nav{
  margin: auto;
  width: 600px;
}
.slider-nav .item{
  cursor: pointer;
  padding: 10px 4px;
  transition: 0.2s;
}
.slider-nav .item:hover{
  opacity: 0.6;
}