@charset "utf-8";

/************************************************
 ディーゴ設定
************************************************ */

/*** All Reset Code ***/
body,form,fieldset,h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd{margin:0;padding:0}
blockquote{margin-left:.5em}
li{list-style:none}
fieldset,img{border:none}
table{border-collapse:collapse;border-spacing:0}
caption,th{text-align:left}
input,textarea{font-size:1em}
abbr,acronym{border-bottom:1pxdotted#2b2b2b;cursor:help}
textarea{overflow:auto }
/*** end All Reset Code ***/

/*** 文字サイズ指定(プロパティ*Hack For IE) ***/
body{
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 1px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "Meiryo", "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  *font-size:small;
  *font:x-small;
}
select,input,button,textarea,button{
  font-size: 99%;
}
table{
  font-size:inherit;
  font:100%;
}
pre,code,kbd,samp,tt{
  font-family:monospace;
  *font-size:108%;
  line-height:100%;
}
/*** end 文字サイズ指定(プロパティ*Hack For IE) ***/
/*
 以降は、文字サイズの指定はすべて％で表記する。
 使用できる％表記も決まっている。
 77%, 85%, 93%, 100%, 108%, 116%, 123.1%, 131%, 138.5%
 146.5%, 153.9%, 161.6%, 167%, 174%, 182%, 189%, 197%
 */
/*=== テキスト関係のリセット ===*/
h1,h2,h3,h4,h5,h6,p,em,address {
  text-align: left;
  font-weight: normal;
  font-size: 100%;
}
/*=== end テキスト関係のリセット ===*/

/*=== link ===*/
a{text-decoration: none;}
.a_h:hover,
a:hover .a_h_txt,
a:hover img{
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}
a.normal:hover{
    text-decoration: underline;
}
/*=== end link ===*/

/*=== list ===*/
.m_list{
    margin: 0 0 16px 0 !important;
    clear: both;
}
.decimal_list{
    padding-left: 20px;
}
.decimal_list>li{
    list-style: decimal;
}
.disc_list{
    padding-left: 20px;
}
.disc_list>li{
    list-style: disc;
}
.nested_list{
    padding-left: 20px;
}
.nested_list>li{
    position: relative;
}
.nested_list>li>.icon-arrow-right-2{
    position: absolute;
    top: 4px;
    left: -15px;
    font-size: 10px;
}
/*=== end list ===*/


/*=== float ===*/
.left{
  float:left;
}
.right{
  float:right;
}
.none{
    float: none !important;
}
/*=== end float ===*/

/*=== floatwrap ===*/
.floatwrap{
  overflow: hidden;
}
.floatwrap:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*\*/
* html .floatwrap {
  height: 1em;
  overflow: visible;
}
/*=== end floatwrap ===*/

/************************************************
 // ディーゴ設定
************************************************ */

/************************************************
 共通設定
************************************************ */
body {
    color: #505050;
    background-color: #ffffff;
}

/* 写真 */
img.picture {
    border: 1px solid #ccc;
}
/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

/* コンテンツ */
#container {
    margin: 0 auto;
    padding: 0;
    width: 1030px;
    text-align: left;
}


/* ==============================================
 カラム指定
=============================================== */

/* メイン部
----------------------------------------------- */
#main_column {
    padding: 10px 0 0;
}

#main_column{
    padding: 10px 13px 0;
    width: 553px;
    float: left;
}
#undercolumn{
    width: 553px;
}
/* サイド部
----------------------------------------------- */
.side_column {
    padding: 0;
}
#leftcolumn {
    float: left;
    width: 180px;
}
#rightcolumn {
    float: right;
    width: 270px;
}


/* 他
----------------------------------------------- */
/* ヘッダーとフッターの上下 */
#topcolumn,
#bottomcolumn,
#footerbottomcolumn {
    margin: 0px;
    background: #fff;
    text-align: left;
    clear: both;
}

/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
}
.clear {
    clear: both;
}

/* 背景
----------------------------------------------- */
.bg_white{
    background: #fff;
}

