﻿@charset "utf-8";
/* CSS Document */

.wrapper {
	max-width: 960px;
	position: relative;
	margin-left: auto;
	margin-right: auto
}
.seo {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
article#kanban {
	background-image: url(/images/project/2016/floor/banner_event.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #5d351e;

	overflow: hidden;
	position: relative;
}
article#kanban>div {
	height: 480px;
}
.BG {
	background-image: url(/images/project/2016/floor/ch1_background.png);
	padding-top: 50px;
	padding-bottom: 80px;
}
.content_01{
	margin: 0 auto;
	background-image:url(/images/project/2016/floor/content_01_1.png);
	width: 700px;
	height: 438px;
	background-repeat: no-repeat;
}
.content_02{
	margin: 0 auto;
    font-size: 16px;
    line-height: 25px;
    color: #333;
    letter-spacing: 1px;
}
.content_02 ol{
	list-style-type: decimal;
    margin-left: 20px;
}
.title01, .title02{
	background-color: #FFF;
    margin: 50px auto 30px auto;
    display: block;
	text-align: center;
}
.title02{
	margin-top:80px;
	 display: block;
	padding-bottom: 10px;
}
.title01 h2, .title02 h2{
	background-image: url(/images/project/2016/floor/title01.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;
}
.title01 ul{
	text-align: center;
}
.title01 li{
	display: inline-block;
}
.title01 li input{
    font-size: 16px;
    color: #999;
    text-align: center;
    border: 1px solid #999;
    width: 300px;
    height: 45px;
    line-height: 45px;
    margin: 30px 5px;
	display: block;
}
.title01 li input:hover, .title01 textarea:hover{
	color: #555;
    border: 1px solid #555;
}
.title01 textarea{
	margin: 30px auto;
	border: 1px solid #999;
	width: 900px;
	height: 80px;
	outline: none;
    font-size: 20px;
    font-family: "微軟正黑體";
}
.Cn02 .checkbox{
	color: #333;
	font-size: 20px;
	text-align: center;
    margin: 30px 0;
}
.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: 380px;
}
.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;
}
.title02 li .img01{
	width:270px;
	height: 180px;
	background-color: #EEE;
	margin: 0;
	overflow: hidden;
}
.title02 li .img01 li{
	width: auto;
	height: 180px;
	text-align: center;
}
.title02 li .img01 img{
	width: auto;
	height: 180px;
	text-align: center;
}
.title02 li div.block02 p img {
	width:50px;
	height: 50px;	
	border: 1px solid #ddd;
	margin-right: 20px;
}
.title02 li div{
	float:left;
	position: relative;
	margin-top: 30px;
    margin-bottom: 30px;
}
.arrow_left, .arrow_right {
    width: 28px;
    height: 38px;
    position: absolute;
    top: 39%;
    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_right:hover {
    background-image: url(/images/project/2016/floor/arrow_right02.png);
}
.arrow_left:hover {
    background-image: url(/images/project/2016/floor/arrow_left02.png);
}
p.ch6_name {
    color: #005199;
    font-size: 20px;
	text-align: left;
	margin-top: 0;
}
p.ch6_content {
    color: #333;
    font-size: 15px;
	text-align: left;
	margin-top: 10px;
	letter-spacing: 1px;
    line-height: 25px;
}
.block01{
	width: 270px
}
.block02{
	margin-left: 25px;
    width: 625px;
}
.ch6_name span {
    color: #888;
    font-size: 16px;
	position: absolute;
    right: 5px;
	top:35px;
}
.title02 ul{
    display: inline-block;
}
.title02 li{
	display: inline-block;
    border-bottom: 1px dashed #999;
}
hr {
    border: 1px dashed #999;
    margin: 20px 0;
}
.button01{
	margin: 40px auto;
}
.block03{
	display: block;
    text-align: center;
}
.block03 .button{
	margin: inherit;
	width: 470px;
	margin-top: -1px;
}
.block03 div{
	display: inline-block;
	padding-left: 8px;
}
.block03 div img:hover{
	opacity: 0.8;
}
.hide_arrow {
    display: none;
}
.fb_share {
    display: block;
    width: 250px;
    height: auto;
    position: fixed;
    LEFT: 50%;
    top: 50px;
    MARGIN-LEFT: 362px;
    z-index: 1;
}

.title01 textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 20px;
}
.title01 textarea::-moz-placeholder { /* Firefox 19+ */
  font-size: 20px;
}
.title01 textarea:-ms-input-placeholder { /* IE 10+ */
 font-size: 20px;
}
.title01 textarea:-moz-placeholder { /* Firefox 18- */
  font-size: 20px;
}

.errorMsg {
    display: block;
    font-size: 20px;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 15px;
    color: red;
}