/*
Theme Name: isida-kohmuten-3.1
Theme URI: http://isida.jp/
Description: isida theme3.1
Version: 3.1
Author: MOCHIDOME Kazuya
Author URI: http://otsukimi.net/
Tags: 


*/

/* @group temp */
.home #contents #mainblock{
	margin-bottom: 100px;	
}

#lead{
	display: none;
}
/* @end */

/* @group reset */

/* basic rules */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,em,address,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
header,footer,address{
	margin:0;
	padding:0;
	border: none;
	outline:0;
	font-size:100%;
	vertical-align:bottom;
	background: transparent;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #333;
}

body{line-height:1.5em; font-size: 0.857em; color:#fff;}
h1,h2,h3{font-size: 1em;}
blockquote, q{quotes: none;}
li{list-style-type: none;}
a{text-decoration: none;}
/* remember to define focus styles */
:focus{
	outline: 0;
}

/* remember to highlight inserts somehow */
ins{
	text-decoration: none;
}
del{
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0" in the markup */
table{
	border-collapse: collapse;
	border-spacing: 0;
}

.none{
	display:none!important;
}

.clear{
	clear:both;
}

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

.right{
	text-align: right;
}



/* @end basic settings-------- */

/* @group UI */

#mainblock #trust-form table input,
#mainblock #trust-form table textarea{
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
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{
	position: relative;
}

#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);
}

.sGubmit-container input:hover,
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 structure */
.mobile{
	display: none!important;
}

body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: relative;
}

a#top{
	display: block;
	position: absolute;
	top: 0;
	height: 1px;
}

#wrapper{/*★*/
	display:block;
	width:100%;
	padding: 0;
	text-align:left;
}

#contents{
	clear: both;
	position:relative;
	oGverflow: hidden;
}


#textband{
	clear: both;
	overflow: hidden;
}

#contents #text{
	width: 96%;
	max-width: 1000px;
	overflow: hidden;
	margin: 0 auto 70px auto;
	padding-top: 15px;
}

.page-simple #contents #text{
	min-height: 500px;
}

#contents #contentsarea{
	width: 890px;
	overflow: hidden;
	margin: 10px auto 0;
}

#contents #mainblock{
	width: 100%;
}

.blog #contents #mainblock{
	width: 65%;
	float: left;
}



#contents #longmainblock{
	width: 820px;
	float: none;
	margin-left: 50px;
	overflow: hidden;
}

#contents #subblock{
	width: 28%;
	float: right;
}

#mailformband{
	clear: both;
	background-color: #fff;

	-moz-box-shadow: inset 0px -4px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px -4px 4px rgba(0,0,0,0.1);
	box-shadow: inset 0px -4px 4px rgba(0,0,0,0.1);
}

#mailformband #mailformblock{
	width: 96%;
	max-width: 900px;
	overflow: hidden;
	margin: 0 auto 0px auto;
	padding-top: 30px;
	padding-bottom: 50px;
}

/* @group youtube */
.youtube {
	width: 100%;
	max-width: 900px;
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	margin: 0 auto 10px auto;
	height: 0;
	overflow: hidden;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */



/* @group multi accordion menu */
lGabel {
    padding :10px 0 0 10px;
    display: block;
    margin: 0;
    color :#fff;
    background :#333;
    border: 1px solid #ccc;
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    cursor :pointer;
}

input[type="radio"].bellows{
    display: none;/* チェックボックスの非表示 */
}

.ac_menu ul {
/* メニュー開閉時アニメーション */
	background :#f4f4f4;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ac_menu li {
    padding: 5px;
}

/* ▽▽アコーディオン開閉指定▽▽ */
input[type="radio"].bellows + ul{
    height: 0;/* チェックが入っていない時の高さ */
    overflow: hidden;
}

input[type="radio"].bellows:checked + ul{
    height: 170px;/* チェックが入っているときの高さ */
}
/* △△アコーディオン開閉指定△△ */
/* @end */




/* @group tablebox */

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

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

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

#text #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;
}

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

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

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

#text #tablebox #data dl dt,
#text #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 process */


#text #tablebox #data dl dt{
	width: 140px;
	font-size: 18px;
	line-height: 1.3em;
	vertical-align: text-bottom;
	font-weight: normal;
}

#text #tablebox #data dl dt .num{
	font-size: 28px;
	line-height: 1em;
	padding-right: 5px;
	font-weight: normal;
	color: #999;	
}

#text #tablebox #data dl dd{
	padding-right: 10px;

}

#text #tablebox #data dl dd h3{
	font-size: 16px;
	line-height: 1.4em;
	color: #000;
	margin: 1px 0 4px 0;
}

#text #tablebox #data dl dd p{
	font-size: 14px;
	line-height: 1.4em;
	color: #777;
	margin: 2px 0 20px 0;
}

#text #tablebox #data dl dd.payment p{
	font-size: 14px;
	line-height: 1.4em;
	color: #333;
	margin: 2px 0 15px 0;
}

/* @end */

/* @group submenu */
#contents #mainblock .submenu{
	text-align: center;
}

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

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

#contents #mainblock .submenu li{
	display: inline-block;
	margin: 3px 10px;
	-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{
	-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);
}

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

#Gcontents #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: #efefef;
}


#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 basic */
.width100{width: 100%!important;}
.width99{width: 99%!important;}
.width95{width: 95%!important;}
.width90{width: 90%!important;}
.width80{width: 80%!important;}
.width70{width: 70%!important;}
.width60{width: 60%!important;}
.width50{width: 50%!important;}
.width40{width: 40%!important;}
.width30{width: 30%!important;}
.width20{width: 20%!important;}
.width10{width: 10%!important;}

.center .width100,
.center .width99,
.center .width95,
.center .width90,
.center .width80,
.center .width70,
.center .width60,
.center .width50,
.center .width40,
.center .width30,
.center .width20,
.center .width10{
	margin-left: auto!important;
	margin-right: auto!important;
	}

.before100, .before-100{ margin-top: 100px!important; }
.before90, .before-90{ margin-top: 90px!important; }
.before80, .before-80{ margin-top: 80px!important; }
.before70, .before-70{ margin-top: 70px!important; }
.before60, .before-60{ margin-top: 60px!important; }
.before50, .before-50{ margin-top: 50px!important; }
.before40, .before-40{ margin-top: 40px!important; }
.before30, .before-30{ margin-top: 30px!important; }
.before20, .before-20{ margin-top: 20px!important; }
.before10, .before-10{ margin-top: 10px!important; }
.before5, .before-5{ margin-top: 5px!important; }
.before1, .before-1{ margin-top: 1px!important; }
.before0, .before-0{ margin-top: 0px!important; }

.after100, .after-100{ margin-bottom: 100px!important; }
.after90, .after-90{ margin-bottom: 90px!important; }
.after80, .after-80{ margin-bottom: 80px!important; }
.after70, .after-70{ margin-bottom: 70px!important; }
.after60, .after-60{ margin-bottom: 60px!important; }
.after50, .after-50{ margin-bottom: 50px!important; }
.after40, .after-40{ margin-bottom: 40px!important; }
.after30, .after-30{ margin-bottom: 30px!important; }
.after20, .after-20{ margin-bottom: 20px!important; }
.after10, .after-10{ margin-bottom: 10px!important; }
.after5, .after-5{ margin-bottom: 5px!important; }
.after1, .after-1{ margin-bottom: 1px!important; }
.after0, .after-0{ margin-bottom: 0px!important; }

.before-spwide{ margin-top: 150px!important; }
.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-spwide{ margin-bottom: 150px!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; }


#mailformblock input.submitBtn,
#wrapper a,
#wrapper a img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


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

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

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

img.alignleft{
	float: left!important;
	margin: 5px 15px 10px 0;
}

img.alignright{
	float: right!important;
	margin: 5px 0px 10px 15px;
}


#text table.centertable{
	margin: 0 auto;
}

.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: 48%;
	float: left;
	margin-right: 1%;
}

.rightblock{
	width: 48%;
	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: 7px 16px 9px!important;
	margin: 0 1px;
	display: inline-block;
	color: #fff;
	background-color: #6c70ac;
	font-size: 16px;
	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.heavy{
	padding: 14px 30px 16px!important;
	margin: 0 1px;
	font-size: 24px;
	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;
}

/* @end */

/* @group Float */

/* 写真のみ左右位置 */

.photoR{
	float: right;
	margin: 0 0 15px 15px;
}

.photoL{
	float: left;
	margin: 0 15px 15px 0;
}

.photoLM{
	float: left;
	margin: 0 10px 10px 8px;
}

.photoCenter{
	margin-bottom: 30px;
}

.photo{
	margin: 5px 0 10px 0;
}

.fR{
	float: right;
}

.fL{
	float: left;
}

/* @end */

/* @group header */

/* header */
#header{
	width: 100%;
}

#header1band{
	width: 100%;
}

#header1{
}

#header2band{
	width: 100%;
	height: 40px;
	background-color: #fff;
	text-align: center;
}

#header2{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

div#sitename{
	width: 402px;
	height: 124px;
	margin: 10px auto 0 auto;
}

.home div#sitename{
	width: 402px;
	height: 124px;
	padding: 0;
	font-size: 12px;
	line-height: 1em;
	text-indent: -9999px;
	display: block;
	background: url(common/sitelogo_x2.png) no-repeat;
	background-size: cover;
}

#arch div#sitename.s2023 {
	width: 150px;
	height: 150px;
}

#arch div#sitename.s2023 a {
	width: 150px;
	height: 150px;
	padding: 0;
	background: url(common/sitelogo_2023_2.png) no-repeat;
	background-size: cover;
}


.home div#sitename.s2023{
	width: 150px;
	height: 150px;
	background: url(common/sitelogo_2023_2.png) no-repeat;
	background-size: cover;
}

.s2023 #header2 #mainmenu {
	background-color: #32335b;
	padding-bottom: 4px;
	padding-top: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;

	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.s2023 #header2 ul.menu li a {
	background-color: #32335b;
	color: #fff;
	font-weight: bold;
	border-bottom: none;
}

.s2023 #header2 ul.menu li a:hover {
	background-color: #707198;
}

.s2023 #kyoto{
	background: url(common/kyoto3.png) no-repeat;
	background-size: cover;
}

.s2023 #freedial{
	background: url(common/freedial3.png) no-repeat;
	background-size: cover;
}

div#sitename a{
	width: 402px;
	height: 124px;
	padding: 0;
	font-size: 12px;
	line-height: 1em;
	text-indent: -9999px;
	display: block;
	background: url(common/sitelogo_x2.png) no-repeat;
	background-size: cover;
}

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

#kyoto{
	position: absolute;
	width: 140px;
	height: 37px;
	top: 45px;
	left: 15px;
	background: url(common/kyoto2.png) no-repeat;
	background-size: cover;
}

#freedial{
	position: absolute;
	width: 230px;
	height: 40px;
	top: 30px;
	right: 15px;
	background: url(common/freedial2.png) no-repeat;
	background-size: cover;
}




#header1 #mobile_nav_block{
	display: none;
}



/* @group mainmenu */
.backtotop {
    position: fixed;
    right: 25px;
    bottom: 60px;
    z-index: 9000;
	color: #fff;
}    

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

.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: #ffe0bd;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity:1;
}



#header2 #mainmenu {
	width: 830px;
	text-align: center;
	padding-top: 10px;
	margin: 0 auto;
}

#header2 ul.menu{
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}

#header2 ul.menu li.menu-item {
	list-style-type: none;
	letter-spacing: normal; /* 文字間を通常に戻す */
	/zoom: 1;
	display: inline-block;
	position: relative; /*z-indexの指定や子要素の基準とするために指定*/
	z-index: 1; /*ドロップダウンしたメニューが隠れないように*/
}

#header2 ul.menu li a {
	display: block;
	text-decoration: none;
	line-height: 1em;
	height: 15px;
	padding: 5px 7px 6px 7px;
	font-size: 15px;
	line-height: 1em;
	color: #000;
	border-bottom: 1px dotted #6c8a38;
	letter-spacing: -1px;
}



#header2 ul.menu li.current-menu-item a {
	bGackground-color: #e9ecf5;
	background-color: #7e5981;
}

ul.menu li a:hover {
	background-color: rgba(221,221,221,0.7);
}


/*マウスオーバー時等にメニューの色を変更*/
#header2 ul li.menu-item a:hover,   /*マウスオーバー時*/
#header2 ul li.current-menu-item a,     /*現在表示されているページのメニュー*/
#header2 ul li.current-menu-parent a,  /*現在表示されているページの親のメニュー*/
#header2 ul li.current-post-ancestor a {
  color: #555;
}
 
#header2 ul li.menu-item a:hover {
  background-color: #6c70ac;  /*マウスオーバー時に背景色を変更*/
  color: #fff!important;
}


/* @end */


/* @end */

/* @group footer */
.s2023 footer #footaddress #sitename {
	width: 110px;
	height: 110px;
	background: url(common/sitelogo_2023_2.png) no-repeat;
	background-size: cover;
	margin-bottom: 20px;
}

.s2023 #footband {
	background: url(common/bg_footer3.png) repeat-x center top;
	background-size: 100% auto;
}

.s2023 #foot div#addressblock{
	padding-top: 110px;
}


#footband {
	width: 100%;
	padding-top: 0px;
	z-index: 100;
	background: url(common/arch_rw2.png) no-repeat center top;
	background-size: 100% auto;
	background-color: #eadfcb;
}



footer #footaddress{
	width: 96%;
	max-width: 1000px;
	margin: 0px auto 0px auto;
	padding-top: 15px;
	position: relative;
}

#foot address{
	text-decoration: none;
	color: #5f4f34;
	text-align: center;
	font-weight: normal;
	font-style: normal;
}

#foot #snsicons{
	text-align: center;
	margin: 0 auto 50px;
}

#foot #snsicons img{
	width: 50px;
}


footer #footmenublock{
	width: 95%;
	max-width: 1000px;
	margin: 0px auto 0px auto;
	padding-top: 10px;
	padding-bottom: 30px;
}

footer #footblock1,
footer #footblock2{
	font-size: 12px;
	line-height: 1.4em;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
}


footer #footblock1{

}

footer #footblock2{
	display: none;
}



footer #footaddress #sitename{
	width: 230px;
	height: 70px;
	margin: 0px auto 0px auto;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	background: url(common/sitelogo_x2.png) no-repeat;
	background-size: cover;
}

footer #footaddress #sitename a{
	display: block;
	width: 100%;
	height: 100%;
	background-image: none;
}

#foot div#addressblock{
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 1.6em;
	color: #5f4f34;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	padding-top: 80px;
}

#foot div#addressblock .telnum{
	font-size: 20px;
	color: #5f4f34;
	font-weight: bold;
}

#foot ul.menu li{
	display: inline-block;
	list-style-type: none;
}

#foot ul.menu li a{
	text-decoration: none;
	display: block;
	padding: 2px 6px;
	font-size: 12px;
}

#foot ul.menu li a:hover{
	background-color: #fff;
	color: #0f112f;
}

#foot #credit{
	width: 96%;
	max-width: 880px;
	text-align:center;
	margin:0px auto 0px auto;
	padding-top: 14px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #b4a489;
}





#foot .footmenublock.build{
	border-top: 1px solid #cabea0;
}

#foot .footmenublock{
	width: 90%;
	max-width: 750px;
	margin: 0 auto;
	padding: 5px 3px;
	border-bottom: 1px solid #cabea0;
	overflow: hidden;
}

#foot .footmenublock h3{
	color: #a6a090;
	float: left;
	display: inline-block;
	width: 170px;
	line-height: 1.2em;
	font-size: 13px;
	margin-top: 3px;
}

#foot .footmenublock ul{
	float: left;
	display: inline-block;
}

#footband #foot .footmenublock ul a{
	color: #7c7669;
	line-height: 1.2em;
	font-size: 13px;
}


#footfix{
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 50px;
	bGackground-color: #32335b;
	background-color: #ddd;
	text-align: center;
	border-top: 1px solid #fff;
}

#footfix a.mail{
	text-indent: -9999px;
	display: inline-block;
	width: 49%;
	height: 50px;
	border-right: 1px solid #fff;
	background-image: url("common/footicon_mail6.png");
	background-size: auto 70%;
	background-position: center center;
	background-repeat: no-repeat;
	bGackground-color: #32335b;
}

