@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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 {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* YUI 3.9.0 (build 5827) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  /* for IE */
  *font: x-small;
  /* for IE in quirks mode */ }

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea {
  font: 99% arial,helvetica,clean,sans-serif; }

/**
 * To help tables remember to inherit
 */
table {
  font-size: inherit;
  font: 100%; }

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssfonts {
  display: none; }

/* クリアフィックスハック */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.paging-wrap {
  width: 100%;
  position: relative; }

/*.paging {
  clear: both;
  overflow: hidden;
  text-align: center;
  line-height: 24px;
  padding: 5px;
  border-bottom: 1px solid #0195c5;
  border-top: 1px solid #0195c5;
  span {
    padding: 5px;
    background-color: #fff;
    color: #333;
    margin: 2px;
  }
}*/
.paging {
  margin-bottom: 20px;
  text-align: right;
  padding: 5px 5px;
  background: url(../images/bg-pat.jpg); }

.paging span.current,
.paging span a.paging-text {
  border: 1px solid #fff;
  padding: 3px 6px; }

.paging span.current {
  background: #999;
  color: #000; }

.paging span a.paging-text {
  background: #fe7f18;
  color: #fff;
  cursor: pointer;
  text-decoration: none; }

.paging span a.paging-text:hover {
  background: #eb2e0d;
  color: #fff; }

/* シャドウ */
.shadow-b {
  text-shadow: 0 1px 0 #000000; }

.shadow-h {
  text-shadow: 0 1px 0 #ffffff; }

.shadow-g {
  text-shadow: 0 1px 0 #cccccc; }

img.photo {
  background-color: #fff;
  padding: 4px;
  border: 1px solid #ccc; }
img.hov {
  background: none !important; }
  img.hov:hover {
    opacity: .6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    background: none !important; }

/*画像のホバー装飾*/
#sub_area a img {
  background: none !important; }
  #sub_area a img:hover {
    opacity: .6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    background: none !important; }

/* リンクデフォルト */
a.linkdef:link {
  color: #00c;
  text-decoration: underline; }
a.linkdef:visited {
  color: #909;
  text-decoration: underline; }

/* ボーダー */
.bbs_gray {
  border-bottom: 1px dotted #ccc; }

/* パディング */
.pd5 {
  padding: 5px; }

.pd20 {
  padding: 20px; }

.pd10 {
  padding: 10px; }

.pt10 {
  padding-top: 10px; }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.pt50 {
  padding-top: 50px; }

.pl10 {
  padding-left: 10px; }

.pr10 {
  padding-right: 10px; }

.pl20 {
  padding-left: 20px; }

.pl50 {
  padding-left: 50px; }

.pb10 {
  padding-bottom: 10px; }

.plr10 {
  padding-left: 10px;
  padding-right: 10px; }

/* マージン */
.mgauto {
  margin: auto; }

.mg5 {
  margin: 5px; }

.mg10 {
  margin: 10px; }

.mg20 {
  margin: 20px; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml20 {
  margin-left: 20px; }

.ml40 {
  margin-left: 40px; }

.mr5 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mr20 {
  margin-right: 20px; }

.mr40 {
  margin-right: 40px; }

.mr100 {
  margin-right: 100px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt50 {
  margin-top: 50px; }

/* ネガティブマージン */
.mt20n {
  margin-top: -20px; }

/* 位置揃え */
.txtright {
  text-align: right; }

.txtcenter {
  text-align: center; }

.txtleft {
  text-align: left; }

/* フォントカラー */
.red {
  color: #e60012; }

.green {
  color: green; }

.orange {
  color: #eb6100; }

.blue {
  color: blue; }

.gray {
  color: #999999; }

/* フォントサイズ */
.bold {
  font-weight: 700; }

.nomal {
  font-weight: 400; }

.fs9 {
  font-size: 90%; }

.fs10 {
  font-size: 100%; }

.fs11 {
  font-size: 110%; }

.fs12 {
  font-size: 120%; }

.fs13 {
  font-size: 130%; }

.fs14 {
  font-size: 140%; }

.fs15 {
  font-size: 150%; }

.fs20 {
  font-size: 200%; }

.fs30 {
  font-size: 300%; }

/* オーバーフロウ */
.ofh {
  overflow: hidden; }

/* フロート */
.f-l {
  float: left; }

.f-r {
  float: right; }

/* 高さ */
.h120 {
  height: 120px; }

.h100 {
  height: 100px; }

/* 幅 */
.w100 {
  width: 100px; }

.w130 {
  width: 130px; }

.w200 {
  width: 200px; }

.w210 {
  width: 210px; }

.w220 {
  width: 220px; }

.w230 {
  width: 230px; }

.w240 {
  width: 240px; }

.w250 {
  width: 250px; }

.w280 {
  width: 280px; }

.w300 {
  width: 300px; }

.w350 {
  width: 350px; }

.w370 {
  width: 370px; }

.w390 {
  width: 390px; }

.w360 {
  width: 360px; }

.w380 {
  width: 380px; }

.w400 {
  width: 400px; }

.w420 {
  width: 420px; }

.w450 {
  width: 450px; }

.w460 {
  width: 460px; }

.w480 {
  width: 480px; }

.w500 {
  width: 500px; }

.w520 {
  width: 520px; }

.w200 {
  width: 200px; }

.w620 {
  width: 620px; }

.w630 {
  width: 630px; }

.w580 {
  width: 580px; }

.w600 {
  width: 600px; }

.w700 {
  width: 700px; }

.w720 {
  width: 720px; }

/*基本設定*/
body {
  font: 13px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  color: #333333;
  -webkit-text-size-adjust: none;
  background: #fff; }

table tr th, table tr td {
  word-break: break-all; }

img {
  vertical-align: bottom; }

strong {
  font-weight: bold; }

ul {
  list-style: none; }

/* リンク設定
------------------------------------------------------------*/
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  color: #333333; }

a:hover, a:active {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  outline: none;
  /*color:#999;*/ }

a.hov:hover img {
  opacity: 0.6; }

/*#sub_area a {
  display: block;
}
*/
/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner, #footer, #copyright {
  margin: 0 auto;
  width: 960px; }

#header {
  overflow: hidden;
  background: #fff;
  position: relative; }

#content {
  float: right;
  width: 700px; }

#sidebar {
  float: left;
  width: 240px; }

#footer-wrapper {
  clear: both;
  height: 130px;
  /*border-bottom:1px solid #5d5d5d;*/
  background: white url("../images/bg-footer.jpg") repeat-x left top;
  font-size: 90%; }
  #footer-wrapper #footer {
    position: relative; }
    #footer-wrapper #footer .pagetop {
      position: absolute;
      top: 70px;
      right: 0;
      z-index: 1; }
    #footer-wrapper #footer .inner {
      position: absolute;
      text-align: center;
      left: 0px; }
    #footer-wrapper #footer #copyright {
      color: #fff;
      position: absolute;
      top: 80px;
      left: 0px;
      text-align: center;
      zoom: 1; }

/* トップページ　メイン画像
----------------------------------*/
#mainImg {
  clear: both;
  /*margin-top:20px;*/
  line-height: 0;
  text-align: center;
  z-index: 0;
  padding: 10px; }

/*#wrap {
  width: 100%;
  background-image: url(../images/bg-wrap.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0%;
}

#wrap-header, #wrap-contents, #wrap-footer {
  width: 100%;
}

#header {
  width: 960px;
  margin: auto;
  position: relative;
  height: 100px;
  .logo {
    position: absolute;
    top: 20px;
    left: 10px;
  }
  .header-company {
    position: absolute;
    top: 78px;
    left: 740px;
  }
  .header-contact {
    position: absolute;
    top: 90px;
    left: 660px;
  }
  .header-access {
    position: absolute;
    top: 90px;
    left: 820px;
  }
  .header-tel {
    position: absolute;
    top: 20px;
    left: 650px;
  }
}

#index #header {
  .main-image {
    position: absolute;
    top: 100px;
    left: 0px;
  }
  .btn-home {
    position: absolute;
    top: 470px;
    left: 40px;
  }
}

#pages #globalnav {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 950px;
  height: auto;
  list-style-type: none;
  text-align: center;
}

#index #globalnav {
  position: absolute;
  top: 385px;
  left: 0px;
  width: 950px;
  height: auto;
  list-style-type: none;
  text-align: center;
}

#globalnav {
  overflow: hidden;
  li {
    float: left;
  }
}

#g_navi_s {
  position: absolute;
  top: 80px;
  left: 320px;
  width: 600px;
  height: auto;
  list-style-type: none;
  text-align: center;
  ul {
    overflow: hidden;
  }
  li {
    float: left;
  }
}

#main-image {
  width: 960px;
  height: 260px;
  margin: auto;
  clear: both;
}

#contents {
  width: 960px;
  margin: auto;
  clear: both;
  overflow: hidden;
}

#footer {
  position: relative;
  width: 940px;
  height: 130px;
  margin: 0 auto;
  clear: both;
  text-align: left;
  color: #333;
  background-image: url(../images/bg-footer.jpg);
  background-repeat: no-repeat;
}

#copy-right {
  position: absolute;
  text-align: center;
  width: 940px;
  top: 60px;
  left: 0px;
  color: #fff;
}

#footer {
  .footerlink {
    position: absolute;
    width: 940px;
    top: 10px;
    left: 0px;
    text-align: center;
    color: #666;
  }
  .pagetop {
    position: absolute;
    top: 8px;
    right: 0px;
    z-index: 2;
  }
}

#main-area {
  a {
    &:link, &:visited {
      color: #0044CC;
    }
  }
  width: 960px;
}*/
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}*/
/*ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font: 13px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    color: #333333;
-webkit-text-size-adjust: none;
background:#fff;
}*/
/* リンク設定
------------------------------------------------------------*/
/*a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#777;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#999;
}
*/
/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after, .post:after {
  content: "";
  display: table;
  clear: both; }

