@charset "utf-8";
/* CSS Document */
/*=======================================================================

	FileName       common.css
	AuthorPer			 00025750 Taito Kato
	LastUpdate     2016/06/08

	Index
		00ResetAndImportSetting
		01CommonSettings
		02WrapperSettings
		03HeaderSettings
		04NavSettings
		05ArticleSettings
		06FooterSettings
		07SidebarSettings
		08ContentsSettings
		09TableSettings
		10FormSettings

=======================================================================*/
/*
	00ResetAndImportSetting
--------------------------------------------*/
/*リセットスタイルシートの読み込み*/
@import "css/reset.css";
/*
	01CommonSettings
--------------------------------------------*/
/*共通項目*/
html {
  width: 100%;
  height: 100%;
}
/*共通項目*/
body {
  word-break: break-all;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch!important;
  width: 100%;
  height: 100%;
  min-width: 1000px;
  padding: 0 !important;
  -webkit-text-size-adjust: none;
  font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  color: #444 !important;
  background-color: #fff;
}
/*リンク設定*/
a,
a:hover {
  text-decoration: none !important;
}
h2 {
  margin: 0 !important;
}

ol.pankuzu {
  width: 1000px;
  height: 14px;
  line-height: 14px;
  margin: 0 auto;
  font-size: 14px;
}
ol.pankuzu li {
  float: left;
}
ol.pankuzu li:after {
  content: ">";
  padding: 0 8px;
}
ol.pankuzu li:last-child:after {
  content: none;
}

/*
	02WrapperSettings
--------------------------------------------*/

.container-fluid {
  max-width: 1000px;
  margin: 0 auto;
}
/*ヘッダーラッパー*/
header {
  width: 100%;
  height: 75px;
  background-color: #F19217;
}
/*コンテンツラッパー*/
article {
  width: 100%;
  font-size: 16px !important;
  line-height: 24px;
  letter-spacing: 1.7px;
  position: relative;
}
/*セクション*/
section {
  position: relative;
  width: 100%;
  padding: 50px 0;
}
footer {
  width: 100%;
  padding-bottom: 10px;
}
/*
	03HeaderSettings
--------------------------------------------*/
/*ロゴ用*/
h1#logo {
  position: absolute;
  left: 0;
  top: -1px;
  width: 244px;
  height: 89px;
  margin: 0;
  background-image: url("images/logo.png");
  background-repeat: no-repeat;
  float: left;
}
h1#logo a {
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  display: block;
}
div#drawer {
  display: none;
}

/*
	04NavSettings
--------------------------------------------*/
div#gNavWrapper {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
/*グローバルナビゲーション*/
ul#gNav {
  margin: 0;
  margin-top: 40px;
  float: right;
  font-size: 13px;
}
/*グローバルナビゲーション 個別設定*/
ul#gNav > li {
  position: relative;
  text-align: center;
  float: left;
  font-weight: bold;
  border-right: 1px solid #fff;
}
ul#gNav > li:last-child {
  border: none;
}
li.subList {
  padding: 0 15px;
  border-right:none !important;
  color: #fff;
  z-index: 9998;
}
li.subList:hover {
  padding-bottom: 30px;

}
/*グローバルナビゲーション　リンク設定*/
ul#gNav li a {
  width: 100%;
  padding: 0 12px;
  color: #fff;
  font-weight: bold;
  display: block;
}

ul#gNav li:hover {
  background-color: #FFBD76;
}

ul.dropDown:before {
  content: "";
  position: absolute;
  top: -8px; left: 50%;
  margin-left: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #FFF transparent;
  z-index: 9000;
}
ul.dropDown:after {
  content: "";
  position: absolute;
  top: -12px; left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #F19217 transparent;
  z-index: 8000;
}
ul.dropDown {
  position: absolute;
  top: 30px;
  left: 0;
  width: 115px;
  display: none;
  z-index: 9999;
  border:4px solid #F19217;
  transition: all 0.5s;
  box-shadow: 2px 2px 2px 2px #9F9F9F;
  -webkit-box-shadow: 0px 0px 15px #444;
  -moz-box-shadow: 2px 2px 2px 2px #9F9F9F;
}
ul.dropDown li {
  width: 100%;
}
ul.dropDown li a {
  padding: 10px !important;
  background-color: #fff;
  border-bottom: 2px solid #F19217;
  color: #F19217!important;
  display: block !important;
}
ul.dropDown li a:hover {
  background-color: #FFBD76 !important;
  color: #FFF !important;
}
li.subList:hover ul.dropDown {
  display: block;
}
li.listAdj {
  border-left: 1px solid #FFF;
}
/*
	05ArticleSettings
--------------------------------------------*/

/*
	06FooterSettings
--------------------------------------------*/
div.footerNavWrapper {
  width: 100%;
  padding: 60px 0 30px 0;
  background-color: #F5F5F0;
  font-size: 10px;
}
div.footer {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
div#footerTop {

}
ul.footerNav {
  float: left;
}
.head a{
  color: #231815;
  font-weight: bold;
}
div#copyright {
  text-align: center;
}
div.footerNavWrapper2 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #F19217;
  z-index: 1000;
}
div.footer {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
div#footerFixedWrapper {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 1000;
}

div.footerContents p {
  margin-bottom: 3px;
}
ul.footerNav li.nav {
  min-width: 64px;
  margin-right: 17px;
  float: left;
}
ul.footerNav li.nav:last-child {
  margin-right: 0;
}
ul.footerNav2 {
  margin: 0;
  float: right;
}
ul.footerNav2 li {
  line-height: 30px;
  margin-right: 10px;
  float: left;
}
ul.footerNav2 li a {
  padding: 0 10px;
  color: #fff;
  display: block;
}
ul.footerNav2 li:last-child {
  margin: 0;
  background-color: #FF6600;
}
h1#footerLogo {
  width: 243px;
  height: 54px;
  margin: 0;
  margin-right: 30px;
  background-image: url("images/footer.png");
  float: left;
}
h1#footerLogo a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
}
div#telWrap
{
  float: right;
}
p#tel {
  font-size: 32px;
}
p#tel img {
  margin-right: 5px;
}
p#telText {
  width: 100%;
  padding: 3px 0;
  font-size: 14px;
  border :1px solid #231815;
  text-align: center;
}
div#model {
  width: 295px;

}
div#model p {
  font-size: 14px;
  font-weight: bold;  
}
div.store {
  width: 215px;
  margin-right: 20px;
  float: left;
}
p.storeHead {
  padding: 5px;
  color: #231815;
  background-color: #EFEEE8;
  font-size: 13px;
  font-weight: bold;
}
a.boxLink {
  margin: 0 auto;
  display: block;
}
a.boxLink:hover {
  background-color: rgba(255,255,255,0.9)!important;
}
div.regist {
  padding: 10px;
  background-color: #EFEEE8;
  font-size: 12px;
}
div.regist p {
  margin: 0;
}
div.store p {
  font-size: 12px;
}
.storeLast {
  margin: 0 !important;
}
span.footerAccent {
  color: #FFCC33;
  font-size: 10px;
}
div#footerFixed {
  position: absolute;
  left: 0;
  top: -55px;
  padding: 0 15px;
  padding-top: 8px;
  background-color: #F19217;
  border-radius: 10px;
}
p#footerFixedTel {
  margin-bottom: 3px;
  font-size: 26px;
  text-align: center;
  color: #FFF;
}
p#footerFixedTel img {
  margin-right: 5px;
}
p#footerFixedText {
  width: 220px;
  margin: 0;
  font-size: 14px;
  color: #FFF;
  border: 1px solid #FFF;
  text-align: center;
}
div#copyright {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 15px;
  padding: 20px 0;
  font-size: 12px;
  text-align: right;
}
div#copyright p {
  margin: 0;
}
/*
	07SidebarSettings
--------------------------------------------*/
p.sideTitle {
  font-size: 16px;
}
p.sideCategory {
  font-size: 15px;
}
ul.categoryListWrap li.categoryList {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}
ul.categoryListWrap li.categoryList a {
  color: #F19217;
}

ul.lineup li {
  display: inline-block;
  margin-bottom: 15px;
}
/*
	08ContentsSettings
--------------------------------------------*/
/* =============================
	共通項目
============================= */
#flickity img:hover {
  cursor: pointer;
}
div.pageHeaderWrapper {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  background-size: cover !important;
}
div.pageHeaderContents {

  max-width: 1000px;
  padding: 30px 0;
  margin: 0 auto;
}
/*ページヘッダー*/
h1.pageHeader {
  width: 100%;
  margin: 0;
  font-size: 38px;
}
p.articleTitle {
  position: relative;
  margin-bottom: 30px;
  font-size: 18px;
}
p.articleTitle:after {
  position: absolute;
  content: "";
  left: 18%;
  width: 360px;
  height: 10px;
  display: block;
  margin: 0 auto;
  margin-left: -180px;
  background-image: url("images/border.png");
}
p.pageHeaderText {
  font-size: 12px;
  margin: 0;
}
p.headerText {
  margin: 0;
  margin-top: 10px;
}
span.goodAccent {
  color: #F19217;
  font-size: 20px;
  font-weight: bold;
}
.wrapAdj
{
  padding: 20px !important;
}
#whiteWrap
{
  padding: 15px;
  background-color: #FFF;
}
.evenWrapper {
  padding: 50px 0;
  background-color: #EFEEE8;
}
.box1,
.boxWrapper {
  margin-bottom: 40px;
}
/*ボックスタイトル*/
.boxTitle {
  padding-left: 15px;
  margin-bottom: 40px !important;
  font-size: 28px;
  border-left: 5px solid #F19217;
}
h2.boxTitle2 {
  margin-bottom: 40px !important;
  font-size: 32px;
}
.boxTitleText {
  margin-top: 5px;
  font-size: 14px;
  display: block;
}
.aboutText {
  margin-bottom: 30px !important;
  text-align: center;
  font-size: 32px;
}
/*イメージタイトル*/
.boxImgTitle {
  font-size: 22px;
  text-shadow: 0px 0px 20px rgba(0,0,0,0.9);
}
a.contents {
  display: block;
}
a.banner {
  display: block;
}
p.sectionText {
  padding: 0 200px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
  color: #444;
}
/*セクションタイトル*/
h2.sectionTitle {
  width: 100%;
  margin-top: 0;
  margin-bottom: 50px !important;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
h2.sectionTitle:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 60px;
  width: 320px;
  height: 10px;
  display: block;
  margin: 0 auto;
  margin-left: -160px;
  margin-bottom: 30px;
  background-image: url("images/border.png");
}
h2.sectionTitle img {
  margin-right: 10px;
}
/*セクションタイトル2*/
h2.sectionTitle2 {
  width: 100%;
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 30px !important;
  font-weight: bold;
  letter-spacing: 0.5px;
}
h2.sectionTitle2:after {
  position: absolute;
  content: "";
  top: 50px;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url("images/border.png");
}
/*セクションタイトル3*/
h2.sectionTitle3 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: bold;
}
h2.sectionTitle3:after {
  position: absolute;
  content: "";
  top: 90px;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url("images/border.png");
}
.ruby {
  margin-bottom: 10px;
  font-size: 18px;
  display: block;
}
span.accent {
  color: #F19217;
}
#slide {
  max-width: 100%;
  height: 320px;
margin:0 auto;
position:relative;
}

