/* @override 
	https://prev.seisenryo.jp/contents/ssr-content/themes/nojo/style.css?1530833000
	https://prev.seisenryo.jp/contents/ssr-content/themes/nojo/style.css?1530834673
	https://prev.seisenryo.jp/contents/ssr-content/themes/nojo/style.css?1530913202
*/

@import url(http://fonts.googleapis.com/css?family=Karla|Quicksand);
@import url('styles/boots-bones.css');
/*
Theme Name: seisenryo
Theme URI: http://otsukimi.net
Author: J Beckman & Kazuya Mochidome
Author URI: http://bckmn.com
Description: 清泉寮Webサイト
Version: 1.0
License:

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

/* @group temp */



/* @end */

/* @group UI */
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

#wrapper label.radio input,
#wrapper label.checkbox input {
  margin-right: 5px;
  padding-right: 5px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

select {
  width: 320px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 5px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

.controls-row {
  *zoom: 1;
}

.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.controls-row:after {
  clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-actions:after {
  clear: both;
}

.help-block,
.help-inline {
  color: #595959;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

/* Allow for input prepend/append in search forms */

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}



button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

#Gmailformblock input.submitBtn,
#Gmailformblock input.backBtn,
.submit-container input,
input.submit,
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn{
	text-decoration: none;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.submit-container input.active,
input.submit.active,
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

#mainblock .submit-container input[name="return-to-input"]{
  color: #333;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

}

.submit-container input,
input.submit,
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

input.submit,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

#mailformblock input.submitBtn{
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);



  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

	background-color: #d38a46;
	
	background-image: -o-linear-gradient(0deg , rgb(210,134,63) 0%, rgb(210,189,170) 100%);
	background-image: -moz-linear-gradient(0deg , rgb(210,134,63) 0%, rgb(210,189,170) 100%);
	background-image: -webkit-linear-gradient(0deg , rgb(210,134,63) 0%, rgb(210,189,170) 100%);
	background-image: -ms-linear-gradient(0deg , rgb(210,134,63) 0%, rgb(210,189,170) 100%);
	background-image: linear-gradient(0deg , rgb(210,134,63) 0%, rgb(210,189,170) 100%);

	background-repeat: repeat-x;

}

#mailformblock input.submitBtn:hover{
	background-color: #e8ac74;
	
	background-image: -o-linear-gradient(0deg , rgb(210,167,127) 0%, rgb(210,203,196) 100%);
	background-image: -moz-linear-gradient(0deg , rgb(210,167,127) 0%, rgb(210,203,196) 100%);
	background-image: -webkit-linear-gradient(0deg , rgb(210,167,127) 0%, rgb(210,203,196) 100%);
	background-image: -ms-linear-gradient(0deg , rgb(210,167,127) 0%, rgb(210,203,196) 100%);
	background-image: linear-gradient(0deg , rgb(210,167,127) 0%, rgb(210,203,196) 100%);
}

.btn-primary:active,
input.submit:active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large {
  font-size: 17.5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}



label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.label {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.label:empty,
.badge:empty {
  display: none;
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important {
  background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

.label-warning,
.badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

.label-wood[href],
.badge-wood[href] {
  background-color: #1a1a1a;
}


.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}



[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("img/glyphicons-halflings-white.png");
}

.icon-glass {
  background-position: 0      0;
}

.icon-music {
  background-position: -24px 0;
}

.icon-search {
  background-position: -48px 0;
}

.icon-envelope {
  background-position: -72px 0;
}

.icon-heart {
  background-position: -96px 0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0 -24px;
}

.icon-file {
  background-position: -24px -24px;
}

.icon-time {
  background-position: -48px -24px;
}

.icon-road {
  background-position: -72px -24px;
}

.icon-download-alt {
  background-position: -96px -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0 -48px;
}

.icon-tags {
  background-position: -25px -48px;
}

.icon-book {
  background-position: -48px -48px;
}

.icon-bookmark {
  background-position: -72px -48px;
}

.icon-print {
  background-position: -96px -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0 -72px;
}

.icon-map-marker {
  background-position: -24px -72px;
}

.icon-adjust {
  background-position: -48px -72px;
}

.icon-tint {
  background-position: -72px -72px;
}

.icon-edit {
  background-position: -96px -72px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-check {
  background-position: -144px -72px;
}

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-minus-sign {
  background-position: -24px -96px;
}

.icon-remove-sign {
  background-position: -48px -96px;
}

.icon-ok-sign {
  background-position: -72px -96px;
}

.icon-question-sign {
  background-position: -96px -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

.icon-screenshot {
  background-position: -144px -96px;
}

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0 -120px;
}

.icon-gift {
  background-position: -24px -120px;
}

.icon-leaf {
  background-position: -48px -120px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-eye-open {
  background-position: -96px -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  width: 16px;
  background-position: -216px -120px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  width: 16px;
  background-position: -384px -120px;
}

.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0 -144px;
}

.icon-bullhorn {
  background-position: -24px -144px;
}

.icon-bell {
  background-position: -48px -144px;
}

.icon-certificate {
  background-position: -72px -144px;
}

.icon-thumbs-up {
  background-position: -96px -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/* @end */

/* @group Reset */

/* Reset
-------------------------------------------------------------- */

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
	background-color: #fff;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #ccc;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}

.mobile{
	display: none;
}

/* @end */

/* @group basic */
.before-exwide{ margin-top: 70px!important; }
.before-wide{ margin-top: 40px!important; }
.before-narrow{ margin-top: 10px!important; }
.before-none{ margin-top: 0px!important; }

.after-exwide{ margin-bottom: 70px!important; }
.after-wide{ margin-bottom: 40px!important; }
.after-narrow{ margin-bottom: 10px!important; }
.after-none{ margin-bottom: 0px!important; }

.bigger{ font-size: 1.4em!important; }
.smaller{ font-size: 0.8em!important; }


 



.alignCenter{
	text-align: center!important;
}



.center.width500{
	margin: 0 auto 30px auto;
	width: 96%;
	max-width: 500px;
}

.center.width600{
	margin: 0 auto 30px auto;
	width: 96%;
	max-width: 600px;
}

.center.width800{
	margin: 0 auto 30px auto;
	width: 96%;
	max-width: 800px;
}

.horizontalblock{
	overflow: hidden;
	clear: both;
}

.leftblock{
	width: 49%;
	float: left;
}

.rightblock{
	width: 49%;
	float: right;
}

.horisontallist{
	text-align: center;
	margin: 0 auto 50px auto;
}

.horisontallist li{
	display: inline-block;
	
}

#contents #mainblock .horisontallist.part2 li{
	width: 47%;
	margin: 0 1% 40px 1%;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.6em;
}

#contents #mainblock .horisontallist.part2 li img,
#contents #mainblock .horisontallist.part3 li img{
	margin-bottom: 3px;
}


#contents #mainblock .horisontallist.part2 li h3{
	margin: 3px 2px 5px 2px!important;
}

#contents #mainblock .horisontallist.part2 li p{
	margin: 0px 2px 5px 2px!important;
	font-size: 13px;
	line-height: 1.5em;
	text-align: left;
}

#contents #mainblock .horisontallist.part3 li{
	width: 30%;
	margin: 0 1% 40px 1%;
	vertical-align: top;
}

#contents #mainblock .horisontallist.part3 li h3{
	margin: 3px 2px 5px 2px!important;
}

#contents #mainblock .horisontallist.part3 li p{
	margin: 0px 2px 5px 2px!important;
	font-size: 13px;
	line-height: 1.5em;
	text-align: left;
}

#contents #mainblock .leftSidePhoto{
	float: left;
	width: 40%;
	text-align: center;
}

#contents #mainblock .rightSidePhoto{
	float: right;
	width: 40%;
	text-align: center;
}

#contents #mainblock .rightSideText{
	float: right;
	width: 55%;
	text-align: left;
}

#contents #mainblock .leftSideText{
	float: left;
	width: 55%;
	text-align: right;
}

#contents #mainblock a.btnDetails{
	padding: 5px 10px 7px!important;
	margin: 0 1px;
	display: inline-block;
	color: #fff;
	background-color: #6c70ac;
	font-size: 14px;
	line-height: 1em;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#contents #mainblock a.btnDetails.fat{
	padding: 8px 18px 10px!important;
	margin: 0 1px;
	display: inline-block;
	color: #fff;
	background-color: #6c70ac;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
}

#contents #mainblock a.btnDetails:after{
	font-family: FontAwesome;
	content: "\f061";
	padding-left: 5px;
}

#contents #mainblock a.btnDetails:hover{
	background-color: rgba(19,107,161,0.4);
}

#contents #mainblock a.btnBorder{
	padding: 8px  20px 12px!important;
	margin: 0 1px;
	display: inline-block;
	color: #0f112f;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	
	border:  6px solid #0f112f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:  3px;
}

#contents #mainblock a.btnBorder:after{
	font-family: FontAwesome;
	content: "\f061";
	padding-left: 5px;
}

#contents #mainblock a.btnBorder:hover{
	color: #fff;
	background-color: #6c70ac;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity:1;
}

.alignRight{
	text-align: right!important;	
}

.alignLeft{
	text-align: left!important;	
}

.alignCenter{
	text-align: center!important;	
}


/* @end */

/* @group layout */
.the-content{
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.the-content #lead{
	width: 100%;
	padding: 0;
}

.single-piece .the-content #lead{
	background-color: #222b43;
	padding-top: 10px;
	padding-bottom: 10px;
}

.the-content #lead P{
	color: #fff;
	margin: 20px auto 24px auto!important;
}

.the-content .main{
	width: 100%;
	max-width: 1300px;
}


.the-content p{
	text-align: left;
	font-size: 14px;
	line-height: 1.8em;
	color: #666;
}

#contents p.maintext,
.the-content p.maintext{
	width: 94%;
	max-width: 800px;
	margin: 0 auto 30px auto;
	font-size: 14px;
	line-height: 1.8em;
}


.the-content h2.maintext{
	font-family: "FOT-ロダン Pro L";
	font-size: 27px;
	font-weight: normal;
	line-height: 1.3em;
	text-align: center;
	margin: 50px 0 40px 0;
	color: #b15a12;
	vertical-align: middle;
	letter-spacing: 1px;
}

.the-content h2.maintext .sub{
	display: block;
	font-family: "FOT-ロダン Pro L";
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3em;
	text-align: center;
	color: #b15a12;
	vertical-align: middle;
	letter-spacing: 1px;
}