#footfix a.telnum{
	text-indent: -9999px;
	display: inline-block;
	width: 49%;
	height: 50px;
	background-image: url("common/footicon_tel6.png");
	background-size: auto 70%;
	background-position: center center;
	background-repeat: no-repeat;
	bGackground-color: #32335b;
}

#footfix a.mail:hover,
#footfix a.telnum:hover{
	background-color: #50517b;
}

/* @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: 96%;
	margin-bottom: 2px;
}


form input#your-name,
form input#furigana,
form input#your-mail,
form input#your-tel,
form textarea#misc{
	width: 96%;
	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: 15px;
}

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

#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 #triggerarea,
#contents #genrearea{
	overflow: hidden;
	margin-bottom: 15px;
}

.access #contents #mainblock form .rightblock p{
	margin-bottom: 5px;
}

#contents textarea#misc{
	width: 90%;
}

#contents #area_submit input.submitbtn{
	padding: 5px 20px 7px!important;
	margin: 5px 0px;
	display: inline-block;
	color: #fff;
	bGackground-color: #6c70ac;
	background-color: #ec7902;
	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.backbtn{
	padding: 5px 20px 7px!important;
	margin: 5px 0px;
	display: inline-block;
	color: #fff;
	bGackground-color: #9396c4;
	background-color: #ecaf71;
	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{
	bGackground-color: rgba(19,107,161,0.4);
	background-color: rgba(236,121,2,0.4);

}

#contents #area_submit input.backbtn:hover{
	bGackground-color: rgba(147,150,196,0.4);
	background-color: rgba(236,175,113,0.4);

}


/* @end */



/* @end */

/* @group contents */

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


/* @group maingraphic */
#maingraphicband{
	margin-top: 60px;
	position: relative;
	background-color: #eee;
	margin-bottom: 30px;
}

.page #maingraphicband{

}

.single #maingraphicband{
	margin-bottom: 30px;
}

.single #maingraphicband #pagetitle{
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	text-align: center;
}

#maingraphicband #maingraphic {
	display: block;
	width: 100%;
	max-width: 1400px;
	word-break:break-all;
	padding-top: 0px;
	margin: 0px auto 0;
}

#maingraphicband h1#pagetitle{
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
	display: inline-block;
	text-align: center;
	font-weight: normal;
	line-height: 1.2em;
	text-shadow: rgba(0,0,0,1) 0px 0px 5px;
	padding: 0px;
	color: #fff;
	font-size: 34px;
}


#maingraphicband #arch{
	width: 100%;
	height: 120px;
	background-size: 100% auto;
	text-align: center;
	background: url(common/arch.png) no-repeat center bottom;
	background-size: cover;
	position: absolute;
	top: -60px;
}

.blog #maingraphicband #notecenter,
.page #maingraphicband #notecenter{
	width: 100%;
	height: 50px;
	text-align: center;
	position: absolute;
	top: 45%;
	text-shadow: rgba(255,255,255,1) 0px 0px 8px;
}

.motherlife #maingraphicband #notecenter{
	height: 50px;
	top: 45%;
}


/* @end */

#contents #text img{
	max-width: 100%;
	height: auto;
}

#contents #pagetitle2{
	margin: 20px 0 40px 0;
}

#contents h1#pagetitle2 {
	font-size: 28px;
}

#contents h1{
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2em;
}

#contents #dataarea{
	margin: 0px 0 50px 0;
	overflow: hidden;
}



#contents #catchcopy{
	font-size: 26px;
	font-family: "FOT-ロダン Pro L";
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 4px;
	color: #666;
}

#contents #list a{
	display:block;
	width:150px;
	float:left;
	margin-right:10px;
	margin-bottom:20px;
}

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

#contents .block a:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
}


#contents #mainblock{
	font-size: 14px;
	margin-bottom:30px;
	color: #413120;
}

#contents #mainblock .block{
	clear: both;;
	font-size: 17px;
	lGine-height: 2.2em;
	margin-bottom:40px;
	color: #413120;
}

#contents #mainblock p{
	font-size: 16px;
	line-height: 2em;
	margin-bottom:30px;
	color: #413120;
	overflow: hidden;
	letter-spacing: 0px;
}

#contents #mainblock .entry img.emoji{
	max-width: 20px;
	max-height: 20px;
}

.fixpage #contents #mainblock p{
	font-size: 16px;
	text-align: left;
	width: 100%;
	max-width: 600px;
	margin: 0 auto 30px auto;
}


.fixpage ul.simplelist li{
	font-size: 16px;
	line-height: 1.8em;
	text-align: left;
	width: 94%;
	max-width: 580px;
	margin: 0 auto 20px auto;
}

#contents #mainblock p.center{
	text-align: center;
}

#contents #mainblock p a{
	padding: 3px 0px 3px 0px;
	overflow: hidden;
	background-color: #c3c3e6;
}

#contents #mainblock p a:hover{
  background-color: #0f112f;
  color: #fff!important;
}
  
#contents #mainblock #lead p{
	font-size: 15px;
	line-height: 1.8em;
	margin-bottom:20px;
}

#contents #mainblock h2{
	font-size: 30px;
	font-weight: normal;
	line-height: 1.3em;
	margin: 60px 0 10px 0;
	color: #413120;
}

#contents #mainblock h2 .small{
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3em;
	color: #413120;
}

#contents #mainblock p.caution{
	font-size: 0.9em;
	line-height: 1.5em;
	margin-bottom:30px;
	color: #777;
}

#contents #mainblock .caption{
	font-size: 14px;
	line-height: 1.6em;
	margin: 5px 4px 30px 6px;
	display: block;
	color: #777;
}

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

#contents .super{
	font-size: 0.75em;
	vertical-align: super;
}

#subblock .sidepanel {
	margin-bottom: 30px;
}

#subblock h3 {
	font-size: 13px;
	color: #437f00;
	border-bottom: 1px solid #111;
}

#subblock h3 a{
	color: #437f00;
	display: block;
	padding-bottom: 8px;
	padding-top: 8px;
}

#subblock h3 a:hover{
  background-color: #0f112f;
  color: #fff!important;
}

#subblock p {
	font-size: 0.9em;
	padding-bottom: 2px;
	color: #8e5f2f;
	margin-bottom: 20px;
}

#contents input{
	background-color: #fff;
}

#contents input.checkbox{
	margin-bottom: 0px;
}

#contents .checkelement label{
	margin-right: 20px;
}

#contents .clearbox{
	overflow: hidden;
}

#contents p.withcap{
	margin-bottom: 3px!important;
}

#contents img.withcap{
	margin-bottom: 0;
}


.blog .entry{
	clear: both;
	margin-bottom: 100px;	
}

#contents #mainblock .refworks li{
	width: 180px;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0 4px 15px 0;
	float: left;
}

#contents #mainblock .refworks li a{
	background-color: #fff;
}

#contents #mainblock .refworks li img{
	margin-bottom: 5px;
	background-color: #fff;
}

#contents .wp_social_bookmarking_light,
#contents .wsbl{
	clear: both;
}

#contents .wp_social_bookmarking_light{
	display: block;
}

.page #contents #mainblock h2{
	font-family: "FOT-ロダン Pro L";
	margin: 60px 0 20px 0;
	text-align: center;
}

.page #contents #mainblock h3{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	margin: 60px 0 20px 0;
	text-align: center;
}

.page #contents p.leadcopy{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	margin: 0px 0 40px 0;
	text-align: center;
	font-size: 19px;
}

#contents ul.point{
	width: 90%;
	margin: 20px auto 20px;
	text-align: center;
}

#contents ul.point li{
	display: inline-block;
	width: 100%;
	margin: 0px 0px 10px 0px;

	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
	text-align: center;
	color: #5f4f34;
}

#contents ul.point li .sub{
	display: block;

	font-size: 13px;
	line-height: 1.3em;
	font-weight: normal;
	text-align: center;
	color: #5f4f34;
}

/* @group flow */
.page #contents #mainblock h3.step{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	margin: 100px 0 10px 0;
	text-align: center;
	font-size: 30px;
	color: #ceb8a3;
	font-weight: normal;
	font-style: italic;
	line-height: 1em;
}

.page #contents #mainblock h3.step .num{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	font-size: 50px;
	color: #ceb8a3;
	font-weight: bold;
	font-style: italic;
	line-height: 0.8em;
}

.fixpage.flow-newhouse #contents #mainblock p,
.fixpage.flow-renovation #contents #mainblock p{
	max-width: 400px;
	margin: 0 auto 0px auto;
}

.fixpage.flow-newhouse #contents #mainblock ul.step,
.fixpage.flow-renovation #contents #mainblock ul.step{
	width: 100%;
	max-width: 340px;
	margin: 10px auto 30px auto;
}

.fixpage.flow-newhouse #contents #mainblock ul.step li,
.fixpage.flow-renovation #contents #mainblock ul.step li{
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 10px;
	list-style-type: disc;
	color: #555;
}



#contents #text img.flowphoto{
	width: 80%;
	max-width: 350px;
	height: auto;
}



.payment{
	margin: 90px auto 50px auto;
	max-width: 500px;
	width: 100%;
	padding: 10px;
	border-top: 1px solid #d1c8be;
	border-bottom: 1px solid #d1c8be;
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
	background-color: #fcf8f4;
}

#afterservice{
	margin: 100px 10px 50px 10px;
	background-color: #f2f0e2;
	padding: 10px 5px 50px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}

#contents #mainblock #afterservice p{
	color: #b37379;
}

#contents #afterservice h2{
	margin-top: 20px!important;
	color: #b2616a;
}

#afterservice p{
	width: 95%;
	max-width: 95%!important;
}

ul.freecheck{
	margin: 60px 0 50px;
	width: 100%;
	text-align: center;	
}

ul.freecheck li{
	display: inline-block;
	width: 240px;
	vertical-align: top;
	margin: 0 10px 50px 10px;
	height: 200px;
	background-color: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

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

ul.freecheck li ul li{
	display: block;
	width: 200px;
	height: auto;
	font-size: 14px;
	line-height: 1.3em;
	text-align: left;
	margin: 0 0 6px 15px;
	padding-left: 0px;
	color: #d88b93;
	list-style-type: disc!important;
	list-style-position: outside;
}



/* @end */

/* @group modelhouse */
.modelhouse #maingraphicband{
	margin-bottom: 0px;
}

.modelhouse-confirm #maingraphicband,
.modelhouse-error #maingraphicband,
.modelhouse-finish #maingraphicband{
	margin-bottom: 0px;
	mGax-height: 300px;
	oGverflow: hidden;
}

#wrapper.modelhouse #contents #text.highlayout #mainblock h2 span{
	color: #fff;
	font-size: 0.8em;
	lGine-height: 0.8em;
	display: block;
	margin-top: 10px;
}

#wrapper.modelhouse #contents #text.highlayout #mainblock h2 span a{
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
}

#model-enter-area form,
#model-enter-area .mw_wp_form mw_wp_form_complete{
	overflow: hidden;
	width: 96%;
	max-width: 900px;
	margin: 50px auto 30px auto;
	padding: 40px auto 40px auto;
}

#model-enter-area .mw_wp_form mw_wp_form_complete{
	overflow: hidden;
	width: 96%;
	max-width: 900px;
	margin: 50px auto 30px auto;
	padding: 40px auto 40px auto;
	text-align: center;
}

#model-enter-area form input#your-name,
#model-enter-area form input#furigana,
#model-enter-area form input#your-mail,
#model-enter-area form textarea {
	width: 96%;
	margin-bottom: 20px;
}	

#model-enter-area {
	background-color: #f7eee8;
	padding: 1px 0 30px 0;
}

#model-enter-area h2{
	margin-top: 20px!important;
}

#model-enter-area  #area_submit{
	text-align: center;
}

#model-enter-area #area_submit input.submitbtn{
	padding: 12px 25px 14px!important;
	margin: 5px 0px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 6px;
	border: none;
}

#model-enter-area  #area_submit input.backbtn{
	padding: 10px 20px 12px!important;
	margin: 5px auto;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 6px;
	border: none;
	display: block;
}


#model-enter-area .mw_wp_form_preview,
.mGodelhouse .mw_wp_form_preview{
	text-align: center;
}

#model-enter-area .mw_wp_form_preview h4,
.mGodelhouse .mw_wp_form_preview h4{
	margin-top: 15px;
}


/* @end */

/* @group posterimage */
#contents #text.highlayout .photofull{
	width: 100%;
	max-width: 1400px;
	position: relative;
	margin: 0 auto!important;
	padding: 0!important;
	margin-bottom: 3px!important;
	overflow: hidden;
}




#contents #text.highlayout .photofull img{
	width: 100%;
	height: auto;
	margin: 0 auto 2px auto!important;
}

#contents #text.highlayout .photofull p{
	margin: 0!important;
	padding: 0!important;
}

#contents #text.highlayout .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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* @end */

/* @group processstory */

#processstory table.centertable{
	width: 100%;
	max-width: 500px;
	margin: 0 auto 80px auto;
}

#processstory table.centertable td.column-1{
	width: 50%;
}


/* @end */

/* @group confort */
.comfort #contents #mainblock p#image1{
	background: #eee url(common/image_1.png) no-repeat center bottom;
	background-size: 100% auto;
	padding-bottom: 300px;
}

.comfort #contents #mainblock p#image2{
	background: #f6eee9 url(common/image_2.png) no-repeat center bottom;
	background-size: 100% auto;
	padding-bottom: 300px;
}

.comfort #contents #mainblock p#image3{
	background: #eee url(common/image_3.png) no-repeat center bottom;
	background-size: 100% auto;
	padding-bottom: 300px;
}

.comfort #contents #mainblock p#image4{
	background: #f6eee9 url(common/image_4.png) no-repeat center bottom;
	background-size: 100% auto;
	padding-bottom: 300px;
}

/* @end */


/* @group motherlife */
.motherlife #contents #housenamebase{
	text-align: left;
	top: 35%;
	right: 0px;
	width: 40%;
	padding: 4px 40px 8px 20px;
	display: inline-block;
	position: absolute;
	bGackground-color: rgba(0,0,0,0.7);
	bGackground-color: rgba(255,255,255,0.7);
}

.motherlife #contents div#housename{
	font-family: "FOT-ロダン Pro B";
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2em;
	color: #fff;
	text-shadow: rgba(0,0,0,1) 0px 0px 5px;
	letter-spacing: 2px;
}

.motherlife #contents #catch{
	font-family: "FOT-ロダン Pro B";
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2em;
	color: #fff;
	text-shadow: rgba(0,0,0,1) 0px 0px 5px;
	letter-spacing: 0;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 5px;
}


/* @end */

/* @group highlayout */
#contents #text.highlayout{
	width: 100%;
	max-width: 100%;
}

#text.highlayout .split1,
#text.highlayout .split2,
#text.highlayout .split3,
#text.highlayout .split4{
	overflow: hidden;
	margin: 100px auto 90px auto;
	display: table;
	width: 100%;
	text-align: center;
}

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

#text.highlayout #mainblock h2 .small{
	font-family: "FOT-ロダン Pro B";
	text-align: center;
	font-size: 18px;
}


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

#text.highlayout #mainblock .splitM{
	width: 40%;
	margin: 0 auto;
}

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

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


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

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

#text.highlayout .splitM img.fullimg,
#text.highlayout .split1 img.fullimg,
#text.highlayout .split2 img.fullimg,
#text.highlayout .split3 img.fullimg,
#text.highlayout .split4 img.fullimg{
	width: 100%;
	height: auto;
}



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

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

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





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


img.fullimg{
	width: 100%;
	height: auto;
}


#textband #text.highlayout .split1 img.w40,
#textband #text.highlayout .splitM img.w40,
#textband #text.highlayout .split1 img.w40,
#textband #text.highlayout .split2 img.w40,
#textband #text.highlayout .split3 img.w40,
#textband #text.highlayout .split4 img.w40{
	width: 40%;
	height: auto;
}

#textband #text.highlayout .split1 img.w60,
#textband #text.highlayout .splitM img.w60,
#textband #text.highlayout .split1 img.w60,
#textband #text.highlayout .split2 img.w60,
#textband #text.highlayout .split3 img.w60,
#textband #text.highlayout .split4 img.w60{
	width: 60%;
	height: auto;
}