#slide img {
position:absolute;
left:0;
top:0;
}
a#costomerBg {
  width: 198px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  display: block;
  color: #FFF;
  background-image: url("images/column_bg.png");
}
p#costomerText {
  font-size: 14px;
  margin-top: -2px;
}
div.galellyBox {
  margin-bottom: 40px;
}
div.galellyBox a{
  color: #F19217;
  display: block;
}
div.orangeBox2 {
  width: 210px;
  padding: 5px 0;
  margin-top: 20px;
  text-align: center;
  background-color: #F19217;
  color: #FFF;
}
div.orangeBox2 p {
  margin: 0;
}
div.newsWrap {
  margin-bottom: 20px;
}
ul.newsNav {
  margin-top: 15px;
  float: left;
}
ul.newsNav li {
  margin-right: 10px;
  padding: 5px 8px;
  background-color: transparent;
  border: 2px solid #aaa;
  color: #aaa;
  font-size: 12px;
  float: left;
}
ul.newsNav li a {
  display: block;
  color: #aaa;
}
ul.newsNav li:hover {
  border: 2px solid #F19217;
  color: #F19217;
}
a#newsMore{
  margin-top: 15px;
}
.resetBox {
  padding: 0 !important;
  margin: 0 !important;
}
.contentsBox {
  width: 279px;
  padding: 20px;
  font-size: 14px;
  letter-spacing: 0.2px;
  background: url("images/1/contents_bg.png") no-repeat;
  margin: auto;
}
.borderBox {
  padding: 10px;
  border-bottom: 1px dashed #C7C4C4;
}
.borderBox1 {
  padding: 10px;
  border-right: 1px dashed #C7C4C4;
  border-bottom: 1px dashed #C7C4C4;
}
.borderBox2 {
  padding: 30px 15px;
  border-right: 1px dashed #C7C4C4;
}
.borderBox3 {
  padding: 30px 15px;
}
.oddBox {
  background-color: #eee;
}
.contentsBox p {
  margin: 0;
}
.contentsBox img {
  margin-bottom: 10px;
}
p.contentsTitle {
  padding: 5px 0;
  margin-bottom: 5px;
  border-bottom: 1px dashed #F19217;
  color: #444;
  font-size: 21px;
}
p.contentsTitleText {
  margin-bottom: 5px;
  font-size: 12px;
}
p.contentsText {
  margin-bottom: 0;
  font-size: 16px;
  color: #444;
}

.response {
  display: none;
}
.non-response {
  display: block;
}
/* =============================
	トップ
============================= */
#mainVisual {
  width: 100%;
  position: absolute;
  z-index: 1;
}
div.js-flickity {
  position: relative;
  margin-bottom: 50px;
}
.flickity-viewport {
}
h2#reason {
  margin-bottom: 70px !important;
}
h2#reason span{
  font-size: 36px;
  background: linear-gradient(transparent 80%, #FFCC33 0%);
  letter-spacing: 2px;
}
p.tagEvent {
  width: 60px;
  padding: 3px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  background-color: #444;
}
p.tagEvent a {
  color: #FFF;
}
a.subject {
  color: #444;
}
p.date {
  font-size: 16px;
  color: #F19217;
}
section#snowWrapper {
  background-color: #231815;
  color: #fff;
}
p.newsDate {
  font-size: 16px;
}
/*ニュースレコード*/
.newsRcd {
  padding: 10px 0;
  border-bottom: 1px dashed #444;
}
p.newsSubject {
  color: #F19217;
  font-size: 20px;
}
.subject {
  font-size: 16px;
}
a.btnMore {
  padding: 3px 10px;
  border: 1px solid #444;
  background-color: #fff;
  display: block;
  color: #444;
  float: right;
}
a.btnMore:hover {
  color: #F19217;
}
a#circleColumn {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
#circleColumnImg {
  position: absolute;
  left: 5px;
  top: -25px;
}
/*タイルラッパー*/
.js-masonry {
  max-width: 1020px;
  margin: 0 auto;
  overflow: hidden;
}
/*タイル*/
a.item {
  width: 184px;
  height: 120px;
  margin: 10px;
}
a.item:hover {
  opacity: 0.7;
}
p.textAdj {
  letter-spacing: 0.5px;
}
#grand {
  padding-top: 116px;
  margin-bottom: 20px;
  height: 244px;
  background: url("images/1/era3.png") no-repeat;
}
#technical {
  padding-top: 116px;
  margin-bottom: 20px;
  height: 244px;
  background: url("images/1/era2.png") no-repeat;
}
#comfortable {
  padding-top: 116px;
  margin-bottom: 20px;
  height: 244px;
  background: url("images/1/era1.png") no-repeat;
}
h3.reasonTitle {
  padding-left: 20px;
  color: #fff;
  font-size: 28px;
  text-shadow: 1px 1px 3px #000;
}
p.reasonText {
  padding: 10px;
  font-size: 12px;
  letter-spacing: 0px;
  color: #fff;
  background-color: rgba(67,67,67,0.6);
}
ul#bannerList {
  text-align: center;
}
ul#bannerList li {
  display: inline-block;
  margin: 10px;
}
ul#snsList {
  float: right;
  margin-bottom: 0 !important;
}
ul#snsList li {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
ul#snsList li:last-child {
  margin-right: 0;
}

p.articleTitle img {
  margin-top: -10px;
  margin-right: 10px;
}
/* =============================
  staff
============================= */
#staffHeader {
  background: url("images/9/top.png") no-repeat;
}
.staffBox {
  border: 2px solid #DEDEDE;
}
.staffContents {
  padding: 10px;
  letter-spacing: 0.1px;
}
.staffBox p {
  font-size: 13px;
  line-height: 18px;
  margin: 0;
}
.staffRcd {
  margin-bottom: 10px !important;
}
h2.staffName {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
p.staffTag {
  margin-top: 5px;
  text-align: center;
  background-color: #DEDEDE;
  font-weight: bold;
  font-size: 12px;
}
p.line {
  margin-top: 10px;
  font-weight: bold;
}
/* =============================
	news
============================= */
#newsArticle {
  letter-spacing: 0.2px;
}
#newsHeader {
  background: url("images/14/top.png") no-repeat;
}
p.sideNewsTitle {
  font-weight: bold;
  font-size: 18px;
}
.sideNewsRcd {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}
.sideNewsRcd p {
  margin: 0;
}
/* =============================
	concept
============================= */
#conceptHeader {
  background: url("images/2/top.png") no-repeat;
}
/* =============================
	grand
============================= */
#grandHeader {
  background: url("images/3/top.png") no-repeat;
}
.grandWrap {
  height: 474px;
  padding: 80px 20px;
  background-image: url("images/3/bg.png");
}
/* =============================
	technical
============================= */
#technicalHeader {
  background: url("images/4/top.png") no-repeat;
}
.q1Reason {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 20px;
  border: 2px solid #F19217;
  background-color: #FFF;
  color: #F19217;
  text-align: center;
  font-size: 20px;
}
#q1Contents {
  height: 594px;
  padding: 30px;
  background: url("images/4/bg.png");
}
.bold {
  font-weight: bold;
}
/* =============================
  comfortable
============================= */
#comfortableHeader {
  background: url("images/5/top.png") no-repeat;
}
.bgBorder {
  height: 474px;
  padding: 30px;
  background: url("images/5/bg.png");
}

/* =============================
  media
============================= */
#mediaHeader {
  background: url("images/17/top.png") no-repeat;
}

h3.mediaHead {
  color: #F19217;
}

h2.bookIntro {
  height: 71px;
  padding: 20px 30px;
  margin-bottom: 60px !important;
  font-size: 28px;
  background: url("images/17/bg.png") no-repeat;
}

h3.bookTitle {
  font-size: 24px;
  font-weight: bold;
}
p.bookNumber {

}

.bookRight {
  margin-top: -15px;
}

span.introText {
  margin-left: 50px;
  font-size: 16px;
}

p.bookFlow {
  padding: 20px;
  padding-left: 0;
  margin-right: 20px;
  font-size: 72px;
  color: #F19217;
  border-right: 1px dashed #444;
  float: left;
}
/* =============================
  flow
============================= */
.flowWrap {
  padding: 25px;
  margin-bottom: 20px;
  height: 141px;
  background-image: url("images/8/bg_2.png");
}

.flowWrapL {
  height: 252px;
  padding: 25px;
  margin-bottom: 20px;
  background-image: url("images/8/bg_l.png");
}

.flowPoint {
  padding: 40px 25px;
  margin-bottom: 20px;
  height: 239px;
  background-image: url("images/8/bg_3.png") !important;
}

p.flowNumber {
  padding: 10px 0;
  height: 40px;
  color: #F19217;
  font-size: 34px;
  font-weight: bold;
  border-right: 1px dashed #444;
}
p.flowTitle {
  letter-spacing: 0.5px;
  line-height: 28px;
  font-size: 22px;
  font-weight: bold;
}
p.flowText {
  letter-spacing: 0.2px;
  line-height: 24px;
  font-size: 16px;
}
p.flowPointNumber {
  padding: 10px 0;
  color: #FFF;
  font-size: 34px;
  font-weight: bold;
  border-right: 1px dashed #444;
}
div.toFlowFree {
  width: 100%;
  padding: 30px 0;
  border: 2px dashed #F19217;
  margin-bottom: 20px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

div.toFlowFree p {
  margin: 0;
}
.flowPicAdj {
  margin-top: -20px!important;
}

div.orangeBox
{
  width: 100%;
  padding: 15px 0;
  border: 2px dashed #F19217;
  margin-bottom: 20px;
  line-height: 38px;
  text-align: center;
  font-size: 30px;
}

div.orangeBox p {
  margin: 0;
}
/* =============================
	q1
============================= */
.q1Title {
  color: #FFF !important;
}
#q1Header {
  background-color: #ac8e75;
}
.technique {
  margin-top: 10px;
  color: #F19217;
  font-size: 22px;
  font-weight: bold;
}

.kouTitle {
  color: #FFF !important;
}
#kouHeader {
  background-image: url("images/back_2.jpg");
  background-repeat: repeat;
  background-size: auto !important;
}

/* =============================
	zeh
============================= */
#zehWrap {
  padding: 30px 0;
  border: 4px dashed #F19217;
}
.zehTitle {
  color: #FFF !important;
}
#zehHeader {
  background-color: #a87782;
}
.boxPicText {
  letter-spacing: 0.5px;
  margin-top: 20px;
  color: #F19217;
}
#zehBg {
  height: 435px;
  padding: 50px 30px;
  background: url("images/7/zeh_bg_03.png");
}
#subsidy {
  width: 192px;
  height: 221px;
  position: absolute;
  top: -70px;
  left: -10px;
  z-index: 1;
}
#zehkun {
  margin-top: 100px;
}
/* =============================
  galelly
============================= */
div#galellyHeader {
  background: url("images/10/top.png") no-repeat;
}
/* =============================
	real-estate
============================= */
div#realHeader {
  background: url("images/11/top.png") no-repeat;
}
.realWrapper {
  padding-top: 20px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
div.realPic {
}
.realButton {
  padding: 2px;
  border-radius: 3px;
  background-color: #F19217;
  display: block;
  float: right;
}
/* =============================
	company
============================= */
#company {
  letter-spacing:0.2px;
  font-size: 14px !important;
}
div#companyHeader {
  background: url("images/12/top.png") no-repeat;
}
h2.companySectionTitle {
  font-size: 28px;
}
p.companyTitle {
  font-weight: bold;
  font-size: 18px;
}