.the-content h3.maintext{
	font-family: "FOT-ロダン Pro M";
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3em;
	text-align: center;
	margin: 50px 0 40px 0;
	color: #b15a12;
	vertical-align: middle;
	letter-spacing: 1px;
}

.split1.withcap,
.split2.withcap,
.split2-1.withcap,
.split1-2.withcap,
.split1-2-1.withcap,
.split3.withcap,
.split4.withcap,
.splitM.withcap{
	margin-bottom: 3px!important;
}

p.caption{
	width: 70%;
	margin: 3px auto 50px auto;
	font-size: 14px;
	line-height: 1.8em;
}

p.caption.center{
	text-align: center;
}

p.caption.size-s{
	max-width: 600px;
}

.split2-1,
.split1-2,
.split1-2-1,
.split1,
.split2,
.split3,
.split4{
	overflow: hidden;
	margin-top: 80px;
	margin-bottom: 90px;
	display: table;
	width: 100%;
	text-align: center;
}


h2{
	font-family: "FOT-ロダン Pro B";
	text-align: center;
	font-size: 22px;
	fGont-weight: bold;
}

.split1 p,
.split2 p,
.split3 p,
.split4 p{
	text-align: left;
}

.splitM{
	width: 50%;
	margin: 0 auto;
}

.split2 .block1,
.split2 .block2{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.split1-2 .block1{
	display: table-cell;
	vertical-align: middle;
	width: 33%;
}

.split1-2 .block2{
	display: table-cell;
	vertical-align: middle;
	width: 66%;
}

.split2-1 .block1{
	display: table-cell;
	vertical-align: middle;
	width: 66%;
}

.split2-1 .block2{
	display: table-cell;
	vertical-align: middle;
	width: 33%;
}

.split1-2-1 .block1{
	display: table-cell;
	vertical-align: middle;
	width: 25%;
}

.split1-2-1 .block2{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.split1-2-1 .block3{
	display: table-cell;
	vertical-align: middle;
	width: 25%;
}



.block1.alignTop,
.block2.alignTop,
.block3.alignTop,
.block4.alignTop{
	vertical-align: top!important;
}

.block1.alignBottom,
.block2.alignBottom,
.block3.alignBottom,
.block4.alignBottom{
	vertical-align: bottom!important;
}

.block1.alignTop p,
.block2.alignTop p,
.block3.alignTop p,
.block4.alignTop p{
	width: 90%;
	margin: 0 auto 0 auto;
}

.block1.alignBottom p,
.block2.alignBottom p,
.block3.alignBottom p,
.block4.alignBottom p{
	width: 90%;
	margin: 0 auto 0 auto;
}



.split2 .block1 p,
.split2 .block2 p,
.split1-2 .block1 p,
.split2-1 .block2 p{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}


.split2 .block1{
	margin-left: -1;
	border-right: 1px solid #fff;
}


.split3 .block1,
.split3 .block2,
.split3 .block3{
	display: table-cell;
	vertical-align: middle;
	width: 33%;
}

.split3 .block1,
.split3 .block2{
	border-right: 1px solid #fff;
}

.split1-2 img.fullimg,
.split2-1 img.fullimg,
.split1 img.fullimg,
.splitM img.fullimg,
.split1 img.fullimg,
.split2 img.fullimg,
.split3 img.fullimg,
.split4 img.fullimg{
	width: 100%;
	height: auto;
}

.split1-2 img.w30,
.split2-1 img.w30,
.splitM img.w30,
.split1 img.w30,
.split2 img.w30,
.split3 img.w30,
.split4 img.w30{
	width: 30%;
	height: auto;
}

.split1-2 img.w40,
.split2-1 img.w40,
.splitM img.w40,
.split1 img.w40,
.split2 img.w40,
.split3 img.w40,
.split4 img.w40{
	width: 40%;
	height: auto;
}

.split1-2 img.w50,
.split2-1 img.w50,
.splitM img.w50,
.split1 img.w50,
.split2 img.w50,
.split3 img.w50,
.split4 img.w50{
	width: 40%;
	height: auto;
}

.split1-2 img.w60,
.split2-1 img.w60,
.splitM img.w60,
.split1 img.w60,
.split2 img.w60,
.split3 img.w60,
.split4 img.w60{
	width: 60%;
	height: auto;
}

.split1-2 img.w70,
.split2-1 img.w70,
.splitM img.w70,
.split1 img.w70,
.split2 img.w70,
.split3 img.w70,
.split4 img.w70{
	width: 60%;
	height: auto;
}
.split1-2 img.w80,
.split2-1 img.w80,
.splitM img.w80,
.split1 img.w80,
.split2 img.w80,
.split3 img.w80,
.split4 img.w80{
	width: 80%;
	height: auto;
}

.split1-2 img.conpact,
.split2-1 img.conpact,
.splitM img.conpact,
.split1 img.conpact,
.split2 img.conpact,
.split3 img.conpact,
.split4 img.conpact{
	width: 60%;
	height: auto;
}

.split1-2 img.conpact,
.split2-1 img.conpact,
.splitM img.conpact,
.split1 p.conpact,
.split2 p.conpact,
.split3 p.conpact,
.split4 p.conpact{
	width: 40%;
}

.split2 .block1 img.conpact,
.split3 .block1 img.conpact{
	margin: 80px 15% 30px 25%;
}

.split2 .block2 img.conpact,
.split3 .block3 img.conpact{
	margin: 80px 25% 30px 15%;
}

.split3 .block2 img.conpact{
	margin: 80px auto 30px auto;
}

.split4 .block1 img.conpact,
.split4 .block2 img.conpact,
.split4 .block3 img.conpact,
.split4 .block4 img.conpact{
	margin: 80px auto 50px auto;
}

.split1-2 img{
	margin-left: -1px;
	margin-right: 1px;
}

/* @end */

/* @group posterimage */
.photofull{
	position: relative;
	margin: 0!important;
	padding: 0!important;
	margin-bottom: -6px!important;
}

.photofull img{
	width: 100%;
	height: auto;
	margin: 0!important;
}

.photofull p{
	margin: 0!important;
	padding: 0!important;
}

.photofull .catchtext{
	fGont-family: "FOT-ロダン Pro M";
	font-family: "FOT-ロダン Pro DB";
	font-weight: normal;
	position: absolute;
	display: inline-block;
	z-index: 2;
	font-size: 26px;
	line-height: 1.5em;
	padding: 8px 15px;
	color: #444;
	letter-spacing: 4px;
}

.photofull .catchtext.loc-top-left{
	top: 8%;
	left: 2%;
	text-align: left;
}

.photofull .catchtext.loc-top-center{
	top: 8%;
	width: 92%;
	left: 4%;
	display: block;
	text-align: center;
}

.photofull .catchtext.loc-top-right{
	top: 8%;
	right: 2%;
	text-align: right;
}

.photofull .catchtext.loc-middle-left{
	top: 45%;
	left: 2%;
	text-align: left;
}

.photofull .catchtext.loc-middle-center{
	top: 45%;
	width: 92%;
	left: 4%;
	display: block;
	text-align: center;
}

.photofull .catchtext.loc-middle-right{
	top: 45%;
	right: 2%;
	text-align: right;
}

.photofull .catchtext.loc-bottom-left{
	bottom: 8%;
	left: 2%;
	text-align: left;
}

.photofull .catchtext.loc-bottom-center{
	bottom: 8%;
	width: 92%;
	left: 4%;
	display: block;
	text-align: center;
}

.photofull .catchtext.loc-bottom-right{
	bottom: 8%;
	right: 2%;
	text-align: right;
}

.photofull .catchtext.bg-white{
	bGackground-color: rgba(255,255,255,0.8);
}

.photofull .catchtext.bg-black{
	background-color: rgba(0,0,0,0.8);
}

.photofull .catchtext.t-black{
	color: #333;
}

.photofull .catchtext.t-white{
	color: #ddd;
}

.photofull .catchtext.ts-white{
	text-shadow: rgba(255,255,255,1) 0px 0px 5px;
}

.photofull .catchtext.ts-black{
	text-shadow: rgba(0,0,0,1) 0px 0px 5px;
}

/* @end */

/* @group tablebox */

#tablebox{
	display: table;
	width: 98%;
	margin: 10px auto 30px auto;
}

#tablebox #ex{
	display: table-header-group;
}

#tablebox #ex ol{
	display: table-row;
}

#tablebox #ex ol li{
	display: table-cell;
	background-color: #eee;
	font-size: 12px;
	text-align: left;
	padding: 3px 3px 3px 3px;
	border-bottom: 2px solid #333;
	border-top: 1px solid #ccc;
	margin: 0 0 0px 0px;
}

#tablebox #data{
	display: table-row-group;
}

#tablebox #data dl{
	display: table-row;
}

#tablebox #data dl dt{
	font-weight: bold;
}

#tablebox #data dl dt,
#tablebox #data dl dd{
	display: table-cell;
	text-align: left;
	padding: 5px 5px 5px 5px;
	font-size: 14px;
	line-height: 1em;
	vertical-align: top;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #ccc;
}
/* @end */

/* @group submenu */
#contents #mainblock .submenu{
	text-align: center;
	width: 90%;
	max-width: 550px;
	margin: 30px auto 30px;
}

#contents #mainblock .submenu.bottom{
	margin-top: 70px;
}

#contents #mainblock .submenu ul{
	margin: 10px auto 50px;
	width: 100%;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

#contents #mainblock .submenu li{
	display: inline-block;
	margin: 3px 0px;
	-mGoz-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
	-wGebkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
	bGox-shadow: 0px 0px 4px rgba(0,0,0,0.4);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#contents #mainblock .submenu li.current-menu-item{

}

#Gcontents #mainblock .submenu li a{
	display: block;
	font-size: 16px;
	line-height: 1em;
	padding: 6px 20px 8px;
	color: #fff;
	background-color: #00668E;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#contents #mainblock .submenu li.current-menu-item a{
	background-color: #1285b2;
}


#Gcontents #mainblock .submenu li a:hover{
	background-color: rgba(19,107,161,0.4);
}



#contents #mainblock .submenu li a{
	display: block;
	font-size: 14px;
	line-height: 1em;
	padding: 6px 20px 8px;
	color: #00668E;
}

#contents #mainblock .submenu li.current-menu-item a{
	background-color: rgba(19,107,161,0.1);
}

#contents #mainblock .submenu li a:hover{
	background-color: rgba(19,107,161,0.4);
	color: #000;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity:1;
}

/* @end */

/* @group backtotop */

