@charset "UTF-8";
/* トマト衣料館　CSS FOR TOPPAGE */


/* ヘッダー */

#headerMain{
    margin: 0;
}

#headerMain h1{
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 10px;
    text-align: left;
    font-weight: normal;
    line-height: 14px;
    font-size: 1.00em;
    color: #999999;
}

#headerLogo{
    width: 400px;
    float: left;
}

#headerLogo a{
    width: 250px;
    height: 50px;
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 10px;
    padding: 0;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    background-image : url(../img/logo_01.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#headerExtra1{
    width: 400px;
    margin-top: -22px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
    float: right;
}


/* メイン部分（TopPgae専用） */

/* NEWS/お知らせ */
#wrapper #toppage-news h3{
    margin-top: 30px;
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 5px;
    font-size: 1.17em;
    line-height: 16px;
    color: #6E9D45;
    font-weight: bold;
}

#wrapper #toppage-news h3 span.en{
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    text-transform: uppercase;
}

#wrapper #toppage-news h3 span.ja{
    padding-top: 0;
    padding-right: 0;
    padding-left: 10px;
    padding-bottom: 0;
}


/* 特集記事ブロック（横3列） */

#wrapper #toppage-item h3{
    margin-top: 30px;
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
    font-size: 1.17em;
    line-height: 16px;
    color: #6E9D45;
    font-weight: bold;
}

#wrapper #toppage-item h3 span.en{
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    text-transform: uppercase;
}

#wrapper #toppage-item h3 span.ja{
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0px;
    padding-bottom: 0;
}

#wrapper #toppage-item .itemlist{
    margin: 0;
}

#wrapper #toppage-item .itemlist:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#wrapper #toppage-item .itemlist .item{
    width: 200px;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 15px;
    margin-left: 0px;
    padding-top: 19px;
    padding-right: 0;
    padding-bottom: 19px;
    padding-left: 0;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #AE9D83;
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #AE9D83;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #AE9D83;
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #AE9D83;
    float: left;
    background-color: #F0F1DB;
}

#wrapper #toppage-item .itemlist .item img{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #ffffff;
    border-right-width: 4px;
    border-right-style: solid;
    border-right-color: #ffffff;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #ffffff;
}

#wrapper #toppage-item .itemlist .item .itemdata{
    width: 200px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

#wrapper #toppage-item .itemlist .item .itemdata h4{
    margin: 0;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 5px;
    background-image : url(point2_2Ba.png);
    background-position: 6px 8px;
    background-repeat: no-repeat;
    color: #966B52;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
}

#wrapper #toppage-item .itemlist .item .itemdata h5{
    margin-top:0px;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 5px;
    color: #666666;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
}

#wrapper #toppage-item .itemlist .item .itemdata p{
    margin: 0;
    padding: 0;
    line-height: 1.2;
    text-align: center;
}


/* フッター */

#footerExtra1{
    width: 60%;
    margin: 0;
    padding-left: 20%;
    padding-right: 0;
    float: auto;
}

#footerExtra1 ul{
    margin: 0;
    padding-top: 8px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    list-style-type: none;
    text-align: left;
}

#footerExtra1 li{

/* フッターナビ設定 */
    margin: 0;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0px;
    background-color: #;
    line-height: 24px;
}

#footerExtra1 li a:link{
    color: #15BC15;
    text-decoration: none;
}
#footerExtra1 li a:visited{
    color: #15BC15;
    text-decoration: none;
}
#footerExtra1 li a:hover{
    color: #765541;
    text-decoration: none;
}
#footerExtra1 li a:active{
    color: #765541;
    text-decoration: none;
}

#footerMain{
    width:100%;
    margin: 0;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    float: right;
}

#footerMain p{

/* コピーライト文字設定 */
    margin: 0;
    padding-top: 30px;
    padding-right: 0px;
    line-height: 24px;
    color: #A29D6F;
}

#footerLogo
{
}

#footerExtra2
{
}

/* 右サイドバー ショップリスト */

#banner ul{
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#banner li{
    display: block;
    width: 230px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}

#banner li a{
    display: block;
    width: 230px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
}