#textband #text.highlayout .split1 img.w80,
#textband #text.highlayout .splitM img.w80,
#textband #text.highlayout .split1 img.w80,
#textband #text.highlayout .split2 img.w80,
#textband #text.highlayout .split3 img.w80,
#textband #text.highlayout .split4 img.w80{
	width: 80%;
	height: auto;
}

#textband #text.highlayout .split1 img.conpact,
#textband #text.highlayout .split2 img.conpact,
#textband #text.highlayout .split3 img.conpact,
#textband #text.highlayout .split4 img.conpact{
	width: 60%;
	height: auto;
}

#textband #text.highlayout .split1 p.conpact,
#textband #text.highlayout .split2 p.conpact,
#textband #text.highlayout .split3 p.conpact,
#textband #text.highlayout .split4 p.conpact{
	width: 40%;
}

#text.highlayout .split2 .block1 img.conpact,
#text.highlayout .split3 .block1 img.conpact{
	margin: 80px 15% 50px 25%;
}

#text.highlayout .split2 .block2 img.conpact,
#text.highlayout .split3 .block3 img.conpact{
	margin: 80px 25% 50px 15%;
}

#text.highlayout .split3 .block2 img.conpact{
	margin: 80px auto 50px auto;
}

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


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

#text.highlayout #mainblock p.caption{
	width: 80%;
	margin: 3px auto 90px auto;
	font-size: 14px;
	line-height: 1.8em;
	color: #777;
}

#text.highlayout #mainblock p.caption.size-s{
	max-width: 600px;
}
	
#text.highlayout .split1.w30,
#text.highlayout .split2.w30,
#text.highlayout .split1-2.w30,
#text.highlayout .split2-1.w30,
#text.highlayout .split1-2-1.w30,
#text.highlayout .split3.w30,
#text.highlayout .split4.w30,
#text.highlayout .splitM.w30{
	width: 30%;
	margin: 0 auto 90px auto;
}

#text.highlayout .split1.w40,
#text.highlayout .split2.w40,
#text.highlayout .split1-2.w40,
#text.highlayout .split2-1.w40,
#text.highlayout .split1-2-1.w40,
#text.highlayout .split3.w40,
#text.highlayout .split4.w40,
#text.highlayout .splitm.w40{
	width: 40%;
	margin: 0 auto 90px auto;
}

#text.highlayout .split1.w50,
#text.highlayout .split2.w50,
#text.highlayout .split1-2.w50,
#text.highlayout .split2-1.w50,
#text.highlayout .split1-2-1.w50,
#text.highlayout .split3.w50,
#text.highlayout .split4.w50,
#text.highlayout .splitM.w50{
	width: 50%;
	margin: 0 auto 90px auto;
}

#text.highlayout .split1.w60,
#text.highlayout .split2.w60,
#text.highlayout .split1-2.w60,
#text.highlayout .split2-1.w60,
#text.highlayout .split1-2-1.w60,
#text.highlayout .split3.w60,
#text.highlayout .split4.w60,
#text.highlayout .splitM.w60{
	width: 60%;
	margin: 0 auto 90px auto;
}

#text.highlayout .split1.w70,
#text.highlayout .split2.w70,
#text.highlayout .split1-2.w70,
#text.highlayout .split2-1.w70,
#text.highlayout .split1-2-1.w70,
#text.highlayout .split3.w70,
#text.highlayout .split4.w70,
#text.highlayout .splitM.w70{
	width: 70%;
	margin: 0 auto 90px auto;
}

#text.highlayout .split1.w80,
#text.highlayout .split2.w80,
#text.highlayout .split1-2.w80,
#text.highlayout .split2-1.w80,
#text.highlayout .split1-2-1.w80,
#text.highlayout .split3.w80,
#text.highlayout .split4.w80,
#text.highlayout .splitM.w80{
	width: 80%;
	margin: 0 auto 90px auto;
}

#text.highlayout .split1.w90,
#text.highlayout .split2.w90,
#text.highlayout .split1-2.w90,
#text.highlayout .split2-1.w90,
#text.highlayout .split1-2-1.w90,
#text.highlayout .split3.w90,
#text.highlayout .split4.w90,
#text.highlayout .splitM.w90{
	width: 90%;
	margin: 0 auto 90px auto;
}

#text.highlayout .split1.w95,
#text.highlayout .split2.w95,
#text.highlayout .split1-2.w95,
#text.highlayout .split2-1.w95,
#text.highlayout .split1-2-1.w95,
#text.highlayout .split3.w95,
#text.highlayout .split4.w95,
#text.highlayout .splitM.w95{
	width: 95%;
	margin: 0 auto 90px auto;
}



.split1.mw700,
.split2.mw700,
.split2-1.mw700,
.split1-2.mw700,
.split1-2-1.mw700,
.split3.mw700,
.split4.mw700,
.splitM.mw700,
p.mw700{
	max-width: 700px;
}

.split1.mw800,
.split2.mw800,
.split2-1.mw800,
.split1-2.mw800,
.split1-2-1.mw800,
.split3.mw800,
.split4.mw800,
.splitM.mw800,
p.mw800{
	max-width: 800px;
}

.split1.mw900,
.split2.mw900,
.split2-1.mw900,
.split1-2.mw900,
.split1-2-1.mw900,
.split3.mw900,
.split4.mw900,
.splitM.mw900,
p.mw900{
	max-width: 900px;
}

.split1.mw1000,
.split2.mw1000,
.split2-1.mw1000,
.split1-2.mw1000,
.split1-2-1.mw1000,
.split3.mw1000,
.split4.mw1000,
.splitM.mw1000,
p.mw1000{
	max-width: 1000px;
}

.split1.mw1100,
.split2.mw1100,
.split2-1.mw1100,
.split1-2.mw1100,
.split1-2-1.mw1100,
.split3.mw1100,
.split4.mw1100,
.splitM.mw1100,
p.mw1100{
	max-width: 1100px;
}

.split1.mw1200,
.split2.mw1200,
.split2-1.mw1200,
.split1-2.mw1200,
.split1-2-1.mw1200,
.split3.mw1200,
.split4.mw1200,
.splitM.mw1200,
p.mw1200{
	max-width: 1200px;
}

.split1.mw1300,
.split2.mw1300,
.split2-1.mw1300,
.split1-2.mw1300,
.split1-2-1.mw1300,
.split3.mw1300,
.split4.mw1300,
.splitM.mw1300,
p.mw1300{
	max-width: 1300px;
}

.split1.mw1400,
.split2.mw1400,
.split2-1.mw1400,
.split1-2.mw1400,
.split1-2-1.mw1400,
.split3.mw1400,
.split4.mw1400,
.splitM.mw1400,
p.mw1400{
	max-width: 1400px;
}

.split1.mw1500,
.split2.mw1500,
.split2-1.mw1500,
.split1-2.mw1500,
.split1-2-1.mw1500,
.split3.mw1500,
.split4.mw1500,
.splitM.mw1500,
p.mw1500{
	max-width: 1500px;
}

.split1.mw1600,
.split2.mw1600,
.split2-1.mw1600,
.split1-2.mw1600,
.split1-2-1.mw1600,
.split3.mw1600,
.split4.mw1600,
.splitM.mw1600,
p.mw1600{
	max-width: 1600px;
}

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

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

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

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

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

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

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

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


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

.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% 50px 25%;
}

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

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

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

table.centertable{
	margin: 0 auto 30px auto;
}



.billboard{
	margin: 10px auto 60px auto;
	position: relative;
	text-align: center;
}

.billboard.w40{
	width: 40%;
}

.billboard.w50{
	width: 50%;
}

.billboard.w60{
	width: 60%;
}

.billboard.w70{
	width: 70%;
}

.billboard.w80{
	width: 80%;
}

.billboard.w90{
	width: 90%;
}

.billboard.w95{
	width: 95%;
}

.billboard h2{
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: 0 auto 0 auto;	
	width: 60%;
	display: inline-block;
	background-color: #000;
	color: #fff;
	padding: 8px 16px 8px 16px;
	text-align: center;
	font-size: 30px;
	line-height: 1.2em;
}


ul.div2,
ul.div3,
ul.div4,
ul.div5{
	text-align: center;
	letter-spacing: -.40em;
	margin: 0 auto 20px auto;
}

ul.div2 li,
ul.div3 li,
ul.div4 li,
ul.div5 li{
	display: inline-block;
	margin-right: 1px;
	margin-bottom: 20px;
	letter-spacing: 0em;
	vertical-align: top;
}

ul.div2 li{
	width: 49%;
}

ul.div3 li{
	width: 32%;
}

ul.div4 li{
	width: 24%;
}

ul.div5 li{
	width: 19%;
}


ul.div2.m2 li{
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}

ul.div3.m2 li{
	width: 31%;
	margin-left: 1%;
	margin-right: 1%;
}

ul.div4.m2 li{
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
}

ul.div5.m2 li{
	width: 18%;
	margin-left: 1%;
	margin-right: 1%;
}

ul.div2.m4 li{
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
}

ul.div3.m4 li{
	width: 29%;
	margin-left: 2%;
	margin-right: 2%;
}

ul.div4.m4 li{
	width: 21%;
	margin-left: 2%;
	margin-right: 2%;
}

ul.div5.m4 li{
	width: 16%;
	margin-left: 2%;
	margin-right: 2%;
}

ul.div2 h3,
ul.div3 h3,
ul.div4 h3,
ul.div5 h3{
	text-align: center;
	font-size: 24px;
	line-height: 1.2em;
	min-height: 60px;
}

ul.div2 h3.thin,
ul.div3 h3.thin,
ul.div4 h3.thin,
ul.div5 h3.thin{
	font-size: 18px;
	line-height: 1.2em;
	min-height: 20px;
}

ul.div2 p.caption.thin,
ul.div3 p.caption.thin,
ul.div4 p.caption.thin,
ul.div5 p.caption.thin{
	width: 90%;
	text-align: center;
	color: #666;
	font-size: 14px;
	line-height: 1.2em;
	min-height: 20px;
	margin: 0 auto 0 auto;
}

ul.div2 .textarea,
ul.div3 .textarea,
ul.div4 .textarea,
ul.div5 .textarea{
	text-align: left;
	font-size: 15px;
	line-height: 1.5em;
	padding-left: 5px;
	padding-right: 5px;
	min-height: 80px;
}
/* @end */

/* @group goods */
#contents #textband.goods #text.highlayout{
	width: 98%;
	max-width: 1200px;
}

#textband.goods #text .split1,
#textband.goods #text .split2,
#textband.goods #text .split3,
#textband.goods #text .split4{
	font-size: 13px;
}

#textband.goods #text h3{
	margin: 40px auto 10px auto;
	text-align: center;
}

#tGextband.goods .youtube {
	width: 100%;
	max-width: 700px;
	margin: 0 auto 10px auto;
}


/* @end */

/* @group confort */
#contents #mainblock p.column{
	font-size: 15px;
	line-height: 1.8em;
	margin: 40px auto 50px auto;
	width: 96%;
	max-width: 520px;
	padding: 15px 25px 33px 25px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #ddd;
}

#contents #mainblock p.column.isida{
	background-color: #f6eee9;
}

#contents #mainblock p.column .columntitle{
	font-size: 17px;
	font-weight: bold;
	line-height: 1em;
	margin: 5px 0 0px 0;
	display: block;
	text-align: center;
}

/* @end */

/* @group build */
.build #contents #text{
	width: 100%;
	max-width: 100%;
}

.build #contents #text .houseblock{
	padding: 5px 0 50px;
}

.build #contents #text .entry img{
	margin: 20px auto 40px auto;
}

.build #contents #text #houseblock_1{
	background: #f6eee9 url(common/photo_build_1.png) no-repeat left center;
	background-size: contain;
}

.build #contents #text #houseblock_2{
	background: #fff url(common/photo_build_2.png) no-repeat right center;
	background-size: contain;
}

.build #contents #text #houseblock_3{
	background: #f6eee9 url(common/photo_build_3.png) no-repeat left center;
	background-size: contain;
}

.build #contents #text #houseblock_5{
	background-color:  #f6eee9;
}

/* @end */

/* @group access */


.access.fixpage #contents #mainblock p{
	max-width: 1200px;
	margin: 0 auto 30px auto;
}

.access.fixpage #contents #mainblock h2.access{
	font-family: "FOT-ロダン Pro L";
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
}

.access.fixpage #contents #mainblock p.access{
	text-align: center;
	font-size: 17px;
	margin-bottom: 15px;
}

.access.fixpage #contents #mainblock p.tel{
	text-align: center;
	font-size: 18px;
	margin-bottom: 40px;
	font-weight: bold;
	color: #437f00;

}

.access.fixpage #contents #mainblock .mw_wp_form,
.motherhouse-list.fixpage #contents #mainblock .mw_wp_form{
	background-color: #f6f6f6;
	overflow: hidden;
	padding: 20px 25px 35px 25px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #eee;
}

/* @end */

/* @group recruit */
.recruit strong#point{
	font-size: 20px;
	color: #996122;
}

.recruit .split2 .block1 .width90{
	background-color: rgba(203,223,206,0.4);
	padding: 4px 12px 14px 12px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.recruit .split2 .block2 .width90{
	background-color: rgba(229,207,182,0.4);
	padding: 4px 12px 14px 12px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.recruit .split2 h3{
	bGackground-color: #ccc;
	padding: 6px 0 4px;
}

.recruit .split2 table td{
	padding: 12px 3px 13px 3px;
}

.recruit .split2 table td img{
	margin-top: 10px;
}

#recruitblock3{
	margin: 90px 0 50px 0;
	padding: 50px 0 50px 0;
	background-color: #fff4e5;	
}

/* @end */

/* @group faq */


.faq #contents #mainblock p{
	padding-left: 30px;
	margin-bottom: 50px;
}

.faq #contents #mainblock p strong{
	font-weight: bold;
	font-size: 1.1em;
}

.faq #contents #mainblock p.blockQ{
	padding-left: 0px;
	margin-bottom: 10px;
	color: #437f00;
}

.inpagemenu{
	text-align: center;
	font-size: 14px;
	margin: 70px 0 0 0;
	color: #aaa;
}

.inpagemenu.first{
	margin-top: 0;
}

.inpagemenu a{
	color: #aaa;
}

/* @end */

/* @group staff */
.staff #stafflist{
	text-align: center;
}

.staff #stafflist li{
	width: 40%;
	display: inline-block;
	vertical-align: top;
	margin: 0 4% 30px 4%;
}

.staff #stafflist li img.face{
	width: 160px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

.staff #stafflist li#staff3 img.face,
.staff #stafflist li#staff4 img.face{
	width: 120px;
}


.staff #contents #stafflist li h2{
	font-family: "FOT-ロダン Pro L";
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0 0px 0;
	line-height: 1em;
}

.staff #contents #stafflist li h2 .sub{
	font-family: "FOT-ロダン Pro L";
	font-size: 16px;
	font-weight: normal;
	color: #aaa;
}

.staff #contents #stafflist li table{
	width: 100%;
}

.staff #contents #stafflist li table td{
	font-size: 12px;
	line-height: 1.5em;
	bGorder-top: none;
}

.staff #contents #stafflist li table td.column-1{
	width: 25%;
	font-size: 10px;
	font-weight: bold;
	color: #888;
	line-height: 1.2em;
	padding-top: 5px;
}



/* @end */

/* @group cost */


.cost #mainblock table.tablepress{
	width: 100%;
	margin-bottom: 50px;
	border-bottom: none;

}

.cost #contents .simpletable tr.row-1 td{
	font-size: 12px;
	background-color: #eee;
	padding: 4px 0 2px 0;

}

.cost .simpletable tr td{
	padding: 10px 1% 10px 1%;
	font-size: 12px;
	border-top: none;
}


.cost .simpletable td .steptitle{
	padding: 5px 0 5px 0;
	font-size: 20px;
	display: block;
	font-weight: bold;
	color: #2c4b79;
}

.cost .simpletable td .contentstitle{
	padding: 0px 0 0px 0;
	font-size: 16px;
	line-height: 1em;
	display: block;
	font-weight: bold;
	color: #a67b2d;
}

.cost .simpletable td .cost{
	font-size: 13px;
	padding-top: 5px;
	line-height: 1.5em;
	display: block;
	color: #a67b2d;
}

.cost table.simpletable tr.row-2 td,
.cost table.simpletable tr.row-4 td,
.cost table.simpletable tr.row-6 td,
.cost table.simpletable tr.row-9 td,
.cost table.simpletable tr.row-18 td{
	border-top: 1px solid #ccc;
}