#top {
    position: relative;
    right: 0;
    top: 0;
}

.backtotop {
    position: fixed;
    right: 25px;
    bottom: 20px;
    z-index: 9000;
	color: #fff;
}  

.backtotop a {
    display: block;
    color: #fff;
    padding: 6px 6px;
    margin: 0;
    text-decoration: none;
    font-size: 40px;
	opacity: 0.01;
	filter: alpha(opacity=1);
	-moz-opacity:0.01;
}

.backtotop a .icon-chevron-sign-up {
    color: #fff;
	text-shadow: 0px 0px 5px rgba(0,0,0,1);
}

.backtotop a:hover .icon-chevron-sign-up {
    color: #888;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity:1;
}


/* @end */

/* @group mailform */
#inquiry1{
	width: 48%;
	float: left;
}

#inquiry2{
	width: 48%;
	float: left;
}

.mailform #mailformband #mailformblock form{
	display: none;
}

.mailform #contents #mainblock #lead p{
	display: none;
}

.mailform #mailformblock{
	overflow: hidden;
	margin-bottom: 30px;
}

.mailform #mailformblock h4,
#mailformband #mailformblock h4{
	font-size: 12px;
	color: #888;
	line-height: 1.4em;
	clear: both;
	margin-bottom: 2px;
	margin-top: 10px;
}

.mailform #mailformblock input#your-name,
.mailform #mailformblock input#your-email,
.mailform #mailformblock input#your-tel,
.mailform #mailformblock textarea,
#mailformband #mailformblock input#your-name,
#mailformband #mailformblock input#your-email,
#mailformband #mailformblock input#your-tel,
#mailformband #mailformblock textarea{
	width: 85%;
	margin-bottom: 2px;
}

.mailform #mailformblock #area-genre p,
#mailformband #mailformblock #area-genre p{
	overflow: hidden;
	margin-bottom: 20px;
}

.mailform #mailformblock .mw_wp_form_confirm p,
#mailformband #mailformblock .mw_wp_form_confirm p{
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 16px;
	color: #000;
}

.mwform-checkbox-field.horizontal-item,
.mwform-radio-field {
	float: left;
	margin-right: 45px!important;
	margin-left: 0px!important;
}

.mwform-checkbox-field.horizontal-item label{
	color: #000;
	font-size: 13px;
}

.fixpage.contact #contents #mainblock p{
	font-size: 16px;
	text-align: left;
	width: 100%;
	color: #000;
	font-weight: bold;
	margin: 0 20px 30px 0;
}

#mailformblock .mw_wp_form_confirm #area_submit{
	overflow: hidden;
}

#mailformblock #area_submit br{
	display: none;
}

.mailform .mw_wp_form_confirm input.backBtn,
.mailform .mw_wp_form_confirm input.submitBtn,
#mailformblock .mw_wp_form_confirm input.backBtn,
#mailformblock .mw_wp_form_confirm input.submitBtn{
	float: left;
	margin-right: 6px;
}

#contents #mailformblock .mw_wp_form.mw_wp_form_complete p{
	font-size: 16px;
	text-align: center;
}

#contents #mailformblock .mw_wp_form p span.error{
	font-size: 14px;
	line-height: 1em;
	color: #ff4740;
	margin-bottom: 10px;
}

#contents #mailformblock .mw_wp_form p span.error:before{
	content: "↑";
	font-size: 14px;
	line-height: 1em;
	color: #ff4740;
	margin-bottom: 10px;
}

#contents #genrearea{
	overflow: hidden;
	margin-bottom: 15px;
}

#contents #area_submit input.submitbtn{
	padding: 5px 20px 7px!important;
	margin: 5px 0px;
	display: inline-block;
	color: #fff;
	background-color: #6c70ac;
	font-size: 14px;
	line-height: 1em;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: none;
}

#contents #area_submit input.submitbtn:hover{
	background-color: rgba(19,107,161,0.4);
}


/* @end */

/* @group base */

/* styles
-------------------------------------------------------------- */

body,
button,
input,
select {
  padding: 0;
  margin: 0;
  background: #f8f7f2;
  font-family: "Karla", Helvetica, sans-serif;
  line-height: 26.64px;
  font-size: 14px;
  font-size: 1.4rem;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Quicksand", Helvetica, sans-serif;
}
h1 {
  line-height: 71px;
  font-size: 48px;
  font-size: 4.8rem;
}
h2 {
  line-height: 50px;
  font-size: 34px;
  font-size: 3.4rem;
}
h3 {
  line-height: 41px;
  font-size: 28px;
  font-size: 2.8rem;
}
h4 {
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

#mobile_nav_block,
#navswitch,
#menu-mobile_menu,
#menu-mobile_menu2{
	display: none;
}

#pagetitle{
	text-align: center;
	font-size: 24px;
	line-height: 1.2em;
	margin: 10px 0 30px 0;
}

#listblock{
	width: 100%;
	padding: 25px 0 20px 0;
}

#gcal{
	width: 96%;
	max-width: 800px;
	margin: 0 auto 30px auto;
}
/* @group cautionlist */
ul.cautionlist{
	width: 96%;
	max-width: 700px;
	margin: 0 auto 30px auto;
}

ul.cautionlist li{
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
	color: #444;
	margin-bottom: 10px;
}

ul.cautionlist h3{
	text-align: left;
	font-size: 16px;
	line-height: 1.5em;
	color: #444;
	margin-bottom: 10px;
	font-weight:bold;
}


/* @end */
/* @group Text elements */Text elements
/* Text elements */
p {
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

b,
strong {
  font-weight: bold;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #ddd inset;
}


/* @end */



/* @group Links */
/* Links */
a {
  color: #007998;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: rgba(0, 121, 152, 0.5);
}


/* @end */

/* @group Alignment */

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.center {
  text-align: center!important;
  padding: 0;
}

/* @end */




/* @group Header */

/* Header
-------------------------------------------------------------- */

header {
	padding: 0px 0;
	background: transparent;
	height: 126px;
}

#header2band{
	text-align: center;
	height: 125px;
	background: #f8f6ed url(common/bg_header.png) no-repeat center bottom;
	border-bottom: 4px solid #4c7634;
}

header.center {
	height: 75px;
}


#header2{
	width: 98%;
	mGax-width: 1260px;
	margin: 0 auto;
	text-align: center;
	height: 125px;
	position: relative;
}

#sitename{
	width: 225px;
	height: 125px;
	position: absolute;
	z-index: 1;
	top: 0px;
}

#sitename a{
	width: 225px;
	height: 125px;
	background: url(common/sitelogo.png) no-repeat center center;
	background-size: contain;
	display: block;
	text-indent: -9999px;
}

#sitename a:hover{

}

.site-title a{
  text-transform: uppercase;
  font-size: 4em;
  text-align: center;
}
.site-title a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
}
.site-description{
  font-style: italic;
}

header .gravatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  float: right;
}
header #brand {
  margin:1em 0;
}
header #brand h1 {
  font-weight: 900;
  color: #565656;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.45em;
}
header #brand h1 a {
  color: #565656;
  text-decoration: none;
}
header #brand h1 span {
  font-weight: 200;
  color: #888888;
  text-transform: lowercase;
}

header nav {

}

.menu-main-nav-container, .menu-main-container {
  float: right;
}

header nav#mainmenublock ul {
	float: left;
	margin: 24px 0 0 260px;
	list-style: none;
}

header nav#mainmenublock ul li {
  float: left;
}

header nav#mainmenublock ul li a {
	display: block;
	padding: 5px 9px;
	color: #000;
	font-size: 15px;
	line-height: 1em;
}

header nav#mainmenublock ul li.btn-inquiry a {
	background-color: #392215;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-left: 8px;
	color: #fff;
	font-weight: bold;
}

header nav#mainmenublock ul li.btn-inquiry a:hover {
	background-color: #744f3a;
	color: #fff;
}

header nav#mainmenublock ul li a:hover {
	color: #999;
}




/* @group grobal menu */

#header2 #topmenu.pc {
	overflow: hidden;
	width: 650px;
	height: 126px;
	float: right;
	text-align: right;
}

#header2 #topmenu.pc ul#menu-shoulder-menu,
#header2 #topmenu.pc ul#menu-shoulder-menu2{
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: right;
	font-size: 12px;
	line-height: 1em;
}

#header2 #topmenu.pc ul#menu-shoulder-menu li,
#header2 #topmenu.pc ul#menu-shoulder-menu2 li{
	display: inline-block;
	margin-right: 5px;
}

#header2 #topmenu.pc ul#menu-shoulder-menu li a,
#header2 #topmenu.pc ul#menu-shoulder-menu2 li a{
	display: block;
	padding: 8px 6px 3px 6px;
	font-size: 11px;
}

#header2 #topmenu.pc form input#siedSearchSubmit{
	display: inline-block;
	padding: 8px 6px 5px 6px;
	margin: 2px 7px 5px 2px;
	font-size: 14px!important;
	line-height: 1em!important;
	background-color: #4c7634;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#header2 #topmenu.pc form input#siedSearchSubmit:hover{
	background-color: #7aa462;
}

#header2 #topmenu.pc form input#siedSearchInput{
	display: inline-block;
	padding: 2px 2px 2px 2px;
	margin: 0 0px 0px 0px;
	font-size: 12px!important;
	width: 190px;
}

#header2 #topmenu.pc form .innersearch {
	clear: both;
	text-align: right;
	margin: 5px 0 0 0;
}

#header2 #topmenu.pc .innersearch form, .innersearch div {
	float: right;
	padding: 0;
	height: 33px;
}

#header2 #topmenu.pc form .innersearch-txt {
	padding: 2px 7px 0 7px;
}

#topmenu ul.fclear {
	clear: both;
	padding-top: 8px;
	overflow: hidden;
	margin-right: 6px;
}

#topmenu ul.fclear li {
	float: right;
	list-style-type: none;
}


/* @end */


/* @end */


/* @group footer */

footer {
  font-size: 12px;
  padding: 0!important;
}

footer.container {
	width: 100%!important;
}

footer #footer-ground {
	background: url(common/bg_footer.png) no-repeat center bottom;
	width: 100%;
	max-width: 960px;
	height: 75px;
	margin: 0 auto;
}

footer #footer-menu{
	width: 100%;
	padding: 15px 0 20px 0;
	background-color: #e3e9ab;
}

footer #footer-menu #footer_link{
	width: 96%;
	max-width: 960px;
	margin: 0 auto;
	text-align: left;
}

