﻿@charset "utf-8";
/* CSS Document */

body {
	letter-spacing: 1px;
}
.quickMenu > li {
	border-bottom: none;
}
.fb_share {
    margin-top: -30px;
    right: 100px;    
}

.fb_base {
    float: right !important;    
}

.wrapper {
	max-width: 960px;
	position: relative;
	margin-left: auto;
	margin-right: auto
}
.seo {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
header {
	border-bottom: none;
	border-top: 3px solid #684937;
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.50);
	height: 57px;
	right: 0px;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	width: inherit;
	min-width: inherit;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 3;
    background-color: #fff;
}
.Designer_logo {
    background-image: url('/images/project/2016/floor/logo.png');
    width: 80px;
    height: 42px;
    margin: 8px 20px 7px 0;
    position: absolute;
}
.Designer_logo a {
	width: 100%;
	height: 100%;
	display: inline-block;
}
nav {
	position: fixed;
	top: 10px;
	text-align: center;
	z-index: 5;
	display: inline-block;
	margin-left: -51px;
	width: 100%;
}
nav>a {
	width: 96px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	position: relative;
	color: #674837;
	margin-right: -2px;
	font-size: 16px;
}
nav>a:hover {
	font-weight: bold;
}
nav>a:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 20px;
	background-color: #674837;
	top: 10px;
	right: -1px;
}
article#kanban {
	background-image: url(/images/project/2016/floor/banner_project.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #5d351e;
	margin-top: 60px;
	overflow: hidden;
	position: relative;
}
article#kanban>div {
	height: 480px;
}
section.ch1_BG {
	background-image: url(/images/project/2016/floor/ch1_background.png);
}
section.ch2_BG {
	background-image: url(/images/project/2016/floor/ch2_background.png);
}
article.ch3_BG_img {
	background-image: url(/images/project/2016/floor/ch3_background.png);
	background-repeat: repeat-X;
}
section.ch4_BG {
	background-image: url(/images/project/2016/floor/ch4_background.png);
}
section.ch5_BG {
	background-image: url(/images/project/2016/floor/ch5_background.png);
}
section.ch6_BG {
	background-image: url(/images/project/2016/floor/ch6_background.png);
}
div.title_h1 span {
	background-image: url(/images/project/2016/floor/title_01.png);
	background-repeat: repeat-x;
	width: 28%;
	height: 4px;
	display: inline-block;
	margin: 0 10px;
}
div.title_h1 {
	font-size: 30px;
	text-align: center;
	color: #664737;
	padding-top: 40px;
}
	div.title_h1 i {
		background-image: url(/images/project/2016/floor/title_02.png);
		width: 65px;
		height: 65px;
		display: inline-block;
		vertical-align: middle;
		margin: 0 10px;
	}
	div.title_h1 small {
		font-size: 22px;
	}