nav .panel, nav#mainNav, .newsTitle, .bg, .post {
  zoom: 1; }

/* レイアウト
------------------------------------------------------------*/
/*#wrapper, .inner{
margin:0 auto;
width:960px;
}

#header{
overflow:hidden;
background:#fff;
position: relative;
}

#content{
float:left;
width:710px;
padding:30px 0;
}

#sidebar{
float:right;
width:225px;
padding:30px 0;
}

#footer{
clear:both;
padding-top:20px;
border-bottom:1px solid #5d5d5d;
background:#f6f6f6;
} 
*/
/* ヘッダー
*****************************************************/
#header {
  height: 160px;
  background: white url("../images/bg-header.jpg") repeat-x left bottom;
  *zoom: 1;
  /* サイト説明文 + 住所
  ----------------------------------*/
  /* ロゴ (サイトタイトル)
  ----------------------------------*/
  /* サブナビゲーション
  ----------------------------------*/
  /*  & ul{
    padding-top:40px;
    float:right;
    }
    
    & ul li{
    display:inline;
    margin-left:10px;
    font-size:90%;
    }
    
    & ul li a{
    padding-left:10px;
    color:#000;
    background:url(../images/arrowSub.png) no-repeat 0 5px;
    }
    
    & ul li a:hover{
    color:#bababa;
    background-position:0 -10px;
    }*/ }
  #header:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  #header .bg {
    background: #eee;
    height: 20px; }
  #header h1, #header p {
    float: left;
    padding: 3px 0;
    font-size: 80%;
    font-weight: normal; }
  #header p {
    float: right; }
  #header .mainHeader {
    position: relative;
    height: 140px;
    background-image: url(../images/header.gif);
    background-repeat: no-repeat;
    overflow: hidden;
    clear: both; }
    #header .mainHeader h2 {
      clear: both;
      float: left;
      padding: 10px 0px 0px 0px;
      font-size: 160%;
      font-weight: bold; }

#wrap-contents {
  background: white url("../images/bg-contents.gif") repeat-x left top;
  *zoom: 1; }
  #wrap-contents:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.toppage {
  margin: 0 0 20px 0;
  padding: 10px;
  border: 1px solid #dadada;
  background: #fff; }

/* タイポグラフィ
*****************************************************/
h2.toppage {
  clear: both;
  margin: 0;
  padding: 10px 10px 10px 15px;
  font-size: 110%;
  border: 1px solid #dadada;
  border-bottom: 0;
  background: white url(../images/border.png) repeat-x 0 100%; }

h2.title {
  margin: 0 0 10px;
  padding: 0 5px 0 15px;
  line-height: 37px;
  font-size: 110%;
  font-weight: normal;
  color: #252525;
  border: 0;
  border-bottom: 2px solid #ddd;
  background: none; }