p.textOrangeBox {
  width: 100%;
  padding: 15px 0;
  margin-bottom: 30px;
  text-align: center;
  color: #F19217;
  border: 3px solid #F19217;
  background-color: #FFF;
  font-size: 24px;
  font-weight: bold;
}
/* =============================
	question
============================= */
div#questionHeader {
  background: url("images/13/top.png") no-repeat;
}
div.questionWrapper {
  margin-bottom: 30px;
}
div.questionBox {
  margin-bottom: 20px;
}
a.questionImg {
  display: block;
}
a.questionAbout {
  color: #F19217;
}
div.questContents {
  padding: 10px;
  border: 1px solid #ccc;
}
p.questTitle {
  padding: 10px;
  margin: 0;
  color: #F19217;
  border: 1px solid #ccc;
  background-color: #eee;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}
p.questTitle:hover {
  color:#FFF;
  background-color: #F19217
}
h2.aboutQuestion {
  font-size: 32px;
  margin-bottom: 15px !important;
}
/* =============================
  column
============================= */
div#columnHeader {
  background: url("images/16/top.png") no-repeat;
}
div.columnBox {
  padding: 15px 10px !important;
  border:1px solid #CCC !important;
  font-size: 14px;
}
div.columnBox p{
  margin-bottom: 0;
}
p.comment {
  line-height: 13px;
  margin-left: -20px !important;
  margin-bottom: 5px !important;
  padding: 4px;
  height: 70px;
  font-size: 12px;
  background-color: #EFEFEF;
}
p.columnName {

  font-size: 12px;
  text-align: right;
}
.imgWrap img {
  width: 80%;
  height: auto;
}
.coming {
  background-color: #FFF;
  display: block;
  opacity: 0.2;
}
.comingText {
  position: absolute;
  top: 45%;
  left:0;
  width: 100%;
  font-size: 18px;
  text-align: center;
  z-index: 10;
}
.modalContent {
  width: 1060px;
  padding: 30px !important;
  max-height: 620px;
  overflow: scroll;
}
.columnBorder {
  padding:20px !important;
}
.columnBorder:before {
  position: relative;
  content: "";
  top: -20px;
  left:18%;
  width: 100%;
  height: 10px;
  display: block;
  margin: 0 auto;
  margin-left: -180px;
  background-image: url("images/border.png");
}
.columnContents {
  padding: 20px 40px;
}
h2.columnHeaderText {
  text-align: center;
  padding-bottom: 30px;
}

p.voiceName {
  margin-top: 60px;
}

p.q {
  padding:7px 4px 0 6px;
  margin-top: -8px;
  margin-right: 15px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  font-weight: bold;
  color: #FFF;
  font-size: 24px;
  background-color: #F19217;
  text-align: center;
  float: left;
}
p.a {
  padding:7px 4px 0 6px;
  margin-top: -8px;
  margin-right: 15px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  font-weight: bold;
  color: #FFF;
  font-size: 24px;
  background-color: #FF6600;
  text-align: center;
  float: left;
}

.modalEtc {
  width: 1194px;
}
/*
	09TableSettings
--------------------------------------------*/
table.companyTable {
  border-collapse: collapse;
  border: 1px solid #ddd;
}
table.companyTable th {
  padding:15px 10px !important;
  width: 100px;
  background-color: #eee;
}
table.companyTable td {
  width: 230px;
  padding: 15px 10px!important;
}
table.historyTable {
  border-collapse: collapse;
  border: 1px solid #ddd;
}
table.historyTable th {
  padding:15px 10px !important;
  width: 120px;
  background-color: #eee;
}
table.historyTable td {
  padding:15px 10px !important;
}
/*
	10FormSettings
--------------------------------------------*/
/*
	99AccessorySettings
--------------------------------------------*/
.col-xs-4 {
  padding-top: 0 !important;
  background-color: transparent !important;
  border: none!important;
}
.modal-overlay {
    z-index:20000;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background-color:rgba(0,0,0,.5)}
a.modal-open {
  color: #444;
}
a.modal-open:hover {cursor:pointer}
.modalContent {
    position:fixed;
    display:none;
    z-index:20001;
    margin:10px;
    padding:20px 0;
    border-radius:10px;
    background:#fff
}
a.modal-close {
    position:absolute;
    top:0;
    right:10px;
    color:#b29c33;
    font-size:35px;
    line-height:1;
    font-weight:bold;
    text-decoration:none}
a.modal-close:hover {cursor:pointer}

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

.adj {
  margin-top: 8px;
}


/*コンテンツ部分___________________________*/

#topImage {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5px;
  padding: 0px;
}
#topCopy {
    width: 90%;
  min-width:980px;
  max-width:1000px;
  overflow:hidden;
  margin:0px auto;
}
#topCopy img {
  margin: 30px 0px 0px 110px;
}
#header #topCopy img.con {
  float: right;
  margin: 0px 0px 0px 50px;
}
#topCopy2 {
  width: 90%;
  min-width:980px;
  max-width:1000px;
  overflow:hidden;
  margin:0px auto;
}
#topCopy2 img {
  margin: 0px 0px 30px 10px ;
}
#topContents {
  width: 90%;
  max-width:1000px;
  min-width:960px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position:relative;
}
#topContentsBoxTop {
  width:960px;
  margin: 0 auto;
  font-size: 88%;
  line-height:130%;
}
#topContentsBox {
  width: 100%;
  min-width:960px;
  max-width:1050px;
  margin: 0 auto;
  font-size: 88%;
  line-height:130%;
}
#threeContents {
  padding:20px 0 0;
}
#topContents #leftBox {
  float: left;
}
.centerBox {
  width: 820px;
  text-align:center;
  margin-right: auto;
  margin-left: auto;
}
.contentLeft {
  float: left;
  width:465px;
  margin-bottom:20px;
}
.contentRight {
  float: right;
  width:465px;
  margin-bottom:20px;
}
.noteBg {
  background-image: url(images/note-bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  margin-bottom: 20px;
  padding-top: 29px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  overflow:hidden;
  _zoom: 1;
}


.fudo_top_r-4 {
  padding-bottom: 40px;
  font-size: 12px;
  letter-spacing: 0;
}


/*newspage___________________________*/

#singlePage #newsPage {
  width: 850px;
  margin: 0 auto;
}
#singlePage #newsPage .newsContent {
  float:right;
  width: 580px;
}
#singlePage #newsPage .newsContent h2 {
  width:auto !important;
}
#singlePage #newsPage .newsContent h3 {
  font-size: 190% !important;
  font-weight: normal;
  background-image: url(images/note-bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  padding: 50px 30px 5px;
}
#singlePage #newsPage .newsContent .singleDate {
  border-top: 1px dotted #D7CDD8;
  background-color: #FFF;
  margin: 0 6px 20px 0;
  font-size:95%;
}
#singlePage #newsPage .newsContent .entry-content {
  font-size:110%;
  line-height:180%;
  background-color: #FFF;
  padding: 0 30px 30px;
  margin: 0 6px 0 0;
  word-wrap: break-word;
  background-image: url(images/news-bg.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}
#singlePage #newsPage .newsContent .entry-content .text {
  padding: 0 0 0  50px;
  margin: 0 6px 0 0;
}
#singlePage #newsPage #nav-below {
  font-size:95%;
  clear:both;
  overflow:hidden;
  *display: inline;
  zoom: 100%;
}
#singlePage #newsPage #nav-below .nav-previous {
  float:left;
}
#singlePage #newsPage #nav-below .nav-next {
  float:right;
}
#singlePage #newsPage #nav-below .nav-previous a, #singlePage #newsPage #nav-below .nav-next a {
  display:block;
  width:210px;
  margin: 7px 0 5px 0;
  padding-top:14px;
  background-image: url(images/nextpage_01.png);
  background-position: left top;
  background-repeat: no-repeat;
  cursor:pointer;
}
#singlePage #newsPage #nav-below .nav-previous a .meta-nav, #singlePage #newsPage #nav-below .nav-next a .meta-nav {
  display:block;
  background-image: url(images/nextpage_03.png);
  background-position:left bottom;
  background-repeat: no-repeat;
  width:210px;
  padding-bottom:12px;
}
#singlePage #newsPage #nav-below .nav-previous a .meta-nav2, #singlePage #newsPage #nav-below .nav-next a .meta-nav2 {
  display:block;
  background-image: url(images/nextpage_02.png);
  background-position: left top;
  background-repeat: repeat-y;
  padding:0 20px 0 13px;
  line-height:120%;
}



/*ページナビゲーション*/
.tablenav {
  color: #EA6000;
  margin: 1em auto;
  line-height:2em;
  text-align:center;
  padding-top:10px;
  clear:both;
}
a.page-numbers, .tablenav .current {
  color: #EA6000;
  padding: 2px .4em;
  border:1px dotted #EA6000;
  text-decoration:none;
  font-size:90%;
}
a.page-numbers:hover {
  color:#FFF;
  background-color: #F62828;
  border-color: #F62828;
}
.tablenav .current {
  color: #FFF;
  border-color: #EA6000;
  font-weight:bold:
;   background-color: #FF8300;
}
.tablenav .next, .tablenav .prev {
  border:0 none;
  background:transparent;
  font-size:90%;
  font-weight:bold;
}




/* googlemap */
.contentRight #map {
  border: 1px dotted #D7CDD8;
  position:relative;
}

.mapmarker {
  line-height:125%;
}
.mapmarker b {
  display: block;
  margin-bottom: 7px;
}

/*マージンパディング____________________________*/