footer #footer-menu #footer_link a{
	color: #333;
}

footer #footer-credit{
	width: 100%;
	padding: 5px 0 5px 0;
	background-color: #456b2f;
	text-align: center;
}

footer #footer-credit p{
	text-align: center;
	color: #fff;
}

/* @end */

/* @group maingraphic */
#maingraphicband{
	width: 100%;
	background-color: #888;
	margin-top: 3px!important;
}

#maingraphic{
	width: 100%;
	mGax-width: 1400px;
	margin: 0 auto;
	height: 400px;
}


/* @end */

/* @group Posts/Articles */

/* Posts/Articles
-------------------------------------------------------------- */
article {
  background: transparent;
  padding: 0;
  margin-bottom: 80px;
}
article .title {
  color: #404040;
  line-height: 56.24px;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}
article .title a {
  text-decoration: none;
  color: #404040;
}
article .title a:hover {
  color: #007998;
}
article .post-meta {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
  font-family: "Karla", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
article .post-meta a {
  color: #888888;
  text-decoration: none;
}
article .post-meta a:hover {
  color: rgba(136, 136, 136, 0.5);
}
article .the-content a {
  font-weight: 900;
  text-decoration: none;
}
article .the-content p {
  color: #191919;
  text-align: justify;
}
article .the-content img {
  max-width: 100%;
  height: auto;
}

article .meta {
  line-height: 14.8px;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .9px;
}
article .meta div {
  margin:1px auto;
}
article .meta .post-categories {
  list-style: none;
  margin: 0 0 10px 0;
}
article .meta .post-categories li {
  display: inline-block;
  margin-right: 10px;
}

/* @end */

/* Page loop styling */

/* @group para2 */
ul.para2{
	width: 96%;
	max-width: 900px;
	margin: 0 auto 60px auto;
	text-align: center;
}

ul.para2 li{
	width: 42%;
	margin: 0 3% 40px 3%;
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
}

ul.para2 li h3{
	margin: 0 0 30px 0!important;
}

/* @end */
.page article {
  border-bottom: none;
}
.page article .title {
  margin-bottom: 40px;
}

/* @group table */
table.w60 {
	width: 96%;
	max-width: 600px;
	margin: 10px auto
	30px auto;
}

table.w80 {
	width: 96%;
	max-width: 800px;
	margin: 10px auto
	30px auto;
}

table th,
table td {
	font-size: 14px;
	line-height: 1.4em;

}


/* @end */

/* @group Pagination */

/* Pagination */
#pagination {
  margin-bottom: 40px;
  width: 100%;
}
#pagination .past-page {
  float: right;
  width: 49%;
  text-align:right;
}
#pagination .next-page {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
  height: 200px;
}
.next-page a, .past-page a {
  font-size: 2em;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
  padding: 10%;
}

/* @end */


/* @group Comments */
/* Comments */
h3#comments {
  margin-bottom: 80px;
  font-size: 16px;
}
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist .comment {
  margin: 0 0 40px 50px;
  padding: 20px;
  position: relative;
  list-style: none;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment .children {
  margin-top: 40px;
}
.commentlist .comment-author {
  float: left;
  margin-right: 10px;
}
.commentlist .comment-author img {
  position: absolute;
  left: -50px;
  top: 5px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment-author .says {
  display: none;
}
.comment-meta {
  font-size: 12px;
  margin-bottom: 10px;
}
.comment-subscription-form,
.comment-subscription-form {
  margin-bottom: 0;
  font-size: 14px;
}
#respond {
  margin-bottom: 80px;
}
#respond > h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
#respond form label {
  color: #888888;
}


/* @end */
/* Misc & mixens -------------------------------------------------------------- */
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.clear {
  clear: both;
}
/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
}


/* @group ul#list-point ----------------------------------------------------------------- */

ul#list-point{
	margin-top: 20px;
	width: 100%;
	max-width: 1180px;
	overflow: hidden;
	margin: 0 auto 0px auto;
	text-align: center;
}

ul#list-point li{
	width: 290px;
	margin: 0px 20px 40px 20px;
	padding: 0px 0px 0px 0px;

	letter-spacing: normal;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	
	font-size: 13px;
	line-height: 1.7em;
	color: #b3634d;
}

ul#list-point li img{
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	border-radius: 200px;
	margin-bottom: 10px;
	width: 250px;
}

ul#list-point li h3{
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 15px 0px;
	font-size: 20px;
	line-height: 1.2em;
	color: #f06d37;
}

ul#list-point li .detail{
	margin: 15px 0px 15px 0px;
	font-size: 13px;
	line-height: 1.5em;
}

/* @end */

/* @group ul#img-sq ----------------------------------------------------------------- */

ul#img-sq{
	margin-top: 20px;
	width: 100%;
	max-width: 1180px;
	overflow: hidden;
	margin: 0 auto 0px auto;
	text-align: center;
}

ul#img-sq li{
	width: 290px;
	margin: 0px 20px 40px 20px;
	padding: 0px 0px 0px 0px;

	letter-spacing: normal;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	
	font-size: 13px;
	line-height: 1.7em;
	color: #b3634d;
}

ul#img-sq li img{
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 25px;
	margin-bottom: 10px;
	width: 250px;
}

ul#img-sq li h3{
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 15px 0px;
	font-size: 20px;
	line-height: 1.2em;
	color: #f06d37;
}

/* @group ul#img-insta ----------------------------------------------------------------- */

ul#img-insta{
	margin-top: 20px;
	width: 100%;
	max-width: 1180px;
	overflow: hidden;
	margin: 0 auto 0px auto;
	text-align: center;
}

ul#img-insta li{
	width: 150px;
	margin: 0px 10px 10px 10px;
	padding: 0px 0px 0px 0px;

	letter-spacing: normal;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	
	font-size: 13px;
	line-height: 1.7em;
	color: #b3634d;
}

ul#img-insta li img{
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 0px;
	margin-bottom: 10px;
	width: 150px;
}

ul#img-insta li h3{
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 15px 0px;
	font-size: 20px;
	line-height: 1.2em;
	color: #f06d37;
}

ul#img-insta li .detail{
	margin: 15px 0px 15px 0px;
	font-size: 13px;
	line-height: 1.5em;
}
/* @end */

/* @group ul#list-point2  ----------------------------------------------------------------- */

ul#list-point2{
	margin-top: 20px;
	width: 100%;
	max-width: 1180px;
	overflow: hidden;
	margin: 0 auto 0px auto;
	text-align: center;
}

ul#list-point2 li{
	width: 290px;
	margin: 0px 20px 40px 20px;
	padding: 0px 0px 0px 0px;

	letter-spacing: normal;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	
	font-size: 13px;
	line-height: 1.7em;
	color: #b3634d;
}

ul#list-point2 li img{
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	margin-bottom: 10px;
	width: 200px;
}

ul#list-point2 li h3{
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 15px 0px;
	font-size: 20px;
	line-height: 1.2em;
	color: #f06d37;
}

ul#list-point2 li .detail{
	margin: 15px 0px 15px 0px;
	font-size: 13px;
	line-height: 1.5em;
}
/* @end */


/* @group ul#list-point-s  ----------------------------------------------------------------- */

ul#list-point-s{
	margin-top: 20px;
	width: 100%;
	max-width: 1180px;
	overflow: hidden;
	margin: 0 auto 0px auto;
	text-align: center;
}

ul#list-point-s li{
	width: 290px;
	margin: 0px 20px 40px 20px;
	padding: 0px 0px 0px 0px;

	letter-spacing: normal;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	
	font-size: 13px;
	line-height: 1.7em;
	color: #b3634d;
}

ul#list-point-s li img{
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	margin-bottom: 10px;
	width: 200px;
}

ul#list-point-s li h3{
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 15px 0px;
	font-size: 20px;
	line-height: 1.2em;
	color: #f06d37;
}

ul#list-point-s li .detail{
	margin: 15px 0px 15px 0px;
	font-size: 13px;
	line-height: 1.5em;
}
/* @end */


/* @group single-piece */
.single-piece #maingraphicband,
.single-piece #maingraphicband #maingraphic{
	height: 900px;
}

.single-piece #maingraphicband.photofull{
	padding-bottom: 10px;
	margin-bottom: 5px!important;
}

.single-piece #maingraphicband h1{
	font-family: "FOT-ロダン Pro L";
	line-height: 1.1em;
	font-size: 60px;
	letter-spacing: 0px;
}

.single-piece .textblock{
	margin: 50px 0 80px 0;
}

.single-piece #basicdata{
	border: 1px solid #666;
	padding: 15px 20px 20px 20px;
	width: 70%;
	max-width: 400px;
	margin: 0 auto 30px;
	font-size: 12px;
	line-height: 1.5em;
}

.single-piece .contentscredit{
	margin: 50px auto 30px;
	padding: 8px 0 10px 0;
	width: 78%;
	max-width: 440px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
	border-top: 1px solid #666;
}

.single-piece #shopdata{
	width: 78%;
	max-width: 400px;
	margin: 0 auto 30px;
	text-align: center;
}

.single-piece #shopdata h3{
	font-size: 22px;
	line-height: 1.5em;
	text-align: center;
}

.single-piece #shopdata p{
	padding: 15px 0px 0px 0px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
}

/* @end */

/* @group page */
.fixpage #maingraphicband{
	margin-bottom: 40px;
	position: relative;
}

.fixpage #pagetitle{
	position: absolute;
	text-align: center;
	width: 100%;
	top: 45%;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-shadow: rgba(0,0,0,1) 0px 0px 5px;
	line-height: 1.2em;
}



/* @end */

/* @group submenu */
#contentsband .the-content .submenu{
	text-align: center;
	width: 90%;
	max-width: 500px;
	margin: 30px auto 30px;
}

#contentsband .the-content .submenu.bottom{
	margin-top: 70px;
}

#contentsband .the-content .submenu ul{
	margin: 10px auto 70px;
	width: 100%;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

#contentsband .the-content .submenu li{
	display: inline-block;
	margin: 3px 10px 5px;
	-mGoz-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
	-wGebkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
	bGox-shadow: 0px 0px 4px rgba(0,0,0,0.4);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#contentsband .the-content .submenu li.current-menu-item{
	-mGoz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	-wGebkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	bGox-shadow: 0px 0px 0px rgba(0,0,0,0);
}

#Gcontentsband .the-content.submenu li a{
	display: block;
	font-size: 16px;
	line-height: 1em;
	padding: 6px 20px 8px;
	color: #fff;
	background-color: #00668E;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#Gcontentsband .the-content .submenu li.current-menu-item a{
	background-color: #1285b2;
}


