@charset "utf-8";

/*-------------------------------------------------------------------------------------------

REFINE CUSTOM STYLESHEET

スタイルシートをカスタマイズする場合は、style.cssを編集する代わりにこちらに
記述してください。そうすることで、テンプレートがアップデートされた場合でも、
このページをコピー＆ペーストするだけで、簡単に新バージョンのテンプレートに、
自分のカスタムを反映させることができます。

-------------------------------------------------------------------------------------------*/

/* Element ========== */
body {
    background-color: #f3f0e9;
    background-image: url(img/noise.png);
    background-repeat: repeat;
}
em {
    font-weight: bold;
}
strong {
    color: #f00;
}
strong strong {
    color: #000;
    background-color: #ff0;
}
input[type="text"],
input[type="email"],
textarea {
    padding: 8px;
    border: 1px solid #888;
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.1) inset;
    box-shadow: 2px 2px 4px rgba(0,0,0,.1) inset;
}

/* Mobile ========== */
.sub-btn, .gnavi-btn {
    display: none;
}

/* Layout ========== */
.wrapper {
    padding-top: 30px;
}
.container {
    margin-top: 24px;
    background-image: none;
}
.header-bar-inner, .banner-inner, .glovalnavi-inner, .container-inner, .footer-menu-inner, .footer-inner {
    width: 1000px;
}
.contents-inner {
    *zoom: 1;
}
.contents-inner:before,
.contents-inner:after {
    display: table;
    content: " ";
}
.contents-inner:after {
    clear: both;
}

/* Header Bar ========== */
.header-bar *,
.sub * {
    -webkit-backface-visibility: hidden;
}
.header-bar {
    position: fixed;
    top: 0;
    z-index: 1;
    background: #464646;
    border: none;
    border-bottom: 1px solid #333;
    z-index: 999;
    -pie-background: none;
}
body.admin-bar .header-bar {
    top: 28px;
}
.header-bar .menu li a,
.header-bar .sb-menu li a,
.header-bar .menu li a:hover,
.header-bar .sb-menu li a:hover {
    color: #fff;
    text-shadow: none;
}
.header-bar .menu {
    margin-left: 0;
    float: left;
}
.header-bar .menu li {
    margin: 0 10px 0 0;
}
.header-bar .menu li a {
    padding: 0;
    background: transparent;    
}
.header-bar .sb-menu li a.facebook    { background-image: url(img/icon-facebook-mono.png); }
.header-bar .sb-menu li a.twitter     { background-image: url(img/icon-twitter-mono.png); }
.header-bar .sb-menu li a.rss         { background-image: url(img/icon-rss-mono.png); }
.header-bar .sb-menu li a.facebook:before    { background-image: url(img/icon-facebook.png); }
.header-bar .sb-menu li a.twitter:before     { background-image: url(img/icon-twitter.png); }
.header-bar .sb-menu li a.rss:before         { background-image: url(img/icon-rss.png); }
.header-bar .sb-menu li a.facebook:hover    { background-image: url(img/icon-facebook.png); }
.header-bar .sb-menu li a.twitter:hover     { background-image: url(img/icon-twitter.png); }
.header-bar .sb-menu li a.rss:hover         { background-image: url(img/icon-rss.png); }

/* Banner ========== */
.banner {
    background: transparent;
    display: none;
}