/* フォント
----------------------------------------------- */
.sale_price {
    color: #f00;
}
.normal_price {
    font-size: 90%;
}
.point {
    color: #f00;
    font-weight: bold;
}
.user_name {
    font-weight: bold;
}
.recommend_level {
    color: #ecbd00;
}
.attention {
    color: #f00;
}
.attentionSt {
    color: #f00;
    font-weight: bold;
}
.st {
    font-weight: bold;
}
.mini {
    font-size: 90%;
}
.emphasis_color{
    color: #CF1010;
}
.f_red{
    color: #f00;
}
.f_def{
    color: #768763;
}
.f_bk{
    color: #505050
}
.f_dk{
    color: #000000;
}
.f_bl{
    color: #006B90;
}
.f_bl_line{
    color: #006B90;
    text-decoration: underline;
}
.f_line:hover{
    text-decoration: underline;
}
.f_light_def{
    color: #417505;
}
.f_light_green{
    color:#417505;
}
.f_gray{
  color: #505050;
}
.minimum{
    font-size: 100% !important;
}
.f_bold{
    font-weight: bold;
}
.f_underline{
    text-decoration: underline;
}
.inputtext a.em{
	color: #ea5550;
	font-weight: 700;
	text-decoration: underline;
}

/**
 * Font-Size
 */
 .fz10{ font-size: 10px !important; }
 .fz12{ font-size: 12px !important; }
 .fz14{ font-size: 14px !important; }
 .fz16{ font-size: 16px !important; }
 .fz18{ font-size: 18px !important; }
 .fz20{ font-size: 20px !important; }
 .fz22{ font-size: 22px !important; }
 .fz24{ font-size: 24px !important; }
 .fz26{ font-size: 26px !important; }
 .fz28{ font-size: 28px !important; }
 .fz30{ font-size: 30px !important; }
 .fz32{ font-size: 32px !important; }
 .fz34{ font-size: 34px !important; }
 .fz36{ font-size: 36px !important; }
 .fz38{ font-size: 38px !important; }
 .fz40{ font-size: 40px !important; }
 .fz42{ font-size: 42px !important; }
 .fz44{ font-size: 44px !important; }
 .fz46{ font-size: 46px !important; }
 .fz48{ font-size: 48px !important; }
 .fz50{ font-size: 50px !important; }

/* 行揃え
----------------------------------------------- */
.alignC {
    text-align: center;
}
.alignR {
    text-align: right;
}
.alignL {
    text-align: left;
}
.pricetd em {
    font-weight: bold;
}


/* フォーム
----------------------------------------------- */
select {
    border: solid 1px #ccc;
}
input[type='text'],
input[type='password'] {
    border: solid 1px #ccc;
    padding: 2px;
}

.box40 {
    width: 40px;
}
.box60 {
    width: 60px;
}
.box100 {
    width: 100px;
}
.box120 {
    width: 120px;
}
.box140 {
    width: 140px;
}
.box145 {
    width: 145px;
}
.box150 {
    width: 150px;
}
.box240 {
    width: 240px;
}
.box300 {
    width: 300px;
}
.box320 {
    width: 320px;
}
.box350 {
    width: 350px;
}
.box380 {
    width: 380px;
}

/* フォームが縦に重なり合う場合に併用する余白 */
.top { /* FIXME 簡素な単語は、単独で、込み入った指定に使用しない */
    margin-bottom: 5px;
}

/* 背景
----------------------------------------------- */
.b_attention{
   background:#ff0;
}

/* タイトル
----------------------------------------------- */
.hx_title {
    border-left: 7px solid #7DB73B;
    font-weight: bold;
    font-size: 138%;
    padding: 0 0 0 8px;
    margin-bottom: 16px;
}

.hx_normal {
    border-bottom: 3px solid #7DB73B;
    color:#7DB73B;
    font-weight: bold;
    font-size: 108%;
    padding: 0 0 4px;
    margin-bottom: 16px;
}

.hx_normal_em {
    border-bottom: 3px solid #ca5500;
    color:#ca5500;
    font-weight: bold;
    font-size: 108%;
    padding: 0 0 4px;
    margin-bottom: 16px;
}

.hx_normal_emphasis{
    color: #5f9b1a;
}

.hx_h3{
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 10px;
    border-bottom: 2px solid #7DB73B;
    color: #4A4A4A;
}