#Gcontentsband .the-content .submenu li a:hover{
	background-color: rgba(19,107,161,0.4);
}



#contentsband .the-content .submenu li a{
	display: block;
	font-size: 14px;
	line-height: 1em;
	padding: 6px 20px 6px;
	color: #00668E;
}

#contentsband .the-content .submenu li.current-menu-item a{
	background-color: #efefef;
}


#contentsband .the-content .submenu li a:hover{
	background-color: rgba(19,107,161,0.4);
	color: #000;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity:1;
}

/* @end */

/* @group aboutus */

.page-aboutus #maingraphicband,
.page-aboutus #maingraphic{
	hGeight: 700px;
	mGargin-bottom: 30px;
}

/* @end */

/* @group guide */
.page-guide iframe{
	width: 100%!important;
	max-width: 800px;
	margin: 0 auto;
}


/* @end */


/* @group ul#eventslist */

ul.eventslist,
ul#eventslist{
	margin-top: 20px;
	width: 100%;
	max-width: 1180px;
	overflow: hidden;
	margin: 0 auto 60px auto;
	text-align: center;
}

ul#eventslist li{
	width: 300px;
	height: 400px;
	margin: 2px 10px 35px 10px;
	padding: 0px 0px 0px 0px;

	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);

	background-color: #fff;
	letter-spacing: normal;
	overflow: hidden;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

ul#eventslist li .piecephotoarea{
	overflow: hidden;
	margin: 0 0 0 0;
	width: 100%;
	height: 190px;
}

ul#eventslist li .piecephotoarea .piecephoto{
	overflow: hidden;
	width: 100%;
	height: 190px;
}

ul#Geventslist li .piecephotoarea .piecephoto:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;	
}


ul#eventslist li.u2 .piecephotoarea{
	margin: 0  0 0 0;
	height: 158px;
}

ul#eventslist li.u2 .piecephotoarea .piecephoto{
	height: 158px;
}

ul#eventslist li.u1 .piecephotoarea{
	margin: 0  0 0 0;
	height: 158px;
	background-color: #9a9a9a;
}

ul#eventslist li.u1 .piecephotoarea .piecephoto{
	height: 118px;
}

ul#eventslist li .workstext{
	margin: 12px  8px 0 8px;
	padding: 0;
	overflow: hidden;
}

ul#eventslist li .workstext h3{
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	text-align: center;
	margin: 0;
	font-size: 16px;
	line-height: 1.2em;
	color: #a33d1d;
}

ul#eventslist li .workstext .price{
	font-weight: normal;
	text-align: center;
	margin: 10px 4px 10px 4px;
	font-size: 14px;
	line-height: 1.2em;
	color: #5880b1;
}

ul#eventslist li .workstext .detail{
	margin: 15px 14px 0 14px;
	font-size: 13px;
	line-height: 1.5em;
	color: #666;
}

/* @end */


/* #Media Queries
================================================== */

/* @group inquiry */
.the-content #tel{
	width: 96%;
	max-width: 800px;
	margin: 0 auto 60px auto;
	text-align: center;
	font-size: 18px;
	line-height: 1.5em;
}

.the-content #tel #telnum{
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	margin: 10px ;
}


/* @end */

/* @group event */

.single-event h2.title{
	font-family: "FOT-ロダン Pro L";
	font-size: 33px;
	color: #b15a12;
}




.single-event .eyecatch{
	width: 96%;
	max-width: 700px;
	margin: 20px auto 30px auto;
	text-align: center;
	color: #999;
}


.single-event .catchcopy{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	width: 96%;
	max-width: 800px;
	margin: 0px auto 50px auto;
	text-align: center;
	color: #999;
}

.single-event table.simpletable th,
.single-event table.simpletable td{
	font-size: 18px;
	line-height: 1.2em;
	padding-bottom: 6px;
}

.single-event article .the-content p{
	max-width: 600px;
}


/* @end */

/* @group simpletable */

table.simpletable {
	clear: both;
	padding: 0px;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	vertical-align: text-top;
	margin: 5px auto 30px auto;
	width: 96%;
	max-width: 700px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

table.simpletable.short {
	width: 200px;
}

table.simpletable.narrowbottom {
	margin-bottom: 5px;
}


table.simpletable.wide {
	width: 575px;
}

table.simpletable th{
	vertical-align: text-top;
	background-color: #eee;
	border-top: 1px solid #ccc;
	padding: 3px 6px 3px 5px;
	font-weight: normal;
	height: 100%;
	font-size: 0.9em;
	color: #444;
	line-height: 1.5em;
	text-align: left;
	width: 100px;
}


table#office.simpletable th{
	width: 150px;
}
	
	
table.simpletable td{
	vertical-align: text-top;
	border-top: 1px solid #ccc;
	padding: 3px 8px 3px 8px;
	font-size: 14px;
	color: #444;
	line-height: 1.5em;
	text-align: left;
}

table.simpletable.v-middle td{
	vertical-align: middle;
	bGorder-right: 1px solid #ccc;
}

table.simpletable.v-middle td:first-child{
	bGorder-left: 1px solid #ccc;
}

table.simpletable.noborder,
table.simpletable.noborder td{
	border: none;
}

table.simpletable td .small{
	font-size: 0.8em;
	color: #666;
	lGine-height: 1em;
}


table.simpletable th.end, table.simpletable td.end{
	border-right: none;
}

table.simpletable tr.end th, table.simpletable tr.end td{
	border-bottom: 1px solid #ccc;
}



/* @end */

/* @group blog */
.blog #maingraphicband{
	margin-bottom: 40px;
	position: relative;
}

.blog #pagetitle{
	position: absolute;
	text-align: center;
	width: 100%;
	top: 45%;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-shadow: rgba(0,0,0,1) 0px 0px 5px;
	line-height: 1.2em;
}

.blog #contentsband{
	width: 96%;
	max-width: 960px;
	margin: 20px auto 30px auto;
	overflow: hidden;
}

.blog #contentsband #mainblock{
	width: 70%;
	float: left;
}

.blog #contentsband #subblock{
	width: 25%;
	float: right;
}

.blog #contentsband #mainblock .post-meta{
	text-align: left;
	font-size: 14px;
	color: #666;
	line-height: 1.2em;
	margin: 0 0 5px 0;
}

.blog #contentsband #mainblock h2.title{
	text-align: left;
	font-size: 32px;
	color: #111;
	line-height: 1.2em;
	margin: 0 0 45px 0;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: "FOT-ロダン Pro L";
}

.blog #contentsband #mainblock .post{
	margin-bottom: 100px;
}

.blog #contentsband #subblock h3{
	text-align: left;
	font-size: 16px;
	color: #111;
	line-height: 1.2em;
	margin: 0 0 10px 0;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: "FOT-ロダン Pro L";
}

.blog #contentsband #subblock ul{
	text-align: left;
	margin: 0 0 40px 0;
	border-top: 1px solid #555;
}

.blog #contentsband #subblock ul li{
	text-align: left;
	margin: 0 0 0px 0;
	list-style-type: none;
	font-size: 14px;
	line-height: 1.3em;
	border-bottom: 1px dotted #555;
}

.blog #contentsband #subblock ul li a{
	font-size: 14px;
	line-height: 1.3em;
	display: block;
	padding: 6px 2px 6px 1px;
	margin: 0;
}

.blog #contentsband #subblock ul li a:hover{
	background-color: #eee;
}

/* @end */

/* @group policy */

.page-policy #tablepress-3{
	width: 96%;
	max-width: 700px;
	margin: 20px auto 30px auto;
	border-top: 1px solid #bbb;
}

.page-policy #tablepress-3 td.column-1{
	width: 70px;
}




/* @end */

/* @group nojo */

.nojo #contents .slidercover.mobile{
	display: none;
}

.nojo #contents .slidercover.pc{
	display: block;
}

.nojo #contents{
	margin-top: 0!important;
	padding: 0!important;
}

.nojo #contents #maingraphicband{
	width: 100%;
	position: relative;
	margin: 3px 0 30px 0!important;
	text-align: center;
}

.nojo #contents #maingraphicband .metaslider-flex{
	width: 100%;
	margin: 0 auto!important;
	padding: 0!important;
}

.nojo #contents #maingraphicband .metaslider{
	mGax-width: 1200px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	hGeight: 600px;
}

.nojo #maingraphicband .metaslider #metaslider_container_796{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.nojo #maingraphicband h1#pagetitle{
	width: 615px;
	height: 160px;
	position: absolute;
	left: 2%;
	top: 30%;
	margin: 0;
	padding: 0!important;

	font-size: 12px;
	text-indent: -9999em!important;

	background: url(common/catch_nojo2.png) no-repeat center center;
	background-size: contain;
}

.nojo #maingraphicband h1#pagetitle2{
	width: 615px;
	height: 160px;
	position: absolute;
	left: 2%;
	top: 30%;
	margin: 0;
	padding: 0!important;

	font-size: 12px;
	text-indent: -9999em!important;
	background-size: contain;
}





.nojo h2.maintext{
	font-family: "FOT-ロダン Pro L";
	font-size: 28px;
	font-weight: normal;
	line-height: 1.3em;
	text-align: center;
	width: 90%;
	margin: 60px auto 30px auto;
	color: #b15a12;
	vertical-align: middle;
	letter-spacing: 1px;
}

.nojo #block-point h2.maintext{
	font-size: 28px;
	font-weight: bold;
	margin: 20px auto 30px auto;
	color: #b15a12;
}

.nojo h2.maintext span.sub{
	display: block;
	font-family: "FOT-ロダン Pro L";
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3em;
	text-align: center;
	margin: 5px 0 40px 0;
	color: #b15a12;
	vertical-align: middle;
	letter-spacing: 1px;
}

.nojo #listblock{
	width: 100%;
	padding: 5px 0 0px 0;
	overflow: hidden;
	margin-bottom: 30px;
}

.nojo #listblock h2.maintext{
	mGargin-top: 0;
}

.nojo #contents #textband .blockband{
	overflow: hidden;
	width: 100%;
	margin: 0;
}

.nojo #contents #textband .blockband .contentsblock{
	width: 96%;
	margin: 100px auto 120px;
}

.nojo #contents #textband .blockband .contentsblock p{
	font-size: 16px;
	line-height: 1.8em;
	color: #555;
}

/* @group soft-bread */