.clear { clear: both; }
.floatClear{ float:none !important;}
.clearPadding { padding:0 0 0 0 !important; }
.clearMargin { margin:0 0 0 0 !important; }
.overfHidden { overflow:hidden; }
.marginBottom0 { margin-bottom: 0; }
.marginBottom5 { margin-bottom: 5px; }
.marginBottom15 { margin-bottom: 15px; }
.marginBottom10 { margin-bottom: 10px; }
.marginBottom5 { margin-bottom: 5px; }
.marginBottom20 { margin-bottom: 20px; }
.marginBottom25 { margin-bottom: 20px; }
.marginBottom30 { margin-bottom: 30px; }
.marginTop5 { margin-top: 5px; }
.marginTop10 { margin-top: 10px; }
.marginTop15 { margin-top: 15px; }
.marginTop20 { margin-top: 20px; }
.marginTop30 { margin-top: 30px; }
.marginTop40 { margin-top: 40px; }
.marginTop50 { margin-top: 50px; }
.marginRight10 { margin-right: 10px; }
.marginRight20 { margin-right: 20px; }
.marginRight5 { margin-right: 5px; }
.marginLeft10 { margin-left: 10px; }
.marginLeft5 { margin-left: 5px; }
.marginLeft15 { margin-left: 15px; }
.marginRight15 { margin-right: 10px; }
.paddingRight20 { padding-right: 20px; }
.paddingRight30 { padding-right: 30px; }
.paddingRight15 { padding-right: 15px; }
.paddingRight10 { padding-right: 10px; }
.paddingRight5 { padding-right: 5px; }
.paddingRight6 { padding-right: 6px; }
.paddingLeft70 { padding-left: 70px; }
.paddingLeft30 { padding-left: 30px; }
.paddingLeft20 { padding-left: 20px; }
.paddingLeft15 { padding-left: 15px; }
.paddingLeft10 { padding-left: 10px; }
.paddingLeft5 { padding-left: 5px; }
.paddingTop20 { padding-top: 20px; }
.paddingTop30 { padding-top: 30px; }
.paddingTop50 { padding-top: 50px; }
.paddingTop15 { padding-top: 15px; }
.paddingTop10 { padding-top: 10px; }
.paddingTop5 { padding-top: 5px; }
.paddingTop3 { padding-top: 3px; }
.paddingBottom30 { padding-bottom: 30px; }
.paddingBottom25 { padding-bottom: 25px; }
.paddingBottom20 { padding-bottom: 20px; }
.paddingBottom15 { padding-bottom: 15px; }
.paddingBottom10 { padding-bottom: 10px; }
.paddingBottom5 { padding-bottom: 5px; }
.padding10 { padding: 10px; }
.padding15 { padding: 15px; }
.margin15 { margin: 15px; }
.padding20 { padding: 20px; }
.dotBottom { border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #D7CDD8; overflow: hidden; padding-bottom:30px; width:700px;}
.dotBottom2 { border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #D7CDD8; overflow: hidden; padding-bottom:10px; margin-bottom:10px;}
.dotTop { border-top-width: 1px; border-top-style: dotted; border-top-color: #D7CDD8; }
.dotTop2 { border-top-width: 1px; border-top-style: dotted; border-top-color: #D7CDD8; padding-top:10px; margin-top:10px;}

.font09 { font-size: 90%; line-height: 155%; }
.font085 { font-size: 85%; line-height: 105%; }
.font08 { font-size: 80%; line-height: 100%; }

.alignLeft { text-align: left; }
.alignCenter { text-align: center; }
.alignRight { text-align: right; }
.floatLeft { float: left; }
.floatRight { float: right; }
.block4 {
}
.block4 li {
  float: left;
  width: 165px;
  font-size: 90%;
  line-height: 155%;
  padding:0 10px 10px 0;
}
.block3 {
  clear:both;
}
.block3 li {
  float: left;
  width: 214px;
  font-size: 90%;
  line-height: 155%;
  padding:0 19px 10px 0;
}
.block3 li img {
  padding:0 0 10px 0;
}

/*記事投稿時____________________________*/

.alignleft { float: left; margin-right: 20px; }
.alignright { float: right; margin-left: 20px; }
.aligncenter { text-align: left; margin-right: auto; margin-left: auto; display:block;}
.wp-caption { font-size: 0.85em; color: #231815; padding:3px 1px; text-align:center;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;  }
.caption { font-size: 0.8em; line-height: 1.3em; }
.blogContent .text table { margin:10px 0; border-collapse:collapse; }
.blogContent .text p { margin:0 0 15px ; }
.blogContent p { margin:0 0 15px ; }
.blogContent img { margin-bottom:10px; }
#galleryPage .galleryText p { margin:0 0 15px ; }
.blogContent .text table td { padding:3px; }
.blogContent .text em { padding:3px; font-style: italic; }
.blogContent .text ul, #singlePage #newsPage .newsContent .text ol { margin:10px 0; }
.blogContent .text ul li { margin-left:1.5em; list-style-type: disc; }
.blogContent .text ol li { margin-left:1.5em; list-style-type: decimal; }
.wp-caption-text { text-align:left; }
blockquote{ font-size:90%; line-height:160%; display:block !important; border: 1px dotted #DCD5D5 !important; padding:15px !important;} 

/*テーブル___________________________*/

.dTable {
  width: 770px;
  border-collapse: collapse;
  text-align: left;
  font-size: 100%;
  line-height:120%;
  margin: 0 auto;
  border-top: 1px dotted #DCD5D5;
}
.dTable2 {
  width: 462px;
  border-collapse: collapse;
  text-align: left;
  font-size: 100%;
  line-height:140%;
  margin: 0 auto;
  border-top: 1px dotted #DCD5D5;
}
.dTable th, .dTable td, .dTable2 th, .dTable2 td {
  padding: 5px 0;
  border-bottom: 1px dotted #DCD5D5;
  vertical-align: top;
}
.dTable th {
  width: 220px;
  padding-left:70px;
}
.dTable2 th {
  width: 130px;
}
.dTable tr td ul li, .dTable2 tr td ul li {
  margin-left: 35px;
  list-style-type: disc;
}
.dTable2 tr td ul {
  margin: 15px 0 15px;
}
.dTable2 tr td ul li {
  margin-left: 25px;
  list-style-type: disc;
}
.dTable tr td ol li, .dTable2 tr td ol li {
  margin-left: 35px;
  list-style-type: decimal;
  margin-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #C3C0BB;
}


/*lupe*/
#mainBar a {
}
#mainBar .thickbox .zoom {
  width:26px;
  height:26px;
  display:block;
  text-align:right;
  margin:0px;
  padding:0px;
  position: relative;
  bottom: 30px;
  right: 7px;
  height:1px;
}
a .imager {
  overflow:hidden;
  z-index: 1;
}
a.arrow{
  display:block;
  padding:3px 3px 3px 15px;
  color:#FFF !important;
  background-image: url(images/btn-arrow_off.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-color:#EA8300;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration:none;
}
a:hover.arrow{
  background-image: url(images/btn-arrow_on.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-color:#EA6000;
}



/*sideMenu-----------------------------------------------*/

#sidebar {
  width: 230px;
  float:left;
  margin-bottom:15px;
  word-wrap: break-word;
  font-size:100%;
  line-height:120%;
  position:relative;
  zoom:1;
}
#sidebar .current_page_item a{
  color:#EA6000 !important;
}

/*#sideContents{
  width:1000px;
  position:absolute;
  right:0;
}*/

/*#sideMenu,#sideMenu2{
  width:1000px;
  clear:both;
  background-color: #E9E7E2;
  padding:3px 3px 3px 0;
}*/
#sideMenu2 .form{
  padding-top:10px;
}
#sideMenu2 .form input{
  display:block;
  width:97%;
}
#sideMenu2 .form input[type="submit"]{
  margin-top:10px;
}

#sideMenu .content,#sideMenu2 .content{
  float:right;
  width:215px;
}
#sideMenu .content #sideMenuUl,#sideMenu2 .content #sideMenuUl{
  margin-top:15px;
  font-size:115%;
}
#sideMenu .content #sideMenuUl li {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CFC5C0;
  margin-bottom:7px;
  padding-bottom:7px;
}
#sideMenu .content #sideMenuUl li:last-child {
  margin-bottom:0;
}
#sideMenu .content #sideMenuUl li a {
  text-decoration:none;
  color:#231815;
}
#sideMenu .content #sideMenuUl li a:hover {
  text-decoration:none;
  color:#EA6000;
}
#sideMenu #fudoSide{
}
#sideMenu #fudoSide h3{
  font-size:120%;
  margin-top:0;
  padding-top:0;
}
#sideMenu #fudoSide > li {
  margin-bottom:15px;
}
#sideMenu #fudoSide*li {
  margin-bottom:15px;
}
#sideMenu #fudoSide li li li {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CFC5C0;
  margin-bottom:5px;
  padding-bottom:5px;
}
#sideMenu #fudoSide h2.widget-title {
  margin-top:10px;
}

#fudoContent h3.page-title {
  padding-top:0px !important;
  margin-top:0px !important;
}
#list_simplepage2 h3.entry-title {
  padding-top:0px !important;
  margin-top:0px !important;
}


/*news*/
#sidebar #news {
  position:relative;
  overflow:hidden;
  font-size: 100%;
  padding: 10px 0 7px 0;
  letter-spacing:0.2em;
  float:right;
  width:230px;
}
#news #wp-calendar{
  margin-bottom:10px;
}
#sidebar h2 {
  font-size: 100%;
  padding: 10px 7px 3px 0;
  letter-spacing:0.2em;
}
#sidebar .newsList {
  margin-top:5px;
  font-size: 120%;
  line-height:120%;
}
#sidebar .newsList ul {
}
#sidebar .newsList .titleImg {
  margin-bottom:7px;
  padding-bottom:7px;
  border-bottom: 1px dashed #CFC5C0;
}
#sidebar .newsList li {
  letter-spacing:0;
  overflow:hidden;
  position:relative;
  margin-bottom: 3px;
  padding-bottom: 3px;
  word-wrap: break-word;
  border-bottom: 1px dashed #CFC5C0;
}
#sidebar .newsList li a {
  text-decoration:none;
  color:#231815;
}
#sidebar .newsList li a:hover {
  text-decoration:none;
  color:#EA6000;
}
#sidebar .newsList li .date, #sidebar .newsList li .icon{
  font-size:70%;
  font-weight:bold;
  padding-right:5px;
}
#sidebar .newsList li .icon{
  vertical-align:baseline;
}
#sidebar .newsList .title{
  font-size:80%;
  display:block;
  clear:both;
}

.addHeight {
  min-height:700px;
}



/*sidebar banners*/
#sidebar #news .banners2 {
  padding:30px 0 0px;
}
#sidebar #news .banners {
  padding:20px 0 10px;
}
#sidebar #news .banners a {
  display:block;
  margin-bottom:10px;
}
#sidebar #news .banners a.nm {
  margin-bottom:0;
}

ul.gallery li a {
  color: #F19217;
}
/*fudousan-----------------------------------------------*/
/* = 物件リストページ
-------------------------------------------------------------- */

#fudoContent #list_simplepage {
  margin:0;
  padding:0;
}
#fudoContent {
  font-size:100%;
  line-height:160%;
  width:700px;
  word-break:break-all;
}
#list_simplepage2 h3 {
  font-size:160% !important;
  padding-bottom:0  !important;
}
#fudoContent .widget h3 {
  font-size:120%;
  letter-spacing:0.1em;
  border:none;
  padding:5px 10px 5px 33px;
  margin:10px 0;
  color:#FFF;
  background-image: url(images/titlemark.gif);
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow:hidden;
  background-color: #EA6000;
}
#fudoContent .widget h3 .moreLink {
  min-width:30px;
  font-size:75%;
  line-height:120%;
  background-color:#FFF;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  background-image: url(images/morelink-mark.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding:2px 3px 2px 10px;
  margin-left:5px;
}
#fudoContent .widget h3 .moreLink a {
  text-decoration:none;
  color:#EA6000;
}
#fudoContent #list_simplepage .list_detail table {
  margin: 0px;
  padding: 0px;
  border:none;
  font-size:12px;
}
#nav-above1{
  margin-bottom:10px;
}
#list_simplepage .list_simple_boxtitle {
  background-color: #F2EBE5;
  letter-spacing:0.1em !important; /* old browsers */
  overflow:hidden;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-radius: 3px 3px 0 0;
  border-left: 1px solid #D7CDC8;
  border-right: 1px solid #D7CDC8;
  border-top: 1px solid #D7CDC8;
}

#list_simplepage .list_simple_boxtitle h2 a {
  color: #EA6000;
  line-height:140%;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 15px;
  display: block;
  text-align:left;
}
#list_simplepage .list_simple_boxtitle h2 a:hover {
  color: #F62828;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 15px;
  display: block;
}

.list_simple_box { /zoom : 1;}

.list_simple_box:after {
  content : '';
  display : block;
  clear : both;
  height:0;
}

#list_simplepage .list_simple_box {
  padding: 6px;
  background-color: #FFF;
  padding: 10px;
  margin:0 0 15px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-radius: 0 0 3px 3px;
  border-left: 1px solid #D7CDC8;
  border-right: 1px solid #D7CDC8;
  border-bottom: 1px solid #D7CDC8;
}

#list_simplepage .list_detail dl {
  margin: 0px;
  padding: 5px;
  font-size:12px;
}

#list_simplepage .list_detail dt {
  display: inline;
  font-weight: normal;
  color: #333;
}

#list_simplepage .list_detail dd {
  display: inline;
  color: #333;
  margin: 0 0.6em 0 0.4em;
  padding: 0px;
}

#list_simplepage .list_picsam {
  float: left;
  width:216px;
  color: #231815;
}

#list_simplepage .list_picsam img {
  border: 1px solid #D7CDC8;
  background-color: #FFF;
  height: 100px;
  width: 100px;
  margin:  1px 1px 5px;
  padding: 1px;
  float: left;
}
#list_simplepage a .list_details_button {
  clear:both;
  display: block;
  color:#FFF;
  font-size:13px;
  font-weight:bold;
  background-color: #EA8300;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  width:208px;
  margin: 0 0 3px 0;
  padding: 8px;
  letter-spacing: 0.1em;
}