.dateLabel {
  margin: 10px 0 10px;
  text-align: right;
  font-weight: bold;
  color: #858585; }

.post p {
  padding-bottom: 15px; }

.post ul {
  margin: 0 0 10px 10px; }

.post ul li {
  margin-bottom: 5px;
  padding-left: 15px;
  background: url(../images/bullet.png) no-repeat 0 8px; }

.post ol {
  margin: 0 0 10px 30px; }

.post ol li {
  list-style: decimal; }

.post h1 {
  margin: 20px 0;
  padding: 5px 0;
  font-size: 150%;
  color: #000;
  border-bottom: 3px solid #000; }

.post h2 {
  margin: 10px 0;
  padding-bottom: 2px;
  font-size: 130%;
  font-weight: normal;
  color: #333;
  border-bottom: 2px solid #515151; }

.post h3 {
  margin: 10px 0;
  font-size: 100%;
  font-weight: normal;
  color: #2e2c2c;
  border-bottom: 1px solid #515151; }

.post blockquote {
  clear: both;
  padding: 10px 0 10px 15px;
  margin: 10px 0 25px 30px;
  border-left: 5px solid #ccc; }

.post blockquote p {
  padding: 5px 0; }

.post table {
  border: 1px #62573d solid;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px 0 20px; }

.post table th {
  padding: 7px 10px 7px 5px;
  border: #62573d solid;
  border-width: 0 0 1px 1px;
  font-weight: bold;
  color: #fff;
  background: #908469; }

.post table td {
  padding: 7px 5px;
  border: 1px #62573d solid;
  border-width: 0 0 1px 1px;
  background: #fff; }

.post dt {
  font-weight: bold; }

.post dd {
  padding-bottom: 10px; }

.post img {
  max-width: 100%;
  height: auto; }

img.aligncenter {
  display: block;
  margin: 5px auto; }

img.alignright, img.alignleft {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline; }

img.alignleft {
  margin: 0 7px 2px 0; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

/* サイドバー　ウィジェット
*****************************************************/
section.widget, .widgetInfo {
  margin: 0 0 20px;
  padding: 5px 7px;
  border: 1px solid #dadada;
  background: #fff; }

#banners img {
  max-width: 225px;
  height: auto;
  padding-bottom: 10px; }

section.widget h3 {
  clear: both;
  margin: 0 0 10px;
  padding: 5px 0;
  font-size: 100%;
  font-weight: normal;
  color: #333;
  border-bottom: 1px solid #ccc; }

section.widget a {
  display: block;
  padding: 3px 0 3px 13px;
  text-decoration: underline;
  background: url(../images/arrow.png) no-repeat 0 50%; }

section.widget a:hover {
  text-decoration: none; }

#searchform input[type="text"] {
  line-height: 1.7;
  height: 24px;
  width: 100px;
  vertical-align: bottom; }

/* お知らせ　
-------------*/
/*.newsTitle{
clear:both;
margin:0 0 20px;
padding:5px 0;
color: #333;
border-bottom:1px solid #ccc;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:80%;
background:url(../images/arrow.png) no-repeat 0 50%;
}


.news dl dt {
  float: left;
  width: 150px;
  font-weight: bold;
  color: #5b513a;
}

.news dl dd {
  float: right;
  width: 550px
}*/
/*.category {
  margin-bottom: 20px;
}

.category h3 img {
  vertical-align: bottom;
}

.category ul li {
  padding: 5px 10px 5px 10px;
  background-image: url(../images/side-cl-bg.png);
  font-size: 120%;
}

.category ul li.last {
background-position: 0 0;
  background-image: url(../images/side-cl-bg-last.png);
  height: 5px;
  padding: 0;
}*/
.contactbox {
  position: relative; }

.contactbox .contact {
  position: absolute;
  top: 115px;
  left: 10px;
  font-weight: bold; }

.contactbox .contact:hover {
  color: #ffffff; }

/*.side-info {
  position: relative;
}

.side-info p{
  position: absolute;
  padding: 5px;
  top: 30px;
  left: 0;
}

.side-info a{
  position: absolute;
  top : 115px;
  left: 55px;
  font-weight: bold;
}

.side-info a:hover{
  color: #ffffff;
}*/
/*.news p{
padding:5px 0;
color:#333;
clear:both;
padding-bottom:2px;
border-bottom: 1px solid #ccc;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#515151;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#777;}*/
/* フッター
*****************************************************/
/*#footer ul{
padding-bottom:10px;
width: 640px;
margin: 0 auto;
}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
margin-right:60px;
background:url(../images/arrow.png) no-repeat 0 12px;
}

#footer ul li:last-child{
  margin: 0;
}

#footer ul li	a{
display:block;
padding:0 0 0 12px;
overflow:hidden;
text-decoration:underline;
}

#footer ul li	a:hover{text-decoration:none;}

#footer ul li li{
display:block;
padding:0;
margin:0 0 0 10px;
background-position:0 5px;
}


*:first-child+html #footer ul li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer ul li li a,*:first-child+html #footer ul li li{display:none;}*/
/* page navigation
------------------------------------------------------------*/
.pagenav {
  clear: both;
  width: 100%;
  height: 30px;
  margin: 5px 0 20px; }

.prev {
  float: left; }

.next {
  float: right; }

#pageLinks {
  clear: both;
  color: #4f4d4d;
  text-align: center; }

/* トップページ 最新記事3件
------------------------------------------------------------*/
.thumbWrap {
  width: 735px;
  margin: 20px -25px 15px 0; }

.thumbWrap li {
  float: left;
  width: 220px;
  margin: 0 25px 0 0;
  padding: 2px 0 0px;
  background: none; }

/* 最新記事リンク */
ul.thumb h3 {
  margin-top: 10px;
  padding: 1px;
  font-weight: normal;
  font-size: 100%;
  text-align: center;
  background: #fff;
  border: 1px solid #777; }

ul.thumb h3 span {
  display: block;
  padding: 2px 3px;
  background: #62573d; }

ul.thumb h3 a {
  color: #fff; }

ul.thumb h3:hover span {
  background: #908469; }

/*	nav#mainNav{
	clear:both;
	position:relative;
	z-index:200;
	background:url(../images/mainnavBg.png) repeat-x;
	}
	
nav#mainNav ul{
	content:""; display: table;clear: both;zoom:1;
	border-right:1px solid #8e8674;
	border-left:1px solid #8e8674;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	border-left:1px solid #8e8674;
	border-right:1px solid #473e2c;
	}
	
	nav#mainNav ul li:first-child{
	border-left:1px solid #473e2c;
	}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	color:#fff;
	height:40px;
	line-height:40px;
	font-size:110%;
	padding:15px 40px 5px;
	}
	
	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	font-size:120%;
	line-height:1.4;
	}
	
	nav#mainNav ul li a span{
	font-size:70%;
	color:#b0a99a;
	}

	nav div.panel{
  display:block !important;
  float:left;
  }
  
  a#menu{display:none;}
  
  nav#mainNav li {
    width: 189px;
  }
  
  nav#mainNav ul li.current-menu-item, nav#mainNav ul li:hover, nav#mainNav ul li.current-menu-parent{
  background:#5085bb url(../images/mainnavBg.png) repeat-x 0 100%;
  }
  
  nav#mainNav ul ul{width:160px;}
  
  nav#mainNav ul li ul{display: none;}
  
  nav#mainNav ul li:hover ul{
  display: block;
  position: absolute;
  top:60px;
  left:0;
  z-index:500;
	border:0;
  }
	
  nav#mainNav ul li li,nav#mainNav ul li li:first-child{
	padding:0 0 0 10px;
	margin:0;
  float: none;
  height:40px;
  line-height:40px;
  width:160px;
	border:0;
	background:url(../images/mainnavBg.png) repeat-x 0 -2px;
  }
	
  nav#mainNav ul li li a{
  width:100%;
  height:40px;
	padding:0 0 0 ;
  line-height:40px;
  font-size:95%;
  text-align:left;
  }
	
	nav#mainNav ul li li.current-menu-item a{font-weight:bold;}
	
	nav#mainNav ul li li:hover{background:url(images/mainnavBg.png) repeat-x 0 100%;}
  
	nav#mainNav ul li:hover ul li:last-child{border:0;}*/
#navistyle1 {
  position: absolute;
  top: 100px;
  left: 6px;
  font-family: 'Cabin', serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1em;
  /* IE 7 */ }
  #navistyle1 li {
    display: table-cell;
    float: left;
    text-align: center;
    vertical-align: middle;
    width: 104.44444px;
    border-right: 1px dotted #cccccc;
    height: 2em; }
    #navistyle1 li a {
      display: table-cell;
      height: 2em;
      width: 104.44444px;
      text-align: center;
      vertical-align: middle; }
  #navistyle1 *:first-child + html li {
    display: inline;
    zoom: 1; }
  #navistyle1 li:last-child {
    border-right: none; }

#navistyle2 {
  position: absolute;
  top: 88px;
  left: 0px;
  width: 960px;
  *zoom: 1; }
  #navistyle2:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  #navistyle2 li {
    float: left; }

#clnavi-wrap {
  padding: 10px;
  background-image: url(../images/bg-pat.jpg);
  background-repeat: repeat; }
  #clnavi-wrap .clnavi-bg {
    background-color: #fff;
    padding: 10px;
	color: #703131 }
  #clnavi-wrap #clnavi {
    *zoom: 1;
    width: 670px;
    /* IE 7 */ }
    #clnavi-wrap #clnavi:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
	  color: #703131 }
    #clnavi-wrap #clnavi li {
      display: table-cell;
      float: left;
      text-align: center;
      vertical-align: middle;
      width: 215px;
      margin-right: 5px;
      margin-bottom: 5px;
	  color: #703131 }
      #clnavi-wrap #clnavi li a {
        display: table-cell;
        width: 215px;
        text-align: center;
        vertical-align: middle;
		color: #703131 }
		
    #clnavi-wrap #clnavi *:first-child + html li {
      display: inline;
      zoom: 1; }
    #clnavi-wrap #clnavi li:last-child {
      border-right: none; }

/* 基本 */
/* --- テーブル --- */
table {
  margin-bottom: 20px;
  width: 100%;
  /* テーブルの幅 */
  border: 1px solid;
  /* テーブルの境界線 */
  border-color: #c0c0c0 #999999 #999999 #c0c0c0;
  /* テーブルの境界線色（上右下左） */
  /* --- キャプション --- */
  /* --- 見出しセル（th） --- */
  /* --- データセル（td） --- */ }
  table caption {
    margin-bottom: 2px;
    /* キャプションの下マージン */
    padding: 10px 8px;
    /* キャプションのパディング（上下、左右） */
    /*    background: #f9f9f9 url(../image/caption_back1.gif) repeat-x; /* キャプションの背景 *!/*/
    border: 1px solid;
    /* キャプションの境界線 */
    border-color: #c0c0c0 #999999 #999999 #c0c0c0;
    /* キャプションの境界線色（上右下左） */
    text-align: left;
    color: #333333;
    /* キャプションの文字色 */
    font-weight: bold; }
  table th {
    width: 120px;
    /* 見出しセルの幅 */
    padding: 10px 8px;
    /* 見出しセルのパディング（上下、左右） */
    background-color: #f5f5f5;
    /* 見出しセルの背景色 */
    border-bottom: 1px #c0c0c0 dotted;
    /* 見出しセルの下境界線 */
    text-align: left;
    line-height: 130%;
    vertical-align: middle;
    font-weight: bold; }
  table td {
    padding: 10px 5px 7px;
    /* データセルのパディング（上、左右、下） */
    background-color: #ffffff;
    /* データセルの背景色 */
    border-bottom: 1px #c0c0c0 dotted;
    /* データセルの下境界線 */ }
  table tr:last-child th, table tr:last-child td {
    border-bottom: none; }
  table td.nonborder {
    border-bottom: none; }

/* --- フォーム部品のサイズ --- */
/* --- （長めのテキスト入力欄） --- */
#form-company,
#form-position,
#form-section,
#form-name,
#form-furigana,
#form-name2,
#form-job,
#form-affiliation,
#form-email,
#form-address,
#another_name,
#another_name_kana,
#another_add1 {
  width: 340px;
  /* フォーム部品の幅 */ }

/* --- （短めのテキスト入力欄） --- */
#form-tel1,
#form-tel2,
#form-tel3,
#form-fax1,
#form-fax2,
#form-fax3,
#another_tel {
  width: 200px;
  /* フォーム部品の幅 */ }