.cost table.simpletable tr td.column-1{
	background-color: #f3f1eb;
	color: #4c6b99;
	width: 23%;
	font-size: 13px;
}

.cost table.simpletable tr td.column-2,
.cost table.simpletable tr td.column-3{
	width: 29%;
}

.cost table.simpletable tr td.column-4{
	width: 11%;
	vertical-align: middle;
}


/* @end */

/* @group twinphoto */
#contents #mainblock .twinphoto {
	width: 100%;
	overflow: hidden;
	margin-bottom: 0px;
}

#contents #mainblock .twinphoto br{
	display: none;
}

#contents #mainblock .twinphoto img{
	width: 50%;
	float: left;
	margin-bottom: 0;
}

#contents #mainblock .twinphoto img:first-child{
	border-right: 1px solid #fff;
	margin-left: -1px;
}


/* @end */

/* @group project */
.projects #contents #mainblock #lead{
	display: none;
}

.projects #contents #mainblock .caption{
	width: 88%;
	text-align: center;
	margin: 10px auto 0 auto;
}

.projects .caption strong{
	color: #555;
	padding-right: 10px;
}

/* @end */

/* @group simplelist */
ul.simplelist li{
	margin: 0 0 10px 18px;
	font-size: 13px;
	line-height: 1.4em;
	list-style-type: disc;
}

ul.simplelist li a{
	bGackground-color: #c3c3e6;
	color: #2b2792;
}

/* @end */

/* @group nobr */
.nobr #contents #mainblock p{
	width: 70%;
	margin: 0 auto 35px;
	font-size: 16px;
	line-height: 2em;
	color: #413120;
	overflow: visible;
}

.nobr #contents #mainblock span.sideblock-left{
	width: 50%;
	float: left;
	margin: 10px 5% 20px -20%;
	text-align: center;
	font-size: 13px;
	line-height: 1.5em;
	color: #777;
}

.nobr #contents #mainblock span.sideblock-right{
	width: 50%;
	float: right;
	margin: 10px -20% 20px 5%;
	text-align: center;
	font-size: 13px;
	line-height: 1.5em;
	color: #777;
}

.nobr #contents #mainblock .alignCenter{
	text-align: center;
	font-size: 13px;
	line-height: 1.5em;
	color: #777;
}

.nobr #contents #mainblock span.sideblock-left img,
.nobr #contents #mainblock span.sideblock-right img{
	margin-bottom: 4px; 
	width: 100%;
	height: auto;
}

.nobr #contents #mainblock span.sideblock-left.text,
.nobr #contents #mainblock span.sideblock-right.text{
	padding: 10px 0;
	border-top: 4px solid #aaa;
	border-bottom: 4px solid #aaa;
	color: #000;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000;
}

/* @end */

/* @group ul#works */
h2.piecetype{
	width: 98%;
	margin: 30px auto 15px auto;
	padding-bottom: 6px;
	font-size: 26px;
	font-family: "FOT-ロダン Pro L";
	font-weight: normal;
	line-height: 1.2em;
	color: #9a7c7e;
	text-align: center;
	border-bottom: 1px solid #9a7c7e;
}

h2.piecetype .sub{
	font-size: 16px;
	color: #9a7c7e;
	display: block;
	font-family: "FOT-ロダン Pro L";
	font-weight: normal;
	line-height: 1.2em;
}


#contents ul.motherlife-list{
	text-align: center;
	margin: 0 0 50px 0;
}

#contents ul.motherlife-list li{
	width: 98%;
	max-width: 500px;
	margin: 0 auto 20px auto;
	display: inline-block;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	letter-spacing: normal;
	overflow: hidden;
}

#contents ul.motherlife-list li img{
	width: 100%;
	height: auto;
}

#contents ul.works,
#contents ul#works{
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	padding: 10px 0px 6px 0px;
	text-align: center;
	letter-spacing: -.40em;
}

#contents ul.works li,
#contents ul#works li{
	width: 23%;
	margin: 0 7px 60px 7px;
	padding: 0px 0px 5px 0px;
	display: inline-block;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	letter-spacing: normal;
	overflow: hidden;
}

#contents ul.works li .piecephotoarea,
#contents ul#works li .piecephotoarea{
	overflow: hidden;
	margin: 0 0 5px 0;
	position: relative;
}

#contents ul.works li .piecephotoarea .taglist,
#contents ul#works li .piecephotoarea .taglist{
	overflow: hidden;
	margin: 0 0 5px 0;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
}

#contents ul.works li .piecephotoarea .taglist a,
#contents ul#works li .piecephotoarea .taglist a{
	color: #fff;
	font-size: 12px;
	line-height: 1em;
	display: block;
	padding: 4px 10px;
}

#contents ul.works li .piecephotoarea .taglist a:hover,
#contents ul#works li .piecephotoarea .taglist a:hover{
	background-color: #888;
	color: #fff;
}

#contents ul.works li .piecephotoarea img,
#contents ul#works li .piecephotoarea img{
	width: 100%;
	height: auto;
}

#contents ul.works li .workstext .catch,
#contents ul#works li .workstext .catch{
	text-align: left;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0;
}

ul.works li .workstext,
ul#works li .workstext{
	height: 65px;
	margin: 0 8px 0 8px;
}

#contents ul.works li h2,
ul.works li h2,
#contents ul#works li h2,
ul#works li h2{
	text-align: left;
	line-height: 1.2em;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	margin-bottom: 3px;
}

#contents ul.works h3,
#contents ul#works h3{
	margin: 0 0 10px 0;
	color: #999;
}

#contents ul.works h3,
#contents ul#works h3{
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #888;
	
}

ul.works li .catch,
ul#works li .catch{
	text-align: left;
	font-size: 13px;
	line-height: 1.2em;
	color: #555;
	margin: 0;
	height: 30px;
}

ul.works li .credit,
ul#works li .credit{
	display: none;
	width: 100%;
	text-align: center;
	font-size: 11px;
	line-height: 1.2em;
	color: #555;
	margin: 0 auto;
}

.workslist ul.works img,
.workslist ul#works img{
	width: 100%;
	height: auto;
	margin-bottom: 2px;
}

.workslist ul.works a:hover img,
.workslist ul#works a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
}



/* @end */

/* @group ul.works.goods */
#contents ul.works.goods li{
	width: 38%;
	margin: 0 7px 60px 7px;
	padding: 0px 0px 5px 0px;
}

#contents #mainblock ul.works.goods li .workstext{
	height: 95px;
	margin: 0 8px 0 8px;
}

#contents #mainblock ul.works.goods li .workstext h2{
	margin: 18px 0 10px 0;
	font-size: 22px;
	bGackground-color: #eee;
}

#contents #mainblock ul.works.goods li .workstext .catch{
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}


/* @end */

/* @group ul.photos */
#contents ul.photos{
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0px 0px 6px 0px;
	text-align: center;
	letter-spacing: -.40em;
}

#contents ul.photos li{
	padding: 0px 0px 10px 0px;
	display: inline-block;
	letter-spacing: normal;
	font-size: 13px;
	line-height: 1.2em;
	color: #777;
	vertical-align: top;
}

#contents ul.photos.seg4 li{
	width: 23%;
	margin: 0 7px 60px 7px;
}

#contents ul.photos.seg3 li{
	width: 31%;
	margin: 0 8px 60px 8px;
}

#contents ul.photos.seg2 li{
	width: 47%;
	margin: 0 8px 60px 8px;
}

#contents ul.photos li img{
	width: 100%;
	height: auto;
	margin-bottom: 3px;
}


/* @end */

/* @group policy */
.policy  #contents #mainblock{
	text-align: center;
}

.policy  #contents #mainblock h2{
	margin: 90px 0 20px 0;
}

.policy  #contents #mainblock .policyphoto{
	margin: 0px 0 40px 0;
}


.policy  #contents #mainblock p{
	text-align: left;

}

/* @end */

/* @group pagenation */
.pagination-area{
	font-size: 14px;
	line-height: 1em;
}

.pagination-area a {
	padding: 5px 5px 6px!important;
	margin: 0 1px;
	display: inline-block;
	bGorder: solid 1px #cccccc;
	color: #fff;
	background-color: #6c70ac;
	font-size: 14px;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.pagination-area a i {
	color: #fff;
}

.pagination-area a:hover {
	background-color: rgba(19,107,161,0.4);
}

.pagination-area span {
	padding: 5px 10px;
	display: inline-block;
}
.pagination-area span.current {
}
.pagination-area {
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
	clear: both;
	background-color: transparent;
}


/* @end */


/* @group staff */

/* @end */

/* @group aboutus */
.aboutus table.simpletable,
.aboutus-2 table.simpletable {
	width: 90%;
	max-width: 500px;
	margin: 65px auto 90px auto;
}

#mainblock table#voice{
	width: 95%;
	margin: 10px auto 80px auto;
}

#mainblock table#voice tr{
	border-top: 1px solid #aaa;
}

#mainblock table#voice .photoarea{
	padding: 10px 10px 10px 0;
	vertical-align: top;
	width: 160px;
}

#mainblock table#voice .anquate{
	padding: 10px 10px 10px 0;
	vertical-align: top;
	text-align: left;
}

#mainblock table#voice .anquate h2{
	margin: 0 0 15px 0;
	text-align: left;
	font-size: 24px;
}

#mainblock table#voice .anquate h2 .kindofjob{
	margin: 0 0 15px 0;
	text-align: left;
	font-size: 16px;
	line-height: 2em;
	font-family: "FOT-ロダン Pro L";
}


#mainblock table#voice .anquate h3{
	margin: 15px 0 5px 0;
	text-align: left;
	font-size: 14ox;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #5d513d;
}

/* @end */

/* @group circle */
.parent-pageid-1686 #contents #mainblock .submenu li.menu-item-1930 a{
	background-color: #efefef;
}

.parent-pageid-1686 table.simpletable,
.circle table.simpletable {
	width: 94%;
	max-width: 550px;
	margin: 65px auto 90px auto;
}

.parent-pageid-1686 table.simpletable th,
.circle table.simpletable th{
	background-color: #eee;
	font-size: 12px;
}

.parent-pageid-1686 #text #mainblock table.simpletable th,
.parent-pageid-1686 #text #mainblock table.simpletable td,
.circle #text #mainblock table.simpletable th,
.circle #text #mainblock table.simpletable td{
	padding: 3px 5px 3px 5px;
	font-size: 13px;
}

.parent-pageid-1686 table.simpletable th.column-1,
.parent-pageid-1686 table.simpletable td.column-1,
.circle table.simpletable th.column-1,
.circle table.simpletable td.column-1{
	width: 60%;
}

.parent-pageid-1686 table.simpletable th.column-2,
.parent-pageid-1686 table.simpletable td.column-2,
.circle table.simpletable th.column-2,
.circle table.simpletable td.column-2{
	width: 40%;
}

.parent-pageid-1686 table.simpletable th.column-3,
.parent-pageid-1686 table.simpletable td.column-3,
.circle table.simpletable th.column-3,
.circle table.simpletable td.column-3{
	width: 38%;
}

.parent-pageid-1686 table.simpletable th.column-3,
.parent-pageid-1686 table.simpletable td.column-3,
.circle table.simpletable th.column-3,
.circle table.simpletable td.column-3{
	width: 38%;
}

.parent-pageid-1686 table.simpletable th a,
.parent-pageid-1686 table.simpletable td a,
.circle table.simpletable th a,
.circle table.simpletable td a{
	bGackground-color: #c3c3e6;
	background-color: #dcdce7;
	font-size: 12px;
}

.parent-pageid-1686 table.simpletable th a:hover,
.parent-pageid-1686 table.simpletable td a:hover,
.circle table.simpletable th a:hover,
.circle table.simpletable td a:hover{
	background-color: #eee;
	font-size: 12px;
}

/* @end */

/* @group access */
#mapl{
	display: block;
}

#maps{
	display: none;
}


/* @end */

/* @group contentsset */
#text .contentsset{
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-bottom: 80px;
}

#text #mainblock .contentsset img{
	max-width: 100%;
	height: auto;
}

#text .contentsset .contentsmain{
	width: 65%;
	float: left;
}

#text #mainblock .contentsset h2{
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 50px;
	display: block;
	width: 100%;
}

#text #mainblock .contentsset .contentsmain h2{
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 30px;
}

#text .contentsset .contentssub{
	width: 28%;
	float: right;
	border-left: 1px solid #999;
	padding-left: 20px;
}

#text #mainblock .contentsset .contentssub h3{
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom:7px;
	color: #666;	
}

#text #mainblock .contentsset .contentssub p{
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom:25px;
	color: #7f7f7f;	
}

/* @end */

/* @group subblock */
#subblock h2.widgettitle{
	font-size: 13px;
	border-top: none;
}

#subblock ul{
	border-top: 1px solid #2f5900;
	margin-bottom: 30px;
}

#subblock ul.headline{
	border-top: 1px solid #2f5900!important;
	margin-bottom: 30px;
}
/* @end */



/* @group top */
.home #contents #maingraphicband{

}

.home #maingraphicband .metaslider{
	max-width: 1400px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	background-color: #fff;
}

#maingraphicband.s2023 .metaslider,
.home #maingraphicband.s2023 .metaslider{
	max-width: 1200px;
}


.home #maingraphicband h1#pagetitle{
	width: 170px;
	height: 400px;
	position: absolute;
	bGottom: 50px;
	top: 205px;
	left: 20%;
	padding: 0;
	font-size: 12px;
	text-indent: -9999em!important;
	background: url(common/catchcopyx2.png) no-repeat;
	background-size: contain;
}

.home #maingraphicband.s2023 h1#pagetitle{
	width: 170px;
	height: 400px;
	position: absolute;
	top: 205px;
	left: 20%;
	padding: 0;
	font-size: 12px;
	text-indent: -9999em!important;
	background: url(common/catchcopy_3.png) no-repeat;
	background-size: contain;
}

.home .top_contentsarea{
	max-width: 1000px;
	width: 96%;
	margin: 0 auto;
}

.home #contents #mainblock h2{
	clear: both;
	text-align: center;
	font-family: "FOT-ロダン Pro L";
	margin: 5px 0 10px 0;
}


.home #mainblock #eventblock{
	width: 100%;
	background-color: #f5f5f5;
	padding: 30px 0 15px 0;
	text-align: center;
}

.home #mainblock #eventblock h2{
	margin-bottom: 20px;
}

.home #mainblock #eventblock .eventbox{
	display: inline-block;
	width: 240px;
	height: 240px;
	margin: 0 10px 30px 10px;
}

.home #mainblock #eventblock .eventbox a{
	line-height: 1.1em;
	font-weight: normal;
}

.home #mainblock #eventblock .eyecatch-area{
	width: 240px;
	height: 150px;
	margin-bottom: 5px;
}


.home #contents #mainblock #topblock_0 h2{
	margin-top: 50px;
}

.home #contents #mainblock #topblock_2 h2{
	margin-bottom: 20px;
}

.home #contents #mainblock p{
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 1.4em;
}

.home #contents .exp{
	clear: both;
	text-align: center;
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 5px;
}

.home #contents ul#point img,
#contents #houseblock_5 ul#point img{
	margin: 0px;
	padding: 0px;
}

.home #contents ul#point,
#contents #houseblock_5 ul#point{
	width: 100%;
	max-width: 1200px;
	margin: 40px auto 50px;
	text-align: center;
}

.home #contents ul#point li,
#contents #houseblock_5 ul#point li{
	display: inline-block;
	width: 240px;
	margin: 0px 25px 50px 25px;
	text-align: center;
}

.home #contents ul#point li h3,
#contents #houseblock_5 ul#point li h3{
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: bold;
	margin: 4px 0 10px 0;
	text-align: center;
}

.home #contents ul#point li p,
#contents #houseblock_5 ul#point li p{
	width: 100%;
	font-size: 12px;
	line-height: 1.8em;
	margin: 0 0 10px 0;
	text-align: left;
}

.home #contents .exp h3{
	font-size: 16px;
	line-height: 1.4em;
	margin: 0 0 0px 0;
	color: #76531f;
}

.home #contents ul#works{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.home #contents ul#works li{
	width: 28%;
	margin: 0 1% 50px;
	padding-bottom: 10px;
}