.nojo #contents #textband #area-soft,
.nojo #contents #textband #area-bread{
	width: 100%;
	height: 600px;
	position: relative;
	margin-bottom: 2px;
}

.nojo #contents #textband #area-soft #bg-soft,
.nojo #contents #textband #area-bread #bg-bread{
	width: 100%;
	height: 600px;
	position: absolute;
}

.nojo #contents #textband #area-soft #bg-soft{
	background: url(common/bg_soft2.jpg) no-repeat center top;
	background-size: cover;
}

.nojo #contents #textband #area-bread #bg-bread{
	background: url(common/bg_bread2.jpg) no-repeat center center;
	background-size: cover;
}

.nojo #contents #textband #area-soft #text-soft,
.nojo #contents #textband #area-bread #text-bread{
	background-color: rgba(255,255,255,0.75);
	width: 460px;
	height: 200px;
	padding: 35px 50px 0px 50px;
	position: absolute;
	top: 30%;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.nojo #contents #textband #area-soft #text-soft{
	left: 8%;
}

.nojo #contents #textband #area-bread #text-bread{
	right: 8%;
}


.nojo #contents #textband #area-soft #text-soft h3,
.nojo #contents #textband #area-bread #text-bread h3{
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	line-height: 1em;
	color: #a33d1d;
}

.nojo #contents #textband #area-soft #text-soft .price,
.nojo #contents #textband #area-bread #text-bread .price{
	font-weight: normal;
	tGext-align: center;
	margin: 3px 12px 0px 0px;
	font-size: 16px;
	line-height: 1.2em;
	color: #46668d;
	float: right;
	display: inline-block;
}



.nojo #contents #textband #area-soft #text-soft p,
.nojo #contents #textband #area-bread #text-bread p{
	teGxt-align: left;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.8em;
	margin: 20px 0 0 0;
}



.nojo #contents #textband #area-bread #bg-bread{
	bGackground-color: #ddd;
}

.nojo #contents #textband #area-bread{
	margin-bottom: 50px;
}



/* @end */


.nojo #contents #textband .basicdata table{
	background-color: #fff;
	border-top: 1px solid #ccc;
}

.nojo #contents #textband .basicdata table .column-1{
	fGont-weight: bold;
	cGolor: #888;
	background-color: #efeee3;
}

/* @group block-access */

.nojo #contents #block-access .split2{
	margin: 0 auto 40px auto;
}

.nojo #contents #block-access .split2 .block1{
	margin-left: 0;
	border-right: none;
}

.nojo #contents #block-access .split2 .block1 img{
	text-align: right;
}

.nojo #contents #block-access .split2 .block1 iframe{
	margin-right: 5px;
}

.nojo #contents #block-access .split2 .block2{
	text-align: left;
}

.nojo #contents #block-access .split2 .block2 img{
	margin-left: 5px;
}

.nojo #contents #textband .smap{
	max-width: 100%;
}
/* @end */


/* @group img-show */

.nojo #contents .img-show{
	margin: 0 auto 40px auto;
	text-align: center;
}

.nojo #contents .img-show iframe{
	margin-right: 5px;
}
.nojo #contents .img-show img{
	margin-right: 5px;
}
/* @end */





/* @end */

/* @group form */
.page-inquiry form,
.page-e-inquiry form{
	width: 100%;
	max-width: 800px;
	margin: 0 auto
	30px;
}


/* @end */

/* @group faq */
.page-faq .faqblock{
	width: 96%;
	max-width: 800px;
	margin: 20px auto 80px;
}

.page-faq .faqblock img{
	width: 200px;
	float: left;
	margin: 0 10px 40px 0;
}

.page-faq .faqblock h2{
	font-family: "FOT-ロダン Pro L";
	text-align: center;	
	font-size: 26px;
	line-height: 1.2em;
	color: #000;
	margin-bottom: 20px;
}



/* @end */

/* @group staff */
.page-staff h2{
	font-family: "FOT-ロダン Pro L";
	text-align: center;	
	font-size: 38px;
	line-height: 1.2em;
	color: #000;
}

.page-staff .post{
	text-align: center;	
	font-size: 13px;
	line-height: 1.2em;
	margin-bottom: 40px;
	color: #888;
}

.page-staff img.facephoto{
	margin: 60px 0 10px;
}


/* @end */

  /* Those wide screens above 1280px */

/* @group inquiry */
.page-inquiry h4,
.page-e-inquiry h4{
	font-weight: bold;
	margin: 15px 0 4px 0;
	font-size: 16px;
	color: #9e551a;
}

.page-inquiry .unit,
.page-e-inquiry .unit{
	overflow: hidden;
}

.page-inquiry input#your-name,
.page-inquiry input#your-email,
.page-inquiry input#your-tel,
.page-inquiry textarea,
.page-e-inquiry input#your-name,
.page-e-inquiry input#your-email,
.page-e-inquiry input#your-tel,
.page-e-inquiry textarea{
	width: 90%;
}

.page-inquiry #area_submit,
.page-e-inquiry #area_submit{
	margin-top: 20px;
}

.page-inquiry #area_submit br,
.page-e-inquiry #area_submit br{
	display: none;
}

.page-inquiry input.submitBtn,
.page-e-inquiry input.submitBtn {
	background-color: #ff9300;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}

.page-inquiry input.submitBtn:hover,
.page-e-inquiry input.submitBtn:hover {
	background-color: #ffa934;
}

.page-inquiry input.backBtn,
.page-e-inquiry input.backBtn {
	background-color: #cbc2b6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	float: left;
	margin-right: 15px;
}

/* @end */

/* @group history */
.page-history h2{
	font-family: "FOT-ロダン Pro L";
	text-align: center;	
	font-size: 38px;
	line-height: 1.2em;
	color: #000;
}


/* @end */
  @media only screen and (min-width: 1281px) {
    body{
      font-size: 2.5em;
      line-height: 1.5em;
    }



    article .title{
      font-size: 1.8em;
      line-height: 1.5em;
    }
    article .post-meta{
      font-size: 0.7em;
      line-height: 1em;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }
    #sidebar{
      font-size: 0.7em;
      line-height: 1.5em;
    }
    #sidebar h3{
      font-size: 1.5em;
      line-height: 1.5em;
    }
    
  }

  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) {
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }

	header nav#mainmenublock ul {
		margin-right: 8px;
	}

	header nav#mainmenublock ul li a {
		pGadding: 32px 8px;
		font-size: 13px;
	}

.nojo #maingraphicband h1#pagetitle{
	width: 400px;
	height: 104px;
	left: 2%;
	top: 30%;
}

  }

  /* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }

	header {
		height: 126px;
	}

	#header2{
		height: 126px;
	}

	#header2band{
		background: #f8f6ed none;
	}

	#sitename{
		width: 100%;
		height: 125px;
		margin: 0 auto 4px;
		float: none;
		text-align: center;
	}

	#sitename a{
		width: 225px;
		height: 125px;
		mGargin: 0 auto;
	}


    #sitename.side-title{
		float: none;
		margin: 0 auto 5px auto;
    }

	header nav#mainmenublock ul {
		float: none;
		padding-top: 89px;
		margin: 0px auto 0;
		text-align: center;
		overflow: hidden;
	}

	header nav#mainmenublock ul li{
		display: inline-block;
		float: none;
	}
	
		header nav#mainmenublock ul li a {
		padding: 5px 15px;
		font-size: 14px;
		bGackground-color: #aaa;
	}

/* @group block-access */



.nojo #contents #block-access .split2{
	width: 100%;
	max-width: 500px;
	margin: 0 auto 40px auto;
	display: block;
}

.nojo #contents #block-access .split2 .block1{
	display: block;
	width: 100%;
	text-align: center;
}

.nojo #contents #block-access .split2 .block1 iframe{
	width: 96%;
	margin: 0 auto 10px auto;
}

.nojo #contents #block-access .split2 .block2{
	display: block;
	width: 100%;
	text-align: center;
}

.nojo #contents #block-access .split2 .block2 img{
	width: 96%;
	margin: 0 auto 10px auto;
}

/* @end */


/* @group img-show */

.nojo #contents .img-show{
	width: 100%;
	max-width: 500px;
	margin: 0 auto 40px auto;
	display: block;
	text-align: center;
}

.nojo #contents .img-show iframe{
	width: 96%;
	margin: 0 auto 10px auto;
}

.nojo #contents .img-show img{
	width: 96%;
	margin: 0 auto 10px auto;
}

/* @end */


















.nojo #contents #textband #area-soft #text-soft h3,
.nojo #contents #textband #area-bread #text-bread h3{
	font-size: 22px;
}

  }

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }



header {
	height: 126px;
}

#header2{
	height: 126px;
}

	#header2band{
		background: #f8f6ed none;
	}
	
	#sitename a{
		width: 225px;
		height: 125px;
		display: block;
		mGargin: 0 auto;
	}

    #sitename.side-title{
		float: none;
		margin: 0 auto 5px auto;
    }

	header nav#mainmenublock ul {
		float: none;
		margin: 0 auto;
		text-align: center;
		overflow: hidden;
	}

	header nav#mainmenublock ul li{
		padding-top: 66px;
	}
	
	header nav#mainmenublock ul li{
		display: inline-block;
		float: none;
	}
	
		header nav#mainmenublock ul li a {
		padding: 4px 4px;
		font-size: 12px;
	}

/* @group block-access */



.nojo #contents #block-access .split2{
	width: 100%;
	max-width: 500px;
	margin: 0 auto 40px auto;
	display: block;
}

.nojo #contents #block-access .split2 .block1{
	display: block;
	width: 100%;
	text-align: center;
}

.nojo #contents #block-access .split2 .block1 iframe{
	width: 96%;
	margin: 0 auto 10px auto;
}

.nojo #contents #block-access .split2 .block2{
	display: block;
	width: 100%;
	text-align: center;
}

.nojo #contents #block-access .split2 .block2 img{
	width: 96%;
	margin: 0 auto 10px auto;
}

/* @end */

/* @group img-show */

.nojo #contents .img-show{
	width: 100%;
	max-width: 500px;
	margin: 0 auto 40px auto;
	display: block;
	text-align: center;
}

.nojo #contents .img-show iframe{
	width: 96%;
	margin: 0 auto 10px auto;
}

.nojo #contents .img-show img{
	width: 96%;
	margin: 0 auto 10px auto;
}

/* @end */

  }

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
	body #header2 .mobile,
	body .the-content .mobile{
		display: block!important;
	}

	body #header2 .pc,
	body .the-content .pc{
		display: none!important;
	}

    body, article .post-meta{
      font-size: 1.2em;
      line-height: 1.5em;
    }
    article .title{
      font-size: 2em;
      line-height: 1.5em;
    }

    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }

