@charset "UTF-8";
/*------ 画像のパスを設定 ------*/
/*------ webフォントの設定 ------*/
@import url(http://fonts.googleapis.com/css?family=Archivo+Narrow:400,700);
@import url(http://fonts.googleapis.com/css?family=Quattrocento);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
/*------ サポートブラウザの定義 ------*/
/*------ テーマ設定 ------*/
/*---------- link color ----------*/
a:link,
a:visited {
  color: #3399cc;
  text-decoration: none;
  -webkit-touch-callout: none; }

a:hover,
a:active {
  text-decoration: none; }

/*---------- html ----------*/
html {
  height: 100%;
  min-height: 100%; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/*---------- body ----------*/
body {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  color: #000;
  line-height: 1.5;
  font: 13px/1.231 Helvetica, Arial, "ヒラギノ角ゴ ProN", "Hiragino kakugo ProN", "モリサワ 新ゴ R", "Droid Sans", メイリオ, "sans-serif";
  *font-size: small;
  *font: x-small;
  background: #000;
  -webkit-text-size-adjust: none; }

article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section, address {
  display: block; }

table {
  font-size: inherit;
  font: 100%;
  line-height: 1.5;
  border-collapse: collapse; }

th, td {
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: 100%;
  margin: 0;
  padding: 0;
  font-weight: normal; }

img {
  border: none;
  font-size: 1%;
  line-height: 1;
  vertical-align: top; }

dl {
  zoom: 1; }

dl, dt, dd {
  margin: 0;
  padding: 0; }

ul, ul li {
  margin: 0;
  padding: 0;
  list-style: none; }

ol {
  margin: 0 0 10px 0.8em;
  padding: 0 0 0 0.8em; }

ol li {
  margin: 0;
  padding: 0;
  list-style-position: outside; }

form, input, select {
  font: 100%;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

time {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #999; }

.clear {
  clear: both; }

.protect {
  -webkit-touch-callout: none; }

.borderNone {
  border: none !important; }

.block {
  display: block; }

.bold {
  font-weight: bold; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.pd5 {
  padding: 5px; }

.pdtb5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.pd10 {
  padding: 10px; }

.pd15 {
  padding: 15px; }

.red,
.error {
  color: red; }

.white {
  color: white !important; }

.fontXXS {
  font-size: 77%; }

.fontXS {
  font-size: 85%; }

.fontS {
  font-size: 93%; }

.fontM {
  font-size: 108%; }

.fontL {
  font-size: 116%; }

.fontXL {
  font-size: 123.1%; }

.fontXXL {
  font-size: 131%; }

.gray {
  color: #ccc !important; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.hidden {
  overflow: hidden; }

.leftPanel {
  float: left; }

.rightPanel {
  float: right; }

/*------ @global setting ------*/
#globalHeader {
  border-top: 5px #d92a26 solid;
  background: #fff; }

#globalHeaderInner {
  width: 960px;
  margin: 0 auto; }
  #globalHeaderInner h1 {
    margin-bottom: 20px;
    padding-top: 20px; }
    #globalHeaderInner h1 a {
      width: 134px;
      height: 116px;
      display: block;
      margin: 0 auto;
      background-image: url(/resources/images/logo.png);
      background-repeat: none;
      text-indent: 100%;
      overflow: hidden;
      white-space: nowrap; }

#globalNav {
  width: 100%;
  background: #cacbce; }
  #globalNav #globalNavInner {
    width: 960px;
    margin: 0 auto;
    overflow: hidden; }
    #globalNav #globalNavInner li {
      float: left;
      width: 25%;
      font-size: 131%;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-family: 'Montserrat', sans-serif; }
      #globalNav #globalNavInner li a,
      #globalNav #globalNavInner li span {
        display: block;
        padding: 12px 10px;
        text-align: center;
        color: #fff;
        cursor: pointer; }

#drawerNav {
  display: none; }