section div p.title_p {
	font-size: 20px;
	text-align: center;
	padding: 40px 0;
	line-height: 30px;
}
section h4 {
	font-size: 16px;
	color: #000;
	margin: 10px;
	text-align: center;
	line-height: 25px;
}
section h4 a {
	color: #000;
}
section h4 a:hover {
	color: #555;
}
a {
	cursor: pointer;
}
.button {
	display: block;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-color: #FF9D68;
	position: relative;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	padding: 15px 0;
	width: 100%;
}
.button:before {
	content: '';
	position: absolute;
	display: block;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	top: 0;
	z-index: 0;
	width: 0%;
	height: 100%;
	background-color: #FF7A33;
}
.button:hover:before {
	width: 100%;
}
.button span {
	position: relative;
	z-index: 1;
}
.tab_ch01 ul li {
	float: left;
	width: 20%;
	margin: 10px 0;
}
.tab_ch01 ul li a:after {
	content: '';
	position: absolute;
	width: 5px;
	height: 50px;
	background-color: #f8f1e3;
	top: 0px;
	right: 0px;
	z-index: 2;
}
a.ch1_button:after {
	width: 0px !important;
}
.tab_ch01 ul {
	text-align: center;
	display: block;
	overflow: hidden;
}
.tab_ch01 div {
	border: 1px solid #684937;
	margin-bottom: 50px;
}
.tab_ch01 div img {
	width: 550px;
	height: auto;
	margin: 20px 20px 20px 0;
}
.tab_ch01 div img:hover {
	opacity: 0.8;
}
.tab_ch01 div h2 {
	width: 328px;
	float: left;
	margin: 90px 30px 20px 30px;
	line-height: 40px;
}
.tab_ch01 div h2, .ch02_book h2 {
	color: #FF7A33;
	font-size: 25px;
}
.tab_ch01 div h2:hover {
	font-weight: bold;
}
.tab_ch01 div h2 p, .ch02_book h2 p {
	color: #333;
	font-size: 18px;
}
.tab_ch01 div h2 p {
	text-align: left;
	line-height: 30px;
	padding-top: 20px;
	border-top: 1px dashed #684937;
	margin-top: 20px;
}
.Designer_button {
	position: absolute;
	right: 35px;
	bottom: 80px;
	width: 270px;
}
.Designer_img {
	margin-bottom: 60px;
}
.ch2_BG table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-top: 30px;
	letter-spacing: 0;
}
.ch2_BG table tr th, .ch2_BG table tr td {
	padding: 10px;
	vertical-align: top;
	border: 1px solid #684937;
}
.ch2_BG .border01 {
	border-bottom: none;
}
.ch2_BG .border02 {
	border-top: none;
	background-color: #ffa87a;
}
.ch2_BG .colspan {
	background-color: #ff7a33;
	color: #FFF;
	text-align: center;
	font-size: 20px;
}
.ch2_BG table tr th {
	text-align: center;
}
.ch2_BG table tr th, .ch2_BG td.thtd {
	color: #000;
	font-weight: 100;
	font-size: 20px;
	background-color: #ffa87a;
}
.ch2_BG table tr td {
	font-size: 16px;
	background-color: #FFF;
	line-height: 25px;
}
.ch2_BG table tr:nth-child(odd) {
	background-color: rgba(206,134,63,0.1);
}
.ch02_book {
	background-color: #FFF;
	display: inline-block;
	margin: 50px 0;
}
.ch02_book img {
	width: 194px;
	height: 244px;
	margin: 20px 70px 20px 60px;
	float: left;
}
.ch02_book h2 {
	float: left;
	width: 606px;
	line-height: 45px;
	padding: 35px 30px 0px 0;
	margin-top: 30px;
}
.button_book {
	margin: 0;
	width: 380px;
	margin-top: 30px;
	line-height: 20px;
	display: inline-block;
}
.ch3_BG_img img {
	margin-bottom: 30px;
}
.ch3_BG_img hr {
	border: 1px dashed #999;
	margin: 20px 0;
}
.ch3_BG_img .button {
	width: 380px;
	margin-bottom: 70px;
}
.ch4_BG p.title_p, .ch6_BG p.title_p, .ch3_BG p.title_p {
	text-align: center;
	margin: 0 auto;
	line-height: 30px;
}
.ch3_BG p.title_p {
	width: 445px;
}
.ch4_BG p.title_p {
	width: 595px;
}
.ch6_BG p.title_p {
	width: 400px;
}
.button_video p {
	position: absolute;
	left: 47%;
	top: 33%;
}
div.button_video {
	text-align: center;
	position: relative;
	padding-bottom: 60px;
}
.button_video a {
	display: block;
	width: 80px;
	height: 80px;
	background-image: url(/images/project/2016/floor/video_01.png);
	background-repeat: no-repeat;
	border-radius: 50%;
	background-color: #FF9D68;
	overflow: hidden;
	background-position: center;
}
.button_video a span {
	display: block;
	width: 0%;
	height: 100%;
	background-image: url(/images/project/2016/floor/video_01.png);
	background-repeat: no-repeat;
	background-color: #FF7A33;
	-webkit-transition: all 301ms ease;
	transition: all 301ms ease;
	background-position: center;
}
.button_video a:hover span {
	width: 100%
}
.ch5_BG article {
	background-color: #FFF;
	padding: 10px;
	margin-top: 30px;
	width: 960px;
}
.ch5_BG div.ch05_content {
	margin: 0 0 50px;
	display: inline-block;
}
.tips h2 {
	color: #FFF;
	font-size: 25px;
	width: 460px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin: 0 auto;
	margin-top: -12px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.tips li {
	font-size: 20px;
	padding: 8px 0;
}
.tips li small {
	color: #333;
	font-size: 18px;
}
.tips ol {
	margin: 20px auto;
	display: table;
}
.tips01 h2 {
	background-image: url(/images/project/2016/floor/ch5_title01.png);
}
.tips01 div {
	border: 1px solid #00B5F0;
}
.tips01 li {
	color: #00B5F0;
}
.tips02 h2 {
	background-image: url(/images/project/2016/floor/ch5_title02.png);
}
.tips02 div {
	border: 1px solid #008FBF;
}
.tips02 li {
	color: #008FBF;
}
.tips03 h2 {
	background-image: url(/images/project/2016/floor/ch5_title03.png);
}
.tips03 div {
	border: 1px solid #00688A;
}
.tips03 li {
	color: #00688A;
}
.tips03 img {
	width: 200px;
	height: 300px;
	margin-left: 10px;
}
.tips03 li {
	float: left;
}
.tips03 ol {
	margin-left: 40px;
	margin-right: 40px;
}
.tips03_li01 {
	width: 20%;
	line-height: 30px;
	border-right: 1px solid;
	margin-right: 35px;
	padding-right: 35px !important;
	height: 300px;
}
.tips03_li02 {
	width: 21%;
	margin-right: 20px;
	line-height: 30px;
}
.arrow_left, .arrow_right {
	width: 28px;
	height: 38px;
	position: absolute;
	top: 23%;
	z-index: 1;
}
.arrow_left {
	background-image: url(/images/project/2016/floor/arrow_left01.png);
	left: 0;
}
.arrow_right {
	background-image: url(/images/project/2016/floor/arrow_right01.png);
	right: 0;
}
.arrow_left:hover {
	background-image: url(/images/project/2016/floor/arrow_left02.png);
}
.arrow_right:hover {
	background-image: url(/images/project/2016/floor/arrow_right02.png);
}
.ch6_BG .button {
	width: 380px;
}
.ch6_BG .ch6_01 {
	display: block;
	margin: 0 auto 60px auto
}
.ch6_BG article {
	background-color: #FFF;
	margin: 30px auto 50px auto;
	display: inline-block;
	width: 960px;
}
.ch6_BG article h2 {
	background-image: url(/images/project/2016/floor/ch5_title02.png);
	color: #FFF;
	font-size: 25px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin: 0 auto;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.ch6_BG article ul {
	margin-top: 30px;
	text-align: center;
}
.ch6_BG article ul li {
	width: 280px;
	height: 305px;
	position: relative;
	display: inline-block;
	margin: 0px 15px 30px 15px;
}
.ch6_BG article li .img01 {
	width: 280px;
	height: 180px;
	background-color: #EEE;
	margin: 0;
	overflow: hidden;
}
.ch6_BG article li .img01 img, .ch6_BG article li .img01 li {
	width: auto;
	height: 180px;
	text-align: center;
	margin: 0;
}
.ch6_BG article li img.ch6_img:hover {
	opacity: 0.8;
}
.ch6_BG article li p {
	float: left;
	line-height: 25px;
	text-align: left;
    margin-top: 5px;
}
.ch6_photo img {
	border: 1px solid #ddd;
	margin: 0 10px 0 0;
    height: 52px;
    width: 52px;
}
p.ch6_name {
	color: #005199;
	font-size: 20px;
}
.ch6_name span {
	color: #888;
	font-size: 16px;
}
p.ch6_content {
	color: #333;
	font-size: 16px;
}
/*p.ch6_content:hover {
	color: #999;
}*/
.ch6_button01 {
	margin: 30px auto 30px auto;
}
div .ch6_button02 {
	margin: 0 auto;
	display: table;
	text-align: center;
	margin-bottom: 40px;
}
.ch6_button02 a {
	display: inline-block;
	margin: 10px 10px;
}
header>div {
	text-align: right;
}
#MenuBtn, section.ch1_BG .arrow_left, section.ch1_BG .arrow_right {
	display: none;
}
#blackOverlay {
	display: none;
	background-color: rgba(0,0,0,0.50);
	position: fixed;
	z-index: 5;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.note{ display:block;  color:#333; text-align:center; font-size:14px; overflow: hidden; line-height: 2.5em; }

/*-----max-width:960px-----*/

@media(max-width:960px) {
.container #wrapper, nav>a, .tab_ch01 ul, .ch3_BG img, .button_book {
	width: 100% !important;
}
section.ch1_BG .arrow_left, section.ch1_BG .arrow_right {
	display: block;
	top: 67%;
}
#MenuBtn {
	width: 60px;
	display: inline-block;
	background-color: #FF9D68;
}
#MenuBtn:hover {
	background-color: #FF7A33;
}
#MenuBtn span {
	width: 25px;
	height: 18px;
	background-image: url(/images/project/2016/floor/MenuBtn.png);
	display: inline-block;
	margin: 0 auto;
	vertical-align: middle;
	margin-top: -8px;
}
header>div>a {
	height: 57px;
	vertical-align: top;
	line-height: 60px;
	text-align: center;
	margin-right: 1px;
	font-size: 13px;
}
nav {
	position: fixed;
	top: 0;
	right: -270px;
	left: auto;
	bottom: 0;
	width: 260px;
	height: auto;
	z-index: 6;
	background-color: #FFF;
	background-image: none;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}