.home #contents ul#works li h3{
	color: #000;
	font-size: 16px;
	hGeight: 20px;
	margin: 0 0 5px 0;
}

.home #contents ul#works li .catch{
	font-size: 14px;
	color: #777;
	margin: 0;
	height: 30px;
}

.home #contents ul#works li .credit{
	font-size: 12px;
	line-height: 1.2em;
	color: #555;
}

.home #contents #topblock_1{
	padding: 50px 0 50px 0;
	background-color: #f5f5f5;
}

.home #contents #topblock_1 #blogcolection .bloglist{
	margin: 0 40px 50px 40px;
}

.home #contents #topblock_2{
	padding:   40px 0 70px 0;
	background-color: #fff;
	text-align: center;
}

.home #contents #topblock_2_contents{
	width: 85%;
	margin: 0 auto;
	text-align: center;
}

.home #contents #topblock_2_contents .slideshow_container{
	width: 100%;
	margin: 0 auto;
}

.home #contents #topblock_2 a#catelog_all_btn{
	display: block;
	width: 200px;
	margin: 40px auto 0;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 8px 10px;
}

.home #contents #topblock_2 a#catelog_all_btn:hover{
	background-color: #fafafa;
	color: #aaa;
}

.home #contents #topblock_25{
	padding: 50px 0 50px 0;
	bGackground-color: #f5f5f5;
}

.home #contents #topblock_25 .exp{
	font-size: 15px;
	margin-bottom: 15px;
}

.home #contents #topblock_3{
	padding:   0px;
	background-color: #fff;
	text-align: center;
}

.home #contents #topblock_3 img{
	width: 100%;
}

.home #contents #topblock_4{
	padding: 50px 0 50px 0;
}

.home #contents #topblock_4 .top_contentsarea{
	margin-top: 30px;
	margin-bottom: 40px;
	overflow: hidden;
}

.home #contents #topblock_4 #facebookpage{
	width: 340px;
	margin: 0 auto 0 auto;
}


.home #contents #topblock_4 #split1{
	width: 380px;
	float: left;
	margin-left: 50px;
}

.home #contents #topblock_4 #split2{
	width: 520px;
	float: right;
	
}

.home #contents #topblock_4 #split1 h3{
	text-align: center;
	line-height: 1.2em;
	font-size: 16px;
	margin-bottom: 5px;
}

.home #contents #topblock_4 #split1 ul{
	border-top: 1px solid #555;
	margin-bottom: 40px;
}

.home #contents #topblock_model{
	width: 100%;
	height: 280px;
	overflow: hidden;
	background: url(common/bg_top_modelhouse.jpg) center center;
	background-size: cover;
}

.home #contents #topblock_model #topblock_model_contents {
	width: 90%;
	max-width: 530px;
	height: 150px;
	margin: 65px auto;
	overflow: hidden;
	background-color: rgba(255,255,255,0.6);
	text-align: center;
}


.home #contents #topblock_model #topblock_model_contents .exp{
	font-size: 14px;
	line-height: 1.1em;
	margin-top: 0px;
}

.home #contents #topblock_model #topblock_model_contents a{
	padding: 12px 25px 12px!important;
	margin: 15px auto 0;
	display: inline-block;
	color: #fff;
	background-color: #ec7902;
	font-size: 22px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.home #contents #topblock_model #topblock_model_contents a:hover{
	background-color: #ecaf71;
}


.home #contents #topblock_4{
	padding: 50px 0 50px 0;
}


.home #contents #topbannerblock ul{
	text-align: center;
	margin-bottom: 40px;
	font-size: 1px;
}

.home #contents #topbannerblock ul li{
	display: inline-block;
	margin: 0 1px 20px;
}

.home #contents #split1 #tagcloud{
	display: inline-block;
	width: 30%;
	margin: 0px 1px 20px;
	overflow: hidden;
	height: 200px;
	padding-top: 0px;
	vertical-align: top;
	line-height: 2em;
	text-align: left;
	lGetter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}

.home #contents #split1 #tagcloud a:hover{
	background-color: #eee;
	color: #888;
}

.home #contents #split1 #top_news{
	display: inline-block;
	width: 100%;
	margin: 0 1px 20px;
	text-align: center;
	vertical-align: top;
}

.home #contents #split1 #top_news li{
	vertical-align: top;
	display: inline-block;
	width: 20%;
	margin: 0 2% 20px;
	text-align: center;
}

.home #contents #split1 #top_news li .titlearea{
	font-size: 15px;
	line-height: 1.2em;
	color: #000;
	margin-top: 3px;
}

.home #contents #split1 #top_news li .datearea{
	font-size: 12px;
	line-height: 1.2em;
	color: #888;
}

.home #contents #split1 #top_news li img{
	width: 100%;
	height: auto;
}



#mainblock .mapp-layout{
	width: 100%;
}

#mainblock .mapp-layout,
#mainblock .mapp-layout .mapp-canvas,
#mainblock .mapp-layout .mapp-canvas div div{
	margin: 0px;
	border: none;
}

#mainblock .mapp-map-links{
	display: none;
}

#contents #mailformblock input#your-name,
#contents #mailformblock input#furigana,
#contents #mailformblock input#your-mail,
#contents #mailformblock textarea{
	width: 94%;
}

/* @group slideshow */

#contents .slideshow_container_style-light .slideshow_transparent {
	filter: alpha(opacity = 100); opacity: 1;
}

#contents .slideshow_container_style-light .slideshow_transparent.slideshow_description_box  {
	background-color: #fff;
	padding: 2px 0;
}

#contents .slideshow_container_style-light .slideshow_description_box div,
#contents .slideshow_container_style-light .slideshow_description_box div a,
#contents .slideshow_container_style-light .slideshow_description_box p,
#contents .slideshow_container_style-light .slideshow_description_box p a,
#contents .slideshow_container_style-light .slideshow_description_box h1,
#contents .slideshow_container_style-light .slideshow_description_box h1 a,
#contents .slideshow_container_style-light .slideshow_description_box h2,
#contents .slideshow_container_style-light .slideshow_description_box h2 a,
#contents .slideshow_container_style-light .slideshow_description_box h3,
#contents .slideshow_container_style-light .slideshow_description_box h3 a,
#contents .slideshow_container_style-light .slideshow_description_box h4,
#contents .slideshow_container_style-light .slideshow_description_box h4 a,
#contents .slideshow_container_style-light .slideshow_description_box h5,
#contents .slideshow_container_style-light .slideshow_description_box h5 a,
#contents .slideshow_container_style-light .slideshow_description_box h6,
#contents .slideshow_container_style-light .slideshow_description_box h6 a {
	text-align: center;
	color: #000;
	font-size: 14px;
	background-color: rgba(255,255,255,0.8514193);
}



/* @end */


/* @end */

/* @group concept */

.concept #contents .leftblock{
	width: 30%;
}

.concept #contents .rightblock{
	width: 65%;
}

.concept #contents .horizontalblock{
	margin-bottom: 80px;
	clear: both;
	overflow: hidden;
}

.concept #contents .horizontalblock#firstblock{
	margin-bottom: 0px;
}

.concept #contents #mainblock h2{
	font-size: 32px;
	margin-top: 0px;
	text-align: left;
}

.concept h2 .num{
	font-family: "FOT-ロダン Pro L";
	color: #935100;
	font-size:  36px;
	line-height: 1.1em;
	padding-right: 10px;
}

.concept #contents #text h2 .sub{
	font-size: 16px;
	display: block;
	line-height: 1.2em;
	color: #777;
}
/* @end */

/* @group single-piece */

.single-piece #contents #maingraphicband{
	height: 700px;
	margin-bottom: 0;
	position: relative;
}

.single-piece #contents #mainblock{
	width: 100%;
	float: none;
}

.single-piece #contents #textband{
	margin-top: 0px;
	background-color: rgba(255,255,255,0.85);
	width: 100%;
	-moz-box-shadow: 0px -3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px -3px 3px rgba(0,0,0,0.1);
	box-shadow: 0px -3px 3px rgba(0,0,0,0.1);
}

.single-piece #dataarea #maindata{
	width: 100%;
}

.single-piece div.credit{
	text-align: right;
	margin-bottom: 10px;
}

.single-piece #contents #housenamebase{
	text-align: left;
	top: 35%;
	right: 0px;
	padding: 4px 40px 8px 20px;
	display: inline-block;
	position: absolute;
	bGackground-color: rgba(0,0,0,0.7);
	background-color: rgba(255,255,255,0.7);
}

.single-piece #contents h1#housename{
	font-family: "FOT-ロダン Pro L";
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2em;
	color: #988284;
	text-shadow: rgba(255,255,255,1) 0px 0px 5px;
	letter-spacing: 2px;
}

.single-piece #contents #catch{
	font-family: "FOT-ロダン Pro L";
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2em;
	color: #988284;
	text-shadow: rgba(255,255,255,1) 0px 0px 5px;
	letter-spacing: 0;
}

.single-piece #dataarea #subdata{
	width: 20%;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	padding-left: 8px;
}



.single-piece #contents #mainblock #lead{
	width: 70%;
	font-size: 16px;
	line-height: 2.0em;
	margin-bottom:40px;
	float: left;
	display: inline-block;
	
}

.single-piece #contents #mainblock #spec{
	width: 25%;
	font-size: 13px;
	line-height: 1.8em;
	margin-bottom:20px;
	float: right;
	padding: 5px 0 10px 20px;
	bGorder-left: 1px solid #666;
}

.single-piece #contents #mainblock #spec table.simpletable {
	clear: both;
	padding: 0px;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	vertical-align: text-top;
	margin: 5px 0 10px 0;
	width: 100%;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.single-piece #contents #mainblock #spec table.simpletable th{
	background-color: #fff;
	color: #888;
	width: 55px;
}

.single-piece #contents #mainblock #main{
	clear: both;
	max-width: 700px;
	margin: 0 auto 10px auto;
}


.single-piece #contents #mainblock p.reed{
	line-height: 2em;
}

.single-piece #contents #mainblock #leadblock,
.single-piece #contents #mainblock #leadblock p{
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 20px;
}

.single-piece #contents #mainblock p{
	line-height: 1.6em;
}

.single-piece #contents #mainblock p.w700{
	max-width: 690px;
}

.single-piece #contents #mainblock .photoblock{
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
}

.single-piece #contents #mainblock .photoblock img{
	width: 60%;
	height: auto;
	float: left;
    border-radius: 5px;
}

.single-piece #contents #mainblock .photoblock p{
	width: 38%;
	float: right;
	font-size: 14px;
}

.single-piece #contents #mainblock #credit{
	width: 95%;
	margin: 0 auto;
	font-size: 12px;
	text-align: right;
}

.single-piece #mainblock img{
	margin: 20px 0 5px 0;
}

.single-piece #mainblock a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
}

.single-piece #wrapper #contents #mainblock .twin {
	width: 100%;
	overflow: hidden;
	margin-bottom: 0px;
}

.single-piece #wrapper #contents #mainblock .twin br{
	display: none;
}

.single-piece #wrapper #contents #mainblock .twin img{
	width: 50%;
	float: left;
	margin-bottom: 0;
}

.single-piece #wrapper #contents #mainblock .twin img:first-child{
	border-right: 1px solid #fff;
	margin-left: -1px;
}

.single-piece #mainblock2{
	margin-top: 70px;
	padding: 30px 0px 6px 0px;
	bGackground-image: url(common/bg_works.jpg);
	bGorder-top: 1px solid #bbb;
}


.single-piece #mainblock2 h3{
	font-family: "FOT-ロダン Pro L";
	margin: 30px 0 40px 0;
	color: #555;
	text-align: center;
	font-size: 18px;
}

.single-piece ul#works{
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.single-piece ul#works li{
	display: inline-block;
	width: 23%;
	margin: 0 2px 14px 2px;
}


.single-piece ul#works li img{
	width: 100%;
	height: auto;
	margin-bottom: 2px;
}

.single-piece ul#works li a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
}


.single-piece table.simpletable.process {
	margin: 5px 0 30px 0;
	width: 100%;
}

.single-piece table.simpletable.process td.column-1{
	width: 40%;
}

.single-piece #contents #text table.simpletable.process td.column-1 img{
	margin: 0 0 20px 0;
}

.single-piece #contents #text table.simpletable.process td.column-1,
.single-piece #contents #text table.simpletable.process td.column-2{
	vertical-align: top;
}

.single-piece #contents #text table.simpletable.process td.column-2{
	font-size: 14px;
	line-height: 1.8em;
}

.single-piece #contents #text table.simpletable.process td.column-2 strong{
	font-size: 18px;
	line-height: 1.8em;
	font-weight: normal;
	margin-bottom: 15px;
}
/* @end */


/* @group single-kitchin single-kitchinnew */

.single-kitchin #contents #maingraphicband,
.single-kitchinnew #contents #maingraphicband{
	height: 700px;
	margin-bottom: 0;
	position: relative;
}

.single-kitchin #contents #mainblock,
.single-kitchinnew #contents #mainblock{
	width: 100%;
	float: none;
}

.single-kitchin #contents #textband,
.single-kitchinnew #contents #textband{
	margin-top: 0px;
	background-color: rgba(255,255,255,0.85);
	width: 100%;
	-moz-box-shadow: 0px -3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px -3px 3px rgba(0,0,0,0.1);
	box-shadow: 0px -3px 3px rgba(0,0,0,0.1);
}

.single-kitchin #dataarea #maindata,
.single-kitchinnew #dataarea #maindata{
	width: 100%;
}

.single-kitchin #contents #housenamebase,
.single-kitchinnew #contents #housenamebase{
	text-align: left;
	top: 35%;
	right: 0px;
	padding: 4px 40px 8px 20px;
	display: inline-block;
	position: absolute;
	bGackground-color: rgba(0,0,0,0.7);
	background-color: rgba(255,255,255,0.7);
}

.single-kitchin #contents h1#housename,
.single-kitchinnew #contents h1#housename{
	font-family: "FOT-ロダン Pro L";
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2em;
	color: #988284;
	text-shadow: rgba(255,255,255,1) 0px 0px 5px;
	letter-spacing: 2px;
}

.single-kitchin #contents #catch,
.single-kitchinnew #contents #catch{
	font-family: "FOT-ロダン Pro L";
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2em;
	color: #988284;
	text-shadow: rgba(255,255,255,1) 0px 0px 5px;
	letter-spacing: 0;
}

.single-kitchin #contents #catch br,
.single-kitchinnew #contents #catch br{
	display: block;
}

.single-kitchin #dataarea #subdata,
.single-kitchinnew #dataarea #subdata{
	width: 20%;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	padding-left: 8px;
}



.single-kitchin #contents #mainblock #lead,
.single-kitchinnew #contents #mainblock #lead{
	width: 70%;
	font-size: 16px;
	line-height: 2.0em;
	margin-bottom:40px;
	float: left;
	display: inline-block;
	
}

.single-kitchin #contents #mainblock #spec,
.single-kitchinnew #contents #mainblock #spec{
	width: 25%;
	font-size: 13px;
	line-height: 1.8em;
	margin-bottom:20px;
	float: right;
	padding: 5px 0 10px 20px;
	bGorder-left: 1px solid #666;
}

.single-kitchin #contents #mainblock #spec table.simpletable,
.single-kitchinnew #contents #mainblock #spec table.simpletable {
	clear: both;
	padding: 0px;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	vertical-align: text-top;
	margin: 5px 0 10px 0;
	width: 100%;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.single-kitchin #contents #mainblock #spec table.simpletable th,
.single-kitchinnew #contents #mainblock #spec table.simpletable th{
	background-color: #fff;
	color: #888;
	width: 55px;
}

.single-kitchin #contents #mainblock #main,
.single-kitchinnew #contents #mainblock #main{
	clear: both;
	max-width: 700px;
	margin: 0 auto 10px auto;
}


.single-kitchin #contents #mainblock p.reed,
.single-kitchinnew #contents #mainblock p.reed{
	line-height: 2em;
}

.single-kitchin #contents #mainblock #leadblock,
.single-kitchin #contents #mainblock #leadblock p,
.single-kitchinnew #contents #mainblock #leadblock,
.single-kitchinnew #contents #mainblock #leadblock p{
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 20px;
}

.single-kitchin #contents #mainblock p,
.single-kitchinnew #contents #mainblock p{
	line-height: 1.6em;
}

