@charset "UTF-8";
@import "base.css";
@import "fonts.css";
/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1, h2, h3, h4, h5, h6, button, p, blockquote, table, pre, address, ul, ol, dl {
	font-size: 120%;
	line-height: 1.5;
}
ul ul, ul ol, ul dl, ul p, ol ul, ol ol, ol dl, ol p, dl ul, dl ol, dl dl, dl p, table table, table ul, table ol, table dl, table p {
	font-size: 100%;
}
/*==========================================================================*/
/*                            Common                                        */
/*==========================================================================*/

body {
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", arial, clean, verdana, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	background: #fff;
	color: #231e1b;
	cursor: auto;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
}
p {
	padding: 5px 0 10px;
}
blockquote {
	margin: 15px 0;
	padding: 10px 15px 3px;
	background: #faf6ed;
}
pre {/* background: #eee; *//* margin: 1em 0; *//* padding: 0 20px; *//* overflow: auto; *//* width: auto; */
}
code {
	color: #5b5905;
	font-family: "Lucida Grande", "Courier New", Courier, mono, Verdana, sans-serif;
	letter-spacing: 0;
}
ul, ol {
	margin: 10px 0;
	padding: 0 0 0 30px;
}
dl {
	margin: 10px 0;
}
a {
	color: #0071bb;
	text-decoration: underline;
	cursor: pointer;
}
a:visited {
	color: #3b41a4;
}
a:hover {
	color: #7d8d60;
}
a:focus, a:active {
	color: #f90;
}
strong {
	font-weight: bold;
	color: #e47;
}
abbr, acronym {
	cursor: help;
}
sup {
	vertical-align: super;
	font-size: 100%;
}
sub {
	vertical-align: baseline;
	font-size: 100%;
}
hr {
	display: none;
}
img {
	border: none;
	color: #fff;
	background: transparent;
	vertical-align: bottom;
}
table {
	width: 100%;
	border: 1px solid #aaa;
	border-collapse: collapse;
	margin-bottom: 15px;
}
caption {
	text-align: left;
}
thead {
}
tbody {
}
th {
	white-space: nowrap;
}
th, td {
	padding: 5px 10px;
	border-collapse: collapse;
	border: 1px solid #aaa;
	text-align: left;
}
fieldset {
	border: 1px solid #ddd;
	margin-bottom: 15px;
	padding: 10px;
}
* html legend {
	margin: 0 0 10px;
}
input, textarea {
	padding: 1px;
}
input.typeText {
	border: 1px solid #aaa;
}
select option {
	padding: 0 5px;
}
input:focus, select:focus, textarea:focus {
	background-color: #fafafa;
}
label {
	cursor: pointer;
}
.fontSS {
	line-height: 1.2 !important;
	letter-spacing: 0;
	font-size: 86% !important;
}
.fontL {
	line-height: 1.5 !important;
	font-size: 120% !important;
}
.fontB {
	font-weight: bold !important;
}
.fontGreen {
	color: #5d7746 !important;
}
.m00 {
	margin: 0 !important;
}
.p00 {
	padding: 0 !important;
}
.p05 {
	padding: 5px !important;
}
.mt00 {
	margin-top: 0px !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mb00 {
	margin-bottom: 0 !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mr00 {
	margin-right: 0 !important;
}
.mr30 {
	margin-right: 30px !important;
}
/******************************************************************** clearfix
*/

/******************** except IE */
#frame:after, #container:after, .section:after, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/******************** for IE */
#frame, #container, .section, .clearfix {
	display: inline-block;
}
/* Holly Hack Targets IE Win only \*/
* html #frame, * html #container, * html .section, * html .clearfix {
	height: 1%;
}
#frame, #container, .section, .clearfix {
	display: block;
}
/* End Holly Hack */


/******************************************************************** universal
*/