nav a {
	display: block;
	height: 50px;
	line-height: 48px;
	width: auto;
	color: #333;
	text-align: left;
	padding-left: 1em;
	background-color: #F4F4F4;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	margin-bottom: 1px;
	border-style: none;
	text-shadow: none;
}
	div.title_h1 span {
		width: 18%;
	}
article#kanban {
	background-size: 1320px 340px;
}
article#kanban>div {
	height: 340px;
}
header {
	background-color: #FFF !important;
}
.button {
	font-size: 16px;
}
div.Designer_none, nav>a:after {
	display: none;
}
.ch5_BG article {
	width: 98%;
	padding: 0;
	margin: 40px auto 0px auto;
}
.tips li {
	font-size: 18px;
	padding: 0px 20px;
	line-height: 25px;
}
.tips li small {
	font-size: 16px;
}
.tips03_li01 {
	width: 100%;
	border-right: 0px solid;
	margin-right: 0;
	height: auto;
	padding: 0 !important;
}
.tips03_li02 {
	width: 100%;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0 !important;
}
li.tips03_li03 {
	text-align: center;
	width: 98%;
	padding: 0;
}
.tab_ch01 div img {
	width: 96%;
	height: auto;
	margin: 20px auto 20px auto;
	text-align: center;
	display: block;
}
.tab_ch01 div h2 {
	width: 96%;
	float: inherit;
	margin: 20px auto 0px auto;
}
.tab_ch01 div h2 br {
	display: none;
}
.Designer_logo {
	margin-left: 10px;
}
.ch2_BG table {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
.tab_ch01 div {
	margin-bottom: 0;
}
section.ch1_BG {
	padding-bottom: 60px;
}
.ch02_book {
	display: table;
	margin: 50px auto 0;
	width: 98%;
}
.ch02_book img {
	width: 28%;
	height: auto;
	margin: 20px 20px 20px 30px;
}
.ch02_book h2 {
	width: 60%;
	line-height: 45px;
	padding: 0;
}
section.ch2_BG {
	padding-bottom: 60px;
}
.ch6_BG article {
	width: 100%;
}
.ch6_BG_li_none01 {
	display: none !important;
}
}