footer #footer-ground {
	background: url(common/bg_footer.png) no-repeat left bottom;
	background-size: 600px auto;
	width: 100%;
	height: 30px;
}

footer #footer-menu{
	display: none;
}


/* @group mobile_nav */
#header2band{
	height: 100px;
}

header nav ul#menu-mainmenu {
	display: none;
}

	#headertitle #sitename{
		width: 196px;
		height: 100px;
		mGargin: 0px auto 0px;
		float: none;
		top: 1px;
	}

	#sitename a{
		width: 196px;
		height: 100px;
		display: block;
		margin: 0 0 0 40px;
	}

	#navswitch,
	#menu-mobile_menu,
	#menu-mobile_menu2{
		display: block;
	}

	header #navswitch{
	}

	header #menu-mobile_menu,
	header #menu-mobile_menu2{
		display: block;
		margin: 100px 0 0 0px;
		padding: 0px 0 0px 0;
		width: 100%;
		z-index: 999;
		position: fixed;
	}

	header li{
		display: none;
		float: none;
		margin: 0;
	}

	header #navswitch{
		display: block;
		z-index: 999;
		position: fixed;
		margin: 30px 0 0 15px;
		padding: 9px 8px;
		font-size: 15px;
		color: #555;
		font-weight: normal;
		border: 1px solid #888;
		width: 20px;
		background-color: rgba(255,255,255,0.8037109);
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}

header #navswitch:hover,
header #navswitch:hover i{
	color: #aaa;
}

header a#navswitch:hover{
	color: #bbb;
}


header #menu-mobile_menu li:first-child a,
header #menu-mobile_menu2 li:first-child a{
	border-top: 1px solid #aaa;
}

header #menu-mobile_menu li a,
header #menu-mobile_menu2 li a{
	display: block;
	background-color: rgba(255,255,255,0.9027734);
	font-size: 16px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	padding: 6px 0;
	border-bottom: 1px solid #aaa;
}

#wrapper li a:hover{
	background-color: #806a50;
	color: #fff;
}

/* @group nojo */
.Gnojo #maingraphicband{
	height: 520px;
}

.Gnojo #contents .slidercover.mobile{
	display: block;
}

.Gnojo #contents .slidercover.pc{
	display: none;
}


.Gnojo #wrapper #maingraphicband .metaslider #metaslider_container_263{
	width: 960px;
	height: 400px;
}

.Gnojo #maingraphicband h1#pagetitle{
	width: 307px;
	height: 80px;
	right: 0;
	left: 0;
	top: 6%;
	margin: 0 auto;
	padding: 0!important;

	font-size: 12px;
	text-indent: -9999em!important;

	background: url(common/catch_nojo_mobile.png) no-repeat center center;
	background-size: contain;
}


/* @group block-access */



.nojo #contents #block-access .split2{
	width: 100%;
	max-width: 500px;
	margin: 0 auto 40px auto;
	display: block;
}

.nojo #contents #block-access .split2 .block1{
	display: block;
	width: 100%;
	text-align: center;
}

.nojo #contents #block-access .split2 .block1 iframe{
	width: 96%;
	margin: 0 auto 10px auto;
}

.nojo #contents #block-access .split2 .block2{
	display: block;
	width: 100%;
	text-align: center;
}

.nojo #contents #block-access .split2 .block2 img{
	width: 96%;
	margin: 0 auto 10px auto;
}

/* @end */

/* @group img-show */

.nojo #contents .img-show{
	width: 100%;
	max-width: 500px;
	margin: 0 auto 40px auto;
	display: block;
	text-align: center;
}

.nojo #contents .img-show iframe{
	width: 96%;
	margin: 0 auto 10px auto;
}

.nojo #contents .img-show img{
	width: 96%;
	margin: 0 auto 10px auto;
}

/* @end */





/* @group soft-bread */

.nojo #contents #textband #area-soft,
.nojo #contents #textband #area-bread{
	height: 400px;
	margin-bottom: 5px;
}

.nojo #contents #textband #area-soft #bg-soft,
.nojo #contents #textband #area-bread #bg-bread{
	height: 400px;
}

.nojo #contents #textband #area-soft #text-soft,
.nojo #contents #textband #area-bread #text-bread{
	background-color: rgba(255,255,255,0.70);
	width: 35%;
	height: 220px;
	padding: 25px 4% 0px 4%;
	top: 18%;
}

.nojo #contents #textband #area-soft #text-soft{
	left: 10%;
}

.nojo #contents #textband #area-bread #text-bread{
	right: 10%;
}

.nojo #contents #textband #area-soft #text-soft h3,
.nojo #contents #textband #area-bread #text-bread h3{
	font-size: 17px;
	letter-spacing: -1px;
}

.nojo #contents #textband #area-soft #text-soft p,
.nojo #contents #textband #area-bread #text-bread p{
	font-weight: normal;
	font-size: 14px;
	line-height: 1.6em;
	margin: 10px 0 0 0;
}

.nojo #contents #textband #area-bread #bg-bread{
	bGackground-color: #ddd;
}

.nojo #contents #textband #area-bread{
	margin-bottom: 50px;
}



/* @end */

/* @end */




/* @end */

/* @group header */

header {
	height: 100px;
}

#header2{
	height: 100px;
}

#header2 #topmobilemenu{
	position: absolute;
	top: 0;
	right: 0;
}

#header2 #topmobilemenu li{
	position: absolute;
	width: 50px;
	height: 80px;
	display: block;
	top: 10px;
}

#header2 #topmobilemenu li img{
	width: 50%;
	height: auto;
}

#header2 #topmobilemenu li#mobile-menu-1{
	right: 100px;
}

#header2 #topmobilemenu li#mobile-menu-2{
	right: 50px;
}

#header2 #topmobilemenu li#mobile-menu-3{
	right: 0px;
}



/* @end */
  }

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {

body #header2 .mobile,
	body .the-content .mobile{
		display: block!important;
	}

	body #header2 .pc,
	body .the-content .pc{
		display: none!important;
	}

body, article .post-meta{
      font-size: 1.2em;
      line-height: 1.5em;
    }
    article .title{
      font-size: 2em;
      line-height: 1.5em;
    }
    .site-title{
      font-size: 20px !important;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }

#maingraphicband{
	height: 200px;
	margin-top: 13px!important;
}

#maingraphic{
	height: 200px;
}

footer #footer-ground {
	background: url(common/bg_footer.png) no-repeat left bottom;
	background-size: 600px auto;
	width: 100%;
	height: 30px;
}

footer #footer-menu{
	display: none;
}

/* @group header */

header {
	height: 100px;
}

#header2{
	height: 100px;
}

#header2 #topmobilemenu{
	position: absolute;
	top: 0;
	right: 0;
}

#header2 #topmobilemenu li{
	position: absolute;
	width: 30px;
	height: 50px;
	display: block;
	top: 10px;
}

#header2 #topmobilemenu li img{
	width: 100%;
	height: auto;
}

#header2 #topmobilemenu li#mobile-menu-1{
	right: 80px;
}

#header2 #topmobilemenu li#mobile-menu-2{
	right: 40px;
}

#header2 #topmobilemenu li#mobile-menu-3{
	right: 0px;
}



/* @end */



/* @group gallery */

.page-gallery .wrapper .image-wrapper .image-box{
	wGidth: 96%!important;
}





/* @end */

/* @group para2 */
ul.para2 li{
	width: 92%;
	margin: 0 3% 60px 3%;
	display: inline-block;
}


/* @end */

/* @group blog */
.blog #contentsband #mainblock{
	width: 96%;
	float: none;
	margin: 0 auto 30px auto;
}

.blog #contentsband #subblock{
	width: 86%;
	float: none;
	margin: 0 auto 30px auto;
}


/* @end */

/* @group nojo */
.nojo #maingraphicband{
	height: auto;
	margin-top: 3px!important;
}

.nojo #contents .slidercover.mobile{
	display: block;
}

.nojo #contents .slidercover.pc{
	display: none;
}

.Gnojo #wrapper #maingraphicband .metaslider #metaslider_container_263{
	width: 960px;
	height: 400px;
}

.nojo #maingraphicband h1#pagetitle{
	width: 307px;
	height: 80px;
	right: 0;
	left: 0;
	top: 6%;
	margin: 0 auto;
	padding: 0!important;

	font-size: 12px;
	text-indent: -9999em!important;

	background: url(common/catch_nojo_mobile2.png) no-repeat center center;
	background-size: contain;
}



/* @group block-access */

.nojo #contents #block-access .split2{
	width: 100%;
	margin: 0 auto 40px auto;
	display: block;
}

.nojo #contents #block-access .split2 .block1{
	display: block;
	width: 100%;
	text-align: center;
}

.nojo #contents #block-access .split2 .block1 iframe{
	width: 96%;
	margin: 0 auto 10px auto;
}

.nojo #contents #block-access .split2 .block2{
	display: block;
	width: 100%;
	text-align: center;
}

.nojo #contents #block-access .split2 .block2 img{
	width: 96%;
	margin: 0 auto 10px auto;
}

/* @end */

/* @group soft-bread */

.nojo #contents #textband #area-soft,
.nojo #contents #textband #area-bread{
	height: 250px;
	margin-bottom: 200px;
}

.nojo #contents #textband #area-soft #bg-soft,
.nojo #contents #textband #area-bread #bg-bread{
	height: 250px;
}

.nojo #contents #textband #area-soft #text-soft,
.nojo #contents #textband #area-bread #text-bread{
	background-color: rgba(255,255,255,0.85);
	width: 72%;
	height: 170px;
	padding: 25px 4% 0px 4%;
	top: 95%;
}

.nojo #contents #textband #area-soft #text-soft,
.nojo #contents #textband #area-bread #text-bread{
	left: 10%;
}

.nojo #contents #textband #area-soft #text-soft h3,
.nojo #contents #textband #area-bread #text-bread h3{
	font-size: 20px;
}

.nojo #contents #textband #area-soft #text-soft p,
.nojo #contents #textband #area-bread #text-bread p{
	font-weight: normal;
	font-size: 14px;
	line-height: 1.6em;
	margin: 12px 0 0 0;
}

.nojo #contents #textband #area-bread #bg-bread{
	background-color: #ddd;
}

.nojo #contents #textband #area-bread{
	margin-bottom: 220px;
}