.single-kitchin #contents #mainblock p.w700,
.single-kitchinnew #contents #mainblock p.w700{
	max-width: 690px;
}

.single-kitchin #contents #mainblock .photoblock,
.single-kitchinnew #contents #mainblock .photoblock{
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
}

.single-kitchin #contents #mainblock .photoblock img,
.single-kitchinnew #contents #mainblock .photoblock img{
	width: 60%;
	height: auto;
	float: left;
	border-radius: 5px;
}

.single-kitchin #contents #mainblock .photoblock p,
.single-kitchinnew #contents #mainblock .photoblock p{
	width: 38%;
	float: right;
	font-size: 14px;
}

.single-kitchin #mainblock img,
.single-kitchinnew #mainblock img{
	margin: 20px 0 5px 0;
}

.single-kitchin #mainblock a:hover img,
.single-kitchinnew #mainblock a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
}

.single-kitchin #wrapper #contents #mainblock .twin,
.single-kitchinnew #wrapper #contents #mainblock .twin {
	width: 100%;
	overflow: hidden;
	margin-bottom: 0px;
}

.single-kitchin #wrapper #contents #mainblock .twin br,
.single-kitchinnew #wrapper #contents #mainblock .twin br{
	display: none;
}

.single-kitchin #wrapper #contents #mainblock .twin img,
.single-kitchinnew #wrapper #contents #mainblock .twin img{
	width: 50%;
	float: left;
	margin-bottom: 0;
}

.single-kitchin #wrapper #contents #mainblock .twin img:first-child,
.single-kitchinnew #wrapper #contents #mainblock .twin img:first-child{
	border-right: 1px solid #fff;
	margin-left: -1px;
}

.single-kitchin #mainblock2,
.single-kitchinnew #mainblock2{
	margin-top: 70px;
	padding: 30px 0px 6px 0px;
}

.single-kitchin #contents #mainblock h2,
.single-kitchinnew #contents #mainblock h2{
	font-family: "FOT-ロダン Pro L";
	font-weight: normal;
	margin: 60px 0 10px 0;
	text-align: center;
	font-size: 24px;
	line-height: 1.2em;
	border-bottom: 1px solid #aaa;
	letter-spacing: 2px;
}

.single-kitchin #mainblock2 h3,
.single-kitchinnew #mainblock2 h3{
	font-family: "FOT-ロダン Pro L";
	margin: 30px 0 40px 0;
	color: #555;
	text-align: center;
	font-size: 18px;
}

.single-kitchin #contents ul.photos,
.single-kitchinnew #contents ul.photos{
	width: 100%;
	text-align: center;
	margin: 25px auto 30px auto;
	letter-spacing: -.40em;
}

.single-kitchin #contents ul.photos li,
.single-kitchinnew #contents ul.photos li{
	width: 23%;
	text-align: center;
	margin: 0 2px 20px 2px;
	vertical-align: top;
	letter-spacing: normal;
}

.single-kitchin #contents ul.photos li img,
.single-kitchinnew #contents ul.photos li img{
	margin: 0;
}

.single-kitchin ul#works,
.single-kitchinnew ul#works{
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.single-kitchin ul#works li,
.single-kitchinnew ul#works li{
	display: inline-block;
	width: 23%;
	margin: 0 2px 14px 2px;
}


.single-kitchin ul#works li img,
.single-kitchinnew ul#works li img{
	width: 100%;
	height: auto;
	margin-bottom: 2px;
}

.single-kitchin ul#works li a:hover img,
.single-kitchinnew ul#works li a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
}


.single-kitchin table.simpletable.process,
.single-kitchinnew table.simpletable.process {
	margin: 5px 0 30px 0;
	width: 100%;
}

.single-kitchin table.simpletable.process td.column-1,
.single-kitchinnew table.simpletable.process td.column-1{
	width: 40%;
}

.single-kitchin #contents #text table.simpletable.process td.column-1 img,
.single-kitchinnew #contents #text table.simpletable.process td.column-1 img{
	margin: 0 0 20px 0;
}

.single-kitchin #contents #text table.simpletable.process td.column-1,
.single-kitchin #contents #text table.simpletable.process td.column-2,
.single-kitchinnew #contents #text table.simpletable.process td.column-1,
.single-kitchinnew #contents #text table.simpletable.process td.column-2{
	vertical-align: top;
}

.single-kitchin #contents #text table.simpletable.process td.column-2,
.single-kitchinnew #contents #text table.simpletable.process td.column-2{
	font-size: 14px;
	line-height: 1.8em;
}

.single-kitchin #contents #text table.simpletable.process td.column-2 strong,
.single-kitchinnew #contents #text table.simpletable.process td.column-2 strong{
	font-size: 18px;
	line-height: 1.8em;
	font-weight: normal;
	margin-bottom: 15px;
}
/* @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 0 30px 0;
	width: 500px;
	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: 0.9em;
	color: #444;
	line-height: 1.5em;
	text-align: left;
}

table.simpletable.loose th,
table.simpletable.loose td{
	padding: 22px 8px 22px 8px;
	line-height: 1.1em!important;
}

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 eventtable */
#contents #mainblock table.simpletable.eventtable{
	width: 100%;
	max-width: 540px;
}

#contents #mainblock table.simpletable.eventtable td{
	padding: 8px 8px 10px 8px;
	font-size: 14px;
	line-height: 1.6em;
	vertical-align: top;
}

#contents #mainblock table.simpletable.eventtable td p{
	font-size: 14px;
	line-height: 1.6em;
	vertical-align: top;
}

#contents #mainblock table.simpletable.eventtable tr td:first-child,
#contents #mainblock table.simpletable.eventtable td.column-1{
	width: 25%;
	background-color: #f2f2f2;
}

#contents #mainblock table.simpletable.eventtable td.column-2{
	width: 75%;
}

/* @end */

/* @group motherhouse */
#motherhouse-list #backnumber{
	text-align: center;
	
}

#motherhouse-list #backnumber li{
	display: inline-block;
	width: 192px;
	margin: 0 10px 50px 10px;
	vertical-align: top;
}

#motherhouse-list #backnumber a h3{
	font-family: "FOT-ロダン Pro L";
	font-weight: normal;
	margin: 0 0 10px 0!important;
	text-align: center;
	font-size: 15px;
	line-height: 1.2em;
	letter-spacing: 1px;
}



#motherhouse-list #backnumber .eyecatch-area{
	width: 192px;
	height: 272px;
	background-color: #ccc;
}

#motherhouse-list #backnumber .eyecatch-area:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;	
}

#motherhouse-list #backnumber h3.entrytitle a{
	display: block;
	text-align: left;
	width: 100%;
	margin: 2px 0 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.2em;
}

#motherhouse-list #backnumber a:hover h3{
	color: #ccc;
}

/* @end */

/* @group blog-list */
#blogcolection{
	text-align: center;
	width: 95%;
	margin: 0 auto;
	max-width: 1000px;
}

#blogcolection .bloglist{
	display: inline-block;
	width: 192px;
	margin: 0 20px 50px 20px;
	vertical-align: top;
}

#blogcolection .bloglist .firstblock a,
#blogcolection .bloglist h2,
#blogcolection .bloglist ul{
	dGisplay: none!important;
	
}


#contents #blogcolection .bloglist h2{
	fGont-family: "FOT-ロダン Pro L";
	
	font-weight: normal;
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.2em;
	border-bottom: 1px solid #aaa;
	letter-spacing: 2px;
}

#contents #blogcolection .bloglist h2 a:hover{
  background-color: #6c70ac;  /*マウスオーバー時に背景色を変更*/
  color: #fff;

}


#contents #blogcolection .bloglist .nameicon{
	width: 80%;
	height: 40px;
	margin-bottom: 5px;
}

#contents #blogcolection .bloglist .nameicon.ishida{
	background: url(common/nameicon_ishida2.png) no-repeat;
	background-size: contain;
}

#contents #blogcolection .bloglist .nameicon.motherhouse{
	background: url(common/nameicon_motherhouse.png) no-repeat;
	background-size: contain;
}

#contents #blogcolection .bloglist .nameicon.ceo{
	background: url(common/nameicon_ishida2.png) no-repeat;
	background-size: contain;
}

#contents #blogcolection .bloglist .nameicon.hiura{
	background: url(common/nameicon_hiura.png) no-repeat;
	background-size: contain;
}

#contents #blogcolection .bloglist .nameicon.nozaki{
	background: url(common/nameicon_nozaki.png) no-repeat;
	background-size: contain;
}


#contents #blogcolection .bloglist .nameicon.shigemura{
	background: url(common/nameicon_shigemura.png) no-repeat;
	background-size: contain;
}

#contents #blogcolection .bloglist .nameicon.yumiko{
	background: url(common/nameicon_yumiko.png) no-repeat;
	background-size: contain;
}

#blogcolection .bloglist .nameicon.no-staff{
	background: url(common/nameicon_none.png) no-repeat;
	background-size: contain;
}

#blogcolection .bloglist .eyecatch-area{
	width: 192px;
	height: 145px;
}

#blogcolection .bloglist .eyecatch-area:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;	
}

#contents #textband #blogcolection .bloglist h3.entrytitle{
	text-align: left;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
}

#contents #textband #blogcolection .bloglist h3.entrytitle a{
	display: block;
	text-align: left;
	width: 100%;
	margin: 2px 0 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.2em;
}

#contents #textband #blogcolection .bloglist h3.entrytitle a:hover{
	background-color: #ccc;
}

#contents #textband #blogcolection .bloglist ul.secondblock{
	border-top: 1px solid #aaa;
	mGargin-bottom: 50px;	
}

#contents #textband #blogcolection .bloglist ul.secondblock li a{
	display: block;
	text-align: left;
	font-size: 12px;
	line-height: 1.2em;
	padding: 4px 0 4px 1px;
	border-bottom: 1px solid #aaa;
}

#contents #textband #blogcolection .bloglist ul.secondblock li a:hover{
	background-color: #ccc;
}

.ceoblog-list .pagination-area,
.staffblog-list .pagination-area,
.genbablog-list .pagination-area{
	display: none;
}

/* @end */

/* @group blog */
.blog #contents h1#pagetitle a{
	color: #fff;
}

.blog #contents h1#pagetitle a:hover{
	color: #bbb;
}

.blog.fixpage #contents #mainblock{
	width: 100%;
	float: none;
}

.blog.fixpage #contents #mainblock p{
	font-size: 16px;
	text-align: center;
	width: 100%;
	max-width: 800px;
	margin: 0 auto 30px auto;
}

.blog #contents #textband #mainblock div.entrytitle,
.news #contents #textband #mainblock div.entrytitle{
	clear: both;
	margin-bottom: 40px;
}

.blog #contents #textband #mainblock .posttime,
.news #contents #textband #mainblock .posttime{
	line-height: 1em;
	margin: 0 0 2px 2px;
	font-size: 14px;
	color: #888;
}

.blog #contents #textband #mainblock .faceicon,
.news #contents #textband #mainblock .faceicon{
	display: inline-block;
	float: left;
	width: 60px;
	height: 60px;
	background-color: #aaa;
	margin: 0 10px 15px 0;
}

.blog #contents #textband #mainblock .faceicon.motherhouse,
.news #contents #textband #mainblock .faceicon.motherhouse{
	background: url(common/faceicon_mh.png) no-repeat;
	background-size: contain;
}

.blog #contents #textband #mainblock .faceicon.ishida,
.news #contents #textband #mainblock .faceicon.ishida{
	background: url(common/faceicon_ishida2.png) no-repeat;
	background-size: contain;
}

.blog #contents #textband #mainblock .faceicon.ceo,
.news #contents #textband #mainblock .faceicon.ceo{
	background: url(common/faceicon_ishida2.png) no-repeat;
	background-size: contain;
}

.blog #contents #textband #mainblock .faceicon.hiura,
.news #contents #textband #mainblock .faceicon.hiura{
	background: url(common/faceicon_hiura.png) no-repeat;
	background-size: contain;
}

.blog #contents #textband #mainblock .faceicon.nozaki,
.news #contents #textband #mainblock .faceicon.nozaki{
	background: url(common/faceicon_nozaki.png) no-repeat;
	background-size: contain;
}

.blog #contents #textband #mainblock .faceicon.shigemura,
.news #contents #textband #mainblock .faceicon.shigemura{
	background: url(common/faceicon_shigemura.png) no-repeat;
	background-size: contain;
}

.blog #contents #textband #mainblock .faceicon.ishidayumiko,
.news #contents #textband #mainblock .faceicon.ishidayumiko,
.blog #contents #textband #mainblock .faceicon.yumiko,
.news #contents #textband #mainblock .faceicon.yumiko{
	background: url(common/faceicon_yumiko.png) no-repeat;
	background-size: contain;
}

.blog #contents #textband #mainblock .faceicon.no-staff,
.news #contents #textband #mainblock .faceicon.no-staff{
	background: url(common/faceicon_none.png) no-repeat;
	background-size: contain;
}

.blog #contents #textband #mainblock h2.entrytitle,
.news #contents #textband #mainblock h2.entrytitle{
	font-size: 26px;
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-family: "FOT-ロダン Pro L";
	text-align: left;
}

.blog #contents #textband #mainblock .category,
.news #contents #textband #mainblock .category,
.blog #contents #textband #mainblock .tag,
.news #contents #textband #mainblock .tag{
	font-size: 14px;
	line-height: 1.4em;
	margin: 0;
	font-weight: normal;
	color: #888;
}

.blog #contents #textband #mainblock .tag,
.news #contents #textband #mainblock .tag{
	margin-bottom: 40px;
}

.blog #contents #textband #mainblock .category a,
.news #contents #textband #mainblock .category a,
.blog #contents #textband #mainblock .tag a,
.news #contents #textband #mainblock .tag a{
	font-size: 14px;
	line-height: 1.4em;
	color: #444;
}


.blog #contents #textband #mainblock h3,
.news #contents #textband #mainblock h3{
	font-size: 16px;
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 30px;
	color: #666;
	margin-left: 2px;
}

.blog #contents #textband #mainblock .entry p,
.news #contents #textband #mainblock .entry p{
	color: #666;
}

.blog #contents #textband #mainblock .entry img,
.news #contents #textband #mainblock .entry img{
	margin: 7px 0;
}

.blog #contents #textband #mainblock .entry img.emoji{
	width: 24px!important;
	height: 24px!important;
}


.blog #contents #textband #mainblock .block,
.news #contents #textband #mainblock .block{
	clear: both;
	margin-bottom: 90px;
	overflow: hidden;
}



.blog #contents #textband #mainblock .toPageTop,
.news #contents #textband #mainblock .toPageTop{
	font-size: 11px;
	display: none;
}



.blog #subblock #sidebar > ul > li > ul {
	margin-bottom: 30px;
	border-top: 1px solid #2f5900;
}

.blog #subblock #sidebar > ul > li > ul > li > div > ul{
	border-top: 1px dotted #888;
	margin-bottom: 25px;
	margin-top: 10px;
}

.blog #subblock ul{
	border-top: none;
}

.blog #subblock h2.widgettitle{
	font-size: 13px;
	border-top: none;
	margin-bottom: 7px;
}

.blog #subblock li,
.blog #subblock li .yearCount,
.blog #subblock li .monthCount{
	font-size: 12px;
	line-height: 1.1em;
	color: #888;
}

.blog #subblock li li{
	border-bottom: dotted 1px #888;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 7px;
}

.blog #subblock li a{
	font-size: 15px;
	line-height: 1.2em;
	text-decoration: none;
	color: #6c70ac;
}

.blog #subblock .expandable li.item,
.blog #subblock li.archives li.archives{
	padding-left: 18px;
}

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

.blog #subblock .sym{
margin-right: 5px;
padding-bottom: 3px;
line-height: 1.5em;
}

.blog #subblock .expand > .sym{
	display: inline-block;
	font-size: 15px;
	line-height: 1em;
	-moz-transform:    scale(1,1);  /* Firefox */
	-webkit-transform: scale(1,1);  /* Chrome,Safari */
	-o-transform:      scale(1,1);  /* Opera */
	-ms-transform:     scale(1,1);  /* IE */
	transform:         scale(1,1);  /* CSS3 */
}

.blog .tagcloud{
	margin-bottom: 50px;
}

.blog #searchform {
	margin: 0px 0px 30px 0px;
	padding: 0px 3px;
	text-align: left;
}