/*-----max-width:660px-----*/
	
@media(max-width:660px) {
.ch02_book {
	display: none;
}
article#kanban {
	background-size: 940px 270px;
}
article#kanban>div {
	height: 270px;
}
.Designer_logo {
	margin-right: 0;
}
	div.title_h1 span, .ch6_BG_li_none02 {
		display: none !important;
	}
.ch5_BG div.ch05_content {
	margin: 0 0 40px;
}
.ch3_BG_img .button {
	width: 98%;
}
.ch6_BG img {
	width: 90%;
}
.ch6_photo img {
	margin-right: 0;
	/*width: 100%;*/
    height: 52px;
    width: 52px;
}
p.ch6_name {
	margin-left: 10px;
	margin-top: 8px;
}
.tab_ch01 ul li a i {
	display: none;
}
.tips03 img {
	width: 180px;
	height: auto;
}
section div p.title_p {
	font-size: 14px;
	padding: 20px 10px;
	line-height: 25px;
}
.ch3_BG p.title_p, .ch4_BG p.title_p, .ch6_BG p.title_p {
	width: 86%;
}
.ch6_BG article li img.ch6_img {
	width: 100%;
	height: auto;
	max-height: 100% !important;
}
.ch6_BG article ul li {
	height: auto;
}
div.button_video img, .tips h2 {
	width: 100%;
}
.arrow_left, .arrow_right {
	top: 30%;
}
.ch6_BG .button {
	width: 96%;
}
div .ch6_button02 {
	display: block;
}
.ch6_button02 a {
	display: inline-block;
	margin: 10px 0px;
}
}