.aL {
	text-align: left;
}
.aC {
	text-align: center;
}
.aR {
	text-align: right;
}
.fR {
	float: right;
}
.fL {
	float: left;
}
.clr {
	float: none;
	clear: both;
}
.gothic {
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}
.jp {
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
.verdana {
	font-family: Verdana, sans-serif;
}
.times {
	font-family: "Times New Roman", Times, serif;
}
.temp-notes {
	color: #c00;
	font-weight: bold;
	background: #f8f8f8;
	margin: 1em;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

#wrapper, #frame {
	width: 100%;
}
#header, #footer {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
#header {
	position: relative;
	height: 76px;
}
#frame {
	background: #ece9e2;
	padding-bottom: 20px;
}
#container {
	width: 882px;
	margin: 0 auto;
	text-align: left;
}
#footer {
	clear: both;
}
#footer div {
	margin: 50px 7px 0;
	padding: 5px 10px;
	letter-spacing: 0.05em;
	border-top: 1px solid #cccdc0;
}
.pagetop {
	position: fixed;
	right: 50px;
	bottom: 50px;
	padding: 0;
}
.image_l {
	float: left;
	margin: 0 15px 8px 0;
}
.image_r {
	float: right;
	margin: 0px 0 40px 15px;
}
/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

h1 {
	position: absolute;
	top: 64px;
	left: 0;
	width: 950px;
	font-size: 10px;
	text-align: right;
	color: #eee;
}
#header p {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
}
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#global-nav {
	position: absolute;
	top: 17px;
	left: 94px;
}
#global-nav li {
	float: left;
}
#global-nav li li {
	float: none;
}
#global-nav .pulldown {
	position: relative;
	cursor: pointer;
	z-index: 1;
}
#global-nav .pulldown ul {
	display: none;
	position: absolute;
	top: 42px;
	left: 0;
}
#global-nav .pulldown:hover ul {
	display: block;
}
/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#footer div p {
	line-height: 1.8;
	color: #646363;
}
#footer address {
	float: left;
	padding-right: 10px;
}
#disabled {
	padding-top: 0;
	color: #231e1b !important;
}
/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

#bread-crumb {
	background: #f7f6f3;
}
#bread-crumb p {
	width: 870px;
	margin: 0 auto;
	padding: 5px 40px;
	font-size: 100%;
	text-align: left;
}
#bread-crumb a {
	text-decoration: none;
	color: #231e1b;
}
#bread-crumb a:hover {
	color: #7d8d60;
}
h2.title-a {
	width: 882px;
	margin: 0 auto;
	padding: 20px 0 15px;
	text-align: left;
}
h3.title-b {
	font-size: 180%;
	padding: 15px 0;
}
h4.title-c {
	font-size: 160%;
	padding: 10px 0 5px;
	color: #5d7746;
}
.img-right {
	float: right;
	padding: 5px 0 10px 20px;
}
.img-left {
	float: left;
	padding: 5px 20px 10px 0;
}
.table-line {
	clear: both;
	border: none;
	padding-top: 15px;
	border-top: 1px solid #a8a8a9;
}
.table-line th, .table-line td {
	border: none;
}
.table-line th {
	color: #5d7746;
	border-bottom: 1px solid #5d7746;
}
.table-line td {
	border-bottom: 1px solid #a8a8a9;
}
/* faq
------------------------------------------------------------------------*/