#banner a#shop_01{
    height: 65px;
    background-image : url(../img/shop_01.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#banner a#shop_02{
    height: 65px;
    background-image : url(../img/shop_02.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#banner a#shop_03{
    height: 65px;
    background-image : url(../img/shop_03.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#banner a#shop_04{
    height: 65px;
    background-image : url(../img/shop_04.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#banner a#shop_05{
    height: 65px;
    background-image : url(../img/shop_05.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#banner a#shop_06{
    height: 65px;
    background-image : url(../img/shop_06.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#banner a#shop_07{
    height: 65px;
    background-image : url(../img/shop_07.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#banner a#shop_08{
    height: 65px;
    background-image : url(../img/shop_08.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#banner a#shop_09{
    height: 65px;
    background-image : url(../img/shop_09.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#shop_10{
    height: 65px;
    background-image : url(../img/shop_10.png);
    background-position: top left;
    background-repeat: no-repeat;
}

/* 店舗基本情報ブロック */

#shopinfo{
    width: 208px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #AE9D83;
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #AE9D83;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #AE9D83;
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #AE9D83;
    background-color: #F0F1DB;
}

#shopinfo h3{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
}

#shopinfo h3 span.en
{
}

#shopinfo h4{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
    text-align: left;
    color: #666666;
    font-size: 1em;
    line-height: 16px;
    font-weight: bold;
}

#shopinfo p{
    margin: 0;
    padding-top: 0;
    padding-right: 0.1em;
    padding-bottom: 0;
    padding-left: 0.1em;
    line-height: 1.4;
    text-align: left;
}


/*----------------------------
  基本パーツデザイン設定
------------------------------*/

#skip{
/* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
}

p{
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
    line-height: 16px;
    text-align: left;
}

p.large{
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
    line-height: 16px;
    text-align: left;
}

p.indent{
    padding-left: 15px;
}

.left{
    float: left;
}

.right{
    float: right;
}

/* リンク文字色 */
a:link{
    color: #966B52;
    text-decoration: underline;
}
a:visited{
    color: #966B52;
    text-decoration: underline;
}
a:hover{
    color: #6C4E3C;
    text-decoration: underline;
}
a:active{
    color: #6C4E3C;
    text-decoration: underline;
}

hr{
    height: 1px;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-bottom-width: 1px;
    border-bottom-style: none;
    border-left-width: 1px;
    border-left-style: none;
}

.layoutset-02 h2{
width: 896px;
    margin-top: 0px;
    margin-left: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 10px;
    font-size: 1.33em;
    line-height: 40px;
    color: #ffffff;
    text-align: left;
    background-image : url(../img/indexbg_2Ba.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.layoutset-02 h2 span.ja{
    padding: 0;
}

.layoutset-02 h2 span.en{
    padding-top: 0;
    padding-right: 0;
    padding-left: 10px;
    padding-bottom: 0;
    text-transform: uppercase;
}

#wrapper h3{
    margin: 0;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
    text-align: left;
    font-size: 1.17em;
    line-height: 16px;
    color: #6E9D45;
}

h3.c-index{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    background: none;
}

h4{
    margin: 0;
    padding: 0;
    text-align: left;
    color: #666666;
    font-size: 1em;
    line-height: 16px;
    font-weight: bold;
}

h5{
    margin: 0;
    padding: 0;
    text-align: left;
    color: #666666;
    font-size: 1em;
    line-height: 16px;
    font-weight: bold;
}

table{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: 0;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #AE9D83;
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #AE9D83;
}

table th{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    color: #966B52;
    text-align: left;
    font-weight: normal;
    background-color: #F0F1DB;
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #AE9D83;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #AE9D83;
}

table td{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #AE9D83;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #AE9D83;
}



/* メインコンテンツ内基本パーツ */
#main ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding: 0;
    list-style-type: none;
}

#main ul li{
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 28px;
    background-image : url(../img/point_2Ba.png);
    background-position: 10px 7px;
    background-repeat: no-repeat;
    text-align: left;
    line-height: 1.4;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
}

#main dl{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding: 0;
}

#main dt{
    float: left;
    margin: 0;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0px;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    font-weight: normal;
    width: 170px;
    color: #9A876C;
}

#main dd{
    margin: 0;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 186px;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D9D3C6;
}

*:first-child + html #main dd{
    /* for IE7 */
    padding-left: 10px;
    min-height: 20px;
}

* html #main dd{
    /* for IE6 */
    padding-left: 0px;
    height: 20px;
}

#main dl:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#main img{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
}