#form-postcode,
#another_postcode {
  width: 100px; }

#form-zip1,
#form-zip2 {
  width: 70px;
  /* フォーム部品の幅 */ }

/* --- （複数行のテキスト入力欄） --- */
#form-message {
  padding: 5px;
  width: 648px;
  /* フォーム部品の幅 */
  height: 10em;
  /* フォーム部品の高さ */
  resize: none; }

#form-comment {
  padding: 5px;
  width: 648px;
  /* フォーム部品の幅 */
  height: 10em;
  /* フォーム部品の高さ */
  resize: none; }

#form-supplement {
  padding: 5px;
  width: 648px;
  /* フォーム部品の幅 */
  height: 10em;
  /* フォーム部品の高さ */
  resize: none; }

#form-remark {
  width: 420px;
  /* フォーム部品の幅 */
  height: 6em;
  /* フォーム部品の高さ */ }

.tbl-recruit th {
  width: 20%; }
.tbl-recruit td {
  width: 80%; }

textarea.text {
  border: 0;
  padding: 5px;
  font-size: 1em;
  color: #333;
  border: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

#form-start, #form-end, #form-copies {
  width: 100px; }

/*読者からのお手紙*/
/*広告掲載のお申込フォーム*/
#tbl-readers1 th, #tbl-readers2 th, #tbl-readers3 th {
  width: 160px; }
#tbl-readers1 td input, #tbl-readers2 td input, #tbl-readers3 td input {
  margin-right: 5px; }
#tbl-readers1 td.required, #tbl-readers2 td.required, #tbl-readers3 td.required {
  width: 26px;
  padding: 10px 3px;
  background-color: #ffcccc;
  text-align: center;
  vertical-align: middle; }