#main_column .sub_area h3,
#undercolumn_login .login_area h3,
#undercolumn_shopping h3,
#mypagecolumn h3,
#undercolumn_cart h3 {
    margin: 0 0 10px 0;
    padding: 5px 0 10px;
    color: #f60;
    background: url("../img/background/line_01.gif") repeat-x left bottom;
    font-size: 120%;
}

div#undercolumn_login .login_area h4 {
    padding-left: 15px;
    background: url("../img/icon/ico_arrow_05.gif") no-repeat left;
}
div#undercolumn_login .login_area h4.em {
    padding-left: 0;
    background: none;
	color: #ca5500;
	font-weight: 700;
}


/* ==============================================
 ヘッダー
=============================================== */
.warning_ie7 {
    padding: 5px 6px;
    background: #FF0000;
    color: #ffffff;
}
.warning_ie7 p,
.warning_ie7 li{
    color: #ffffff;
    font-weight: 800;
}
.warning_ie7 a{
    color: #ffffff;
    font-weight: 800;
    text-decoration: underline;
}
.warning_ie7 li{
    list-style: disc;
}
.warning_ie7 ul{
    list-style: disc;
}
#header_wrap {
    position: relative;
    background: #f2f2f2;
    border-bottom: 4px solid #FFF101;
/*    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;*/
}
header {
    margin: 0 auto;
    width: 1030px;
    height: 136px;
}
#header_utility {
    float: right;
    width: 580px;
}
#errorHeader {
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
    padding: 5px;
}


/* ロゴ ----------- */
#logo_area {
    float: left;
    width: 172px;
    height: 64px;
    margin:12px 0 16px 0;
    background: url(../img/common/logo.png) no-repeat;
}
#logo_area:hover{
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
}
#logo_area a{
    display: block;
    width: 172px;
    height: 64px;
}
#logo_area a span{
    visibility: hidden;
}
#site_description {
    font-size: 90%;
}
/* // ロゴ -------- */


/* ヘッダーナビ ----------- */
#header_navi {
    float: right;
    width: 410px;
    position: absolute;
    top: 0;
    right: 130px;
    height: 44px;
}
#header_navi ul li {
    float: left;
}
#header_navi ul li a{
    color:#768763;
    padding: 12px 10px;
    display: block;
}
#header_navi ul li.faq a:hover,
#header_navi ul li.inquiry a:hover,
#header_navi ul li.guid ul li a:hover,
#header_navi ul li.mypage a:hover{
    text-decoration: underline;
}

#header_navi ul li.guid{
    position: relative;
}
#header_navi ul li.guid ul {
    width: 500px;
    height: 220px;
    background: #fff;
    border: 2px solid #7DB73B;
    position: absolute;
    z-index: 1000;
    top:36px;
    left: -100px;
    padding-top: 10px;
}
#header_navi ul li.guid ul li{
    text-align: left;
    width: 250px;
}
#header_navi ul li.guid ul li a{
    padding: 8px;
}
#header_navi ul li.guid ul li.panel_close{
    visibility: hidden;
}
#header_navi ul li.guid ul.guid_panel{
    display: none;
}

#header_navi ul.other li a{
    padding: 0 4px;
    color: #CF1010;
}
#header_navi ul.other li a:hover{
    text-decoration: underline;
}
#header_navi ul.other li span{
    padding: 0 4px;
    display: block;
    float: left;
    color: #768763;
}
/* // ヘッダーナビ ----------- */



/* ヘッダー会員登録(ログアウト)----------- */
#header_login_area{
    position: absolute;
    top: 0;
    right:0;
}
#header_login_area a,
#header_login_area input{
    color:#ffffff;
    background: #7DB73B;
    display: table-cell;
    vertical-align: middle;
    margin-left: 20px;
    padding:10px 0;
    width:120px;
}
/* // ヘッダー会員登録(ログアウト)----------- */