/*-----max-width:480px-----*/

@media(max-width:480px) {
    article#kanban {
        -webkit-background-size: 640px 180px;
        background-size: 640px 180px;
    }

        article#kanban > div {
            height: 180px;
        }

	div.title_h1 i {
		width: 14%;
		height: 45px;
		background-size: contain;
		background-repeat: no-repeat;
		margin: 0 5px 0 5px;
	}

	div.title_h1 {
		font-size: 24px;
	}

		div.title_h1 small {
			font-size: 20px;
		}

    .tab_ch01 div h2, .ch02_book h2 {
        font-size: 20px;
    }

        .tab_ch01 div h2 p, .ch02_book h2 p {
            font-size: 16px;
        }

    .ch2_BG table tr td {
        font-size: 14px;
        line-height: 20px;
    }

    .ch2_BG table tr th, .ch2_BG table tr td {
        padding: 7px;
    }

    .ch2_BG table tr th, .ch2_BG td.thtd, .ch2_BG .colspan {
        font-size: 16px;
    }

    h4 {
        font-size: 14px;
    }

    .ch02_book img {
        width: 48%;
        height: auto;
        margin: 20px auto;
        float: inherit;
        display: block;
    }

    .ch02_book h2 {
        width: 94%;
        line-height: 30px;
        padding: 0;
        float: inherit;
        display: block;
        margin: 0 auto;
    }

    .button_video p {
        left: 40%;
        top: 23%;
    }

    .button_book {
        margin-bottom: 30px;
    }

    .button_video a {
        width: 60px;
        height: 60px;
    }

    section div p.title_p {
        text-align: left;
        display: table;
        margin: 0 auto;
    }

    .ch3_BG p.title_p, .ch4_BG p.title_p, .ch6_BG p.title_p {
        text-align: left;
        display: table;
        margin: 0 auto;
        padding: 20px 0;
    }

    .tips ol {
        margin: 20px 10px;
        display: block;
    }

    .tips03 li {
        float: inherit;
    }

    .tips03 img {
        width: 120px;
    }

    .ch3_BG_img hr {
        margin: 20px 0 30px;
    }

    .ch6_BG .button {
        width: 98%;
    }

    .tab_ch01 ul li a:after {
        width: 3px;
    }

    .tips h2 {
        font-size: 20px;
    }

    .tips li {
        font-size: 16px;
        padding: 0;
        line-height: 25px;
    }

        .tips li small {
            font-size: 14px;
        }

    p.ch6_content {
        font-size: 15px;
    }

    .ch6_BG article {
        margin: 30px auto 50px auto;
    }

    .ch6_button01 {
        margin: 0px auto 30px auto;
    }
}

/*---- Chapter 07 ----*/
.seo02 {
	text-indent: 20%;
	white-space: nowrap;
	overflow: hidden;
}
section.ch7_BG {
	background-image: url(/images/project/2016/floor/ch7_background.png);
}
.ch7_BG p.title_p {
	text-align: center;
	margin: 0 auto;
	line-height: 30px;
	width: 540px;
}
.ch7_BG div ul {
	text-align: center;
}
.ch7_BG div ul li {
	display: inline-block;
	margin: 8px 4px;
}
.ch7_BG .button {
	width: 380px;
	margin: 30px auto 0;
}
.ch7_BG p.ch7_button {
	padding-bottom: 60px;
}

@media (max-width: 660px) {
.ch7_BG p.title_p {
	text-align: left;
	display: table;
	margin: 0 auto;
	padding: 20px 0;
	width: 86%;
}
.ch7_BG div ul li img {
	width: 100%;
}
.ch7_BG .button {
	width: 98%;
	margin: 10px auto 0;
}
}
/*---- Chapter 07 end ----*/