.faq #container {
	width: 780px;
	padding: 20px 51px 30px;
	background: #fff;
}
.faq #faq-nav {
	margin-bottom: 40px;
	padding: 15px 20px;
	border: 5px solid #c5ccad;
}
.faq #faq-nav ul {
	margin: 0;
	padding: 0;
	width: 350px;
}
.faq #faq-nav li {
	padding: 8px 8px 8px 30px;
	text-indent: -25px;
	border-bottom: 1px dotted #999;
}
.faq #faq-nav li:first-letter {
	font-weight: bold;
}
.faq #faq-nav li a {
	color: #5d7746;
	text-decoration: none;
}
.faq #faq-nav li a:hover {
	color: #0071bb;
}
.faq .faq-box {
	padding: 4px 24px;
	border: 1px solid #cbcbcb;
	margin-bottom: 70px;
}
.faq .faq-box dt {
	margin-bottom: 10px;
	padding: 10px;
	font-size: 140%;
	color: #5d7746;
	border-bottom: 1px dotted #999;
}
.faq .faq-box dd {
	padding: 0 10px 10px;
}
.faq .faq-box dd.text02 {
	padding: 10px;
}
.faq .faq-box dd.text03 {
	padding: 10px;
	margin: 15px 0 10px;
	text-align: center;
	border: 1px dotted #bbb;
}
.faq .faq-box span {
	font-size: 120%;
	font-weight: bold;
	color: #5d7746;
}
.faq .faq-info1 {
	float: left;
	width: 350px;
	text-align: center;
	height: 124px;
	background-color: #ECE9E2;
	margin: 20px 0 10px;
	padding: 10px 0px;
}
.faq .faq-info2 {
	float: right;
	width: 350px;
	text-align: center;
	margin: 20px 0 10px;
	padding: 0;
}
.faq .faq-info3 {
	background-color: #ECE9E2;
	margin: 20px 0 10px;
	padding: 10px;
}
/* show-room
------------------------------------------------------------------------*/

.show-room #container {
	width: 780px;
	padding: 20px 51px 30px;
	background: #fff;
}
.show-room #show-room-box {
	padding-top: 20px;
}
.show-room #show-room-box .fL {
	width: 380px;
}
.show-room h3 {
	color: #5d7746;
}
.show-room #show-room-box table, .show-room #show-room-box th, .show-room #show-room-box td {
	padding: 8px 5px;
	border: none;
	border-top: 1px solid #868687;
}
.show-room #show-room-box table {
	border-bottom: 1px solid #868687;
}
.show-room #show-room-box td.text {
	padding-top: 0;
	border-top: none;
}
.show-room table dl {
	margin: 0 0 10px;
}
.show-room table dt {
	font-weight: bold;
	padding: 10px 0 3px;
}
.gMap-frame {
	float: right;
	width: 380px;
	height: 450px;
}
.gMap {
	width: 100%;
	height: 100%;
}
.gMap .gMapInfoWindow {
	font-weight: bold;
}
.gMap .gMapInfoWindow .fL {
	padding: 0 5px 5px 0;
}
/* .staff
------------------------------------------------------------------------*/

.staff h2 {
	padding: 20px 0 15px;
}
.staff .staff-box {
	padding-bottom: 15px;
	margin-bottom: 40px;
}
.staff .staff-box div {
	width: 415px;
}
.staff .staff-box .image {
	float: left;
	padding: 0;
}
.staff .staff-box dl {
	float: right;
	width: 300px;
	margin: 0;
	padding-bottom: 10px;
}
.staff .staff-box dd {
	padding: 5px 0;
}
.staff .staff-box .banner {
	text-align: right;
}
.staffmoreBox dl.staff-box00bg {
	width: 252px;
	height: 102px;
	margin: 5px;
	float: left;
	display: inline;
	background: url(../images/staff_bg.jpg) no-repeat 0 0;
	padding: 10px;
	position: relative;
}
.staffmoreBox dl.staff-box00bg dt {
	float: left;
	width: 75px;
}
.staffmoreBox dl.staff-box00bg dd {
	float: right;
	width: 165px;
}
.staffmoreBox dl.staff-box00bg dd p {
	position: absolute;
	top: 60px;
	left: 150px;
}
/* .concept
------------------------------------------------------------------------*/