/* @end */

/* @end */

/* @group layout */
.the-content{
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.the-content #lead{
	width: 100%;
	padding: 0;
}

.single-piece .the-content #lead{
	background-color: #222b43;
	padding-top: 10px;
	padding-bottom: 10px;
}

.the-content #lead P{
	color: #fff;
	margin: 20px auto 24px auto!important;
}

.the-content .main{
	width: 100%;
	max-width: 1300px;
}



.the-content h2.maintext{
	font-family: "FOT-ロダン Pro R";
	font-size: 22px;
	width: 98%;
	margin: 40px 1% 30px 1%;
}

.the-content p{
	
}

.the-content p.maintext{
	width: 90%;
	margin: 0 auto 30px auto;
}

.split1.withcap,
.split2.withcap,
.split2-1.withcap,
.split1-2.withcap,
.split1-2-1.withcap,
.split3.withcap,
.split4.withcap,
.splitM.withcap{
	margin-bottom: 2px!important;
}

p.caption{
	width: 88%;
	margin: 1px auto 30px auto;
	font-size: 14px;
	line-height: 1.6em;
}

p.caption.size-s{
	width: 80%;
}

.split2-1,
.split1-2,
.split1-2-1,
.split1,
.split2,
.split3,
.split4{
	margin-top: 40px;
	margin-bottom: 50px;
}


h2{
	font-family: "FOT-ロダン Pro B";
	text-align: center;
	font-size: 22px;
}

.split1 p,
.split2 p,
.split3 p,
.split4 p{

}

.splitM{
	width: 60%;
	margin: 0 auto;
}

.split2 .block1,
.split2 .block2{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.split1-2 .block1{
	display: table-cell;
	vertical-align: middle;
	width: 33%;
}

.split1-2 .block2{
	display: table-cell;
	vertical-align: middle;
	width: 66%;
}

.split2-1 .block1{
	display: table-cell;
	vertical-align: middle;
	width: 66%;
}

.split2-1 .block2{
	display: table-cell;
	vertical-align: middle;
	width: 33%;
}

.split1-2-1 .block1{
	display: table-cell;
	vertical-align: middle;
	width: 25%;
}

.split1-2-1 .block2{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.split1-2-1 .block3{
	display: table-cell;
	vertical-align: middle;
	width: 25%;
}

.block1.alignTop,
.block2.alignTop,
.block3.alignTop,
.block4.alignTop{
	vertical-align: top!important;
}

.block1.alignBottom,
.block2.alignBottom,
.block3.alignBottom,
.block4.alignBottom{
	vertical-align: bottom!important;
}

.block1.alignTop p,
.block2.alignTop p,
.block3.alignTop p,
.block4.alignTop p{
	width: 90%;
	margin: 0 auto 0 auto;
}

.block1.alignBottom p,
.block2.alignBottom p,
.block3.alignBottom p,
.block4.alignBottom p{
	width: 90%;
	margin: 0 auto 0 auto;
}



.split2 .block1 p,
.split2 .block2 p,
.split1-2 .block1 p,
.split2-1 .block2 p{
	width: 80%;
}


.split2 .block1{
	margin-left: -1;
	border-right: 1px solid #fff;
}


.split3 .block1,
.split3 .block2,
.split3 .block3{
	display: table-cell;
	vertical-align: middle;
	width: 33%;
}

.split3 .block1,
.split3 .block2{
	border-right: 1px solid #fff;
}

.split1 img.fullimg,
.splitM img.fullimg,
.split1 img.fullimg,
.split2 img.fullimg,
.split3 img.fullimg,
.split4 img.fullimg{
	width: 100%;
	height: auto;
}

.split1 img.w40,
.splitM img.w40,
.split1 img.w40,
.split2 img.w40,
.split3 img.w40,
.split4 img.w40{
	width: 60%;
	height: auto;
}

.split1 img.w60,
.splitM img.w60,
.split1 img.w60,
.split2 img.w60,
.split3 img.w60,
.split4 img.w60{
	width: 80%;
}

.split1 img.w80,
.splitM img.w80,
.split1 img.w80,
.split2 img.w80,
.split3 img.w80,
.split4 img.w80{
	width: 100%;
}

.split1 img.conpact,
.split2 img.conpact,
.split3 img.conpact,
.split4 img.conpact{
	width: 100%!important;
}

.split1 p.conpact,
.split2 p.conpact,
.split3 p.conpact,
.split4 p.conpact{
	width: 50%;
}

.split2 .block1 img.conpact,
.split3 .block1 img.conpact{
	margin: 30px auto 20px auto;
}

.split2 .block2 img.conpact,
.split3 .block3 img.conpact{
	margin: 30px auto 20px auto;
}

.split3 .block2 img.conpact{
	margin: 30px auto 20px auto;
}

.split4 .block1 img.conpact,
.split4 .block2 img.conpact,
.split4 .block3 img.conpact,
.split4 .block4 img.conpact{
	margin: 40px auto 50px auto;
}

.split1-2 img{
	margin-left: -1px;
	margin-right: 1px;
}

.split2.portrait-m{
	display: block;
}

.split2.portrait-m .block1,
.split2.portrait-m .block2,
.split3.portrait-m .block1,
.split3.portrait-m .block2,
.split3.portrait-m .block3{
	display: block;
	width: 100%!important;
	padding: 0!important;
}

img.fullimg-m{
	width: 100%!important;
	margin: 0!important;
	mGargin-bottom: 1px;
}


/* @end */




/* @group mobile_nav */
#header2band{
	height: 100px;
	border-bottom: 4px solid #4c7634;
}

header nav ul#menu-mainmenu,
header nav ul#menu-mainmenu2 {
	display: none;
}

	#headertitle #sitename{
		width: 196px;
		height: 100px;
		mGargin: 0px auto 0px;
		float: none;
		top: 1px;
	}

	#sitename a{
		width: 196px;
		height: 100px;
		display: block;
		margin: 0 0 0 40px;
	}

	#navswitch,
	#menu-mobile_menu,
	#menu-mobile_menu2{
		display: block;
	}

	header #navswitch{
	}

	header #menu-mobile_menu,
	header #menu-mobile_menu2{
		display: block;
		margin: 100px 0 0 0px;
		padding: 0px 0 0px 0;
		width: 100%;
		z-index: 999;
		position: fixed;
	}

	header li{
		display: none;
		float: none;
		margin: 0;
	}

	header #navswitch{
		display: block;
		z-index: 999;
		position: fixed;
		margin: 30px 0 0 15px;
		padding: 9px 8px;
		font-size: 15px;
		color: #555;
		font-weight: normal;
		border: 1px solid #888;
		width: 20px;
		background-color: rgba(255,255,255,0.8037109);
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}

header #navswitch:hover,
header #navswitch:hover i{
	color: #aaa;
}

header a#navswitch:hover{
	color: #bbb;
}



header #menu-mobile_menu li.mm-en,
header #menu-mobile_menu2 li.mm-en{
	text-indent: -999px;
	height: 0px;
}



header #menu-mobile_menu li:first-child a,
header #menu-mobile_menu2 li:first-child a{
	border-top: 1px solid #aaa;
}

header #menu-mobile_menu li a,
header #menu-mobile_menu2 li a{
	display: block;
	background-color: rgba(255,255,255,0.9027734);
	font-size: 16px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	padding: 6px 0;
	border-bottom: 1px solid #aaa;
}

#wrapper li a:hover{
	background-color: #806a50;
	color: #fff;
}




/* @end */

/* @group posterimage */
.photofull{
	margin-bottom: 0px!important;
}

.photofull .catchtext{
	fGont-family: "FOT-ロダン Pro M";
	font-family: "FOT-ロダン Pro DB";
	font-size: 17px;
	line-height: 1.5em;
	letter-spacing: 2px;

	padding: 4px 2%;
	color: #222;
	letter-spacing: 1px;

}


.photofull .catchtext.loc-top-left{
	top: 6%;
	left: 1%;
}

.photofull .catchtext.loc-top-center{
	top: 6%;
	width: 96%;
	left: 0;
}

.photofull .catchtext.loc-top-right{
	top: 6%;
	right: 1%;
}

.photofull .catchtext.loc-middle-left{
	top: 40%;
	left: 1%;
}

.photofull .catchtext.loc-middle-center{
	top: 40%;
	width: 96%;
	left: 0;
}

.photofull .catchtext.loc-middle-right{
	top: 40%;
	right: 1%;
}

.photofull .catchtext.loc-bottom-left{
	bottom: 4%;
	left: 1%;
}

.photofull .catchtext.loc-bottom-center{
	bottom: 4%;
	width: 96%;
	left: 0;
}

.photofull .catchtext.loc-bottom-right{
	bottom: 4%;
	right: 1%;
}

.photofull .catchtext.bg-white{
	bGackground-color: rgba(255,255,255,0.9);
}

.photofull .catchtext.bg-black{
	background-color: rgba(0,0,0,0.9);
}

.photofull .catchtext.t-black{
	color: #000;
}

.photofull .catchtext.t-white{
	color: #fff;
}

.photofull .catchtext.ts-white{
	text-shadow: rgba(255,255,255,1) 0px 0px 4px;
}

.photofull .catchtext.ts-black{
	text-shadow: rgba(0,0,0,1) 0px 0px 4px;
}

/* @end */

/* @group single-piece */
.single-piece #maingraphicband,
.single-piece #maingraphicband #maingraphic{
	height: 600px;
}

.Gsingle-piece #maingraphicband.photofull{
	padding-bottom: 10px;
	margin-bottom: 5px!important;
}

.single-piece #maingraphicband h1{
	line-height: 1.1em;
	font-size: 28px;
}

.single-piece .textblock{
	margin: 30px 0 50px 0;
}

.single-piece #basicdata{
	border: 1px solid #666;
	padding: 15px 20px 20px 20px;
	width: 70%;
	max-width: 400px;
	margin: 0 auto 30px;
	font-size: 12px;
	line-height: 1.5em;
}

.single-piece .contentscredit{
	margin: 50px auto 30px;
	padding: 8px 0 10px 0;
	width: 78%;
	max-width: 440px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
	border-top: 1px solid #666;
}

.single-piece #shopdata{
	width: 78%;
	max-width: 400px;
	margin: 0 auto 30px;
	text-align: center;
}

.single-piece #shopdata h3{
	font-size: 22px;
	line-height: 1.5em;
	text-align: center;
}

.single-piece #shopdata p{
	padding: 15px 0px 0px 0px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
}

/* @end */
  }