#globalFooter {
  padding: 30px 0;
  background: #000; }
  #globalFooter #globalFooterInner {
    width: 960px;
    margin: 0 auto; }
    #globalFooter #globalFooterInner #btnRecruit a {
      display: block;
      width: 200px;
      height: 52px;
      margin: 0 auto 30px;
      text-indent: 100%;
      overflow: hidden;
      white-space: nowrap;
      background: url(/resources/images/btn_recruit.png) no-repeat 0 0; }
      #globalFooter #globalFooterInner #btnRecruit a:hover {
        background: url(/resources/images/btn_recruit.png) no-repeat 0 -52px; }
    #globalFooter #globalFooterInner small {
      display: block;
      text-align: center;
      color: #fff;
      font-size: 93%; }

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

1. トップ

2. アーティスト詳細

3. インフォメーション

4. 会社概要

5. Not Found

6.
------------------------------*/
/* ==============================

1. トップ

 ============================== */
#billboard {
  width: 100%;
  height: 300px;
  padding: 0 0 60px;
  overflow: hidden; }

#billboardInner {
  position: relative;
  width: 660px;
  margin: 0 auto; }
  #billboardInner > div {
    overflow: visible !important; }
  #billboardInner .slides li a {
    display: block; }

#information {
  background: #fff;
  padding-bottom: 30px; }
  #information #informationInner {
    position: relative;
    width: 960px;
    margin: 0 auto; }
  #information ul {
    margin-bottom: 10px;
    overflow: hidden; }
    #information ul li {
      position: relative;
      width: 450px;
      min-height: 120px;
      height: auto !important;
      height: 100%;
      float: left;
      margin: 0 15px 30px;
      background-color: #fff;
      overflow: hidden;
      -webkit-transition: 220ms linear !important;
      -moz-transition: 220ms linear !important;
      -ms-transition: 220ms linear !important;
      -o-transition: 220ms linear !important;
      transition: 220ms linear !important; }
      #information ul li:hover {
        background-color: #f9f9f9; }
      #information ul li h4 {
        margin-left: 75px;
        padding: 15px;
        font-size: 116%;
        line-height: 1.5;
        letter-spacing: .5px;
        word-break: keep-all; }
        #information ul li h4 a {
          display: block; }
      #information ul li .entryMeta {
        display: block;
        width: 420px;
        margin: 10px 15px;
        padding-top: 10px;
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 85%;
        font-weight: normal;
        border-top: 1px #e5e5e5 solid;
        text-align: right;
        color: #999; }
        #information ul li .entryMeta time {
          margin-left: 1em; }
  #information .more a {
    display: block;
    width: 100px;
    margin: 0 auto;
    padding: 10px 5px;
    font-size: 116%;
    text-align: center;
    letter-spacing: 1px;
    color: #999;
    border: 1px #e5e5e5 solid; }

.thumbs {
  background-repeat: no-repeat;
  background-position: 15px 15px;
  background-size: 60px; }

.noImage {
  background-image: url(/resources/images/profile_no_image.gif); }

.go-hiromi {
  background-image: url(/resources/images/profile_go_hiromi_60.jpg); }

.wentz-eiji {
  background-image: url(/resources/images/profile_wentz_60.jpg); }

.miura-shohei {
  background-image: url(/resources/images/profile_miura_shohei_60.jpg); }

.maruyama-atsushi {
  background-image: url(/resources/images/profile_maruyama_atsushi_60.jpg); }

.uchida-yuki {
  background-image: url(/resources/images/profile_uchida_yuki_60.jpg); }

.kato-masaya {
  background-image: url(/resources/images/profile_kato_masaya_60.jpg); }

.koyanagi-yuki {
  background-image: url(/resources/images/profile_koyanagi_yuki_60.jpg); }

.koike-teppei {
  background-image: url(/resources/images/profile_koike_teppei_60.jpg); }

.koizumi-kyoko {
  background-image: url(/resources/images/profile_koizumi_kyoko_60.jpg); }

.shimatani-hitomi {
  background-image: url(/resources/images/profile_shimatani_hitomi_60.jpg); }