#tbl-readers1 span.supplement, #tbl-readers2 span.supplement, #tbl-readers3 span.supplement {
  font-weight: normal;
  color: #808080;
  padding: 5px; }
#tbl-readers1 input, #tbl-readers2 input, #tbl-readers3 input {
  padding: 5px; }
#tbl-readers1 input.text, #tbl-readers2 input.text, #tbl-readers3 input.text {
  border: 0;
  padding: 5px;
  font-size: 1em;
  color: #333;
  border: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 5px; }

#tbl-readers2 {
  /* & #form-label1,*/ }
  #tbl-readers2 #form-label2, #tbl-readers2 #form-label3, #tbl-readers2 #form-label4, #tbl-readers2 #form-label6, #tbl-readers2 #form-label8, #tbl-readers2 #form-label10, #tbl-readers2 #form-label11, #tbl-readers2 #form-label12, #tbl-readers2 #form-label13 {
    width: 340px; }
  #tbl-readers2 #form-label5, #tbl-readers2 #form-label9 {
    width: 200px; }

/*広告掲載のお申込フォーム*/
#tbl-adform1 th {
  width: 140px; }
#tbl-adform1 td input {
  margin-right: 5px; }
#tbl-adform1 td.required {
  width: 26px;
  padding: 10px 3px;
  background-color: #ffcccc;
  text-align: center;
  vertical-align: middle; }
#tbl-adform1 span.supplement {
  font-weight: normal;
  color: #808080;
  padding: 5px; }
#tbl-adform1 input {
  padding: 5px; }
#tbl-adform1 input.text {
  border: 0;
  padding: 5px;
  font-size: 1em;
  color: #333;
  border: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 5px; }

#tbl-adform2 th {
  text-align: center;
  vertical-align: middle; }
#tbl-adform2 td {
  text-align: center;
  vertical-align: middle; }

/*定期購読のお申込について*/
/*広告掲載のお申込フォーム*/
#tbl-periodical th {
  width: 180px; }
#tbl-periodical td input {
  margin-right: 5px; }
#tbl-periodical td.required {
  width: 26px;
  padding: 10px 3px;
  background-color: #ffcccc;
  text-align: center;
  vertical-align: middle; }
#tbl-periodical span.supplement {
  font-weight: normal;
  color: #808080;
  padding: 5px; }
#tbl-periodical input {
  padding: 5px; }
#tbl-periodical input.text {
  border: 0;
  padding: 5px;
  font-size: 1em;
  color: #333;
  border: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 5px; }
#tbl-periodical textarea {
  padding: 5px;
  width: 448px;
  /* フォーム部品の幅 */
  height: 10em;
  /* フォーム部品の高さ */
  resize: none; }
#tbl-periodical .listanq ul {
  *zoom: 1; }
  #tbl-periodical .listanq ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  #tbl-periodical .listanq ul li {
    float: left;
    width: 200px; }

.btn-submit input {
  background-color: #efefef;
  border: solid 1px #ccc;
  width: 200px;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
  cursor: pointer; }
  .btn-submit input:hover {
    opacity: 0.8; }

/*ヘッダー*/
#header {
  margin-bottom: 20px; }

/*セクション基本*/
.sec-wrap {
  padding: 10px;
  background-image: url(../images/bg-pat.jpg);
  background-repeat: repeat;
  margin-bottom: 20px; }
  .sec-wrap .sec-bg {
    background-color: #fff;
    padding: 10px; }

/*下層ページ共通*/
#subpage h2 {
  margin-bottom: 20px; }
#subpage h3 {
  background-color: #09c800;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 5px 10px 5px 10px;
  color: #fff;
  margin-bottom: 10px; }

/*取扱い店舗*/
.shop-tab {
  *zoom: 1;
  margin: 0;
  padding: 0;
  border-bottom: 2px #ddd solid; }
  .shop-tab:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  .shop-tab li {
    float: left;
    margin: 0 0 0 5px;
    position: relative;
    bottom: -2px;
    list-style-type: none;
    border: 1px #ddd solid;
    border-top: none;
    border-bottom: 2px #ddd solid; }
  .shop-tab li.none {
    border-bottom: 2px #fff solid;
    font-weight: bold; }
  .shop-tab li a {
    color: #000;
    display: block;
    padding: 3px 10px 5px;
    text-decoration: none;
    background: #fff;
    border-top: 5px #aaaaaa solid;
    font-size: 14px;
    font-weight: bold; }
  .shop-tab li a:hover {
    position: relative;
    bottom: 6px; }

#shop-list dl {
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-bottom: 10px; }
  #shop-list dl dt {
    font-weight: bold; }
  #shop-list dl a:link, #shop-list dl a:visited {
    color: #0044CC; }

/*CONTENTS*/
.books {
  margin-bottom: 10px;
  float: left;
  width: 310px;
  padding: 5px; }
  .books h4 {
    font-size: 14px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc; }
  .books .bookimage {
    float: left;
    width: 100px;
    height: 140px; }
    .books .bookimage img {
      width: 100px; }
  .books .booktext {
    width: 195px;
    float: right;
    padding-right: 5px; }
    .books .booktext .button {
      margin-top: 10px; }

#book-detail {
  /*  & .buy {
      @include clearfix;
      width: 660px;
      & li {
        text-align: center;
        width: 165px;
        float: left;
        & img {
          width: 150px;
        }
      }
    }*/ }
  #book-detail .button {
    padding: 0 10px 0 10px;
    width: 180px;
    margin-top: 10px; }
  #book-detail .book-detail-image {
    width: 200px;
    float: left; }
    #book-detail .book-detail-image img {
      width: 200px; }
  #book-detail .book-detail-text {
    width: 420px;
    float: right; }
    #book-detail .book-detail-text ul li:last-child {
      padding-bottom: 10px;
      border-bottom: 1px solid #ccc; }
  #book-detail .book-detail-photos {
    *zoom: 1;
    margin-top: 10px; }
    #book-detail .book-detail-photos:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    #book-detail .book-detail-photos .comment {
      width: 200px;
      float: left; }
    #book-detail .book-detail-photos .detail-photo {
      width: 200px;
      float: right; }
      #book-detail .book-detail-photos .detail-photo img {
        width: 200px; }
  #book-detail h4 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    background-color: #eee;
    padding: 2px;
    margin-top: 20px;
    margin-bottom: 10px; }

/*季刊誌Ministryとは*/
.feature {
  margin-bottom: 20px; }
  .feature h4 {
    font-size: 14px; }
  .feature h4 span {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    display: block;
    background-color: #fff;
    color: #09c800;
    padding-right: 10px;
    float: left; }
  .feature dd img {
    width: 300px;
    float: left; }
  .feature dd .comment {
    float: right;
    width: 340px; }
  .feature ul li {
    list-style-type: disc;
    list-style-position: inside; }

