﻿@charset "utf-8";
/* CSS Document */
header {
    border-bottom: none;
    left: 0px;
    width: 100%;
    min-width: 100%;
	background-color: transparent;
    position: relative;
	height: 60px;
    top: 0;
    left: 0;
    z-index: 999;
}
.wrapper {
    max-width: 960px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    line-height:1;
    font-size: 12px;
}
.Designer_logo {
    background-image: url(/images/logo.png);
    width: 80px;
    height: 42px;
    margin: 8px 20px 7px 0;
    position: absolute;
}
.fb_share {    
    height: auto;
    position: absolute;
    right: 0;
    top: 13px;
}
article#kanban {
    background-image: url(/images/event/2017/putaway/banner.png);
    background-position: center top;
    background-color: #999;
    overflow: hidden;
    position: relative;
	margin-top: -60px;
}
article#kanban>div {
    height: 540px;
}
.button {
    display: block;
    overflow: hidden;
    background-color: transparent;
    position: relative;
    text-align: center;
    color: #E34061;
    font-size: 16px;
    padding: 10px 0;
    width: 100%;
    border: 1px solid #E34061;
}
.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: #EEE;
}
.button span {
    position: relative;
    z-index: 1;
}
.button:hover:before {
	width: 100%;
}
.button150 {
    width: 150px;
}
.button300 {
    width: 300px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	background: #333;
	color: #FFF;
	padding: 13px 0;
	font-size: 22px;
	margin-top: 50px;
}
.button300:before{
	 background-color: #555;
}
/*--------------------main*/
body .container{
	color:#333;
	letter-spacing: 2px;
}
.ch01 h2, .ch02 h2, .ch03 h2, .ch04 h2, .ch05 h2, .ch06 h2, .logo_01, .logo_02, .logo_03{
	background-image: url(/images/event/2017/putaway/icon.png);
}
.ch01 h2, .ch02 h2, .ch03 h2, .ch04 h2, .ch05 h2, .ch06 h2 {
	margin: 0 auto;
}
.ch01 h2, .ch02 h2, .ch03 h2{
	width: 170px;
	height: 57px;
}
.ch01 h2{
	background-position:0 0;
	margin-top: 30px;
}
.ch02 h2{
	background-position:0 -67px;
}
.ch03 h2{
	background-position:0 -134px;
	position: absolute;
    left: 40%;
    right: 40%;
	top: -45px;
}
.ch04 h2{
	margin: 50px auto;
	width: 252px;
    height: 57px;
    background-position: 0 -201px;
}
.ch05 h2{
	margin: 80px auto 50px;
    width: 126px;
    height: 57px;
    background-position: 0 -268px;
}
.ch06 h2{
	background-position: 0 -335px;
    position: absolute;
    left: 40%;
    right: 40%;
    top: -45px;
    width: 230px;
    height: 57px;
}
h3{
	font-size: 20px;
	line-height: 35px;
    text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.ch01 p{
	font-size: 16px;
	line-height: 25px;
	margin-top: 30px;
	margin-bottom: 50px;
}
hr{
	border-top: 1px dashed #E4913F;
	position: relative;
}
hr:after {
    content: "";
    position: absolute;
    width: 0;
    border: 9px solid;
    border-color: #E4913F transparent transparent  transparent ;
    left: 50%;
    top: -4px;
}
.ch04 hr, .ch05 hr{
	border-top: 1px dashed #E33F60;
	position: relative;
	margin-top: 50px;
}
.ch04 hr:after, .ch05 hr:after {
    content: "";
    position: absolute;
    width: 0;
    border: 9px solid;
    border-color: #E33F60 transparent transparent  transparent ;
    left: 50%;
    top: -4px;
}
.ch02 h3{
	font-size: 25px;
}
.ch02{
	margin-bottom: 125px;
}
section.ch03{
	border-bottom:2px solid #E4913F;
}
section.ch03, section.ch06{
	background-image: url(/images/event/2017/putaway/background.png);
}
.ch03 ul li{
	display: inline-block;
	border: 1px dashed #E4913F;
	background: #FFF;
	margin-top: 55px;
	margin-bottom: 50px;
	width: 298px;
    height: 200px;
    margin-right: 25px;
    vertical-align: top;
}
.ch03 ul li:nth-of-type(3){
	margin-right: 0;
}
.ch03 ul li i{
	font-size: 35px;
	color: #E4913F;
	border-bottom: 2px solid #E4913F;
	padding-bottom: 5px;
	display: block;
    margin: 20px auto;
    width: 7%;
}
.ch03 p{
	font-size: 20px;
    padding: 0 20px 0 20px;
    line-height: 30px;
	text-align: center;
}
strong{
	font-weight: bold;
}
.ch03 small{
	font-size: 18px;
}
.ch03 a{
	border-bottom: 1px solid #333;
}
.ch03 a:hover{
	color: #E4913F;
}
.ch04 {
	position: relative;
}
.ch04 p.logo_01{
	background-position: 157px 0;
    width: 157px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 32px;
}
.ch05 p.logo_02{
	background-position: 177px -60px;
    width: 177px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 357px;
}
.ch05 p.logo_03{
	background-position: 198px -92px;
    width: 198px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 31px;
}
.ch05 div:nth-of-type(1) {
	margin-bottom: 80px;
}
.ch05{
	margin-bottom: 130px;
}
.ch06 .note{
	border: 1px dashed #E4913F;
    background: #FFF;
	font-size: 14px;
	line-height: 25px;
	margin-top: 62px;
    display: inline-block;
	padding: 20px;
}
.ch06 .note p:nth-of-type(1){
	margin-bottom: 30px;
}
.ch06 ol{
	list-style-type: decimal;
	margin: 0 25px;
}
.ch06 ol li{
	padding-bottom: 5px;
}
.ch06{
	padding-bottom: 80px;
}