.inukai-atsuhiro {
  background-image: url(/resources/images/profile_inukai_atsuhiro_60.jpg); }

.inamori-izumi {
  background-image: url(/resources/images/profile_inamori_izumi_60.jpg); }

.fuji-ayako {
  background-image: url(/resources/images/profile_fuji_ayako_60.jpg); }

.nagayama-yoko {
  background-image: url(/resources/images/profile_nagayama_yoko_60.jpg); }

.seki-rion {
  background-image: url(/resources/images/profile_seki_rion_60.jpg); }

.togashi-eiji {
  background-image: url(/resources/images/profile_togashi_eiji_60.jpg); }

#artistList {
  padding-top: 15px;
  overflow: hidden; }
  #artistList li {
    float: left;
    width: 200px;
    margin: 0 10px 10px 10px;
    padding: 10px 10px 0 10px;
    background: #fff; }
    #artistList li h3 {
      text-align: center; }
      #artistList li h3 a {
        display: block;
        padding: 10px 0;
        color: #000;
        letter-spacing: 1px;
        font-size: 108%; }

/* ==============================

2. アーティスト詳細

 ============================== */
#personalDate {
  width: 700px;
  margin-bottom: 30px;
  background: #fff; }
  #personalDate #publicity {
    position: relative;
    width: 700px;
    margin-bottom: 54px;
    background: #fff; }
  #personalDate #date {
    position: relative;
    padding: 0 30px 30px; }
  #personalDate h2 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 146.5%; }
    #personalDate h2:after {
      display: block;
      content: "";
      border-bottom: 1px #000 solid;
      width: 1.5em;
      margin-top: 25px;
      background: #000; }
    #personalDate h2 .enTitle {
      margin-left: 15px;
      text-transform: capitalize;
      font-size: 18px;
      color: #999; }
  #personalDate dl {
    overflow: hidden;
    line-height: 1.6; }
    #personalDate dl dt {
      float: left; }
    #personalDate dl dd {
      margin: 0 0 10px 80px;
      word-break: keep-all; }

#publicityPhoto li img {
  width: 700px; }

#freeArea {
  margin-bottom: 15px;
  line-height: 1.9; }

.artist {
  margin-top: 0 !important; }
  .artist .leftPanel {
    width: 700px;
    margin-right: 20px; }
  .artist .rightPanel {
    width: 240px; }
  .artist .infoList {
    margin-bottom: 30px;
    padding: 20px;
    background: #fff; }
    .artist .infoList li {
      margin-bottom: 15px; }
      .artist .infoList li time {
        display: block;
        margin-bottom: 3px; }

#biography {
  width: 700px; }

#slideTab {
  position: relative; }

#tabMenu li {
  margin-bottom: -1px;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  font-weight: bold;
  font-size: 93%;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
  background: #333; }
  #tabMenu li.current {
    color: #000 !important;
    background: #fff !important; }
  #tabMenu li span {
    display: block;
    font-size: 77%; }

#tabContent {
  width: 640px;
  height: 100%;
  padding: 30px;
  line-height: 1.8;
  letter-spacing: 1px;
  background: #fff;
  *zoom: 1; }
  #tabContent:after {
    content: '';
    display: table;
    clear: both; }
  #tabContent li {
    display: none;
    height: auto;
    float: left; }
    #tabContent li .etnry {
      margin-bottom: 15px; }
      #tabContent li .etnry time {
        display: block; }
    #tabContent li img {
      height: auto; }

#artistNav {
  margin-bottom: 20px; }
  #artistNav li {
    padding: 5px;
    background: #fff;
    border-bottom: 1px #e5e5e5 solid;
    overflow: hidden;
    -webkit-transition: 200ms linear !important;
    -moz-transition: 200ms linear !important;
    -ms-transition: 200ms linear !important;
    -o-transition: 200ms linear !important;
    transition: 200ms linear !important; }
    #artistNav li:hover {
      background: #f9f9f9; }
    #artistNav li figure {
      width: 60px;
      height: 60px;
      float: left;
      margin-bottom: 0; }
    #artistNav li h3 {
      line-height: 60px;
      margin-left: 75px; }
      #artistNav li h3 a {
        display: block;
        color: #000; }