.recommend {
  *zoom: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px; }
  .recommend:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  .recommend .photo-outer {
    float: left;
    text-align: center;
    width: 200px; }
    .recommend .photo-outer .photo-inner {
      height: 200px;
      width: 200px; }
  .recommend .comment {
    float: right;
    width: 440px; }

.recommend:last-child {
  border-bottom: none; }

/*バックナンバー*/
#backnumber ul {
  width: 690px;
  *zoom: 1; }
  #backnumber ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  #backnumber ul li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px; }
#backnumber .book-wrap {
  width: 118px;
  padding: 4px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  background-color: #fdfdfd; }
  #backnumber .book-wrap .book-inner {
    width: 118 px;
    height: 165px;
    margin-bottom: 5px; }
#backnumber .book-wrap:hover {
  border: 1px solid #bbbbbb;
  background-color: #fafafa;
  box-shadow: 0 0 4px #ff7400; }

/*定期購読のお申込*/
#periodical .pop {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  font-size: 120%;
  font-weight: bold;
  background-color: #efefef;
  text-align: center;
  margin-bottom: 30px; }
#periodical h4 {
  font-size: 14px;
  padding-bottom: 2px;
  margin-bottom: 5px;
  color: #09c800;
  border-bottom: 1px solid #09c800; }
#periodical dl {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-bottom: 10px; }
  #periodical dl dt {
    background-color: #efefef;
    font-weight: bold; }
  #periodical dl dt, #periodical dl dd {
    padding: 5px; }
#periodical ul.step li {
  list-style-type: disc;
  list-style-position: inside; }

/*ministry最新号情報*/
#newinfo h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px; }
#newinfo .comment {
  margin-bottom: 20px; }
#newinfo .subscription {
  height: 160px;
  width: 680px;
  position: relative;
  background: whitesmoke url("../images/top-main-01.jpg") no-repeat left top; }
  #newinfo .subscription ul {
    position: absolute;
    left: 50px;
    top: 105px;
    *zoom: 1; }
    #newinfo .subscription ul:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    #newinfo .subscription ul li {
      float: left;
      margin-right: 20px; }

/*ニュース*/
#news .scroll {
  height: 336px; }
  #news .scroll dl {
    width: 640px; }
  #news .scroll dt {
    padding-top: 5px;
    font-weight: bold; }
    #news .scroll dt span {
      margin-left: 10px; }
  #news .scroll dd {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc; }

/*サイドバー*/
#sidebar {
  margin-bottom: 20px; }
  #sidebar ul li {
    margin-bottom: 10px; }
  #sidebar ul li:last-child {
    margin-bottom: 0px; }
  #sidebar h1 {
    text-align: center;
    margin-bottom: 10px; }
  #sidebar .side-inner {
    background-color: #fff;
    padding: 10px; }
  #sidebar .search, #sidebar .book, #sidebar .pickup {
    padding: 9px;
    background-image: url(../images/bg-pat.jpg);
    background-repeat: repeat; }
  #sidebar .search {
    border: 1px solid #ff7400; }
    #sidebar .search input.keyword {
      margin-bottom: 10px;
      border: 0;
      padding: 5px;
      font-size: 1.3em;
      color: #333;
      border: solid 1px #ccc;
      width: 190px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px; }
    #sidebar .search input.button {
      float: right; }
  #sidebar .book {
    border: 1px solid #09c800; }
  #sidebar .pickup {
    border: 1px solid #286af0; }
  #sidebar .book-wrap {
    width: 190px;
    padding: 4px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #cccccc;
    background-color: #fdfdfd; }
    #sidebar .book-wrap .book-inner {
      width: 190px;
      height: 175px;
      margin-bottom: 5px; }
  #sidebar .book-wrap:hover {
    border: 1px solid #bbbbbb;
    background-color: #fafafa; }
  #sidebar .book .book-wrap:hover {
    box-shadow: 0 0 4px #09c800; }
  #sidebar .pickup .book-wrap:hover {
    box-shadow: 0 0 4px #286af0; }
  #sidebar .banner {
    padding: 10px;
    background-image: url(../images/bg-pat.jpg);
    background-repeat: repeat; }

/*ボタンスタイル*/
.btn-style1 {
  background-color: #efefef;
  border: solid 1px #ccc;
  width: 200px;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
  cursor: pointer; }
  .btn-style1:hover {
    opacity: 0.8; }

.btn-style2 {
  background-color: #72d2d9;
  border: solid 1px #ccc;
  width: 200px;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .btn-style2:hover {
    color: #ffffff;
    opacity: 0.8; }

@-webkit-keyframes glowing {
  /* line 8, ../scss/_glow.scss */
  from {
    -webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); }

  /* line 9, ../scss/_glow.scss */
  50% {
    -webkit-box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2); }

  /* line 10, ../scss/_glow.scss */
  to {
    -webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); } }

@-khtml-keyframes glowing {
  /* line 14, ../scss/_glow.scss */
  from {
    -webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); }

  /* line 15, ../scss/_glow.scss */
  50% {
    -webkit-box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2); }

  /* line 16, ../scss/_glow.scss */
  to {
    -webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); } }

@-moz-keyframes glowing {
  /* line 20, ../scss/_glow.scss */
  from {
    -webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); }

  /* line 21, ../scss/_glow.scss */
  50% {
    -webkit-box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2); }

  /* line 22, ../scss/_glow.scss */
  to {
    -webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); } }

@-ms-keyframes glowing {
  /* line 26, ../scss/_glow.scss */
  from {
    -webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); }

  /* line 27, ../scss/_glow.scss */
  50% {
    -webkit-box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2); }

  /* line 28, ../scss/_glow.scss */
  to {
    -webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); } }

@-o-keyframes glowing {
  /* line 32, ../scss/_glow.scss */
  from {
    -webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); }

  /* line 33, ../scss/_glow.scss */
  50% {
    -webkit-box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2); }

  /* line 34, ../scss/_glow.scss */
  to {
    -webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); } }

@keyframes glowing {
  /* line 38, ../scss/_glow.scss */
  from {
    -webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); }

  /* line 39, ../scss/_glow.scss */
  50% {
    -webkit-box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2); }

  /* line 40, ../scss/_glow.scss */
  to {
    -webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); } }