#main img.left{
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 15px;
    margin-left: 0;
    float: left;
}

#main img.right{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 20px;
    float: left;
}

#pagetop{
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 15px;
    padding-left: 5px;
    padding-bottom: 15px;
    padding-right: 5px;
    text-align: left;
}

#pagetop a{
    /* 先頭に戻るボタンの左右設定 */
    display: block;
    width: 130px;
    height: 20px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    background-image : url(../img/to_top.png);
    background-position: top left;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
}


#item #nbanner a{
    width: 600px;
    height: 45px;
    display: block;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    background-image : url(img/banner-netshop2_2Ba.png);
    background-position: top left;
    background-repeat: no-repeat;
}

/*--------------------------------------------------------
要素リセット
--------------------------------------------------------*/

body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #666666; /* 標準文字色 */
    background-color: #F5F5EA;
}

/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{
    font-size: 70%;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#container{
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    background-image : url(../img/bg_contents_b.png);
    background-position: bottom left;
    background-repeat: repeat-x;
}

#header{
    width: 900px;
    height: 80px;
    background-image : url(../img/bg_header.gif);
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    overflow: hidden;
}

#header:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#footer{
    clear: both;
    width: 100%;
    height: 40px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    background-image : url(../img/bg_contents.png);
}

#footer:after{
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#inner{
    position: relative;
    width: 880px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 20px;
    zoom: 1;
}


.layoutset-01 #inner{
    padding-top: 359px;
}

.layoutset-02 #inner{
    padding-top: 80px;
}

#inner:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#wrapper{
    width: 630px;
    float: left;
}

.layoutset-01 #wrapper
{
}

.layoutset-02 #wrapper
{
}

#title{
    margin: 0;
}

.layoutset-01 #title{
    position: absolute;
    top: 50px;
    left: 0;
}

#main
{
}

.layoutset-01 #hpb-main
{
}

.layoutset-02 #hpb-main
{
}

#aside{
    width: 230px;
    float: right;
}

.layoutset-01 #aside{
    padding: 0;
}

.layoutset-02 #aside{
    padding: 0;
}

/* バナー */

#banner{
    width: 230px;
    margin-top: -1px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 29px;
    padding-left: 0;
}

/*--------------------------------------------------------
ナビゲーション
--------------------------------------------------------*/

#nav{
    position: absolute;
    top: 0;
    left: 0;
    width: 900px;
    height: 50px;
    overflow: hidden;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E6E6db;
}

#nav ul{
    width: 896px;
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

#nav ul:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#nav li{
    margin-top: -1px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 128px;
    float: left;
    overflow: hidden;
}

#nav li a{
    width: 128px;
    height: 50px;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    background-image : url(../img/navi_01.png);
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
}

#nav li a:hover{
    background-image : url(../img/navi_01on.png);
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
}

\

#nav li span.en{
    display: none;
}

#nav li span.ja{
    display: block;
    line-height: 16px;
    font-size: 1.17em;
    text-transform: uppercase;
}

#nav a:link{
    color: #00C709;
    text-decoration: none;
}
#nav a:visited{
    color: #00C709;
    text-decoration: none;
}
#nav a:hover{
    color: #ffffff;
    text-decoration: none;
}
#nav a:active{
    color: #ffffff;
    text-decoration: none;
}


.layoutset-01 #nav
{
}

.layoutset-02 #nav
{
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */

.layoutset-01{
    background-image : url(../img/bg_2Ba_01.png);
    background-position: top left;
    background-repeat: repeat-x;
}

.layoutset-02{
    background-image : url(../img/bg_2Ba_01-c.png);
    background-position: top left;
    background-repeat: repeat-x;
}

/* コンテンツ配置領域 */
/* トップページメインイメージ */

.layoutset-01 #title h2{
    width: 900px;
    height: 300px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
}


/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/

.layoutset-01 #toppage
{
}


/*---------------------------
スライド要素リセット
-----------------------------*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/*---------------------------
スライド
-----------------------------*/

/* 基本設定 */
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} 
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* 各スライドの Clearfix */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

.no-js .slides > li:first-child {display: block;}


/* スライド部分の余白など */
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* スライドのナビゲーション設定 */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}


/*----------------------------
float clear
-----------------------------*/
.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.clearfix {
    zoom: 1; /* for IE6 */
}