/* ==============================

3. インフォメーション

 ============================== */
#pagenationInner {
  width: 900px;
  margin: 0 auto; }
  #pagenationInner a,
  #pagenationInner span {
    padding: 5px 10px; }
  #pagenationInner a {
    color: #999;
    font-weight: bold;
    border: 1px #e5e5e5 solid; }

.entryFooter {
  padding: 30px 20px 0;
  border-top: 1px #e5e5e5 solid; }
  .entryFooter .tagName {
    margin-right: 10px;
    padding-left: 19px;
    background: url(/resources/images/icon_tag.png) no-repeat left center; }

/* ==============================

4. 会社概要

 ============================== */
.tblStyle {
  width: 600px;
  margin: 0 auto; }
  .tblStyle th {
    text-align: left;
    background: #f5f5f5; }
  .tblStyle th,
  .tblStyle td {
    padding: 10px;
    border: 1px #e5e5e5 solid; }

/* ==============================

5. Not Found

 ============================== */
.notFound #artistList, #artist #artistList {
  width: 800px;
  margin: 0 auto; }
  .notFound #artistList li, #artist #artistList li {
    width: 120px !important; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.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 Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  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; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap; }

.flex-direction-nav a {
  display: block;
  position: absolute;
  top: 0;
  width: 12px;
  height: 34px;
  background: url(/resources/images/ui_direction_nav.png) no-repeat 0 0;
  overflow: hidden;
  z-index: 10;
  cursor: pointer; }

.flex-direction-nav .flex-prev {
  left: 0px; }

.flex-direction-nav .flex-next {
  right: 0px;
  background-position: -12px 0; }

.flex-direction-nav .flex-prev:hover {
  background-position: 0 -34px; }

.flex-direction-nav .flex-next:hover {
  background-position: -12px -34px; }

.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; }

/* 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: -39px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  display: block;
  width: 11px;
  height: 11px;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 6px;
  border-radius: 6px; }

.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: -20px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: -20px; } }
.dropdown {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -480px;
  z-index: 9999999; }

.dropdown .dropdown-menu,
.dropdown .dropdown-panel {
  width: 940px;
  margin: 0;
  padding: 10px 10px 0;
  list-style: none;
  background: #252525;
  background: rgba(37, 37, 37, 0.95);
  border: 1px #000 solid;
  overflow: visible;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 5px #999;
  -moz-box-shadow: 0 1px 5px #999;
  -ms-box-shadow: 0 1px 5px #999;
  -o-box-shadow: 0 1px 5px #999;
  box-shadow: 0 1px 5px #999;
  *zoom: 1; }
  .dropdown .dropdown-menu:after,
  .dropdown .dropdown-panel:after {
    content: '';
    display: table;
    clear: both; }

.dropdown .dropdown-panel {
  padding: 10px; }

.dropdown.dropdown-tip:before {
  position: absolute;
  top: -6px;
  left: 590px;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #252525;
  border-bottom-color: black;
  display: inline-block; }

.dropdown.dropdown-tip.dropdown-anchor-right:before {
  left: auto;
  right: 9px; }

.dropdown.dropdown-tip:after {
  position: absolute;
  top: -5px;
  left: 591px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #252525;
  display: inline-block; }

.dropdown.dropdown-tip.dropdown-anchor-right:after {
  left: auto;
  right: 10px; }

.dropdown.dropdown-scroll .dropdown-menu,
.dropdown.dropdown-scroll .dropdown-panel {
  overflow: auto; }

.dropdown .dropdown-menu LI {
  width: 235px;
  margin: 0 0 10px;
  padding: 0 0;
  list-style: none;
  line-height: 60px;
  float: left; }

.dropdown .dropdown-menu LI > A,
.dropdown .dropdown-menu LABEL {
  display: block;
  height: 62px;
  margin: 0;
  color: #555;
  text-decoration: none;
  line-height: 62px;
  letter-spacing: 1px;
  white-space: nowrap;
  color: #fff;
  -webkit-transition: 250ms linear !important;
  -moz-transition: 250ms linear !important;
  -ms-transition: 250ms linear !important;
  -o-transition: 250ms linear !important;
  transition: 250ms linear !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.dropdown .dropdown-menu LI > A img {
  margin-right: 10px;
  border: 1px #000 solid; }

.dropdown .dropdown-menu LI > A:hover,
.dropdown .dropdown-menu LABEL:hover {
  background-color: #444;
  cursor: pointer; }

.dropdown .dropdown-menu .dropdown-divider {
  font-size: 1px;
  border-top: solid 1px #E5E5E5;
  padding: 0;
  margin: 5px 0; }

/* Icon Examples - icons courtesy of http://p.yusukekamiyamane.com/ */
.dropdown.has-icons LI > A {
  padding-left: 30px;
  background-position: 8px center;
  background-repeat: no-repeat; }