/* Contents ========== */
.main-inner > .entry,
.main-inner > .widget,
.sub .widget {
    -webkit-box-shadow: rgba(210, 199, 135, .4) 0 1px 13px;
       -moz-box-shadow: rgba(210, 199, 135, .4) 0 1px 13px;
            box-shadow: rgba(210, 199, 135, .4) 0 1px 13px;
            box-shadow: rgba(210, 199, 135, .4) 0 1px 6px \0/IE9;
    border: 1px solid #e8e2c2;
    border: 1px solid rgba(210, 199, 135, .5);
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background: #fff url(img/bg-post-bottom.jpg) repeat-x 0 100%;
}
.textwidget img {
    max-width: 680px;
}
.main-inner > .entry .entry-title,
.main-inner > .widget .widget-title {
    position: relative;
    margin: 16px -24px 16px;
    padding: 0 15px 1px;
    border-color: #272727;
    border-style: solid;
    border-width: 0 0 8px 0;
    background: #f5cf4a;
    background: -moz-linear-gradient(left,  #f5cf4a 0%, #ffffff 40%, #ffffff 60%, #f5cf4a 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f5cf4a), color-stop(40%,#ffffff), color-stop(60%,#ffffff), color-stop(100%,#f5cf4a));
    background: -webkit-linear-gradient(left,  #f5cf4a 0%,#ffffff 40%,#ffffff 60%,#f5cf4a 100%);
    background: -o-linear-gradient(left,  #f5cf4a 0%,#ffffff 40%,#ffffff 60%,#f5cf4a 100%);
    background: -ms-linear-gradient(left,  #f5cf4a 0%,#ffffff 40%,#ffffff 60%,#f5cf4a 100%);
    background: linear-gradient(to right,  #f5cf4a 0%,#ffffff 40%,#ffffff 60%,#f5cf4a 100%);
    filter: none;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .25);
       -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, .25);
            box-shadow: 0 4px 8px rgba(0, 0, 0, .25);
    font-size: 1.75rem;
    behavior: none;
}
.main-inner > .entry .entry-title a,
.main-inner > .entry .entry-title a:visited,
.main-inner > .entry .entry-title a:hover {
    display: block;
    color: #f2e7a7;
    text-shadow: 0 0 8px #000;
}
.main-inner > .entry .entry-title a:hover {
    text-decoration: underline;
}
.main-inner > .entry .entry-title .deco,
.main-inner > .widget .widget-title .deco {
    margin: 0 -15px;
    padding: 24px 26px 24px 40px;
    border-color: #f5cf4a;
    border-style: solid;
    border-width: 0 0 1px 0;
    background: #222222;
    background: -moz-linear-gradient(top,  #222222 0%, #444444 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#444444));
    background: -webkit-linear-gradient(top,  #222222 0%,#444444 100%);
    background: -o-linear-gradient(top,  #222222 0%,#444444 100%);
    background: -ms-linear-gradient(top,  #222222 0%,#444444 100%);
    background: linear-gradient(to bottom,  #222222 0%,#444444 100%);
    filter: none;
    color: #f2e7a7;
    text-shadow: 0 0 8px #000;
}
.main-inner > .entry .entry-title .deco:before {
    position: absolute;
    top: 29px;
    left: 12px;
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 16px;
       -moz-border-radius: 16px;
            border-radius: 16px;
    background: #f2e7a7;
    background: -moz-linear-gradient(top,  #a29757 0%, #f2e7a7 40%, #f2e7a7 60%, #a29757 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a29757), color-stop(40%,#f2e7a7), color-stop(60%,#f2e7a7), color-stop(100%,#a29757));
    background: -webkit-linear-gradient(top,  #a29757 0%,#f2e7a7 40%,#f2e7a7 60%,#a29757 100%);
    background: -o-linear-gradient(top,  #a29757 0%,#f2e7a7 40%,#f2e7a7 60%,#a29757 100%);
    background: -ms-linear-gradient(top,  #a29757 0%,#f2e7a7 40%,#f2e7a7 60%,#a29757 100%);
    background: linear-gradient(to bottom,  #a29757 0%,#f2e7a7 40%,#f2e7a7 60%,#a29757 100%);
    filter: none;
}
.ie .main-inner > .entry .entry-title .deco:before {
    top: 27px;
}
.ie8 .main-inner > .entry .entry-title .deco:before {
    top: 25px;
}
.main-inner > .entry .entry-title .deco:after {
    position: absolute;
    top: 32px;
    left: 15px;
    content: " ";
    display: block;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 16px;
       -moz-border-radius: 16px;
            border-radius: 16px;
    background: #222222;
    background: -moz-linear-gradient(top,  #222222 0%, #444444 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#444444));
    background: -webkit-linear-gradient(top,  #222222 0%,#444444 100%);
    background: -o-linear-gradient(top,  #222222 0%,#444444 100%);
    background: -ms-linear-gradient(top,  #222222 0%,#444444 100%);
    background: linear-gradient(to bottom,  #222222 0%,#444444 100%);
    filter: none;
}
.ie .main-inner > .entry .entry-title .deco:after {
    top: 30px;
}
.ie8 .main-inner > .entry .entry-title .deco:after {
    top: 28px;
}
.main-inner > .entry .entry-title:before,
.main-inner > .widget .widget-title:before {
	  position: absolute;
	  left: 0;
	  bottom: -14px;
	  content: " ";
	  border-top: 6px solid #aaa;
	  border-left: 4px solid transparent;
}
.main-inner > .entry .entry-title:after,
.main-inner > .widget .widget-title:after {
	  position: absolute;
	  right: 0;
	  bottom: -14px;
	  content: " ";
	  border-top: 6px solid #aaa;
	  border-right: 4px solid transparent;
}
.entry-content a:hover img,
.textwidget a:hover img,
.sub .banners a:hover img {
    filter: alpha(opacity=75);
    opacity: .75;
    zoom: 1;
    -webkit-transition: all 0.15s ease-in-out;
       -moz-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
}
.sub .widget-profile .profile-avatar {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    border: 5px solid #222;
    margin-right: 5%;
    width: 45%;
}
.sub .widget-profile .profile-avatar a {
    display: block;
}
.sub .widget-profile .profile-avatar img {
    width: 100%;
    border: 2px solid #fff;
}
.sub .widget-profile .profile-text {
    float: left;
    width: 50%;
}
.sub .widget-profile .profile-link {
    clear: both;
}
.entry-content {
    position: relative;
}
.entry-content h1,
.h3,
.entry-content h3,
.textwidget h3 {
	position: relative;
    background: #fcf8ef url(img/noise.png) repeat;
	margin: 0 0 1.5em -24px;
	padding: 12px 15px 12px 24px;
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, .25);
       -moz-box-shadow: 2px 4px 8px rgba(0, 0, 0, .25);
            box-shadow: 2px 4px 8px rgba(0, 0, 0, .25);
    border: none;
    border-top: 4px solid #937c32;
    
	border-bottom: 4px solid #937c32;
    border-right: 4px solid #937c32;
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
    color: #574b25;
    text-shadow: 1px 1px #fff;
    font-size: 1.5rem;
    behavior: none;
}
.entry-content h1:before,
.h3:before,
.entry-content h3:before,
.textwidget h3:before {
    position: absolute;
	left: 0;
	bottom: -10px;
	content: " ";
	border-top: 6px solid #aaa;
	border-left: 4px solid transparent;
}
.entry-content h1:after,
.h3:after,
.entry-content h3:after,
.textwidget h3:after {
    box-sizing: border-box;
    display: block;
	content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 2px solid #d2c787;
    border-right: 2px solid #d2c787;
    border-bottom: 2px solid #d2c787;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(1%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0) 100%);
    z-index: 1;
}
.entry-content h1 {
    margin-top: 2em;
}
.entry-content h2 {
    position: relative;
	margin: 0 0 15px 0;
	padding: 4px 8px;
    color: #fff;
    font-size: 1.5rem;
    text-shadow: none;
    background: #937c32;
    border: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.entry-content a img[class^="wp-image-"],
.entry-content a img[class*="wp-image-"] {
    position: relative;
    display: block;
    padding: 6px 8px 10px 8px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .25);
        -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .25);
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .25);
    border: 1px solid #e8e2c2;
    border: 1px solid rgba(210, 199, 135, .5);
    background: #eee6d8;
    background: -webkit-linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
    background: -moz-linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
    background: -o-linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
    background: -ms-linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
    background: linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
    -pie-background: linear-gradient(#ede1c9 0%, #fef8e2 20%, #f2ebde 100%);
    -webkit-transition: -webkit-transform 0.01s linear;
       -moz-transition: -moz-transform 0.01s linear;
            transition: transform 0.01s linear;
    -webkit-transform: scale(.98);
       -moz-transform: scale(.98);
         -o-transform: scale(.98);
        -ms-transform: scale(.98);
            transform: scale(.98);
    -webkit-backface-visibility: hidden;
}
.entry-content a:hover img[class^="wp-image-"],
.entry-content a:hover img[class*="wp-image-"] {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
#comments, #respond {
    background: #fcf8ef;
}
#respond {
    margin-bottom: 16px;
}
.entry-meta {
    border-top: 1px solid #eee;
    color: #aaa;
}
.entry-meta > i {
    margin-left: 12px;
}
.entry-meta a,
.entry-meta a:visited {
    color: #aaa;
    text-decoration: none;
}
.entry-meta a:hover {
    color: #666;
}
.entry-meta [class^="icon-"],
.entry-meta [class*=" icon-"] {
    position: relative;
    margin-right: 4px;
    top: 3px;
    left: 1px;
    color: #f0f0f0;
    text-shadow: -1px -1px 0 #bbb;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .3);
    font-size: 1.4rem;
}
.ie8 .entry-meta [class^="icon-"],
.ie8 .entry-meta [class*=" icon-"] {
    top: 0;
}
.sidebar-header-inner {
    *zoom: 1;
}
.sidebar-header-inner:before,
.sidebar-header-inner:after {
    content: " ";
    display: table;
}
.sidebar-header-inner:after {
    clear: both;
}
.sidebar-header-main {
    float: left;
    text-align: left;
}
.sidebar-header-main-inner {
    margin-right: 220px;
}
.sidebar-header-main .widget {
    padding-bottom: 0 !important;
}
.sidebar-header-main {
    max-width: 100%;
}
.sidebar-header-sub {
    float: right;
    margin-bottom: 0;
}
.sidebar-header-sub .widget {
    padding: 0;
}
.right_sidebar .main {
    margin-right: 20px;
    width: 680px;
}
.right_sidebar .main-inner {
    margin-right: 0;
}
.sidebar-header-sub,
.right_sidebar .sidebar1 {
    width: 300px;
}
.column1 .contents,
.column1 .main {
    width: 100%;
}
.column3 .main {
    width: 570px;
}
.column3 .sidebar1,
.column3 .sidebar2 {
    width: 200px;
}
.sub {
    background-image: none;
    box-shadow: none;
}
.column3 .sub,
.right_sidebar .sub {
    padding: 0;
}
.right_sidebar .sidebar.sub .widget li {
    margin: 2px 0;
    padding: 0;
    border: none;
}
.right_sidebar .sidebar.sub .widget li a {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 0 96px 0 16px;
    border: 5px solid #888;
    height: 64px;
    background: #222222 url(img/menu-rizap.png) no-repeat 100% 50%;
    background: url(img/menu-rizap.png) no-repeat 100% 50%, -moz-linear-gradient(top,  #222222 0%, #000000 100%);
    background: url(img/menu-rizap.png) no-repeat 100% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#000000));
    background: url(img/menu-rizap.png) no-repeat 100% 50%, -webkit-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-rizap.png) no-repeat 100% 50%, -o-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-rizap.png) no-repeat 100% 50%, -ms-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-rizap.png) no-repeat 100% 50%, linear-gradient(to bottom,  #222222 0%,#000000 100%);
    -webkit-box-shadow: 0 0 16px rgba(255, 255, 255, .1) inset;
       -moz-box-shadow: 0 0 16px rgba(255, 255, 255, .1) inset;
            box-shadow: 0 0 8px 4px rgba(255, 255, 255, .1) inset;
    text-shadow: 0 0 8px #000;
    font-size: 1.35em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 54px;
    -webkit-transition: all 0.15s ease-in-out;
       -moz-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
}
.right_sidebar .sidebar.sub .widget li.body a {
    background: #222222 url(img/menu-body.png) no-repeat 100% 50%;
    background: url(img/menu-body.png) no-repeat 100% 50%, -moz-linear-gradient(top,  #222222 0%, #000000 100%);
    background: url(img/menu-body.png) no-repeat 100% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#000000));
    background: url(img/menu-body.png) no-repeat 100% 50%, -webkit-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-body.png) no-repeat 100% 50%, -o-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-body.png) no-repeat 100% 50%, -ms-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-body.png) no-repeat 100% 50%, linear-gradient(to bottom,  #222222 0%,#000000 100%);
}
.right_sidebar .sidebar.sub .widget li.food a {
    background: #222222 url(img/menu-food.png) no-repeat 100% 50%;
    background: url(img/menu-food.png) no-repeat 100% 50%, -moz-linear-gradient(top,  #222222 0%, #000000 100%);
    background: url(img/menu-food.png) no-repeat 100% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#000000));
    background: url(img/menu-food.png) no-repeat 100% 50%, -webkit-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-food.png) no-repeat 100% 50%, -o-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-food.png) no-repeat 100% 50%, -ms-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-food.png) no-repeat 100% 50%, linear-gradient(to bottom,  #222222 0%,#000000 100%);
}
.right_sidebar .sidebar.sub .widget li.equipment a {
    background: #222222 url(img/menu-equipment.png) no-repeat 100% 50%;
    background: url(img/menu-equipment.png) no-repeat 100% 50%, -moz-linear-gradient(top,  #222222 0%, #000000 100%);
    background: url(img/menu-equipment.png) no-repeat 100% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#000000));
    background: url(img/menu-equipment.png) no-repeat 100% 50%, -webkit-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-equipment.png) no-repeat 100% 50%, -o-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-equipment.png) no-repeat 100% 50%, -ms-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-equipment.png) no-repeat 100% 50%, linear-gradient(to bottom,  #222222 0%,#000000 100%);
}
.right_sidebar .sidebar.sub .widget li.calc a {
    background: #222222 url(img/menu-calc.png) no-repeat 100% 50%;
    background: url(img/menu-calc.png) no-repeat 100% 50%, -moz-linear-gradient(top,  #222222 0%, #000000 100%);
    background: url(img/menu-calc.png) no-repeat 100% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#000000));
    background: url(img/menu-calc.png) no-repeat 100% 50%, -webkit-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-calc.png) no-repeat 100% 50%, -o-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-calc.png) no-repeat 100% 50%, -ms-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-calc.png) no-repeat 100% 50%, linear-gradient(to bottom,  #222222 0%,#000000 100%);
}
.right_sidebar .sidebar.sub .widget li.binder a {
    background: #222222 url(img/menu-binder.png) no-repeat 100% 50%;
    background: url(img/menu-binder.png) no-repeat 100% 50%, -moz-linear-gradient(top,  #222222 0%, #000000 100%);
    background: url(img/menu-binder.png) no-repeat 100% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#000000));
    background: url(img/menu-binder.png) no-repeat 100% 50%, -webkit-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-binder.png) no-repeat 100% 50%, -o-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-binder.png) no-repeat 100% 50%, -ms-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-binder.png) no-repeat 100% 50%, linear-gradient(to bottom,  #222222 0%,#000000 100%);
}
.right_sidebar .sidebar.sub .widget li.chart a {
    background: #222222 url(img/menu-chart.png) no-repeat 100% 50%;
    background: url(img/menu-chart.png) no-repeat 100% 50%, -moz-linear-gradient(top,  #222222 0%, #000000 100%);
    background: url(img/menu-chart.png) no-repeat 100% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#000000));
    background: url(img/menu-chart.png) no-repeat 100% 50%, -webkit-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-chart.png) no-repeat 100% 50%, -o-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-chart.png) no-repeat 100% 50%, -ms-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-chart.png) no-repeat 100% 50%, linear-gradient(to bottom,  #222222 0%,#000000 100%);
}
.right_sidebar .sidebar.sub .widget li.branch a {
    background: #222222 url(img/menu-branch.png) no-repeat 100% 50%;
    background: url(img/menu-branch.png) no-repeat 100% 50%, -moz-linear-gradient(top,  #222222 0%, #000000 100%);
    background: url(img/menu-branch.png) no-repeat 100% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#000000));
    background: url(img/menu-branch.png) no-repeat 100% 50%, -webkit-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-branch.png) no-repeat 100% 50%, -o-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-branch.png) no-repeat 100% 50%, -ms-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-branch.png) no-repeat 100% 50%, linear-gradient(to bottom,  #222222 0%,#000000 100%);
}
.right_sidebar .sidebar.sub .widget li.note a {
    background: #222222 url(img/menu-note.png) no-repeat 100% 50%;
    background: url(img/menu-note.png) no-repeat 100% 50%, -moz-linear-gradient(top,  #222222 0%, #000000 100%);
    background: url(img/menu-note.png) no-repeat 100% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#000000));
    background: url(img/menu-note.png) no-repeat 100% 50%, -webkit-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-note.png) no-repeat 100% 50%, -o-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-note.png) no-repeat 100% 50%, -ms-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-note.png) no-repeat 100% 50%, linear-gradient(to bottom,  #222222 0%,#000000 100%);
}
.right_sidebar .sidebar.sub .widget li.question a {
    background: #222222 url(img/menu-question.png) no-repeat 100% 50%;
    background: url(img/menu-question.png) no-repeat 100% 50%, -moz-linear-gradient(top,  #222222 0%, #000000 100%);
    background: url(img/menu-question.png) no-repeat 100% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#000000));
    background: url(img/menu-question.png) no-repeat 100% 50%, -webkit-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-question.png) no-repeat 100% 50%, -o-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-question.png) no-repeat 100% 50%, -ms-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-question.png) no-repeat 100% 50%, linear-gradient(to bottom,  #222222 0%,#000000 100%);
}
.right_sidebar .sidebar.sub .widget li.memo a {
    background: #222222 url(img/menu-memo.png) no-repeat 100% 50%;
    background: url(img/menu-memo.png) no-repeat 100% 50%, -moz-linear-gradient(top,  #222222 0%, #000000 100%);
    background: url(img/menu-memo.png) no-repeat 100% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#000000));
    background: url(img/menu-memo.png) no-repeat 100% 50%, -webkit-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-memo.png) no-repeat 100% 50%, -o-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-memo.png) no-repeat 100% 50%, -ms-linear-gradient(top,  #222222 0%,#000000 100%);
    background: url(img/menu-memo.png) no-repeat 100% 50%, linear-gradient(to bottom,  #222222 0%,#000000 100%);
}
.right_sidebar .sidebar.sub .widget li a:hover {
    background-position: 50%;
    filter: alpha(opacity=80);
    opacity: .8;
    zoom: 1;
    -webkit-transition: all 0.15s ease-in-out;
       -moz-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
    text-decoration: none;
}
.right_sidebar .sidebar.sub .widget li a:before {
    margin: 0;
    padding: 0;
    content: none;
}
.right_sidebar .sidebar.sub .widget .widget-title  {
	position: relative;
    background: #d2c787 url(img/noise.png) repeat;
	margin: 16px -14px 15px;
    padding: 0;
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, .25);
       -moz-box-shadow: 2px 4px 8px rgba(0, 0, 0, .25);
            box-shadow: 2px 4px 8px rgba(0, 0, 0, .25);
    border-top: 4px solid #937c32;
    border-bottom: 4px solid #937c32;
    font-size: 1.33rem;
    text-shadow: 1px 1px rgba(255, 255, 255, .7);
    behavior: none;
}
.right_sidebar .sidebar.sub .widget .widget-title:before {
    position: absolute;
	left: 0;
	bottom: -10px;
	content: " ";
	border-top: 6px solid #aaa;
	border-left: 4px solid transparent;
}
.right_sidebar .sidebar.sub .widget .widget-title:after {
    position: absolute;
	right: 0;
	bottom: -10px;
	content: " ";
	border-top: 6px solid #aaa;
	border-right: 4px solid transparent;
}
.right_sidebar .sidebar.sub .widget .widget-title .deco {
	padding: 16px;
    border: none;
    background: #d2c787;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0) 99%, rgba(0,0,0,0.1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(1%,rgba(255,255,255,0)), color-stop(99%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.1)));
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0) 99%,rgba(0,0,0,0.1) 100%);
    background: -o-linear-gradient(left,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0) 99%,rgba(0,0,0,0.1) 100%);
    background: -ms-linear-gradient(left,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0) 99%,rgba(0,0,0,0.1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0) 99%,rgba(0,0,0,0.1) 100%);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .15) inset;
       -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .15) inset;
            box-shadow: 0 0 8px rgba(0, 0, 0, .15) inset;
}
.right_sidebar .sidebar.sub .widget .widget-title .deco:after {
    box-sizing: border-box;
    display: block;
	content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}