/* ヘッダー検索----------- */
div#search_area{
    float: left;
    width: 740px;
    height: 37px;
}
div#search_area select{
    color:#ffffff;
    background: #7DB73B;
    width: 173px;
    height:34px;
    border-radius: 4px 0 0 4px;
    float: left;
    padding: 0 0 4px 5px;
}
div#search_area option{
    display: table-cell;
    vertical-align: middle;
}
div#search_area .input_area{
    width:445px;
    height: 27px;
    border: 1px solid #7DB73B;
    border-radius: 4px 0 0 4px;
    vertical-align: bottom;
    padding-left: 6px;
    padding-bottom: 3px;
    float: left;
}
div#search_area .search_btn{
    display: table-cell;
    vertical-align: middle;
    width: 92px;
    height: 34px;
    background: #7DB73B;
    color: #fff;
    border-radius: 0 4px 4px 0;
    font-size: 14px;
}
/*  // ヘッダー検索--------- */


/*  カート----------- */
div#cart_area{
    float: right;
    width: 270px;
    height: 36px;
}
div#cart_area .cart_dis{
    width:153px;
    float: left;
    height: 28px;
    border: 1px solid #7DB73B;
    padding:2px 3px 2px 6px;
    border-radius: 4px 0 0 4px;
    background: #ffffff;
}
div#cart_area .basket{
    width:49px;
    color: #7DB73B;
    margin-top: 3px;
}
div#cart_area .icon-basket{
    display: block;
    font-size: 22px;
    float: left;
}
div#cart_area .basket_num{
    font-size: 16px;
    display: block;
    float: left;
}
div#cart_area .price{
    font-size: 14px;
    color: #768763;
    line-height: 2.3;
    text-align: right;
    overflow: hidden;
}
div#cart_area .cart_btn {
    float: right;
}
div#cart_area .cart_btn a{
    color: #fff;
    display: block;
    width:96px;
    padding:5px 4px 2px 6px;
    background: #7DB73B;
    border-radius: 0 4px 4px 0;
}
div#cart_area .cart_btn a .cart_btn_text{
    float: left;
    display: block;
    margin-top: 4px;
}
div#cart_area .cart_btn a .icon-arrow{
    float: right;
    font-size: 26px;
    display: block;

}

/*  // カート----------- */

/* ==============================================
 // ヘッダー
=============================================== */

/*  パンくず----------- */
.breadcrumb {
  padding: 10px 3px 12px;
  border-bottom: 1px solid #ccc;
}
.breadcrumb div {
  display: inline;
}
.breadcrumb a{
    color: #768763;
}
.breadcrumb a:hover{
    text-decoration: underline;
}
/*  // パンくず----------- */


/* ==============================================
 フッター
=============================================== */
#footer_wrap {
    border-top: solid 6px #FFF101;
    background: #f2f2f2;
/*    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
*/}


footer {
    width:1030px;
    height: 214px;
    margin: 0 auto;
     /* for IE7 IE8 */
    background: url(../img/background/footer_logo.png) no-repeat center center;
}
#footer_menu{
    width:173px;
    height: 136px;
    padding-top: 45px;
    float: left;
    text-align: left;
    vertical-align: middle;
}
#footer_menu a{
    display: block;
    margin-bottom: 10px;
    color: #4A4A4A;
}
#copyright small{
    float:right;
    font-size: 12px;
    text-align: left;
    padding-top: 148px;
    vertical-align: bottom;
}
/* ==============================================
 // フッター
=============================================== */


/* ==============================================
 パーツ
=============================================== */
/* ボタン
----------------------------------------------- */
.btn_area {
    width: 280px;
    text-align: center;
    margin: 30px auto;
}
.btn_area_s {
    width: 150px;
    text-align: center;
    margin: 30px auto;
}
.btn_area_l {
    width: 330px;
    text-align: center;
    margin: 30px auto;
}
.back_btn{
    float:left;
}
.submit_btn{
    float: right;
}

.back_btn a,
.submit_btn a{
    padding:6px 8px 6px 8px !important;
}
.back_btn input,
.submit_btn input{
    padding:6px 8px 6px 8px !important;
}