.blog #sidebar #searchform input#s{
	width: 60%;
	margin: 0;
	height: 20px;
}

.blog #sidebar #searchform input#searchsubmit{
	padding: 5px 20px 7px!important;
	margin: 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;
}

.blog #sidebar #searchform input#searchsubmit:hover{
	background-color: rgba(19,107,161,0.4);
}

/* @end */



/* @end */

/* iPads (portrait) ----------- */
@media screen and (min-width : 700px) 
and (max-width : 1010px) {
	body{-webkit-text-size-adjust:none;}
	
	#wrapper #header{
		width: 100%;
        height: auto;
        word-break:break-all;
	}


	#wrapper #contents{
		width: 100%;
        height: auto;
        word-break:break-all;
	}

	#wrapper #text{
		width: 92%;
        height: auto;
        word-break:break-all;
        padding-top: 5px;
	}

	#wrapper #text #mainblock{
        height: auto;
        word-break:break-all;
	}
	
	#wrapper #text #subblock{
		width: 25%;
        height: auto;
        word-break:break-all;
	}
		
	#wrapper #footer{
		width: 100%;
        height: auto;
        word-break:break-all;
	}

/* @group header */
#wrapper #header1{
}

div#sitename{
	width: 300px;
	height: 93px;
	margin-top: 10px;
}

.home div#sitename{
	width: 300px;
	height: 93px;
}


div#sitename a{
	width: 300px;
	height: 93px;
	
	padding: 0;
	font-size: 12px;
	line-height: 1em;
	text-indent: -9999px;
	display: block;
	background: url(common/sitelogo_x2.png) no-repeat;
	background-size: cover;
}

#wrapper #header2{
	width: 96%;
	margin: 0 auto;
}

#wrapper #header2band{

}

#wrapper #header2 #mainmenu {
	width: 700px;
}

#wrapper #header2 ul.menu li a {
	font-size: 12px;
}

#maingraphicband #arch{
	height: 100px;
	background: url(common/arch.png) no-repeat center bottom;
	background-size: cover;
}

#kyoto{
	width: 98px;
	height: 26px;
	top: 35px;
	left: 15px;
}

#freedial{
	width: 161px;
	height: 28px;
	top: 25px;
	right: 15px;
}

/* @end */

/* @group contents */
#wrapper #maingraphicband #maingraphic {
	width: 100%;
}

#wrapper #maingraphicband #maingraphic h1{
	padding-left: 20px;
	margin-bottom: 0;
}

#wrapper #maingraphicband #maingraphic #notecenterright #pagetitle{
	font-size: 34px;
	padding: 120px 60px 3px 0px;
}

#wrapper #text #mainblock img:not(.nonresize){
	max-width: 100%;
	height: auto;
}
	
#wrapper #block-sidebar{
	border-top: 2px dotted #aaa;
	padding-top: 20px;
	clear: both;
	float: none;
	width: 100%;
}

#wrapper #block-sidebar ul.submenu li,
#wrapper #block-sidebar ul ul li{
	margin-right: 6px;
	width: 165px;
	overflow: hidden;
}

#wrapper #wpblog #block-sidebar ul.submenu li,
#wrapper #wpblog #block-sidebar ul li.widget_recent_entries ul li a{
	height: 60px;
}

#wrapper #contents ul#works li,
#wrapper #contents ul#pintrest-list li{
	width: 30%;
	margin: 0 5px 50px 5px;
	padding: 0px 0px 12px 0px;
	overflow: hidden;
}

ul#stafflist li#staff1,
ul#stafflist li#staff2{
	width: 75%;
	float: none;
	mGargin: 0;
}

/* @group flow */
#contents #text img.flowphoto{
	width: 80%;
	max-width: 320px!important;
	height: auto;
}



/* @end */

/* @group top */
.home #wrapper #contents #maingraphicband{

}

.home #wrapper #maingraphicband .metaslider{
	hGeight: 400px;
}

.home #wrapper #maingraphicband .metaslider #metaslider_container_4120{
	width: 960px;
	height: 400px;
}

.home #wrapper #maingraphicband h1#pagetitle{
	width: 170px;
	height: 400px;
	bGottom: 50px;
	top: 90px;
	left: 20%;
}

.home #wrapper #contents ul#reason li{
	height: 170px;
}

.home #wrapper #contents .exp br{
	display: none;
}

.home #wrapper #contents ul#works li{
	width: 28%;
	margin: 0 2% 50px;
	hGeight: 200px;
}

.home #wrapper #contents ul#works li .exp{
	width: 90%;
	margin: 0 auto;
}

.home #wrapper #contents #topblock_3 h2{
	width: 240px;
	float: none;
	margin: 50px auto 0 auto;
}

.home #wrapper #contents #topblock_3 p{
	width: 90%;
	float: none;
	margin: 90px auto 0 auto;
	text-align: center;
}

.home #wrapper #contents #topblock_4 #split1,
.home #wrapper #contents #topblock_4 #split2{
	width: 500px;
	float: none;
	margin: 0 auto;
}

.home #wrapper #contents #topblock_4 #split1 li,
.home #wrapper #contents #topblock_4 #split2 li{
	text-align: center;
}


/* @end */

/* @group single-piece */


.single-piece #wrapper #contents #maingraphicband{
	height: 400px;
}

.single-piece #contents #housenamebase{
	top: 65%;
	right: 0px;
	padding: 4px 40px 8px 20px;
}

.single-piece #wrapper #contents h1#housename{
	font-size: 18px;
	top: 260px;
	right: 100px;
}

.single-piece #wrapper #contents #catch{
	font-size: 26px;
	top: 310px;
	right: 100px;
}


.single-piece #contents #textband{
	margin-top: 0px;
}


.single-piece #wrapper #contents #mainblock{
	width: 100%;
	float: none;
}


.single #wrapper #contents #mainblock .twin {
}

.single #wrapper #contents #mainblock .twin br{
}

.single #wrapper #contents #mainblock .twin img{
	width: 50%;
	height: auto;
}


.single-piece #wrapper #contents #mainblock .photoblock{
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
}

.single-piece #wrapper #contents #mainblock .photoblock img{
	width: 65%;
	height: auto;
	float: left;
    border-radius: 5px;
}

.single-piece #wrapper #contents #mainblock .photoblock p{
	width: 33%;
	float: right;
	font-size: 14px;
	margin: 0 0 10px 0;
}

.single-piece ul#works li{
	width: 30%;
	margin: 0 2px 14px 2px;
}

/* @end */


/* @end */

/* @group mailform */
.mwform-checkbox-field.horizontal-item{
	display: inline-block;
	width: 45%;
	margin-right: 0;
	margin-left: 0!important;
	margin-bottom: 10px;
}


/* @end */

/* @group footer */
#wrapper #foot{
	width: 100%;
	position: relative;
}

#wrapper #foot #toPageTop{
	position: absolute;
	right: 0px;
}

#wrapper #foot #footmenublock{
	width: 95%;
	margin-top: 13px;
	margin: 0 auto 5px auto;
}

#wrapper #foot #footmenublock #footblock1{
	float: none;
	width: 95%;
	padding-bottom: 15px;
	margin: 0 auto 25px auto;
	bGorder-bottom: 1px dotted #777;
}

#foot #footblock2{
	wGidth: 99%;
	padding: 0 0 0px 0px;
	border-left: none;
}

#foot #footmenublock ul ul li a{
	padding: 3px 6px;
	font-size: 12px;
}


#wrapper #toPageTop{
	position: absolute;
	right: 0px;
	border-left: none;
	border-top: 1px dotted #fff;
}

#wrapper #foot #credit{
	margin: 20px auto 0px auto;
	width: 90%;
	text-align: center;
}


/* @end */

}
/* iPhone ----------- */

@media screen and (max-width: 700px){

/* @group basic */
.s2023 #wrapper #mobile_nav_block{
	background-color: #32335b;
}

.s2023 #wrapper #mobile_nav_block #navswitch{
	background-color: #32335b;
}

.s2023 #wrapper #mobile_nav_block #navswitch:hover,
.s2023 #wrapper #mobile_nav_block #navswitch:hover i{
	background-color: #50517b;
}

.s2023 #wrapper #mobile_nav_block li a{
	background-color: #50517b;
}

.s2023 #wrapper #mobile_nav_block a#navswitch:hover{
	color: #ccc;
}

.s2023 #wrapper footer #footaddress #sitename {
	width: 80px;
	height: 80px;
	background: url(common/sitelogo_2023_2.png) no-repeat;
	background-size: cover;
	margin-bottom: 15px;
}

.s2023 #wrapper #footband {
	background: url(common/bg_footer3.png) repeat-x center top;
	background-size: 100% auto;
	bGackground-color: #c7c4c8;
}

.s2023 #kyoto{
	background: url(common/kyoto3.png) no-repeat;
	background-size: cover;
}

.s2023 #arch div#sitename {
	margin-top: 15px;
}

.s2023 #arch div#sitename.s2023,
.s2023 #arch div#sitename.s2023 a {
    width:  70px;
    height: 70px;
}

.s2023 #arch #freedial a.telnum.mobile{
	background: url(common/freedial3.png) no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 30px;
}

.before-spwide{ margin-top: 100px!important; }
.after-spwide{ margin-bottom: 100px!important; }



#wrapper #text .portrait-m .block1,
#wrapper #text .portrait-m .block2,
#wrapper #text .portrait-m .block3,
#wrapper #text .portrait-m .block4{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

/* @end */

body{
		-webkit-text-size-adjust:none;
	}

#header{
	width: 100%;
	height: auto;
	word-break:break-all;
}

#header1band{
	width: 100%;
    border-top: none;
}

#header1{
	width: 100%;
}

#wrapper #header2band{
	display: none;
}

#wrapper #mobile_nav_block{
	display: block;
	background-color: #32335b;
	margin: 0;
	padding: 7px 0;
}


	
	#wrapper #header{
		width: 100%;
		height: auto;
		word-break:break-all;
	}

	#wrapper #contents{
		width: 100%;
		height: auto;
		word-break:break-all;
		margin-top: 0px;
	}

	#wrapper #footer{
		width: 98%;
		height: auto;
		word-break:break-all;
	}

	#wrapper .pc{
		display: none;
	}

	#wrapper .mobile{
		display: block!important;
	}

	#wrapper span.mobile,
	#wrapper a.mobile{
		display: inline-block!important;
	}
/* @group nobr */

.nobr #contents #mainblock p{
	width: 100%;
}

#wrapper.nobr #contents #mainblock .sideblock-left{
	width: 90%;
	display: block;
	float: none;
	margin: 50px auto 50px auto;
	text-align: center;
}

#wrapper.nobr #contents #mainblock .sideblock-right{
	width: 90%;
	display: block;
	float: none;
	margin: 50px auto 50px auto;
	text-align: center;
}

/* @end */



/* @group tablebox */
#text #tablebox{
	display: block;
	width: 98%;
	margin: 10px auto 30px auto;
}

#text #tablebox #ex{
	display: none;
}

#text #tablebox #data{
	display: block;
}

#text #tablebox #data dl{
	display: block;
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
}

#text #tablebox #data dl dt,
#text #tablebox #data dl dd{
	border-top: 1px solid #ccc;
	border-bottom: none!important;
	display: block;
	width: 85%!important;
	padding-left: 15%!important;
	text-align: left;
	padding: 5px 0 5px 15%;
	font-size: 14px;
	line-height: 1em;
	vertical-align: top;
	border-right: none;
}

#text #tablebox #data dl dt{
	background-color: #ddd;
	border-top: 2px solid #333!important;
}

#text #tablebox #data dl dt:before,
#text #tablebox #data dl dd:before{
	font-weight: normal;
	width: 40px;
	display: inline-block;
	color: #888;
	font-size: 12px;
	line-height: 2em;
	margin-left: -40px;
	float: left;
}

/* @end */


/* @group process */

#text #tablebox #data dl dt::before{
	content: "工程";
}

#text #tablebox #data dl dd:nth-of-type(1):before{
	content: "内容";
}

#text #tablebox #data dl dd:nth-of-type(2):before{
	content: "費用";
}

#text #tablebox #data dl dt{
	font-size: 22px;
	line-height: 1.3em;
}

#text #tablebox #data dl dt .num{
	font-size: 28px;
	line-height: 1em;
	color: #777;
}

#text #tablebox #data dl dd p{
	font-size: 14px;
	line-height: 1.4em;
	color: #777;
	margin: 2px 0 20px 0;
}

/* @end */


/* @group header */
#wrapper #header{
	width: 100%;
    position: relative;
    top:0;  
    left:0;
    z-index: 100;
}

#wrapper #header1{
	width: 100%;
}

#header2band{

}

div#sitename{
	width: 250px;
	height: 77px;
	margin-top: 35px;
}

.home div#sitename{
	width: 250px;
	height: 77px;
}

.home #arch div#sitename.s2023{
	width: 100px;
	height: 100px;
}

div#sitename a{
	width: 250px;
	height: 77px;
}
 #arch div#sitename.s2023{
	width: 300px;
	height: 300px;
	background: url(common/sitelogo_2023_2.png) no-repeat;
	background-size: cover;
}

#wrapper #mainmenu{
	display: none;
}

#maingraphicband{
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 20px;
}

#maingraphicband #arch{
	width: 100%;
	height: 80px;
	background-size: 100% auto;
	text-align: center;
	background: url(common/arch_s.png) no-repeat center bottom;
	background-size: cover;
	position: absolute;
	top: 0px;
}

#kyoto{
	width: 98px;
	height: 26px;
	top: 13px;
	left: 10px;
}


#arch #freedial{
	width: 161px;
	height: 28px;
	top: 5px;
	background-image: none;
	right: 2px;
}

#arch #freedial a.telnum.mobile{
	display: block!important;
	text-indent: -9999px;
	background: url(common/freedial2.png) no-repeat center top;
	background-size: 100% auto;
	width: 100%;
	height: 30px;
}

#wrapper #maingraphicband #maingraphic #notecenterright #pagetitle{
	width: 90%;
	font-size: 30px;
	font-weight: normal;
	padding: 80px 0px 3px 0px;
	margin: 0 auto;
}

.blog #maingraphicband #notecenter,
.page #maingraphicband #notecenter{
	height: 50px;
	position: absolute;
	top: 55%;
}

/* @group mobile_nav */


#wrapper #mobile_nav_block li{
	display: none;
}

#wrapper #mobile_nav_block #navswitch{
	display: block;
	background-color: #32335b;
	color: #fff;
	text-decoration: none;
	padding: 9px 8px;
	font-size: 15px;
	font-weight: bold;
	
	width: 180px;
	padding: 3px 8px;
	margin: 3px auto;
	border: 1px solid #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}

#wrapper #header #mobile_nav_block #navswitch i{
	color: #fff;
}

#wrapper #mobile_nav_block #navswitch:hover,
#wrapper #mobile_nav_block #navswitch:hover i{
	background-color: #32335b;
}

#wrapper #mobile_nav_block a#navswitch:hover{
	color: #bbb;
}

#wrapper #mobile_nav_block li a{
	wGidth: 100%;
	display: block;
	background-color: #50517b;
	color: #fff;
	text-decoration: none;
	tGext-align: center;
	padding: 6px 8px;
	font-size: 15px;
	border-top: 1px solid #666;
	text-align: center;
}

#wrapper #mobile_nav_block li ul.sub-menu a{
	margin-left: 15px;
}

#wrapper #mobile_nav_block li a:hover{
	background-color: #927e5d;
	color: #fff;
}
/* @end */

/* @end */



/* @group contents */
#wrapper #maingraphicband #maingraphic {
	height: 100%;
}

#wrapper.blog #maingraphicband #maingraphic,
#wrapper.fixpage #maingraphicband #maingraphic {
	margin-top: 0px;
	padding-top: 50px;
}

#wrapper #text{
	width: 92%;
	height: auto;
	word-break:break-all;
	margin: 0 auto;
}

#wrapper #text #mainblock{
	width: 100%;
	float: none;
	height: auto;
	word-break:break-all;
	padding-bottom: 0px;
	margin-bottom: 90px;
}

#wrapper #text #Gmainblock{
	width: 100%;
	float: none;
	height: auto;
	word-break:break-all;
	padding-bottom: 0px;
	margin-bottom: 90px;
}

#wrapper #contents #mainblock p{
	font-size: 16px;
	line-height: 1.7em;
}