.concept #frame {
	background: #F0F2E0;
}
.concept h2 {
	padding: 20px 0 10px 9px;
}
.concept #concept-box {
	margin-bottom: 20px;
}
.concept #concept-box p {
	padding: 0;
}
.concept h2 {
	padding: 20px 0 15px 9px;
}
.concept #concept-box dl {
	width: 725px;
	margin: 0;
	padding: 10px 44px 15px;
	background: url(../images/concept_bg.png) no-repeat 0 100%;
}
.concept #concept-box dt {
	padding-bottom: 7px;
}
.concept #concept-box dd {
	line-height: 1.8;
	letter-spacing: 0;
	font-size: 86%;
}
.concept #spirits-box {
	width: 813px;
	margin: 5px 0 20px;
	padding-top: 8px;
	background: url(../images/concept_bg1.png) no-repeat;
}
.concept #spirits-box .clearfix {
	padding: 0 50px 0 10px;
}
.concept #spirits-box p {
	float: left;
	padding: 0;
}
.concept #spirits-box dl {
	float: right;
	width: 480px;
	margin: 0;
}
.concept #spirits-box dt {
	position: relative;
	margin-left: -28px;
	margin-bottom: 10px;
}
.concept #spirits-box dd {
	line-height: 1.8;
	letter-spacing: 0;
	font-size: 86%;
}
.concept #spirits-box .last-child {
	padding-bottom: 12px;
	background: url(../images/concept_bg2.png) no-repeat 0 100%;
}
.concept #designer-box {
	width: 713px;
	margin-top: 5px;
	padding: 24px 50px 0;
	background: url(../images/concept_bg1.png) no-repeat;
	position: relative;
}
.concept #designer-box .inner {
	width: 480px;
}
.concept #designer-box .img-fR {
	position: absolute;
	top: 8px;
	right: 14px;
}
.concept #designer-box .img-fR ul {
	position: 0;
	margin: 0;
}
.concept #designer-box h3 {
	clear: both;
	padding: 15px 0;
}
.concept #profile {
	clear: both;
	margin: 20px 0;
	padding: 40px 0 20px;
	border-top: 1px solid #dfe6d0;
}
.concept #profile p {
	padding: 0;
}
.concept #profile dl {
	float: left;
	width: 570px;
	margin: 0;
	padding-top: 5px;
}
.concept #profile dt {
	padding-bottom: 15px;
}
.concept #profile dd {
	padding: 5px 0;
	letter-spacing: 0;
}
.concept #contact-us {
	margin: 0 -50px;
	padding: 10px 0 50px;
	text-align: center;
	background: url(../images/concept_bg2.png) no-repeat 0 100%;
}
/* .works-detail
------------------------------------------------------------------------*/

.works-detail .index0 {
	position: fixed;
	padding: 0;
	top: 150px;
	right: 50px;
}
.works-detail .index1 {
	position: fixed;
	padding: 0;
	bottom: 15px;
	right: 50px;
}
.works-detail #frame {
	background: #eae7e0;
}
.works-detail h2 {
	width: 882px;
	margin: 0 auto;
	padding: 18px 0 5px;
	text-align: left;
	font-size: 200%;
	color: #868687;
	line-height: 1.2;
}
.works-detail #description {
	width: 654px;
	margin-left: -7px;
	background: url(../images/works-detail_bg_top.png) repeat-y 0 100%;
}
.works-detail #description p {
	padding: 7px;
	background: url(../images/works-detail_bg0.png) no-repeat;
}
.works-detail #description dl {
	padding: 0 40px 20px;
	background: url(../images/works-detail_bg_btm.png) no-repeat 0 100%;
}
.works-detail #description dd {
	padding: 7px 0;
}
.works-detail #photo {
	margin: 0;
	padding: 0;
}
.works-detail #photo li > span {
	width: 640px;
	display: block;
	background: #fff;
}
.works-detail #photo li {
	margin: 15px 0;
	position: relative;
}
.works-detail #photo .pinLink {
	position: absolute;
	left: 650px;
	bottom: 25px;
}
.works-detail #photo .fb-like {
	position: absolute;
	left: 650px;
	bottom: 5px;
}
.works-detail #snsLink {
	margin-left: 650px;
	margin-top: -77px;
	padding-bottom: 5px;
}
.works-detail .open, .works-detail .close {
	margin: 10px 0;
}
/* works
------------------------------------------------------------------------*/