#list_simplepage .list_detail {
  width: 445px;
  float: right;
  padding: 4px;
  margin:0;
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}


#list_simplepage .list_detail .list_price tr {
  border:none;
  padding:5px;
}
th.th1 {
  width: 120px;
}



#list_simplepage .list_detail .list_address dd { display: block; }



#list_simplepage .entry-excerpt{
  padding-bottom: 10px;
  padding-left: 5px;
}

#list_simplepage2 .entry-excerpt{
  padding-bottom: 10px;
  padding-left: 5px;
}

.widget_fudo_top_r li{
  margin-left:8px !important;
}

li.cat-item a {
  color: #F19217;
}
/* 関連物件 */
/* 14= 物件詳細ページ関連物件  #syousai_box : 関連物件部分
---------------------------------------------------------------------- */

#syousai_box ul{ /zoom : 1; padding: 15px 0 0 5px; }

#syousai_box ul:after{ content : ''; display : block; clear : both; height:0; }

#syousai_box ul.syousai-content li{
  display: block;
  width: 120px;

  list-style-type: none;

  font-size: 12px;
  line-height: 1;
  float:left;

  border: 1px solid #CFC5C0;

  padding: 6px;
  margin:0 5px 4px 0;

}

#syousai_box ul.syousai-content li img {
  max-width: 100% !important;
  height: auto;
}

#syousai_box ul.syousai-content li span{
  font-size: 10px;
  margin-top: 5px;
}

#syousai_box ul.syousai-content li img{ padding-bottom: 5px; }

#syousai_box ul.syousai-content li {
  position: relative;
}
.grid-content li{
  height: auto!important;
  position: relative;
}
#syousai_box .new_mark {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  display: block;
  padding: 2px 5px;
  width: 26px;
  position: absolute;
  top: 6px;
  right: 6px;
  border-radius: 4px;
  text-shadow:1px 1px 0px #900;
  background: #900; /* Old browsers */
  background: -moz-linear-gradient(top, #EA6000 0%, #A44300 100%); /* FF3.6+ */
  background: -webkit-linear-gradient(top, #EA6000 0%,#A44300 100%); /* Chrome10+,Safari5.1+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA6000', endColorstr='#A44300',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #EA6000 0%,#A44300 100%); /* W3C */
}

/*newmark*/

.new_mark {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  display: block;
  padding: 2px 5px;
  width: 26px;
  position: absolute;
  top: 12px;
  right: 10px;
  border-radius: 4px;
  text-shadow:1px 1px 0px #900;
  background: #900; /* Old browsers */
  background: -moz-linear-gradient(top, #EA6000 0%, #A44300 100%); /* FF3.6+ */
  background: -webkit-linear-gradient(top, #EA6000 0%,#A44300 100%); /* Chrome10+,Safari5.1+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA6000', endColorstr='#A44300',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #EA6000 0%,#A44300 100%); /* W3C */
}
h2 .new_mark {
  display:inline;
  position: static !important;
  padding:5px !important;
  margin-left:5px;
}
h3 .new_mark {
  position: relative;
  top: 40px;
  left: 7px;
  padding:0 5px !important;
}
/*----------*/
#top_fbox,.lineBox{
  background-color: #E9E7E2;
  padding:10px;
  clear:both;
}
.lineBox .profile{
  line-height:150%;
}
.ofh{
  overflow:hidden;
}
#top_fbox .container,.lineBox .container{
  background-color: #FFF;
  padding:15px;
  background-image: url(images/sidebar-bg.gif);
  background-repeat: repeat;
}
#top_fbox .container{
  padding:30px;
}
#top_fbox .container p.clear{
  height:1px;
  overflow:hidden;
}
.lineBox .container{
  padding:15px;
}
.lineBox .container{
  background-color: #FFF;
  padding:15px;
  background-image: url(images/sidebar-bg.gif);
  background-repeat: repeat;
}
.width640{
  width:640px;
  overflow:hidden;
}
.width700{
  width:700px;
  overflow:hidden;
}
.width100{
  width:100%;
  overflow:hidden;
}
#top_fbox .container{
}
#top_fbox .container .title{
  margin-bottom:7px;
  padding-bottom:7px;
  border-bottom: 1px dotted #CFC5C0;
}
#top_fbox .container .title img{
  padding-right:7px;
}
#contentbg-fudousan .grid-content{
  width:700px !important;
}
.grid-content li .new_mark {
  position: absolute;
  top: 10px;
  right: 8px;
}
ul#fudo_top_r-4_1 {
  text-align: center;
}
.grid-content li{
  width:150px;
  display:inline-block;
  outline: none !important;
  background: none !important;
  margin-bottom:20px;
  padding-bottom:20px;
  border-bottom: 1px dotted #CFC5C0;
  line-height:130%;
}
#top_fbox .grid-content li{
  width:150px;
  display:block;
  float:left;
  margin-top:10px;
  margin-bottom:0;
  padding-bottom:0;
  border-bottom:none;
}
.grid-content li img{
  margin-bottom:0;
  padding-bottom:10px;
}
.grid-content p.clear{
  line-height:0;
  height:1px;
  overflow:hidden;
}
#pages .fCon {
  margin-top:-15px;
}
.list_detail dl {
  margin: 0px;
  padding: 5px;
  font-size:12px;
}
.list_detail dt {
  display: inline;
  font-weight: normal;
  color: #231815;
}
.list_detail dd {
  display: inline;
  color: #231815;
  margin: 0 0.6em 0 0.4em;
  padding: 0px;
}
.list_address,.list_price_others {
  border-bottom: 1px dotted #CFC5C0;
}
.list_detail{
  float:right;
  width:530px;
}
.list_picsam {
  float: left;
  width:100px;
  color: #231815;
}
.list_picsam img {
  border: 1px solid #333;
  background-color: #FFF;
  height: 100px;
  width: 100px;
  margin:  1px 1px 5px;
  padding: 1px;
  float: left;
}
#list_simplepage2 .list_detail {
  width: 530px;
  float: right;
  background-color: #fff;
  padding: 10px;
  margin:0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #D7CDC8;
}

#pages #list_simplepage .list_detail table tr {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #D7CDC8;
}
#pages #list_simplepage .list_price {
  line-height: 1.4;
}

#pages #list_simplepage .list_detail .list_price tr {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #D7CDC8;
}
/* = 物件詳細ページ
-------------------------------------------------------------- */

#pages #list_simplepage2{
  margin:0;
  padding:0;
  }
  
#pages #list_simplepage2 .list_detail table{
  margin: 0px;
  padding: 0px;
  border:none;
}


#main #container #content #list_simplepage2 .list_simple_box{
  padding: 8px;
  margin: 0 0 10px 0;
  border: 1px solid #D7CDC8;
  background: #FFFFFF;
}


#main #container #content #list_simplepage2 .list_simple_box .list_detail {
  width: 75%;
  float: left;
  background-color: #fff;
  border: 1px solid #D7CDC8;
  padding: 5px;
  margin:0;
}


#pages #list_simplepage2 .list_detail table tr {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D7CDC8;
  padding-top: 2px;
  padding-bottom: 2px;
}

#pages #list_simplepage2 .list_picsam {
  float: left;
  width:140px;
  color: #231815;
}

#pages #list_simplepage2 .list_picsam img {
/*  display: block; */
  border: 1px solid #D7CDC8;
  background-color: #FFF;
  height: 130px;
  width: 130px;
  margin: 0 0 4px 0;
  padding: 1px;
}


#pages #second_img {
  padding: 10px 0;
}

#pages #second_img img {
  border: 1px solid #D7CDC8;
  background-color: #FFF;
  width: 97px;
  height:97px;
  margin: 0 1px 0 0;
  padding: 1px;
}
#pages #list_simplepage2 .list_price {
  line-height: 2;
  margin: 0px;
  padding: 0 0 4px 1em;
}



#pages #list_simplepage2 .list_detail table {
  font-size:14px;
}
/* = 汎用
-------------------------------------------------------------- */

.dpoint1 {
  font-size: 26px;
  font-weight: normal;
  color: #EE4035;
  padding: 4px;
  line-height: 1;
  /*text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);*/
}

.dpoint2 {
  font-size: 18px;
  font-weight: normal;
  color: #231815;
  padding: 0 4px 10px;
  line-height: 1;
  /*text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);*/
}

.dpoint3 {
  font-size: 18px;
  font-weight: bold;
  color: #231815;
  display: inline;
}

.dpoint4 {
  font-size: 22px;
  color: #EA6000;
  display: inline;
  font-weight: bold;
}

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


#pages #list_simplepage2 .list_simple_box .list_detail #list_add th{
  line-height: 1.4;
  padding: 0.5em;
  margin:0;
  white-space: nowrap;
  text-align: left;
  color: #231815;
  font-weight: bold;
  font-size:14px;
  border-bottom:1px solid #D7CDC8;
}


#pages #list_simplepage2 .list_simple_box .list_detail #list_add td {
  line-height: 1.4;
  padding: 0.5em;
  margin:0;
  white-space: normal;
  color: #231815;
  border-bottom:1px solid #D7CDC8;
}


#pages #list_simplepage2 .list_simple_box .list_detail #list_other th{
  border-right: 1px dotted #D7CDC8;
  border-bottom:1px solid #D7CDC8;
  line-height: 1.2;
  padding: 0.5em;
  margin:0;
  white-space: nowrap;
  text-align: left;
  color: #444;
  width: 20%;
}

#pages #list_simplepage2 .list_simple_box .list_detail #list_other td {
  line-height: 1.2;
  padding: 0.5em;
  margin:0;
  white-space: normal;
  width: 30%;
  border-bottom:1px solid #D7CDC8;
}


#mainBar h3{
  padding: 40px 0 15px;
}

div.entrycontent p img {
  max-width: 100% !important;
  height: auto;
}
#list_simplepage2 h2.entry-title{
  font-weight: bold;
  padding: 4px 0 3px 12px;
  margin: 0px;
  margin-bottom: 40px !important;
  text-align:left;
  display: block;
  background-color: #FFFFFF;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);

  border-top: 3px solid #4a535d;
}


h1.page-title{
  border-bottom: 1px dotted #D7CDC8;
}

#pages .entry-content p {
  padding: 10px;
  font-size: 12px;
  line-height: 1.2;
  margin: 0px;
}


.list_detail_bottom_info{
  font-size: 10px;
  width: 530px;
  text-align: right;
  float: right;
}



.contactForm {
  margin: 20px 0;
  padding: 20px;
  background-color: #FFF;
  border:none;
  overflow:hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #D7CDC8;
}
ul.error-messages li{
  display:inline;
}
div.wpcf7-mail-sent-ok{
  border: none !important;
}
.contactForm h4, .box02 h4 {
  font-weight: bold;
  padding: 7px 0 5px 7px;
  margin: 0px 0px 5px !important;
  display: block;
  color:#FFF !important;
  background-color: #EA8300;
}
.cTable,.cTable_small {
  border-collapse:separate;
  border-spacing:0;
  text-align: left;
  margin-bottom:15px;
  border-top: 1px solid #D7CDC8;
  border-left: 1px solid #D7CDC8;
  *border-collapse:collapse;
}
.cTable th, .cTable td,.cTable_small th, .cTable_small td {
  padding: 10px !important;
  border-right: 1px solid #D7CDC8;
  border-bottom: 1px solid #D7CDC8;
  vertical-align: top;
  background-color: #FFF;
}
.cTable td {
  min-width:430px;
}
.cTable th {
  text-align:left;
  color: #000 !important;
  width: 150px;
  background-image: url(images/content-bg.gif);
  background-repeat: repeat;
  background-color: #E9E7E2;
}
.cTable_small th {
  text-align:left;
  color: #000 !important;
  background-image: url(images/content-bg.gif);
  background-repeat: repeat;
  background-color: #E9E7E2;
}
.cTable tr td ul li {
  margin-left: 35px;
  list-style-type: disc;
}
table.profile {
  width:330px !important;
  border-collapse: collapse;
  text-align: left;
  margin-left: 1px;
  font-size:95%;
  line-height:135%;
}
table.profile th, table.profile td {
  padding: 5px !important;
  border: 1px solid #D7CDC8;
  vertical-align: top;
  background-color: #FFF;
}
table.profile tr td ul li {
  margin-left: 35px;
  list-style-type: disc;
}
.required {
  font-size:70% !important;
  color: #FFF;
  background-color: #EA8300;
  padding: 1px 2px;
  margin-left: 5px;
}