.back_btn a,
.submit_btn a,
.back_btn input,
.submit_btn input{
    display: block;
    border-radius: 4px;
    color:#fff;
    font-size: 116%;
    margin: 0;
}
.back_btn a,
.back_btn input {
    background: #999;
}
.submit_btn a,
.submit_btn input{
    color: #fff;
    background: #7DB73B;
}
.back_btn input,
.submit_btn_em input,
.single_btn_em input,
.submit_btn input,
.single_btn input{
    border: none;
    cursor: pointer;
}
.btn_size_90{
    width: 90px;
}
.btn_size_100{
    width: 100px;
}
.btn_size_120{
    width: 120px;
}
.btn_size_140{
    width: 140px;
}
.btn_size_150{
    width: 150px;
}
.btn_size_160{
    width: 160px;
}
.btn_size_180{
    width: 180px;
}
.single_btn a,
.single_btn input{
    display: block;
    padding:6px 0;
    border-radius: 4px;
    color: #fff;
    margin: 0 auto;
    background: #7DB73B;
}
.single_btn_em a,
.single_btn_em input{
    display: block;
    padding:6px 0;
    border-radius: 4px;
    color: #fff;
    margin: 0 auto;
    font-weight: 700;
    background: #ea5500;
}
.gray_btn{
    margin: 0 auto;
    height: 34px;
    padding: 6px 8px;
    border-radius: 4px;
    color: #5a5a5a;
    font-size: 93%;
    border: 1px solid #aaa;
    background: #f0f0f0;
    font-weight: bold;
    cursor: pointer;
}
.orage_btn{
    margin: 0 auto;
    height: 34px;
    padding: 7px 9px;
    border-radius: 4px;
    color: #fff;
    font-size: 93%;
    background: #ffcc62;
    border: 1px solid ;
    cursor: pointer;
}

.single_btn:hover,
.submit_btn:hover,
.single_btn_em:hover,
.submit_btn_em:hover,
.back_btn:hover,
.gray_btn:hover,
.orage_btn:hover{
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}

/* deego */
.de_btn_area{
    margin: 30px 0;
}
.de_btn_area .submit_btn,
.de_btn_area .back_btn{
    float: none;
    margin: 0 10px;
}
.de_btn_area .submit_btn{
    position: relative;
}
.de_btn_area .submit_btn > .attention{
    position: absolute;
    width: 400px;
    padding: 3px 0;
}
.de_btn_area > ul > li{
    display: inline-block;
    vertical-align: top;
}
.de_btn_area > ul{
    text-align: center;
}

/* disabled */
input[type="submit"][disabled]{
    opacity: .7;
    cursor:not-allowed;
}

/* 注意書き
----------------------------------------------- */
.attention_message{
    padding: 8px 8px 5px 8px;
    border-radius: 6px;
    margin: 0 0 10px 0;
}

/* 完了メッセージ
----------------------------------------------- */
div#complete_area {
    margin-bottom: 20px;
}
div#complete_area .message,
div#undercolumn_entry .message {
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: bold;
    font-size: 120%;
}
div#complete_area .shop_information {
    margin-top: 40px;
    padding: 20px 0 0 0;
    border-top: solid 1px #ccc;
}
div#complete_area .shop_information .name {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 140%;
}


/* Tipsy
----------------------------------------------- */
.tipsy {
    padding: 5px;
    font-size: 10px;
    position: absolute;
    z-index: 100000;
}
.tipsy-inner {
    padding: 5px 8px 4px 8px;
    background-color: black;
    color: white;
    max-width: 200px;
    text-align: center;
}
.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.tipsy-arrow {
    position: absolute;
    background: url('../img/ajax/tipsy.gif') no-repeat top left;
    width: 9px;
    height: 5px;
}
.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -4px;
}
.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
}
.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
}
.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    background-position: bottom left;
}
.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    background-position: bottom left;
}
.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    background-position: bottom left;
}
.tipsy-e .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    right: 0;
    width: 5px;
    height: 9px;
    background-position: top right;
}
.tipsy-w .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    left: 0;
    width: 5px;
    height: 9px;
}
/* form_text
----------------------------------------------- */
.form_text{
    margin-top: 6px;
    display: block;
    font-size:11px;
}
.form_text_bold{
    margin-top: 10px;
    display: block;
    font-weight: bold;
    color:#f00;
    font-size:11px;
}
.address_sample{
    margin-top:3px;
    display: block;
    font-size:12px;
}