.works #frame {
	background: #eae7e0;
}
.works h2 {
	width: 882px;
	margin: 0 auto;
	padding: 18px 0 5px;
	text-align: left;
}
.works #container {
	background: #fff;
}
.works #sort {
	padding: 10px 27px;
	text-align: right;
	font-size: 100%;
}
.works #sort a {
	text-decoration: none;
	color: #231e1b;
}
.works #sort a:hover {
	color: #7d8d60;
}
.works #thumbnail {
	margin: 0;
	padding: 0 0 7px 2px;
}
.works #thumbnail li {
	float: left;
	padding: 0 0 4px 4px;
}
.works #thumbnail li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 4px solid #fff;
}
.works #thumbnail li a:visited {
	border-color: #819c45;
}
.works #thumbnail li span {
	border: 4px solid #fff;
	display: block;
}
.works #thumbnail li a span {
	border: none;
}
.works #thumbnail .box {
	display: block;
	width: 113px;
	height: 100%;
	position: absolute;
	top: 168px;
	left: 0px;
	background: #000;
	opacity: 0.7;
	padding: 10px;
}
.works #thumbnail .wrap {
	color: #fff;
}
/*181116*/
.works_btn_link {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	outline: none;
}
.works_btn_link::before, .works_btn_link::after {
	position: absolute;
	z-index: -2;
	display: block;
	content: '';
}
.works_btn_link, .works_btn_link::before, .works_btn_link::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.works_btn_link {
	position: relative;
	z-index: 2;
	background-color: #7d8d60;
	border: 2px solid #7d8d60;
	padding: 0 30px 0 40px;
	line-height: 50px;
	color: #fff;
	text-decoration: none;
}
.works_btn_link:hover {
	color: #7d8d60;
}
.works_btn_link::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.works_btn_link:hover::after {
	background: #fff;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.works_btn_link::before {
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #fff;
	top: 50%;
	z-index: -1;
	transform: translate(0,-50%);
	left: 15px;
}
.works_btn_link:hover::before {
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #7d8d60;
	top: 50%;
	z-index: 0;
	transform: translate(0,-50%);
	left: 15px;
}
.works_btn_link:visited {
    color: #fff;
}
.works_btn_link:visited:hover{
    color: #7d8d60;
}
.works_btn{
	text-align: center;
	display: flex;
	justify-content: center;
	color: #fff;
	padding: 10px 0 40px;
}
/* home
------------------------------------------------------------------------*/