#plan h2 {
  clear: none !important;
  color:#EA6000;
  border-bottom: 1px dotted #CCC;
  padding:3px 3px 0;
  margin-bottom:3px;
}
#plan .content {
  float:left;width:410px;
}
#plan .images {
  float:right;width:250px;
}

#plan .images p {
  padding:0 !important;
  margin:0 0 5px !important;
}
.widget_fudo_b_k input#btn{
  font-size:120%;
}
input#btn, input.wpcf7-submit, input#searchsubmit,input.button-confirm,input.button-rewrite {
  font-size:120%;
  padding: 2px 10px;
  color: #fff !important;
  cursor: pointer;
  border-radius: 3px;
  margin: 0 auto 10px;
  /* Webkit */
  -webkit-border-radius: 3px;
  /* Firefox */
  -moz-border-radius: 3px;
}
input#btn, input.wpcf7-submit, input#searchsubmit,input.button-confirm,input.button-rewrite {
  letter-spacing:2px;
  border:2px solid #EA8300;
  background: #EA8300;
}
input#btn:hover, input.wpcf7-submit:hover, input#searchsubmit:hover,input.button-confirm:hover,input.button-rewrite:hover {
  border:2px solid #EA8300;
  background: #EA8300;
} 



/*gallery-------------------------------------*/
.lineup {
  text-align: center;
}
.gallery{
  text-align: center;
}
.gallery li{
  width:240px;
  height: 200px;
  font-size: 13px;
  line-height: 13px;
  padding-bottom:15px;
  display: inline-block;
}
.gallery li a img{
  display:block;
  border:3px solid #D7D5D0; 
}
.gallery li a:hover img{
  display:block;
  border:3px solid #EA8300;
}
/**/

.morePage {
  display:block;
  font-size:110%;
  line-height:110%;
  text-align:right;
  width:100%;
  padding:2px;
}
.morePage a {
  border:1px dotted #EA6000;
  padding: 1px 5px;
  text-decoration: none;
}
.morePage a:hover {
  text-decoration: none;
  background-color:#F62828;
  color:#FFF;
}
#singlePage #galleryPage {
  padding-top:20px;
}
#singlePage #galleryPage h3 {
  font-size: 170% !important;
  font-weight: normal;
}
#galleryPage h3.entry-title {
  font-size: 170% !important;
  margin-top:10px;
}

#singlePage #galleryPage .galleryThumbs h3 {
  font-size: 110% !important;
  font-weight: normal;
}

#singlePage #galleryPage #galleryBox {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #D7CDD8; 
  overflow:hidden;
}
.galleryContents {
  width: 400px;
  float:left;
  margin-top: 20px;
  padding-bottom:20px;
  overflow:hidden;
}
#galleryPage .houseSpec {
  width: 150px;
  color: #281914;
  font-size: 88%;
  line-height: 120%;
  border-collapse:collapse;
  position:relative; /*IE6*/
  border: 1px dotted #D7CDD8;
  float:left;
}
#galleryPage .houseSpec2 {
  width: 380px;
  color: #281914;
  font-size: 88%;
  line-height: 120%;
  border-collapse:collapse;
  position:relative; /*IE6*/
  border: 1px dotted #D7CDD8;
  float:left;
}
#galleryPage .houseSpec tr,#galleryPage .houseSpec2 tr {
}
#galleryPage .houseSpec tr th,#galleryPage .houseSpec2 tr th {
  border: 1px dotted #D7CDD8;
  vertical-align: top;
  width: 55px;
  padding: 3px;
}
#galleryPage .houseSpec2 tr th {
  width: 120px;
  padding: 5px;
}
#galleryPage .houseSpec tr td,#galleryPage .houseSpec2 tr td {
  padding: 3px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #D7CDD8;
}
#galleryPage .houseSpec2 tr td {
  padding: 5px;
}



#gTop {
  margin:15px 0 25px;
}
.edit-link {
  display:block;
  width:100%;
  text-align:right;
}
h3.galleryh3{
  padding:15px 0 10px;
  font-size:140% !important;
  font-weight:bold !important;
}
#galleryPage .galleryDesc,#galleryPage .galleryDesc2{
  margin-top:20px;
  border: 10px solid #E9E7E2;
}
#galleryPage .galleryDesc{
  max-width:350px;
  float:left;
}
#galleryPage .galleryDesc2{
  clear:both;
}
#galleryPage .galleryDesc .contentBg,#galleryPage .galleryDesc2 .contentBg{
  overflow:hidden;
  background-color: #FFF;
  padding:15px;
  background-image: url(images/sidebar-bg.gif);
  background-repeat: repeat;
}
#galleryPage .galleryDesc .contentMeta,#galleryPage .galleryDesc2 .contentMeta{
  width:100%;
}
.dltext {
  float:left;
  padding-left:15px;
  width:150px;
}
.dltext2 {
  float:left;
  padding-left:15px;
  width:500px;
}
.dltext2 h5 {
  font-size:110%;
  padding-bottom:10px;
}
#galleryPage .galleryDesc h4{
  display:inline;
  font-weight:bold;
}
.checkText{
  font-weight: bold;
  color: #FFF;
  background-color: #EA6000;
  padding: 2px;
}









/*Staff_____________________________________*/
.staff{
  width:340px;
  overflow:hidden;
  margin-bottom:20px;
}
.staff .staffContent{
  border: 4px solid #E9E7E2;
  overflow:hidden;
  background-image: url(images/sidebar-bg.gif);
  background-repeat: repeat;
}
.staff .profile{
  font-size:90%;
  line-height:140%;
  padding:10px;

}
.staff .profile .name{
  width:130px;
  float:left;
}
.staff .profile .name h3{
  font-size:130%;
  line-height:100%;
  text-align:center;
  padding:10px 0 5px !important;
}
.staff .profile .name h3 rb{
  font-size:130%;
  line-height:140%;
}
.staff .name .posi{
  background-color:#E9E7E2;
  text-align:center;
  padding:0px 3px;
  margin:3px 0 5px;
}
.staff .profile .out{
  width:160px;
  float:right;
  font-size:100%;
  line-height:160%;
  margin-bottom:10px;
}
.staff .profile .comment{
  clear:both;
}
a.post-edit-link{
  overflow:hidden;
  width:700px;
  display:block;
}


/*ニュースカテゴリ_ニュースシングルページ__________________________*/

#newsCategoryBox{
  margin:0 auto;
}
#newsCategoryDiv {
  max-width:700px;
}
#newsCategory{
  max-width:700px;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 100%;
  line-height:140%;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #D7CDC8;
}
#newsCategory li {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #D7CDC8;
  list-style-type: none;
  text-decoration: none;
  text-align: left;
  overflow:hidden;
  *display: inline;
  zoom: 100%;
}
#newsCategory li img {
  vertical-align: middle;
}
#newsCategory li a {
  max-width:700px;
  padding: 20px 10px;
  display: block;
  cursor:pointer;
  overflow:hidden;
  text-decoration: none;
  height:100%;
}
* html #newsCategory li a {
  padding-bottom: 10px;
}
#newsCategory li a:hover {
  display: block;
  color: #F62828;
  background-color:#FFF !important;
}
#newsCategory li .newsContent{
  float: right;
  max-width: 450px;
  padding: 0 0 10px;
  font-size: 110%;
  background: none;
  display: block;
}
#newsCategory li .newsContent .title{
  font-size:120%;
  font-weight:bold;
  margin-bottom:10px;
  display:block;
}
#newsCategory li a .newsContent .text{
  color:#281914;
  font-size: 90%;
  display: block;
  padding-right:10px;
}
* html #newsCategory li .newsContent{
  padding: 0 !important;
  margin: 0;
  display: block;
}
#newsCategory li .newsdate{
  float: left;
  width: 100px;
  text-align:left;
  display: block;
}
#newsCategory li .icon{
  margin-bottom:3px;
  display:block;
}
#newsCategory li .new{
  display:block;
}
#newsCategory li .thumb{
  width:120px;
  display:block;
  float:left;
}
#newsCategory li a .thumb img{
  display:block;
  border:3px solid #D7D5D0; 
}
#newsCategory li a:hover .thumb img{
  display:block;
  border:3px solid #EA8300;
}
#newsCategory li a .newsdate{
  float: left;
  width: 100px;
  text-align:left;
  display: block;
  color: #281914;
}
#newsCategory li {
}
.blogContent{
  width:700px;
  padding:30px 0;
  display:block;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #D7CDC8;
  list-style-type: none;
  text-decoration: none;
  text-align: left;
  overflow:hidden;
  *display: inline;
  zoom: 100%;
}
.blogContent .blogMaincontent{
  line-height:170%;
  float: right;
  width: 600px;
  padding: 0 0 10px;
  font-size: 110%;
  background: none;
  display: block;
}
.blogContent .newsContent{
  width: 600px !important;
}
.blogMaincontent h3{
  font-size:170%;
  margin: 0 0 15px 0 !important;
  padding: 0 0 10px 0 !important;
  border-bottom: 1px dotted #D7CDD8;
}
#newsCategoryBox .newsContent .text{
  max-width:425px !important;
}
div#directorHeader {
    background-image: url(images/kantoku_02.jpg);
  }

/*FAQ__________________________________________________________________*/

#faq {
  margin: 20px 0;
}
#faq h3 {
  padding-top:35px;
}
#faq h4 {
  font-size:130%;
  font-weight:bold;
  color:#EA6000;
  padding:5px 10px 5px 20px;
  margin:10px 0 0;
  cursor:pointer;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-radius: 3px 3px 0 0;
  border: 1px solid #D7CDC8;
  background-color: #E8E4E2;
  background-image: url(images/btn-arrow3_off.png);
  background-repeat: no-repeat;
  background-position: left center;
}
#faq h4:hover {
  color:#FFF;
  background:#EA6000;
  background-image: url(images/btn-arrow3_on.png);
  background-repeat: no-repeat;
  background-position: left center;
}
#faq .target {
  padding:20px;
  background-color:#FFF;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-radius: 0 0 3px 3px;
  border-left: 1px solid #D7CDC8;
  border-right: 1px solid #D7CDC8;
  border-bottom: 1px solid #D7CDC8;
}



/*company________________________________________*/