/* Footer ========== */
.footer {
    background-color: #222;
    border-top: 8px solid #444;
    -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, .25);
       -moz-box-shadow: 0 0 0 4px rgba(0, 0, 0, .25);
            box-shadow: 0 0 0 4px rgba(0, 0, 0, .25);
}
.footer small,
.footer p {
    color: #656563;
}
.footer-inner {
    position: relative;
    text-align: center;
}
#nav-top {
    position: absolute;
    top: -2em;
    right: 0;
    margin-top: -12px;
    background: #222;
    border-top: 8px solid #444;
    border-right: 8px solid #444;
    border-left: 8px solid #444;
    color: #fff;
}
#nav-top a {
    display: block;
    width: 96px;
    padding: 8px;
    background: #222;
    color: #656563;
    text-decoration: none;
}
#nav-top a:hover {
    color: #d2c787;
}
.footer small,
.footer p {
    float: none;
}
.footer small {
    display: block;
    text-align: center;
}
.footer small a,
.footer p a,
.footer small a:visited,
.footer p a:visited {
    color: #a5a5a3;
}
.footer small a:hover,
.footer p a:hover {
    color: #d2c787;
}
#footer-menu ul {
    margin: 5px 0 0;
}
#footer-menu ul:before,
#footer-menu ul:after {
    content: " ";
    display: table;
}
#footer-menu ul:after {
    clear: both;
}
#footer-menu ul li {
    margin: 0 0 .3em;
    padding: 0;
    border: none;
    color: #656563;
}
#footer-menu ul li a:before {
    content: none;
}
#footer-menu li a {
    display: block;
    color: #656563;
}
#footer-menu li a:hover {
    color: #d2c787;
    text-decoration: none;
}
#footer-menu .widget_archive ul li {
    width: 50%;
    float: left;
}
#footer-menu .widget_subscribe a {
    padding-left: 18px;
    background: no-repeat 0 50%;
}
#footer-menu .widget_subscribe .facebook a  { background-image: url(img/icon-facebook-mono.png); }
#footer-menu .widget_subscribe .twitter a { background-image: url(img/icon-twitter-mono.png); }
#footer-menu .widget_subscribe .rss a { background-image: url(img/icon-rss-mono.png); }
#footer-menu .widget_subscribe .facebook a:hover { background-image: url(img/icon-facebook.png); }
#footer-menu .widget_subscribe .twitter a:hover { background-image: url(img/icon-twitter.png); }
#footer-menu .widget_subscribe .rss a:hover { background-image: url(img/icon-rss.png); }
#footer-menu {
    padding: 0 0 20px;
    background-color: transparent;
    border: none;
    box-shadow: none;
}
#footer-menu .widget {
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
         box-shadow: none;
}
#footer-menu .widget .widget-title {
    margin: 0;
    padding: 0 0 0 10px;
    background: transparent;
    -pie-background: none;
    color: #656563;
    border: none;
    font-size: 1.125rem;
}
#footer-menu .widget:hover .widget-title {
    color: #d2c787;
}
#footer-menu .widget .widget-title .deco {
    border: none;
    text-shadow: none;
    -pie-background: none;
}
#footer-menu .widget .widget-title:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: " ";
    display: block;
    width: 11px;
    height: 11px;
    background: #656563;
    -webkit-border-radius: 16px;
       -moz-border-radius: 16px;
            border-radius: 16px;
}
.ie #footer-menu .widget .widget-title:before {
    top: 4px;
}
#footer-menu .widget:hover .widget-title:before {
    background: #d2c787;