.home #frame {
	background: #eff1df;
	min-width: 950px;
}
.home #main {
	height: 100%;
	padding: 0;
	margin: 0 auto;
}
.home #crossfader {
	position: relative;
	text-align: center;
	width: 1280px;
	height: 704px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.home #crossfader li {
	position: absolute;
	top: 0;
	left: 0;
}
.home #main img {
	max-width: 1280px;
	min-width: 950px;
	min-height: 523px;
}
.home #information {
	width: 950px;
	margin: 0 auto;
	padding: 3px 0 0 10px;
	text-align: left;
}
.home #information-box0 {
	width: 914px;
	margin: 0 auto;
	padding: 0 18px 0;
	text-align: left;
}
.home #greeting {
	width: 914px;
	margin: 0 auto;
	padding: 20px 18px 0;
	text-align: left;
}
.home #information-box2 {
	width: 257px;
	float: left;
	height: 573px;
	margin: 0 6px 0 0;
	padding: 10px;
	background-color: #fff;
}
.home #information-box0 p {
	float: right;
	padding: 0 0 4px 4px;
}
.home #information-box0 dt {
	color: #7d8d60;
	padding-bottom: 5px;
	font-size: 120%;
}
.home #information-box1 {
	float: right;
	width: 621px;
	margin: 20px 0 0;
	padding: 0;
}
.home #information-box3, .home #information-box1 {
	float: right;
	width: 621px;
	margin: 0;
	padding: 20px 0 0;
}
.home #information-box0 li {
	float: left;
	position: relative;
	padding-left: 10px;
}
.home #information-box2 dt {
	padding: 15px 0 5px;
}
.home #information-box2 dl, .home #information-box3 ul, .home #information-box1 ul {
	margin: 0;
	padding-left: 0;
}
.home #information-box0 a {
	text-decoration: none;
}
.home #information-box0 .wrap {
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
	width: 197px;
	height: 120px;
	overflow: hidden;
}
.home #information-box0 .wrap-inner {
	display: block;
	position: absolute;
	top: 163px;
	width: 197px;
	height: 120px;
	background: #000;
}
.home #information-box0 .wrap1 {
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
	width: 197px;
	height: 120px;
	overflow: hidden;
}
.home #information-box0 .wrap-inner1 {
	display: block;
	position: absolute;
	top: 163px;
	width: 197px;
	height: 120px;
	background: #000;
}
.home #information-box0 .box {
	display: block;
	position: absolute;
	top: 163px;
	width: 157px;
	height: 123px;
	padding: 20px;
	font-size: 86%;
	color: #fff;
	line-height: 1.3;
	letter-spacing: 0.005em;
}
.home #information-box0 .box span {
	display: block;
	padding-bottom: 5px;
	color: #eef3d2;
	font-size: 115%;
	font-weight: bold;
}
.home #information-box1 ul {
	float: left;
	margin: 0;
	padding: 0;
}
.home #information-box1 li {
/* float: left; */
	/* padding:0 10px 0 0; */
}
.home #information-box1 li.first {
	float: left;/* padding:0 10px 0 11px; *//* padding-left: 8px; */
}
.home #information-box1 li.second {
	float: left;
	padding: 0;
}
.home #information-box1 p {
	float: right;
	padding: 10px 0 0;
	width: 140px;
	text-align: center;
}
.home #information-box1 p a {
	display: inline-block;
	margin: 5px auto;
	color: #231e1b;
	text-decoration: none;
}
.home #information-box1 p a:hover {
	color: #7d8d60;
}
.home #greeting h4 {
	padding: 20px 0 10px;
}
#nature_logo {
	position: absolute;
	margin: 0 auto;
}
#nature_logo ul {
	list-style-type: none;
}
#nature_logo img {
	width: 156px;
	height: 156px;
}
/* .media
------------------------------------------------------------------------*/
.media #container {
	width: 880px;
	padding: 10px 2px;
}
.media #book, .media #book td {
	border: none;
}
.media ul#book {
	padding-left: 0;
	margin: 0 0 15px;
}
.media #book li {
	border: none;
	float: left;
	height: 200px;
}
.media #book td, .media #book li {
	width: 100px;
	padding: 10px 10px 15px 10px;
	font-size: 86%;
	letter-spacing: 0;
	vertical-align: top;
}
.media #book td img, .media #book li img {
	padding-bottom: 6px;
}
.media #tv {
	width: 100%;
	margin: 15px 0 20px;
	border: 5px solid #c5ccad;
}
.media #tv td {
	width: 345px;
	padding: 20px 10px 15px 30px;
	border: 1px solid #c5ccad;
}
.media #tv img {
	float: left;
	padding: 0 15px 5px 0;
}
/* .links
------------------------------------------------------------------------*/

.links #container {
	width: 762px;
	padding: 45px 60px 30px;
	background: #fff;
}
.links .link-box div {
	width: 360px;
	padding-bottom: 20px;
}
.links .link-box img {
	float: left;
}
.links .link-box dl {
	float: right;
	width: 285px;
	margin: 0;
}
.links .link-box a {
	color: #5d7746;
}
.links .link-box a:hover {
	text-decoration: none;
}
/* company
------------------------------------------------------------------------*/

.company #container {
	width: 780px;
	padding: 20px 51px 30px;
	background: #fff;
}
.company table {
	margin-bottom: 25px;
}
.company table dl {
	margin: 0 0 10px;
}
.company table dt {
	font-weight: bold;
	padding: 10px 0 3px;
}
.company #container ul {
	padding: 15px 15px 15px 40px;
	border: 1px solid #c5ccad;
	list-style: disc;
}
/* contact
------------------------------------------------------------------------*/