#contentbg-company .maps{
  width:335px;
  float:left;
}
#contentbg-company h4{
  font-size:130%;
  font-weight:bold;
  margin-top:0px;
}
#contentbg-company .maps h4{
  margin-top:20px;
}
#contentbg-company iframe{
  margin-top:10px;
  border:3px solid #D7D5D0 !important;
}
#contentbg-company .maps a {
  display:block;
  color: #EA6000 !important;
  padding-bottom:10px;
}
#contentbg-company .maps a:hover {
  color: #F62828 !important;
}
#contentbg-company a.textLink {
  color:#FFF !important;
  padding:0 3px;
}
#contentbg-company a:hover.textLink{
  color:#FFF !important;
}
.textLink2 {
  margin-top: 8px;
  width: 214px;
  display: block;
}
.width460 {
  width:460px;
}
.width340 {
  width:340px;
}
.width320 {
  width:320px;
}
#contentbg-company .address{
  font-size:90%;
  line-height:130%;
}
.cpTable,.cpTable2 {
  border-collapse: collapse;
  text-align: left;
  margin-left: 1px;
  margin-bottom:15px;
}
.cpTable th, .cpTable td,.cpTable2 th, .cpTable2 td {
  padding: 10px !important;
  border: 1px solid #D7CDC8;
  vertical-align: top;
}
.cpTable th {
  text-align:left;
  color: #000 !important;
  width: 70px;
  background-repeat: repeat;
  background-color: #E9E7E2;
}
.cpTable2 th {
  text-align:left;
  color: #000 !important;
  width: 100px;
  background-repeat: repeat;
  background-color: #E9E7E2;
}



/*company________________________________________*/

.lutop{
  line-height:160%;
}
.width223{
  width:223px;
}
.width165{
  width:165px;
}
.width340{
  width:340px;
}
.lutop h3{
  margin:20px 0 10px;
  clear:none;
}
.lutop a img{
  display:block;
  border:3px solid #D7D5D0;
}
.lutop a:hover img{
  display:block;
  border:3px solid #EA8300;
}
.lutop a .txt,.lutop a:hover .txt{
  color:#231815;
  text-decoration:none !important;
}
ul.lutop{
  width:330px;
  float:right;
}
.lutop li{
  float:left;
  padding:0 0 8px 3px;
}

/*憲章リスト*/
ul.kensyo {
  width:350px;
  float:left;
  font-weight:bold;
  font-size:110%;
  padding-top:15px;
}
ul.kensyo li {
  overflow:hidden;
  *display: inline;
  zoom: 100%;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #C3C0BB;
}
ul.kensyo li .number {
  width:50px;
  float:left;
}
ul.kensyo li .copy{
  width:300px;
  float:right;
}
.bpPattern {
  border-collapse:collapse;
  margin-top:20px;
}
.bpPattern th,.bpPattern td {
  vertical-align: middle;
  text-align:center;
  border: 1px dotted #D7CDD8;
}
.bpPattern th {
  width:100px;
  padding:20px;
}
.bpPattern td {
  padding:15px;
}
.grayBox{
  width:645px;
  overflow:hidden;
}
.grayBox li{
  background-image: url(images/bg-gray.gif);
  background-repeat: repeat;
  width:205px;
  float:left;
  font-size:90%;
  line-height:120%;
  margin:10px 5px 0 0;
}
.grayBox li div{
  padding:10px;
}
.grayBox li div h4{
  padding-bottom:10px;
}
.grayBox2{
  width:700px;
  overflow:hidden;
}
.grayBox2 li{
  background-image: url(images/bg-gray.gif);
  background-repeat: repeat;
  width:335px;
  float:left;
  font-size:90%;
  line-height:160%;
  margin:10px 10px 0 0;
}
.grayBox2 li div{
  padding:10px;
}
.grayBox2 li div h4{
  font-size:110%;
  padding-bottom:10px;
}
.redBox,.blueBox,.orangeBox{
  width:700px;
  overflow:hidden;
}
.redBox li{
  background-image: url(images/bg-red.gif);
  background-repeat: repeat;
  width:220px;
  float:left;
  line-height:160%;
  margin:10px 10px 0 0;
}
.orangeBox li{
  background-image: url(images/bg-orange.gif);
  background-repeat: repeat;
  width:220px;
  float:left;
  line-height:160%;
  margin:10px 10px 0 0;
}
.blueBox li{
  background-image: url(images/bg-blue.gif);
  background-repeat: repeat;
  width:220px;
  float:left;
  line-height:160%;
  margin:10px 10px 0 0;
}
.redBox li div,.orangeBox li div,.blueBox li div{
  padding:10px;
}
.redBox li div h4,.orangeBox li div h4,.blueBox li div h4{
  font-size:110%;
  padding-bottom:10px;
}

/*特集記事---------------------------------------*/
.special h4{
  padding:25px 0 10px 0;
}
.special img.border{
  display:block;
  border:3px solid #D7D5D0; 
}

/*コメント---------------------------------------*/
h3#comments {
  margin-top:50px !important;
  padding-top:10px !important;
  border-top-width: 1px;
  border-top-style: dotted !important;
  border-top-color: #D7CDD8;
  font-size: 120%;
  letter-spacing : 160%;
  font-weight: bold;
  clear:both;
}
.commentmetadata {
  font-size: 80%;
  font-weight: bold !important;
  clear:both;
  margin-bottom:20px !important;
}
#respond{
  margin-top:30px;
  padding-top:30px;
  border-top: 1px dotted #D7CDD8;
}
#respond h3{
  font-size:110%;
}

/*flow-------------------------------------------*/


.flowBorder{
  margin-top:20px;
  border: 10px solid #E9E7E2;
  font-size:95%;
  line-height:150%;
}
.flowBorder2{
  margin-top:20px;
  border: 10px solid #EA6000;
  font-size:95%;
  line-height:150%;
}
.flowBorder3{
  margin-top:20px;
  border: 10px solid #8CC4E4;
  font-size:95%;
  line-height:150%;
}
.flowBorder .container,.flowBorder2 .container,.flowBorder3 .container{
  background-color: #FFF;
  padding:15px;
  background-image: url(images/sidebar-bg.gif);
  background-repeat: repeat;
}
.redbox{
  color:#FFF;
  background:#EA6000;
  padding:10px;
}
.redbox strong{
  font-size:120%;
}


/*attachmentpage*/



#attachmentPage{
  margin:60px auto 30px;
}
#attachmentPage h2{
  text-align:center;
}
#attachmentPage .entry-meta {
  text-align:center;
}
#attachmentPage .page-title {
  display:block;
  margin:10px auto;
  width:600px;
}
#attachmentPage .entry-attachment {
  margin:0 auto;
  width:600px;
}



/*Choicepage_____________________________________*/
#contentbg-choice #pages h3 {
  margin-bottom:15px;
}
#contentbg-choice #pages h4 {
  color: #E9E7E2;
  background-color:#231815;
  padding:3px 5px;
  margin-bottom:15px;
}
#contentbg-choice #pages h5 {
  font-size:120%;
}
.choiceContent01 {
  margin-top:5px;
  width:700px;
  overflow:hidden;
  clear:both;
  text-align:left;
}
#contentbg-biohousef .choiceContent01 {
  width:500px;
}
.choiceContent02 {
  margin-top:5px;
}
.choiceTxt {
  width:140px;
  float:left;
  line-height:160%;
  text-align:left;
}
.choiceContent01 li {
  width:155px;
  padding:0 10px 15px 0;
  float:left;
}
.choiceContent02 li {
  width:155px;
  padding:0 10px 15px 0;
  float:right;
}
.choiceContent01 p,.choiceContent02 p {
  margin:0 !important;
  padding:0 !important;
}
.choiceContent01 a,.choiceContent02 a {
  text-decoration: none;
}
iframe{
  border:none !important;
  overflow:auto;
}
.choiceContent01 a .price,.choiceContent02 a .price {
  font-weight:bold;
  font-size:90%;
  letter-spacing:0.1em;
  display:block;
  padding:3px;
  text-align:center;
  color:#000;
  background-color:#FFF;
  margin:0 !important;
  padding:0 !important;
  font-family:Georgia, "Times New Roman", Times, serif;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-radius: 0 0 3px 3px;
}
.choiceContent01 a strong,.choiceContent02 a strong {
  text-decoration:none;
  display:block;
  margin:0 !important;
  padding:2px 3px 2px 18px;
  color:#FFF;
  background-image: url(images/btn-arrow_off.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-color:#EA6000;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-radius: 3px 3px 0 0;
}
#contentbg-choice #pages a img {
  margin:0 !important;
  padding:0 !important;
}
.choiceContent01 a:hover strong,.choiceContent02 a:hover strong {
  background-color:#F62828;
  background-image: url(images/btn-arrow_on.png);
  background-repeat: no-repeat;
  background-position: left center;
}
#contentbg-choice #pages .choicebg,#contentbg-choice #pages .choicebg02 {
  background-color:#E9E7E2;
  padding:15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#contentbg-choice #pages .choicebg02 {
  padding:0px;
  width:345px;
  overflow:hidden;
}



