﻿@charset "utf-8";

.main_visual { min-height: 51px; border-top: 1px solid #d7d7d7; overflow: hidden; position: relative; }
.main_image { overflow: hidden; position: relative; min-height: 140px; }
    .main_image ul { width: 9999px; overflow: hidden; position: absolute; top: 0; left: 0; }
    .main_image li { float: left; width: 100%; }
        .main_image li img { display: block; max-width: 100%; margin: 0 auto; }
/*.main_image li a { display: block; width: 100%;} */
.flicking_con { position: absolute; left: 0; right: 0; bottom: 36px; z-index: 999; height: 10px; text-align: center; z-index: 1001; }
    /*.flicking_con a { display: inline-block; width: 5px; height: 5px;margin: 2px 6px; padding: 0; border-radius: 3px; background: #6a6a6a; /*text-indent: -1000px;*//* }*/
   .flicking_con a { display:inline-block;width:6px;height:6px;-webkit-border-radius: 8px;-moz-border-radius: 8px;align-content:center;margin: 2px 6px; padding: 0; background: #6a6a6a; /*text-indent: -1000px;*/ }
        .flicking_con a:hover { background: #929292; }
        .flicking_con a.on { background: #000000; }
.f_con1 a { width: 10px; height: 2px; background: #ddd; margin: 2px 3px; }
    .f_con1 a:hover { width: 20px; }
    .f_con1 a.on { width: 20px; }
#btn_prev, #btn_next { z-index: 11111; position: absolute; display: block; width: 73px !important; height: 74px !important; top: 50%; margin-top: -37px; display: none; }
#btn_prev { left: 100px; }
#btn_next { right: 100px; }