background: -moz-linear-gradient(top,  #937c32 0%, #d2c787 40%, #d2c787 60%, #937c32 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#937c32), color-stop(40%,#d2c787), color-stop(60%,#d2c787), color-stop(100%,#937c32));
background: -webkit-linear-gradient(top,  #937c32 0%,#d2c787 40%,#d2c787 60%,#937c32 100%);
background: -o-linear-gradient(top,  #937c32 0%,#d2c787 40%,#d2c787 60%,#937c32 100%);
background: -ms-linear-gradient(top,  #937c32 0%,#d2c787 40%,#d2c787 60%,#937c32 100%);
background: linear-gradient(to bottom,  #937c32 0%,#d2c787 40%,#d2c787 60%,#937c32 100%);
filter: none;
}
#footer-menu .widget .widget-title:after {
    position: absolute;
    top: 7px;
    left: 2px;
    content: " ";
    display: block;
    width: 7px;
    height: 7px;
    background: #333;
    -webkit-border-radius: 16px;
       -moz-border-radius: 16px;
            border-radius: 16px;
}
.ie #footer-menu .widget .widget-title:after {
    top: 6px;
}
.footer .tagcloud a[class^="tag-link"] {
    padding: 4px;
    background: #000;
    border: #444;
    color: #656563;
}
.footer .tagcloud a[class^="tag-link"]:hover {
    color: #d2c787;
}

/* Page Title, Breadcrumbs, Paging ========== */
.page-title,
.page-navi a.page-numbers, 
.page-navi .current, 
.page-navi a.next, 
.page-navi a.prev,
.breadcrumb,
.entry-navi {
    -webkit-box-shadow: rgba(210, 199, 135, .4) 0 1px 13px;
       -moz-box-shadow: rgba(210, 199, 135, .4) 0 1px 13px;
            box-shadow: rgba(210, 199, 135, .4) 0 1px 13px;
            box-shadow: rgba(210, 199, 135, .4) 0 1px 6px \0/IE9;
    border: 1px solid #e8e2c2;
    border: 1px solid rgba(210, 199, 135, .5);
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background: #fff url(img/bg-post-bottom.jpg) repeat-x 0 100%;
}
.page-title + .breadcrumb {
    border-top: 0;
}
.page-title,
.breadcrumb {
    padding: 8px 16px;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.page-title {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.breadcrumb ol {
    margin: 0;
}
.entry-navi {
    padding: 8px 16px;
}
.breadcrumb ol li {
    padding: 0;
}
.page-navi a.page-numbers {
    behavior: none;
}
.page-navi a:hover,
.page-navi .current {
    position: static;
    behavior: none;
    background: #222222;
    background: -moz-linear-gradient(top,  #222222 0%, #444444 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#444444));
    background: -webkit-linear-gradient(top,  #222222 0%,#444444 100%);
    background: -o-linear-gradient(top,  #222222 0%,#444444 100%);
    background: -ms-linear-gradient(top,  #222222 0%,#444444 100%);
    background: linear-gradient(to bottom,  #222222 0%,#444444 100%);
    filter: none;
    color: #d2c787;
    text-shadow: -1px -1px #000;
    behavior: none;
}
.entry-navi div.previous,
.entry-navi div.next {
    margin-bottom: 0;
}
.entry-navi div.previous i {
    margin-right: 4px;
}
.entry-navi div.next i {
    margin-left: 4px;
}
.entry-navi div.previous + div.next {
    margin-top: 1em;
}
[class^="icon-"], [class*=" icon-"] {
    color: #937c32;
}

/* Some fixes ========== */
.main-inner > .entry,
.main-inner > .widget {
    padding-bottom: 10px;
    background-image: url(img/bg-post-bottom.jpg);
}
#banners-1-2 .c1 * {
    text-align: center;
}
#banners-1-2 .widget_text {
    text-align: left;
}
.glovalnavi,
.footer p {
    display: none;
}

/* YARPP ========== */
.entry-content .yarpp-related ul,
.entry-content .yarpp-related ol {
    margin-bottom: 3em;
}
.entry-content .yarpp-related ul,
.entry-content .yarpp-related ol {
    list-style: none;
    margin-left: 8px;
    margin-right: 8px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.entry-content .yarpp-related li {
    position: relative;
}
.entry-content .yarpp-related li i {
    position: absolute;
    top: 1em;
    left: 8px;
}
.entry-content .yarpp-related li a,
.entry-content .yarpp-related li a:visited {
    display: block;
    padding: 8px 8px 8px 24px;
    border-top: 1px solid #ccc;
    background: rgb(237,237,237);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    filter: none;
    color: #574b25;
}
.entry-content .yarpp-related li:first-child a,
.entry-content .yarpp-related li:first-child a:visited {
    border-top: none;
    text-decoration: none;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.entry-content .yarpp-related li:last-child a,
.entry-content .yarpp-related li:last-child a:visited {
    text-decoration: none;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.entry-content .yarpp-related li a:hover,
.entry-content .yarpp-related li a:focus {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(53%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
    filter: none;
}
.entry-content .yarpp-related abbr {
    border: none;
}

/* Table ========== */
table {
	box-sizing: border-box !important;
    table-layout: fixed !important;
	width: 100% !important;
	border: 2px solid #937c32 !important;
	border-right: 2px solid #937c32 !important;
	border-left: 2px solid #937c32 !important;
    position: relative !important;
}
table th,
table td {
	box-sizing: border-box !important;
    width: 14.28% !important;
	padding: 4px !important;
	border: 1px solid #937c32 !important;
	font-size: 12px !important;
}
table th {
	background: #d2c787 url(img/noise.png) repeat !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	color: #574b25 !important;
    font-weight: bold !important;
	text-shadow: 1px 1px rgba(255,255,255,.7) !important;
	text-align: center !important;
}
.table-calendar td.date {
	background: #f3f0e9 url(img/noise.png) repeat !important;
    color: #222 !important;
	text-align: center !important;
    font-weight: bold !important;
}
.table-calendar td.sat {
    background-color: #e9e9f3 !important;
    color: #226 !important;
}
.table-calendar td.sun {
    background-color: #f3e9e9 !important;
    color: #622 !important;
}
.table-calendar td.title {
    padding-bottom: 0 !important;
    width: 100% !important;
    border-bottom: none !important;
    overflow: hidden !important;
    -o-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    word-wrap: normal !important;
}
.table-calendar td.title:hover {
    position: absolute !important;
    margin-top: -1px !important;
    margin-left: -1px !important;
    width: 20em !important;
    background: #fff !important;
    background: rgba(255, 255, 255, .75) !important;
    border: 1px solid #937c32 !important;
    font-weight: bold !important;
    overflow: visible !important;
    white-space: break-word !important;
    word-wrap: normal !important;
    z-index: 9 !important;
}
.table-calendar td.content {
    height: 56px !important;
    border-top: none !important;
}
table img {
    display: block !important;
    margin: auto !important;
	box-sizing: border-box !important;
	max-width: 100% !important;
	padding: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	background: transparent !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	transition: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}

/* Dynamic to Top ========== */
#dynamic-to-top span {
    background: url(/wp-content/plugins/dynamic-to-top/css/images/up.png) no-repeat center center;
}

/* Q&A ========== */
.toc-qa,
.toc-qa li {
    list-style: none;
    margin-left: 0 !important;
}

/* Q&A ========== */
.toc-qa,
.toc-qa li {
    list-style: none;
    margin-left: 0 !important;
}

/* Label ========== */
.label {
    margin: 0 8px;
    padding: 0 4px;
    border: 1px solid #937c32;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fcf8ef;
    font-size: 85%;
}

/* Flot ========== */
.flot {
    height: 320px;
    margin: 3em 0;
}
.flot-annotation {
    padding: 0 8px;
    background: #fff;
    border: 5px solid #c00;
    -webkit-border-radius: 128px;
    -moz-border-radius: 128px;
    border-radius: 128px;
    color: #c00;
    font-size: 18px;
    font-weight: bold;
}
.flot-tooltip {
    position: absolute;
    right: 25px;
    top: 19px;
    padding: 2px 8px;
    border: 2px solid #937c32;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fcf8ef;
}

/* Q & A ========== */
.qa-answer {
    position: relative;
    margin-bottom: 1.5em;
    *zoom: 1;
}
.qa-answer:before,
.qa-answer:after {
    content: " ";
    display: table;
}
.qa-answer:after {
    clear: both;
}
.qa-answer-avatar {
    float: left;
    width: 128px;
    border: 4px solid #937c32;
    -moz-border-radius: 64px;
    -webkit-border-radius: 64px;
    border-radius: 64px;
}
.qa-answer-avatar img {
    -moz-border-radius: 64px;
    -webkit-border-radius: 64px;
    border-radius: 64px;
}
.qa-answer-text {
    float: left;
    width: 462px;
    margin-left: 48px;
    padding: 16px 16px 0;
    border: 2px solid #937c32;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}
.qa-answer-text:after {
    content: " ";
    position: absolute;
    height: 32px;
    width: 32px;
    border-top: 16px solid transparent;
    border-right: 48px solid #fff;
    border-bottom: 16px solid transparent;
    bottom: -20px;
    top: 60px;
    left: 133px;
}
.qa-answer-text:before {
    content: " ";
    position: absolute;
    height: 50px;
    width: 50px;
    height: 32px;
    width: 32px;
    border-top: 18px solid transparent;
    border-right: 46px solid #937c32;
    border-bottom: 18px solid transparent;
    bottom: -15px;
    top: 58px;
    left: 131px;
}

/* Special Banner ========== */
.main-inner > .widget-1 {
    padding: 0;
    border: none;
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.special-banner ul li {
    border: none !important;
}
.special-banner img {
    max-width: 100%;
}

/* Simulator ========== */
.simulator-form {
    margin: 0;
    padding: 16px;
    background: #fcf8ef;
}
.simulator-form input[type="text"] {
    width: 6em;
    padding: 4px 8px;
}
.simulator-form .field {
    *zoom: 1;
}
.simulator-form .field:before,
.simulator-form .field:after {
    content: " ";
    display: table;
}
.simulator-form .field:after {
    clear: both;
}
.simulator-form .field,
.simulator-form .field-title,
.simulator-form .field-control {
    margin: 0;
    padding: 0;
}
.simulator-form .field-title,
.simulator-form .field-control {
    float: left;
    margin-top: .58em;
}
.simulator-form .field-title {
    width: 11em;
    clear: both;
}
.simulator-form .field-control {
}
.simulator-form .action,
.simulator-form .action li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.simulator-form .action {
    margin-top: 2em;
}
.simulator-submit {
    width: 100%;
    padding: .5em;
    font-size: 2em;
}
.simulator-errors,
.simulator-result {
    display: none;
    margin: 1em 0 0;
    padding: 16px;
}
.simulator-errors {
    border: 4px solid #c44;
    background: #faf0f0;
}
.simulator-errors ul {
    margin: 0 0 0 1.5em;
    color: #c00;
}
.simulator-errors li {
    color: #c00;
}
.simulator-result {
    border: 4px solid #8c8;
    background: #f0faf0;
}
.simulator-result p {
    margin: 0;
}
.simulator-result .simulator-result-result {
    margin-top: .5em;
    text-align: right;
    font-size: 2em;
}
.simulator-result-price,
.simulator-result-times {
    margin: 0 4px;
    font-weight: bold;
}
.simulator-result-result .simulator-result-price,
.simulator-result-result .simulator-result-times {
}