/*EventOrganiserプラグイン______________________________________*/
/*トップページ*/
.eo-fullcalendar .fc-content{
  background-color:#FFF;
}
.eo-fullcalendar{
  margin-top:-15px!important;
}
.eo-fullcalendar a{
  text-decoration:none;
  margin-top:3px;
}
.fc-border-separate{
  border-collapse:collapse!important;
}
.fc-border-separate th,.fc-border-separate td{
  border:solid 1px #33312E!important;
}
.fc-header-title h2{
  font-size:150%;
  font-weight:bold;
}
.fc-day-number{
  text-align:right;
  padding:3px 3px 0 0;
}
.qtip{
  padding:3px;
  font-size:70%!important;
  line-height:120%!important;
}
.eo-event-toolip{
  background-color:rgba(255,255,255,0.9)!important;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff) !important;/*aarrggbb*/

}
.eo-fullcalendar .fc-header tbody tr{
  float:right;
  width:260px;
  margin:0!important;
  padding:0!important;
  vertical-align:bottom;
}
.eo-fullcalendar .fc-header tbody tr td,.eo-fullcalendar .fc-header tbody tr td h2{
  vertical-align:bottom;
}
.eo-fullcalendar .fc-header tbody tr td h2{
  padding:0;
  margin:0;
  line-height:100%;
}
.fc-border-separate .fc-day-header{
  background:#33312E;
  color:#F9F8F6;
  text-align:center;
  padding:2px 0 1px;
}
.fc-view a{
  background:#EA8300!important;
  border:none!important;
  padding:3px 2px 1px!important;
}
.fc-view a:hover{
  background:#EA6000!important;
}
.fc-view a.eo-past-event{
  background:#33312E!important;
  border-style:none!important;
}
.ui-state-highlight{
  background-color: #FBE5D6!important;
  border:#AFA095!important;
}
.fc-button{
  display:inline-block;
  padding:2px;
  margin-left:5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fc-button-prev {
  background:#33312E;
  padding:2px 0px 2px 4px;
  cursor:pointer;
}
.fc-button-next {
  background:#33312E;
  padding:2px 0px 2px 6px;
  cursor:pointer;
}
.fc-button-today{
  background:#33312E!important;
  color:#FFF!important;
  background-image:none!important;
  cursor:pointer;
}
.fc-button-inner, .fc-button-content, .fc-icon-wrap, .ui-icon-circle-triangle-w{
  color:#FFF!important;
}
.ui-icon,.fc-icon-wrap,.ui-icon-circle-triangle-w{
  background-image:none!important;
  display:inline-block!important;
  width:50px!important;
}
/*トップカレンダーツールチップ*/
.eo-event-toolip{
  background-color:#FFF;
  padding:10px 5px 5px;
}
.eo-event-toolip .qtip-title{
  font-weight:bold;
}
/* Core qTip styles */
.ui-tooltip, .qtip{
  position:absolute;
  left:-28000px;
  top:-28000px;
  display:none;
  max-width:280px;
  min-width:50px;
  font-size:10.5px;
  line-height: 130%;
  border:solid 1px #666;
}

/* Fluid class for determining actual width in IE */
.ui-tooltip-fluid{display:block; visibility:hidden; position:static !important; float:left !important}
.ui-tooltip-content{position:relative; padding:5px 9px; overflow:hidden; text-align:left; word-wrap:break-word}
.ui-tooltip-titlebar{position:relative; min-height:14px; padding:5px 35px 5px 10px; overflow:hidden; border-width:0 0 1px; font-weight:bold}
.ui-tooltip-titlebar+.ui-tooltip-content{border-top-width:0 !important}

/* Default close button class */
.ui-tooltip-titlebar .ui-state-default{position:absolute; right:4px; top:50%; margin-top:-9px; cursor:pointer; outline:medium none; border:solid 1px #666;}
* html .ui-tooltip-titlebar .ui-state-default{top:16px}/* IE fix */
.ui-tooltip-titlebar .ui-icon, 
.ui-tooltip-icon .ui-icon{display:block; text-indent:-1000em; direction:ltr}
.ui-tooltip-icon, .ui-tooltip-icon .ui-icon{-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; text-decoration:none}
.ui-tooltip-icon .ui-icon{width:18px; height:14px; text-align:center; text-indent:0; font:normal bold 10px/13px Tahoma,sans-serif; color:inherit; background:transparent none no-repeat -100em -100em}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.ui-tooltip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.ui-tooltip-hover{}

/* Add shadows to your tooltips in:FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+*/
.ui-tooltip-shadow{-webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none}

/* Add rounded corners to your tooltips in:FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+*/
.ui-tooltip-rounded, 
.ui-tooltip-tipsy, 
.ui-tooltip-bootstrap{-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px}

/* jQuery TOOLS Tooltip style */
.ui-tooltip-jtools{background:#232323; background:rgba(0,0,0,0.7); background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323)); background-image:-moz-linear-gradient(top,#717171,#232323); background-image:-webkit-linear-gradient(top,#717171,#232323); background-image:-ms-linear-gradient(top,#717171,#232323); background-image:-o-linear-gradient(top,#717171,#232323); border:2px solid #ddd; border:2px solid rgba(241,241,241,1); -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; -webkit-box-shadow:0 0 12px #333; -moz-box-shadow:0 0 12px #333; box-shadow:0 0 12px #333}

/* IE Specific */
.ui-tooltip-jtools .ui-tooltip-titlebar{background-color:transparent; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A); -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"}
.ui-tooltip-jtools .ui-tooltip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323); -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"}

.ui-tooltip-jtools .ui-tooltip-titlebar, 
.ui-tooltip-jtools .ui-tooltip-content{background:transparent; color:white; border:0 dashed transparent}
.ui-tooltip-jtools .ui-tooltip-icon{border-color:#555}
.ui-tooltip-jtools .ui-tooltip-titlebar .ui-state-hover{border-color:#333}

/* Tipped style */
.ui-tooltip-tipped{border:3px solid #959FA9; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; background-color:#F9F9F9; color:#454545; font-weight:normal; font-family:serif}
.ui-tooltip-tipped .ui-tooltip-titlebar{border-bottom-width:0; color:white; background:#3A79B8; background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D)); background-image:-webkit-linear-gradient(top,#3A79B8,#2E629D); background-image:-moz-linear-gradient(top,#3A79B8,#2E629D); background-image:-ms-linear-gradient(top,#3A79B8,#2E629D); background-image:-o-linear-gradient(top,#3A79B8,#2E629D); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D); -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"}
.ui-tooltip-tipped .ui-tooltip-icon{border:2px solid #285589; background:#285589}
.ui-tooltip-tipped .ui-tooltip-icon .ui-icon{background-color:#FBFBFB; color:#555}

/* IE9 fix - removes all filters */
.ui-tooltip:not(.ie9haxors) div.ui-tooltip-content, 
.ui-tooltip:not(.ie9haxors) div.ui-tooltip-titlebar{filter:none; -ms-filter:none}

/* Tips plugin */
.ui-tooltip .ui-tooltip-tip{margin:0 auto; overflow:hidden; z-index:10}
.ui-tooltip .ui-tooltip-tip, 
.ui-tooltip .ui-tooltip-tip *{position:absolute; line-height:0.1px !important; font-size:0.1px !important; color:#123456; background:transparent; border:0 dashed transparent}
.ui-tooltip .ui-tooltip-tip canvas{top:0; left:0}


/*サイドバー*/
#wp-calendar{
  float:right;
  width:230px;
  border-collapse:collapse;
}
h2.widget-title {
  color:#433e33!important;
  margin-top:10px;
  font-size:130%!important;
  letter-spacing:0!important;
}
h2.widget-title a {
  color:#433e33!important;
  text-decoration:none;
}
h2.widget-title a:hover {
  color:#F62828!important;
  text-decoration:none;
}
#wp-calendar caption{
  font-weight:bold;
}
#wp-calendar thead,#wp-calendar tbody{
  width:100%;
  border:solid 1px #33312E!important;
  text-align:center;
  background-color:#F9F8F6;
}
#wp-calendar thead{
  background-color:#33312E;
  color:#F9F8F6;
}
#wp-calendar th,#wp-calendar td{
  padding:5px 3px;
}
#wp-calendar tbody td{
  border:solid 1px #33312E!important;
  background-color:#FFF;
}
#wp-calendar tbody td.eo-event-past a{
  color:#666;
}
#wp-calendar tbody td a{
  font-weight:bold;
}
td#eo-widget-next-month{
  text-align:right;
}
.eo-event-venue-map{
  max-width:300px!important;
}
.list_price_others_th {
  width: 100px;
}

/*イベントメインページ*/
.blogContent .eventMaincontent{
  line-height:170%;
  /*float: right;*/
  max-width: 700px;
  padding: 0 0 10px;
  font-size: 110%;
  background: none;
  display: block;
}
.eventMaincontent h3{
  font-size:170%;
  margin: 0 0 15px 0 !important;
  padding: 0 0 10px 0 !important;
  border-bottom: 1px dotted #D7CDD8;
}
.fin_event{
  color:#F9F8F6;
  background:#33312E;
  padding:5px;
  margin:10px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
dl.eo-event-meta{
  max-width:380px;
  font-size:130%;
  margin-top:10px;
  float:left;
}
dl.eo-event-meta dt,dl.eo-event-meta dd{
  float:left;
  padding-bottom:5px;
  margin-bottom:5px;
}
dl.eo-event-meta dt{
  width:55px;
  clear:both;
}
dl.eo-event-meta dd{
  max-width:325px;
}
.entry-header h1.entry-title{
  padding:30px 0 5px;
  margin-top:30px;
  border-top: 1px dashed #CFC5C0;
  display:block!important;
}
.eo-event-venue-map{
  margin-top:10px;
  width:310px;
  float:right;
}
.eventcontent{
  border-top: 1px dashed #CFC5C0;
  margin-top:20px;
  padding-top:20px;
}


@media(min-width: 768px) {
  .container-fluid {
    width: 1000px !important;
  }
}


@media screen and (max-width: 767px) {
  body {
    min-width: initial!important;
    min-width: auto!important;
  }
  article {
    padding-top: 60px;
    letter-spacing: normal!important;
    font-size: 14px!important;
  }
  #telContact {
    width: 300px;
  }
  #hpContact {
    width: 300px;
  }
  .cTable th {
    width: 100%;
    display: block;
  }
  .cTable td {
    display: block;
  }
  .cTable td {
    min-width: 100% !important;
  }
  #galleryPage #gallerySingle .content {
    float: none !important;
    width: 100% !important;
  }
  #galleryPage #gallerySingle span.image-caption {
    width: 100% !important;
  }
  #pages-one {
    padding-top: 60px;
  }
  div#drawer {
    display: block;
  }
  header {
    background-color: #FFF;
    height: 60px;
    box-shadow: 0 2px 5px #999;
    position: fixed;
    z-index: 100;
  }
  ul.drawer-menu li {
    padding: 10px;
    border-bottom: 1px solid #CCC;
  }
  ul.drawer-menu li a{
    color: #444;
  }
  h1#resLogo {
    width: 150px;
    height: auto;
    margin: 0;
    margin-top: 15px;
    margin-left: 15px;
    background-image: url("images/footer.png");
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
  }
  h1#resLogo a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
  }
  div#gNavWrapper {
    display: none;
  }
  div.pageHeaderWrapper {
    padding: 15px;
  }
  h1.pageHeader {
    font-size: 26px;
  }
  h2.boxTitle {
    font-size: 22px;
  }
  .btnMore {
    display: none !important;
  }
  .boxLink {
    width: 303px;
  }
  .topCrop {
    width: 100%;
    height: auto;
  }
  .cropped {
    width: 100%;
    height: 30vh;
    object-fit: cover;/*
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);*/
  }
  .response {
    display: block !important;
    margin-bottom: 20px !important;
  }
  .non-response {
    display: none !important;
    margin-bottom: 20px !important;
  }
  .flowPoint,
  .flowWrapL,
  .flowWrap,
  #zehBg,
  .bgBorder,
  #q1Contents,
  .grandWrap {
    height: auto;
    padding: 0;
    background-image: none !important;
  }
  .flowPointNumber {
    color: #F19217 !important;
    border:none !important;
  }
  .flowNumber {
    border:none!important;
  }
  .aboutQuestion {
    font-size: 26px !important;
  }
  .questTitle {
    font-size: 14px !important;
  }
  .res-left {
    float: left;
  }
  .columnBox {
    margin-bottom: 20px;
  }
  footer {
    padding-bottom: 0!important;
  }
  .footer {
    width: auto !important;
    padding: 0 15px;
  }
  h1#footerLogo {
    margin-bottom: 20px;
    float: none;
  }
  ul.footerNav {
    display: none;
  }
  p#tel {
    text-align: center;
  }
  #model {
    width: 100% !important;
    margin: 0!important;
  }
  #telWrap {
    float: none !important;
  }
  .store {
    width: 100% !important;
    margin: 0!important;
    float: none;
  }
  .regist {
    display: none;
  }
  .footerNavWrapper2 {
    display: none;
  }
  #copyright {
    padding: 1% 3% !important;
    margin: 0!important;
    text-align: left !important;
   }
   .newsNav li {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
   }
   .blogContent {
    width: 100%!important;
   }
  .blogContent .blogMaincontent{
    float: none;
    width: 100%!important;
  }
  ul#snsList {
    float: none;
  }
  ul#snsList li {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 240px;
    float: none;
  }
  ul#snsList li:last-child {
    margin: 0;
    margin: 0 auto;
  }
  .centerBlock {
    margin: auto;
    display: block;
  }
  ul.lineup li {
    margin-right: 15px;
  }
  #galleryPage #gallerySingle .slideshow-container {
    height: 500px !important;
  }
  #galleryPage #gallerySingle .controls {
    margin-bottom: 40px !important;
  }
  #thumbs {
    width: 100% !important;
  }
  .thumbs {
    width: 100% !important;
    text-align: center;
  }
  #galleryPage #gallerySingle ul.thumbs li {
    width: 122px !important;
    height: 82px !important;
    display: inline-block !important;
    float: none !important;
  }
  .modalContent {
    width: 80%;
  }
  .modalContent img {
    width: 100%;
  }
  .snapwidget-widget {
    width: 100% !important;
    max-width: 470px;
    height: 80px !important;
  }
  .imgAdj {
    width: 100%;
    height: auto;
  }
  .q1Img {
    margin-bottom: 16px;
  }
  .flowBr {
    margin-top: 8px;
    display: block;
  }
  .orangeBox2 {
    width: auto !important;
  }
  .grid-content li {
    height: 300px;
    float: left;
  }
  .widgetAdj {
    width: 100% !important;
    height: 240px!important;
    max-width: 100% !important;
  }

  ol.pankuzu {
    width: auto;
  }
  div._2p3a {
    width: 100% !important;
  }
}

.galleryh3 {
  display: none;
}

 