#wrapper #text #mainblock img:not(.nonresize){
	max-width: 100%;
	height: auto;
	float: none;
}

#wrapper #text #subblock{
	float: none;
	height: auto;
	word-break:break-all;
	width: 90%;
	margin: 0 auto;
}

#wrapper #text #subblock li a{
	font-size: 14px;
	padding: 3px 6px;
}

#maingraphicband h1#pagetitle{
	position: absolute;
	top: 55%;
	font-weight: normal;
	font-size: 24px;
}

#wrapper #contents #mainblock h2{
	font-size: 24px;
}

#wrapper #text #mainblock .contentsset h2{
	font-size: 23px;
	margin-bottom: 30px;
}

#wrapper #text #mainblock .contentsset .contentssub h3{
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom:7px;
}

#wrapper #contents h2.entrytitle{
	font-size: 14px;
}

#wrapper #contents #catchcopy{
	font-size: 24px;
	line-height: 1.2em;
}

#wrapper #contents #catchcopy p{
	font-size: 1.3em;
}

#wrapper #contents #catchcopy p br{
	display: none;
}

#contents form .leftblock,
#contents form .rightblock{
	width: 100%;
	float: none;
}

.about dl dd{
	width: 78%;
	font-size: 15px;
}

#wrapper #contents .tablepress th,
#wrapper #contents .tablepress td{
	font-size: 15px;
	line-height: 1.5em;
}

#maingraphicband #maingraphic #notecenterright{
	margin: 0 auto;
}

#wrapper #contents #mainblock .horisontallist.part2 li,
#wrapper #contents #mainblock .horisontallist.part3 li{
	width: 100%;
	margin: 0 0% 40px 0%;
	vertical-align: top;
}

/* @group flow */
#contents #text img.flowphoto{
	width: 100%;
	max-width: 280px!important;
	height: auto;
}
/* @end */



/* @group modelhouse */

#wrapper.modelhouse #contents #catch{
	font-weight: normal;
	font-size: 20px;
	line-height: 1.3em;
	letter-spacing: 2px;
}

#wrapper.modelhouse #contents #map{
	width: 100%;
}

/* @end */

/* @group posterimage */
#wrapper #contents #text.highlayout .photofull .catchtext{
	font-weight: normal;
	font-size: 22px;
	line-height: 1.3em;
	padding: 2px 10px;
	letter-spacing: 2px;
}

#wrapper #contents #text.highlayout #mainblock h2{
	font-weight: normal;
	font-size: 16px;
	line-height: 1.2em;
	padding: 2px 10px;
	letter-spacing: 1px;
}

#wrapper #contents #text.highlayout #mainblock h2 br{
	display: none;
}

/* @end */


/* @group motherlife */

.motherlife #contents #catch{
	font-size: 26px;
}

.motherlife #contents #housenamebase{
	text-align: left;
	top: 35%;
	right: 0;
	left: 0;
	width: 94%;
	padding: 4px 3% 8px 3%;
	display: inline-block;
	position: absolute;
	bGackground-color: rgba(0,0,0,0.7);
	bGackground-color: rgba(255,255,255,0.7);
}

#contents ul.motherlife-list{
	width: 90%;
	margin: 0 auto 50px auto;
}

#contents #ml-11 split1{

}

#text.highlayout #ml-11.split2 .block1{
	width: 65%;
}

#text.highlayout #ml-11.split2 .block2{
	width: 35%;
}


/* @end */

#contents #mainblock p.column{
	font-size: 15px;
	line-height: 1.8em;
	margin: 40px auto 50px auto;
	width: 90%;
	padding: 15px 20px 33px 20px;
}

.build #contents #text .houseblock p{
	width: 90%;

}

/* @group access */
.access #contents h4{
	clear: both;
	margin: 30px 0 4px 0;
}

/* @end */

/* @group highlayout */
#text.highlayout .split1,
#text.highlayout .split2,
#text.highlayout .split3,
#text.highlayout .split4{
	overflow: hidden;
	margin-top: 60px;
	margin-bottom: 30px;
}

#wrapper #text.highlayout .split1,
#wrapper #text.highlayout .split2,
#wrapper #text.highlayout .split3,
#wrapper #text.highlayout .split4{
	display: block;
}

#wrapper #text.highlayout #mainblock h2{
	font-size: 18px;
	font-weight: bold;
}

#wrapper #text.highlayout #mainblock p{
	width: 90%;
	margin: 0 auto 35px;
}

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

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

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


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

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

#text.highlayout .split1 img.fullimg,
#text.highlayout .split2 img.fullimg,
#text.highlayout .split3 img.fullimg,
#text.highlayout .split4 img.fullimg{
	width: 100%;
	height: auto;
}

#text.highlayout .split3.mobile-v .block1,
#text.highlayout .split3.mobile-v .block2,
#text.highlayout .split3.mobile-v .block3,
#text.highlayout .split2.mobile-v .block1,
#text.highlayout .split2.mobile-v .block2{
	display: block;
	vertical-align: top;
	width: 100%;
	margin-bottom: 30px;
}


#wrapper #text.highlayout .split1 img.conpact,
#wrapper #text.highlayout .split2 img.conpact,
#wrapper #text.highlayout .split3 img.conpact,
#wrapper #text.highlayout .split4 img.conpact{
	width: 70%;
	height: auto;
}

#wrapper #text.highlayout .split2 .block1 img.conpact{
	margin: 80px 10% 50px 20%;
}

#wrapper #text.highlayout .split2 .block2 img.conpact{
	margin: 80px 20% 50px 10%;
}

#wrapper #text.highlayout #mainblock h2 .small{
	font-size: 14px;
}

#wrapper #text.highlayout #mainblock p.caption{
	font-size: 13px;
	line-height: 1.4em;
}
/* @end */



/* @group twinphoto */
#contents #mainblock .twinphoto {
	width: 100%;
	overflow: hidden;
	margin-bottom: 0px;
}

#contents #mainblock .twinphoto br{
	display: block;
}

#contents #mainblock .twinphoto img{
	width: 100%;
	float: none;
	margin-bottom: 5px;
}

#contents #mainblock .twinphoto img:first-child{
	border-right: none;
	margin-left: 0px;
}

/* @end */


/* @group ul#works */
#wrapper #contents ul.works li{
	width: 46%;
	margin: 0 3px 30px 3px;
	padding: 0px 0px 12px 0px;
	overflow: hidden;
}

#contents ul.works li .workstext{
	height: 65px!important;
	margin: 0 4px 0 4px;
	overflow: hidden;
}

#wrapper #contents #mainblock ul.works h2{
	font-size: 12px;
	letter-spacing: -1px;
}

.single #wrapper #contents #mainblock .twin {
	margin-bottom: 0;
}

.single #wrapper #contents #mainblock .twin br{
}

.single #wrapper #contents #mainblock .twin img{
	width: 100%;
	height: auto;
	float: none;
	margin-bottom: 25px;
}

.single-piece #wrapper #contents #mainblock .twin img{
	margin-bottom: 0;
}

.single-piece #wrapper #contents #mainblock .twin img:first-child{
	margin-bottom: 0px;
}


.single-piece ul#works{
	width: 100%;
	overflow: hidden;
}

.single-piece #wrapper #contents #mainblock .photoblock img{
	float: none;
    border-radius: 5px;
}

.single-piece #wrapper #contents #mainblock .photoblock p{
	width: 100%;
	float: none;
	font-size: 14px;
}
/* @end */



/* @group ul.photos */
#contents ul.photos li{
	padding: 0px 0px 8px 0px;
}

#contents ul.photos.seg4 li{
	width: 46%;
	margin: 0 4px 20px 4px;
}

#contents ul.photos.seg3 li{
	width: 96%;
	margin: 0 auto 20px auto;
}

#contents ul.photos.seg2 li{
	width: 96%;
	margin: 0 auto 20px auto;
}

.single-kitchin #contents ul.photos li{
	width: 47%;
}

.single-kitchin #contents #mainblock #lead,
.single-kitchin #contents #mainblock #spec {
    width: 100%;
    margin-bottom: 20px;
    float:  none;
}

.single-kitchin #contents #maingraphicband {
    height: 400px;
}

.single-kitchin #contents #catch {
    font-size: 18px;
}

.single-kitchin #contents #housenamebase {
    top: 60%;
}
/* @end */



/* @group about */
.about #text .leftblock,
.about #text .rightblock{
	width: 100%;
	float: none;
	padding-bottom: 30px;
	text-align: center;
}

.about .leftblock .titlearea,
.about .rightblock .titlearea{
	min-height: 20px;
	padding-bottom: 20px;
}

#wrapper.about #contents #mainblock .leftblock .titlearea h2,
#wrapper.about #contents #mainblock .rightblock .titlearea h2,
#wrapper.about #contents #mainblock .rightblock p{
	text-align: center;
}

.about p{
	text-align: left;
}

.about p#history br{
	display: block;
}

#wrapper.about table.list-license td{
	text-align:  center;
}

#wrapper #mainblock table#voice .photoarea{
	padding: 10px 10px 10px 0;
	vertical-align: top;
	width: 100px;
}
/* @end */



/* @group staff */
ul#stafflist li#staff1,
ul#stafflist li#staff2{
	width: 85%;
	float: none;
	mGargin: 0;
}


li .memberphotoarea{
	width: 100%;
	float: none;
	margin: 0;
	text-align: center;
}

li .memberphotoarea img{
	width: 130px;
}

li .membertextarea{
	width: 100%;
	float: none;
}

li .membertextarea h3{
	text-align: center;
	font-size: 24px;
	margin: 10px 0 3px 0;
}

li .membertextarea h3 .post{
}

li .membertextarea .name-e{
	text-align: center;
	fGont-size: 24px;
	mGargin: 10px 0 3px 0;
}

.staff #contents #mainblock h4{
	margin-left: 0px;
	text-align: center;
}

.staff #contents #mainblock .housename{
	margin-left: 0px;
	text-align: center;
}

.staff #contents #mainblock .stafflist{
	margin-left: 0px;
	text-align: center;
	
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
}

#members .careerworks{
	text-align: center;
	margin-bottom: 50px;
}

#members .careerworks li{
	width: 130px;
	float: none;
	display: inline-block;
}
/* @end */


/* @group contentsset */
.blog #text .entry{
	margin-bottom: 20px;	
}

#text .contentsset{
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}

#text #mainblock .contentsset img{
	max-width: 100%;
	height: auto;
}

#text .contentsset .contentsmain{
	width: 100%;
	float: none;
}

#text .contentsset .contentssub{
	width: 90%;
	float: none;
	margin: 40px auto 60px auto;
	padding-top: 10px;
	border-top: 1px dotted #888;
	border-bottom: 1px dotted #888;
	border-left: none;
	padding-left: 0px;
}

#text #mainblock .contentsset .contentssub h3{
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom:20px;
	color: #666;	
}

#text #mainblock .contentsset .contentssub p{
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom:20px;
	color: #7f7f7f;	
}
/* @end */


/* @group top */
.home #wrapper #contents #topblock_2{
	padding-top: 30px;
}

.home #wrapper #maingraphicband .metaslider{
	width: 150%;
	height: 600px;
	padding-top: 30px;
}

.home #wrapper #maingraphicband h1#pagetitle{
	width: 160px;
	height: 160px;
	left: 0;
	right: 0;
	top: 390px;
	bGottom: -50px;
	bottom: -10px;
	background: url(common/catchcopyx2_3.png) no-repeat;
	background-size: contain;
	margin: auto;
}

.home #wrapper #maingraphicband.s2023 h1#pagetitle{
	width: 160px;
	height: 228px;
	top: 360px;
	bottom: 0px;
	background: url(common/catchcopy_3_2.png) no-repeat;
	background-size: contain;
	margin: auto;
}

.home #wrapper #contents #mainblock p{
	font-size: 13px;
}

.home #contents #mainblock h2{
	font-size: 20px;
}

.home #contents #mainblock #topblock_model_contents h2{
	font-size: 20px;
	margin-top: 20px;
}


.home #contents #topblock_2{
	padding-top: 85px;
}


.home #contents #split1 #top_news{
	display: block;
	width: 100%;
	margin: 0 0 0px;
}

.home #contents #split1 #top_news li{
	width: 42%;
	margin: 0 3% 35px;
}

.home #wrapper #contents ul#works li{
	width: 45%;
	margin: 0 2% 50px;
}

.home #wrapper #contents ul#works li h3{
	font-size: 13px;
	line-height: 1.2em;
}

.home #wrapper #contents ul#works li .catch{
	font-size: 12px;
}

.home #wrapper .slideshow_container {
  width: 100%;
  height: 100px!important;
}

.slideshow_container_style-light a {
	height: 100px;
	overflow: hidden;
	}

.home #wrapper .slideshow_container_style-light .slideshow_description_box div.slideshow_title { margin-top: -100px; }

.home #contents #topblock_model #topblock_model_contents {
	width: 300px;
	height: 200px;
	margin: 40px auto;
	overflow: auto;
}

/* @end */


/* @group single-piece */
.single-piece #wrapper #contents #maingraphicband{
	mGargin-top: 105px;
	height: 250px;
}

.single-piece #contents #housenamebase{
	text-align: left;
	top: 60%;
	right: 0px;
	padding: 4px 40px 8px 20px;
	display: inline-block;
	position: absolute;
	bGackground-color: rgba(0,0,0,0.7);
	background-color: rgba(255,255,255,0.7);
}

.single-piece #contents #textband{
	margin-top: 0px;
}

.single-piece #contents h1#housename{
	font-size: 14px;
	text-align: left;
	top: 180px;
	right: 0px;
}

.single-piece #wrapper #contents #catch{
	font-size: 20px;
	text-align: left;
	top: 180px;
	right: 0px;
	top: 220px;
}

.single-piece #dataarea #maindata{
	width: 100%;
	float: none;
}

.single-piece #dataarea #maindata #catchcopy p{
	font-size: 24px;
	letter-spacing: -0.1em;
	margin-bottom: 10px;
}

.single-piece #wrapper #contents #mainblock #lead{
	width: 100%;
	font-size: 14px;
	line-height: 2.0em;
	margin-bottom:20px;
	float: none;
}

.single-piece #wrapper #contents #mainblock #lead p{
	margin-bottom:0px;
}

.single-piece #wrapper #contents #mainblock #spec{
	width: 100%;
	font-size: 13px;
	line-height: 1.8em;
	margin-bottom:20px;
	float: none;
	padding: 20px 0 0 0;
	border-left: none;
	border-top: 1px solid #888;
}




/* @end */

/* @end */

/* @group mailform */
#wrapper #inquiry1,
#wrapper #inquiry2{
	width: 100%;
	float: none;
}

#wrapper .mwform-checkbox-field.horizontal-item{
	display: inline-block;
	width: 90%;
	margin-right: 0px;
	margin-left: 0!important;
	margin-bottom: 10px;
}

#contents #mailformblock input#your-name,
#contents #mailformblock input#furigana,
#contents #mailformblock input#your-mail,
#contents #mailformblock textarea{
	width: 94%;
}

/* @end */

/* @group footer */


#wrapper #footband {
	width: 100%;
	padding-top: 0px;
	z-index: 100;
	background: url(common/arch_rw2.png) no-repeat center top;
	background-size: 100% auto;
	bGackground-image: none;
	background-color: #eadfcb;
	overflow: hidden;
}

#wrapper #foot{
	width: 98%;
	position: relative;
}

#wrapper #foot .telnum.pc{
	display: none;
}

#wrapper #foot a.telnum.mobile{
	display: inline-block!important;
	color: #6c70ac;
}

#wrapper #foot br.mobile{
	display: block!important;
	width: 100px;
	background-color: #000;
}

#wrapper #foot #addressblock{
	margin-bottom: 30px;
}

#foot .footmenublock{
	padding: 6px 0;
}

#foot .footmenublock h3{
	color: #a6a090;
	float: none;
	width: 80%;
	margin: 3px 0 5px 7px;
}

#foot .footmenublock ul{
	float: none;
	display: inline-block;
}

#footband #foot .footmenublock ul a{
	color: #7c7669;
	line-height: 1.2em;
	font-size: 13px;
}

#wrapper #foot #credit{
	margin: 50px auto 0px auto;
	width: 90%;
	text-align: center;
}



/* @end */
	
}
@media only screen and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-pixel-ratio : 2){

}