/* line 10, ../scss/buttons.scss */
.button {
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  background-color: #eeeeee;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #e1e1e1));
  background: -webkit-linear-gradient(top, #fbfbfb, #e1e1e1);
  background: -moz-linear-gradient(top, #fbfbfb, #e1e1e1);
  background: -o-linear-gradient(top, #fbfbfb, #e1e1e1);
  background: linear-gradient(top, #fbfbfb, #e1e1e1);
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  border: 1px solid #d4d4d4;
  height: 32px;
  line-height: 32px;
  padding: 0px 25.6px;
  font-weight: 300;
  font-size: 14px;
  font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  color: #666666;
  text-shadow: 0 1px 1px white;
  margin: 0;
  text-decoration: none;
  text-align: center; }

/* line 29, ../scss/buttons.scss */
.button:hover {
  background-color: #eeeeee;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, white), color-stop(100%, gainsboro));
  background: -webkit-linear-gradient(top, white, gainsboro);
  background: -moz-linear-gradient(top, white, gainsboro);
  background: -o-linear-gradient(top, white, gainsboro);
  background: linear-gradient(top, white, gainsboro); }

/* line 33, ../scss/buttons.scss */
.button:active {
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
  background: #eeeeee;
  color: #bbbbbb; }

/* line 42, ../scss/buttons.scss */
input.button, button.button {
  height: 34px;
  cursor: pointer; }

/* line 48, ../scss/buttons.scss */
.button-block {
  display: block; }

/* line 57, ../scss/buttons.scss */
.button.disabled,
.button.disabled:hover,
.button.disabled:active,
input.button:disabled,
button.button:disabled {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  background: #EEE;
  border: 1px solid #dddddd;
  text-shadow: 0 1px 1px white;
  color: #CCC;
  cursor: default; }

/* line 67, ../scss/buttons.scss */
.button-wrap {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e3e3e3), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #e3e3e3, #f2f2f2);
  background: -moz-linear-gradient(top, #e3e3e3, #f2f2f2);
  background: -o-linear-gradient(top, #e3e3e3, #f2f2f2);
  background: linear-gradient(top, #e3e3e3, #f2f2f2);
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  border-radius: 200px;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.04);
  padding: 10px;
  display: inline-block; }

/* line 83, ../scss/buttons.scss */
.button-rounded {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

/* line 83, ../scss/buttons.scss */
.button-pill {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px; }

/* line 83, ../scss/buttons.scss */
.button-circle {
  -webkit-border-radius: 240px;
  -moz-border-radius: 240px;
  -ms-border-radius: 240px;
  -o-border-radius: 240px;
  border-radius: 240px;
  -webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  width: 120px;
  line-height: 120px;
  height: 120px;
  padding: 0px;
  border-width: 4px;
  font-size: 18px; }

/* line 118, ../scss/buttons.scss */
.button-primary {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00b5e5), color-stop(100%, #008db2));
  background: -webkit-linear-gradient(top, #00b5e5, #008db2);
  background: -moz-linear-gradient(top, #00b5e5, #008db2);
  background: -o-linear-gradient(top, #00b5e5, #008db2);
  background: linear-gradient(top, #00b5e5, #008db2);
  background-color: #00a1cb;
  border-color: #007998;
  color: white;
  text-shadow: 0 -1px 1px rgba(0, 40, 50, 0.35); }

/* line 125, ../scss/buttons.scss */
.button-primary:hover {
  background-color: #00a1cb;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00c9fe), color-stop(100%, #008db2));
  background: -webkit-linear-gradient(top, #00c9fe, #008db2);
  background: -moz-linear-gradient(top, #00c9fe, #008db2);
  background: -o-linear-gradient(top, #00c9fe, #008db2);
  background: linear-gradient(top, #00c9fe, #008db2); }

/* line 129, ../scss/buttons.scss */
.button-primary:active {
  background: #1495b7;
  color: #005065; }

/* line 118, ../scss/buttons.scss */
.button-action {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8fcf00), color-stop(100%, #6b9c00));
  background: -webkit-linear-gradient(top, #8fcf00, #6b9c00);
  background: -moz-linear-gradient(top, #8fcf00, #6b9c00);
  background: -o-linear-gradient(top, #8fcf00, #6b9c00);
  background: linear-gradient(top, #8fcf00, #6b9c00);
  background-color: #7db500;
  border-color: #5a8200;
  color: white;
  text-shadow: 0 -1px 1px rgba(19, 28, 0, 0.35); }

/* line 125, ../scss/buttons.scss */
.button-action:hover {
  background-color: #7db500;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a0e800), color-stop(100%, #6b9c00));
  background: -webkit-linear-gradient(top, #a0e800, #6b9c00);
  background: -moz-linear-gradient(top, #a0e800, #6b9c00);
  background: -o-linear-gradient(top, #a0e800, #6b9c00);
  background: linear-gradient(top, #a0e800, #6b9c00); }

/* line 129, ../scss/buttons.scss */
.button-action:active {
  background: #76a312;
  color: #374f00; }

/* line 118, ../scss/buttons.scss */
.button-highlight {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background: linear-gradient(top, #ffffff, #e6e6e6);
  /*background-color: #16d3f9;*/
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-right: 3px solid #BBB;
  border-bottom: 3px solid #BBB;
  color: white;
  text-shadow: 0 -1px 1px rgba(91, 53, 2, 0.35); }

/* line 125, ../scss/buttons.scss */
.button-highlight:hover {
  background-color: #BBB;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #cccccc));
  background: -webkit-linear-gradient(top, #e6e6e6, #cccccc);
  background: -moz-linear-gradient(top, #e6e6e6, #cccccc);
  background: -o-linear-gradient(top, #e6e6e6, #cccccc);
  background: linear-gradient(top, #e6e6e6, #cccccc); }

/* line 129, ../scss/buttons.scss */
.button-highlight:active {
  background: #ffffff;
  color: #ffffff; }

/* line 118, ../scss/buttons.scss */
.button-caution {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e8543f), color-stop(100%, #d9331a));
  background: -webkit-linear-gradient(top, #e8543f, #d9331a);
  background: -moz-linear-gradient(top, #e8543f, #d9331a);
  background: -o-linear-gradient(top, #e8543f, #d9331a);
  background: linear-gradient(top, #e8543f, #d9331a);
  background-color: #e54028;
  border-color: #c22d18;
  color: white;
  text-shadow: 0 -1px 1px rgba(103, 24, 13, 0.35); }

/* line 125, ../scss/buttons.scss */
.button-caution:hover {
  background-color: #e54028;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eb6855), color-stop(100%, #d9331a));
  background: -webkit-linear-gradient(top, #eb6855, #d9331a);
  background: -moz-linear-gradient(top, #eb6855, #d9331a);
  background: -o-linear-gradient(top, #eb6855, #d9331a);
  background: linear-gradient(top, #eb6855, #d9331a); }

/* line 129, ../scss/buttons.scss */
.button-caution:active {
  background: #cd5240;
  color: #952312; }

/* line 118, ../scss/buttons.scss */
.button-royal {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #99389f), color-stop(100%, #752a79));
  background: -webkit-linear-gradient(top, #99389f, #752a79);
  background: -moz-linear-gradient(top, #99389f, #752a79);
  background: -o-linear-gradient(top, #99389f, #752a79);
  background: linear-gradient(top, #99389f, #752a79);
  background-color: #87318c;
  border-color: #632466;
  color: white;
  text-shadow: 0 -1px 1px rgba(26, 9, 27, 0.35); }

/* line 125, ../scss/buttons.scss */
.button-royal:hover {
  background-color: #87318c;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ab3eb2), color-stop(100%, #752a79));
  background: -webkit-linear-gradient(top, #ab3eb2, #752a79);
  background: -moz-linear-gradient(top, #ab3eb2, #752a79);
  background: -o-linear-gradient(top, #ab3eb2, #752a79);
  background: linear-gradient(top, #ab3eb2, #752a79); }

/* line 129, ../scss/buttons.scss */
.button-royal:active {
  background: #764479;
  color: #3e1740; }

/* line 143, ../scss/buttons.scss */
.button-flat {
  -webkit-transition-property: background, color;
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
  border: none;
  text-shadow: none; }

/* line 152, ../scss/buttons.scss */
.button-flat:hover {
  background: #fbfbfb; }

/* line 155, ../scss/buttons.scss */
.button-flat:active {
  background: #eeeeee;
  color: #bbbbbb; }

/* line 159, ../scss/buttons.scss */
.button-flat.disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* line 171, ../scss/buttons.scss */
.button-flat-primary {
  -webkit-transition-property: background, color;
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #00a1cb;
  color: white;
  text-shadow: none;
  border: none; }

/* line 180, ../scss/buttons.scss */
.button-flat-primary:hover {
  background: #00b5e5; }

/* line 183, ../scss/buttons.scss */
.button-flat-primary:active {
  background: #1495b7;
  color: #00647f; }

/* line 187, ../scss/buttons.scss */
.button-flat-primary.disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* line 171, ../scss/buttons.scss */
.button-flat-action {
  -webkit-transition-property: background, color;
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #7db500;
  color: white;
  text-shadow: none;
  border: none; }

/* line 180, ../scss/buttons.scss */
.button-flat-action:hover {
  background: #8fcf00; }

/* line 183, ../scss/buttons.scss */
.button-flat-action:active {
  background: #76a312;
  color: #486900; }

/* line 187, ../scss/buttons.scss */
.button-flat-action.disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* line 171, ../scss/buttons.scss */
.button-flat-highlight {
  -webkit-transition-property: background, color;
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #f18d05;
  color: white;
  text-shadow: none;
  border: none; }

/* line 180, ../scss/buttons.scss */
.button-flat-highlight:hover {
  background: #fa9915; }

/* line 183, ../scss/buttons.scss */
.button-flat-highlight:active {
  background: #d8891e;
  color: #a66103; }

/* line 187, ../scss/buttons.scss */
.button-flat-highlight.disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* line 171, ../scss/buttons.scss */
.button-flat-caution {
  -webkit-transition-property: background, color;
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #e54028;
  color: white;
  text-shadow: none;
  border: none; }

/* line 180, ../scss/buttons.scss */
.button-flat-caution:hover {
  background: #e8543f; }

/* line 183, ../scss/buttons.scss */
.button-flat-caution:active {
  background: #cd5240;
  color: #ac2815; }

/* line 187, ../scss/buttons.scss */
.button-flat-caution.disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* line 171, ../scss/buttons.scss */
.button-flat-royal {
  -webkit-transition-property: background, color;
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #87318c;
  color: white;
  text-shadow: none;
  border: none; }

/* line 180, ../scss/buttons.scss */
.button-flat-royal:hover {
  background: #99389f; }

/* line 183, ../scss/buttons.scss */
.button-flat-royal:active {
  background: #764479;
  color: #501d53; }

/* line 187, ../scss/buttons.scss */
.button-flat-royal.disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* line 202, ../scss/buttons.scss */
.button-large {
  font-size: 19px;
  height: 38.4px;
  line-height: 38.4px;
  padding: 0px 30.72px; }

/* line 227, ../scss/buttons.scss */
input.button-large, button.button-large {
  height: 40.4px; }

/* line 202, ../scss/buttons.scss */
.button-small {
  font-size: 12px;
  height: 25.6px;
  line-height: 25.6px;
  padding: 0px 20.48px; }

/* line 227, ../scss/buttons.scss */
input.button-small, button.button-small {
  height: 27.6px; }

/* line 202, ../scss/buttons.scss */
.button-tiny {
  font-size: 11px;
  height: 22.4px;
  line-height: 22.4px;
  padding: 0px 17.92px; }

/* line 227, ../scss/buttons.scss */
input.button-tiny, button.button-tiny {
  height: 24.4px; }

/* line 247, ../scss/buttons.scss */
.button.glow {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -khtml-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: glowing;
  -khtml-animation-name: glowing;
  -moz-animation-name: glowing;
  -ms-animation-name: glowing;
  -o-animation-name: glowing;
  animation-name: glowing; }

/* line 250, ../scss/buttons.scss */
.button.glow:active {
  -webkit-animation-name: none;
  -moz-animation-name: none;
  -ms-animation-name: none;
  -o-animation-name: none;
  animation-name: none;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white; }

/* line 261, ../scss/buttons.scss */
.button-dropdown {
  position: relative;
  overflow: visible;
  display: inline-block; }

/* line 266, ../scss/buttons.scss */
.button-dropdown .button-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999; }

/* line 277, ../scss/buttons.scss */
.button-dropdown .button .icon-caret-down {
  font-size: 90%;
  margin: 0px 0px 0px 3px;
  vertical-align: middle; }

/* line 285, ../scss/buttons.scss */
.button-dropdown ul {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: none;
  position: absolute;
  background: #fcfcfc;
  top: -2px;
  left: -2px;
  z-index: 1000;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  min-width: 102%; }

/* line 299, ../scss/buttons.scss */
.button-dropdown ul li {
  padding: 0px;
  margin: 0px;
  display: block; }

/* line 304, ../scss/buttons.scss */
.button-dropdown ul li:first-child a {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px; }

/* line 307, ../scss/buttons.scss */
.button-dropdown ul li:last-child a {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px; }

/* line 313, ../scss/buttons.scss */
.button-dropdown ul .button-dropdown-divider {
  -webkit-box-shadow: inset 0px 1px 0px white;
  -moz-box-shadow: inset 0px 1px 0px white;
  box-shadow: inset 0px 1px 0px white;
  border-top: 1px solid #e4e4e4; }

/* line 318, ../scss/buttons.scss */
.button-dropdown ul a {
  display: block;
  padding: 0px 20px;
  text-decoration: none;
  font-size: 12px;
  color: #333333;
  line-height: 30px;
  white-space: nowrap; }

/* line 327, ../scss/buttons.scss */
.button-dropdown ul a:hover {
  background-color: #3c6ab9;
  color: white; }