.dropdown .undo A {
  background-image: url(icons/arrow-curve-180-left.png); }

.dropdown .redo A {
  background-image: url(icons/arrow-curve.png); }

.dropdown .cut A {
  background-image: url(icons/scissors.png); }

.dropdown .copy A {
  background-image: url(icons/document-copy.png); }

.dropdown .paste A {
  background-image: url(icons/clipboard.png); }

.dropdown .delete A {
  background-image: url(icons/cross-script.png); }

/* ====================

 global navigation

==================== */
#drawerNav {
  position: fixed;
  top: 0;
  width: 260px;
  background: #151515;
  visibility: hidden;
  z-index: -1; }
  #drawerNav li {
    border-bottom: 1px #000 solid; }
    #drawerNav li a,
    #drawerNav li span {
      display: block;
      padding: 20px 10px;
      color: #fff; }
    #drawerNav li.dropDown #dropDownInner {
      display: none;
      background: #000; }
    #drawerNav li.dropDown a {
      padding: 10px !important;
      line-height: 40px; }
      #drawerNav li.dropDown a img {
        width: 40px;
        height: 40px;
        margin-right: 5px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px; }

.slidemenu-header {
  position: relative;
  height: 44px;
  color: #fff; }

#slidemenu-close {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 34px;
  height: 34px;
  background: url(/resources/images/icon_close@2x.png) no-repeat;
  -webkit-background-size: 34px 34px !important;
  -moz-background-size: 34px 34px !important;
  -ms-background-size: 34px 34px !important;
  -o-background-size: 34px 34px !important;
  background-size: 34px 34px !important;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap; }

.slidemenu-body {
  position: relative;
  height: 100%;
  overflow: hidden; }

.posLeft {
  left: 0; }

/*------ @global setting ------*/
#page {
  position: relative;
  min-width: 960px;
  background: #f5f5f5; }

#content {
  width: 960px;
  margin: 30px auto 60px;
  *zoom: 1; }
  #content:after {
    content: '';
    display: table;
    clear: both; }

.catTitle {
  padding: 60px 0;
  font-size: 196%;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  text-align: center;
  color: #999; }
  .catTitle a {
    color: #999; }

.new {
  color: red;
  text-transform: uppercase; }

#entryTitle {
  padding: 20px;
  font-size: 138.5%;
  font-weight: bold; }

.entryContent {
  padding: 20px;
  letter-spacing: 1px;
  line-height: 1.7; }
  .entryContent img,
  .entryContent iframe {
    max-width: 100%; }

.pageContent {
  padding: 0 20px 30px;
  letter-spacing: 1px;
  line-height: 1.7; }
  .pageContent img,
  .pageContent iframe {
    max-width: 100%; }

.pages {
  background: #fff; }

/*# sourceMappingURL=common.css.map */