.contact #container {
	width: 780px;
	padding: 20px 51px 30px;
	background: #fff;
}
.works #thumbnail .newIcon {
	margin-top: -25px;
	margin-left: -133px;
}
.works #thumbnail .voiceIcon {
	vertical-align: top;
	margin-left: -133px;
}
.list02, .list01 {
	clear: both;
	margin: 10px auto 20px;
	padding-left: 90px;
}
.list02 li, .list01 li {
	float: left;
	margin-right: 50px;
	width: 240px;
}
.list02 li.last {
	margin-right: 0;
}
.list02 li span, .list01 li span {
	padding-top: 10px;
}
.list02 {
	padding-left: 30px;
}
.list02 li {
	width: 300px;
}
#information-box1 span {
	font-weight: bold;
	color: #5d7746;
}
.renovation_bk {
	background: #F0EBCB !important;
}
.b_a {
	margin: 0 auto;
}
.b_a p {
	float: left !important;
}
.renovation_white_bk_top {
	background: url(../images/renovation_white_bg_top.png) no-repeat top;
	margin: 0 auto;/* float: left; */
}
.renovation_white_bk_center {
	background: url(../images/renovation_white_bg_center.png) repeat-y;
	margin: 0 auto;
	width: 813px;
	float: left;
}
.renovation_white_bk_bottom {
	background: url(../images/renovation_white_bg_bottom.png) no-repeat bottom;/* margin: 0 auto; */
}
.renovation_photo p, .renovation_photo h3 {
	margin-left: 35px;
	padding-bottom: 25px;
}
.renovation_photo h4 {
	margin-left: 35px;
	padding-bottom: 10px;
}
.renovation_photo h3 {
	padding-top: 30px;
	margin-bottom: 20px;
}
h2.title_renovation {
	margin-left: 220px;
}
.photo_lane p {
	float: left;
}
.lane_last {
	margin-left: 30px !important;
}
.pd40 {
	padding-bottom: 40px !important;
}
.concept_white_bk_top {
	background: url(../images/concept_white_bg_top.png) no-repeat top;
	margin: 0 auto;/* float: left; */
}
.concept_white_bk_center {
	background: url(../images/concept_white_bg_center.png) repeat-y;
	margin: 0 auto;
	width: 813px;
	float: left;
	margin-bottom: 40px !important;/* padding-bottom: 20px; *//* padding-right: 64px; */
}
.concept_white_bk_bottom {
	background: url(../images/concept_white_bg_bottom.png) no-repeat bottom;
	/* margin: 0 auto; */
	padding-bottom: 40px;/* margin-bottom: 50px; */
}
.oura {
	background: url(../images/oura_bg.png) no-repeat;
	margin: 0 auto;
	width: 813px;
	height: 857px;
	float: left;
	padding: 42px 0px 0px 42px;/* line-height: 3; */
}
.oura p {
	color: #FFF;
	/* margin: 42px 0px 0px 42px; */
	line-height: 2.4;
	font-size: 13px;
}
p.text_center {
	text-align: center;
}
.concept_img_center {
	margin-left: 100px;
}
.concept_box_l, .concept_box_r, .concept_box_r p {
	width: 290px;
}
.concept_box_lane {
	width: 600px;
	margin-left: 100px;
}
.concept_box_l {
	float: left;
}
.concept_box_r, .concept_box_r p {
	float: right;
}
.concept_text {
	width: 300px !important;
	display: block;
}
p.profile_tex {
	/* margin: 10px 0px 0px 42px; */
	font-size: 11px;
	line-height: 2.1;
}
dl.concept_dl {
	margin: 0;
	padding-top: 50px;
}
dl.concept_dl dt {
	margin-bottom: 20px;
}
dl.concept_dl dd {
	margin-bottom: 50px;
}
.pb40 {
	padding-bottom: 40px;
}
.concept_title {
	maring-left: 30px;
	padding: 30px 0px 20px 95px !important;
}
.home #information-box1 .box {
	display: block;
	position: absolute;
	top: 163px;
	width: 157px;
	height: 123px;
	padding: 20px;
	font-size: 85%;
	color: #fff;
	line-height: 1.3;
	letter-spacing: 0.005em;
}
.disp_inb {
	display: inline-block;
}
a.blog_link:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.list-flex dl {
	display: inline-flex!important;
	font-size: 13px;
	margin: 0 0 5px;
}
.addr_customer_long {
	padding-left: 130px;
}