/* table-layout
----------------------------------------------- */
.table_layout{
    display: table;
    width: 100%;
}
.table_layout>.table_row{
    display: table-row;
}
.table_layout>.table_row>.table_cell{
    display: table-cell;
}


/* font-size-set
----------------------------------------------- */
.size10{font-size: 10px !important;}
.size13{font-size: 13px !important;}
.size14{font-size: 14px;}
.size16{font-size: 16px;}

.size105p{font-size: 105% !important;}
.size110p{font-size: 110% !important;}
/* font-size-set
----------------------------------------------- */

/* display-set
----------------------------------------------- */
.d_block{
  display:block;
}
.d_none{
  display:none;
}
.d_inline_block{
  display:inline-block;
}
.d_inline{
  display:inline;
}
/* display-set
----------------------------------------------- */

/* width-set
----------------------------------------------- */
.w300{width: 300px;}
.w330{width: 330px;}
.w400{width: 400px;}
.w450{width: 450px;}
.w500{width: 500px;}
.w547{width: 547px;}
.w36pc{width: 36%;}
.w100p{width: 90%}
/* width-set
----------------------------------------------- */
.m0{margin: 0 !important;}
/*--- top ---*/
.mt0{margin-top:0 !important;}
.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
/*--- bottom ---*/
.mb0{margin-bottom:0 !important;}
.mb3{margin-bottom:3px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:14px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
/*--- right ---*/
.mr0{margin-right:0 !important;}
.mr5{margin-right:5px !important;}
.mr6{margin-right:6px !important;}
.mr10{margin-right:10px !important;}
.mr13{margin-right:13px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}
.mr50{margin-right:50px !important;}
/*--- left ---*/
.ml0{margin-left:0 !important;}
.ml5{margin-left:5px !important;}
.ml8{margin-left:8px !important;}
.ml9{margin-left:9px !important;}
.ml10{margin-left:10px !important;}
.ml11{margin-left:11px !important;}
.ml13{margin-left:13px !important;}
.ml14{margin-left:14px !important;}
.ml20{margin-left:20px !important;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}
.ml50{margin-left:50px !important;}
/*--- auto ---*/
.m0_a{margin: 0 auto;}
/* // margin-set--------------------------------- */

/* padding-set
----------------------------------------------- */
/*--- right ---*/
.pr10{padding-right: 10px;}
/*--- left ---*/
.pl10{padding-left:10px;}
.pl18{padding-left:18px;}
/*--- bottom ---*/
.pb1{padding-bottom:1px;}
.pb10{padding-bottom:10px;}
/*--- horizontal ---*/
.ph10{padding-right: 10px;padding-left: 10px;}
/*--- vertical ---*/
.pv20{padding-top: 20px; padding-bottom: 20px;}
/* // padding-set--------------------------------- */


/*--- height ---*/
.h_35{
    height: 35px !important;
}
/*--- //height ---*/


/*--- break-word ---*/
.break_word{
    word-wrap: break-word;
}
/*--- //break-word ---*/

/*--- text-align ---*/
.t_l{
    text-align: left;
}
.t_r{
    text-align: right;
}
.t_c{
    text-align: center;
}
/*--- //text-align  ---*/
/*--- vertical-align ---*/
.v_t{
    vertical-align: top;
}
.v_tt{
    vertical-align: text-top;
}
.v_b{
    vertical-align: bottom;
}
.v_tb{
    vertical-align: text-bottom;
}
.v_m{
    vertical-align: middle;
}
/*--- vertical-align ---*/

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** THEME
===================================*/

/*.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border:  5px solid #fff;
    left: -5px;
    background: #fff;

    fix other elements on the page moving (on Chrome)
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
}*/

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #7DB73B;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

/* Deego */
.ctr-btn-pos-bottom .bx-wrapper .bx-controls-direction a {
    top: 105%;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.stock_label01{
    background: #7DB73B;
    color: #ffffff;
    display: inline-block;
    padding: 3px 5px 3px 8px;
}

.stock_label02{
    background: #ff0000;
    color: #ffffff;
    display: inline-block;
    padding: 3px 5px 3px 8px;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

