@charset "utf-8";

#container {
	padding-bottom:320px;
}

/* event
---------------------------------------------- */
.event {
	width:920px;
	display:inline;
	float:left;
	padding-bottom:20px;
	margin-bottom:30px;
/*	border-bottom:#65B731 1px solid;*/
}

.event .fleft,
.event .fright {
	width:300px;
	height:260px;
	position:relative;
}

.event .fleft {
	margin-right:10px;
}

.event h4 {
	margin-bottom:10px;
}

.event ul li {
	line-height:20px;
	padding-left:23px;
	margin-bottom:5px;
	background:url(../../images/year/icon11.png) no-repeat left top;
}

.event .img {
	position:absolute;
}

.event span {
	color:#DA6884;
}

.last {
	border:none;
	margin-bottom:30px;
	background:url(../../images/year/line.png) no-repeat left bottom;
  padding-bottom: 50px;
}

.event #april {
	background:url(../../images/year/april_tex.png) no-repeat left 17px;
}
.event #april .img {
	bottom: -13px;
	right: 19px;
    transform: rotate(-13deg);
}

.event #may {
	background:url(../../images/year/may_tex.png) no-repeat left 17px;
}
.event #may .img {
	top: -41px;
    right: 10px;
    transform: rotate(13deg);
}

.event #june {
	background:url(../../images/year/june_tex.png) no-repeat left 30px;
}
.event #june .img {
	bottom: -19px;
    right: 29px;
    transform: rotate(13deg);
}

.event #july {
	height:240px;
	background:url(../../images/year/july_tex.png) no-repeat left 30px;
}
.event #july .img {
	top: -14px;
    right: 27px;
    transform: rotate(6deg);
}

.event #august {
	height:240px;
	background:url(../../images/year/august_tex.png) no-repeat left 30px;
}
.event #august .img {
	top: -38px;
    right: 26px;
    transform: rotate(6deg);
}

.event #september {
	height:240px;
	background:url(../../images/year/september_tex.png) no-repeat left 40px;
}
.event #september .img {
	bottom: -34px;
    right: 2px;
    transform: rotate(9deg)
}

.event #october {
	background:url(../../images/year/october_tex.png) no-repeat left 20px;
}
.event #october .img {
	bottom: -19px;
    right: 19px;
    transform: rotate(9deg);
}

.event #november {
	background:url(../../images/year/november_tex.png) no-repeat left 20px;
}
.event #november .img {
	top: -20px;
    right: 15px;
    transform: rotate(10deg);
}

.event #december {
	background:url(../../images/year/december_tex.png) no-repeat left 30px;
}
.event #december .img {
	top: 120px;
    right: 0;
    transform: rotate(4deg);
}

.event #january {
	height:270px;
	background:url(../../images/year/january_tex.png) no-repeat left 17px;
}
.event #january .img {
	bottom: -53px;
    left: -20px;
    transform: rotate(-13deg);
}

.event #february {
	height:270px;
	background:url(../../images/year/february_tex.png) no-repeat left 15px;
}
.event #february .img {
	bottom: -41px;
    right: 0px;
    transform: rotate(8deg);
}

.event #march {
	height:360px;
	background:url(../../images/year/march_tex.png) no-repeat left 30px;
}
.event #march .img {
	top: -20px;
	right: 15px;
	transform: rotate(8deg);
}

/* table
---------------------------------------------- */
#inner table th {
	vertical-align:top;
	width:120px;
}

#inner table th img {
	margin-bottom:10px;
}

#inner table td {
	font-size:14px;
	line-height:24px;
	vertical-align:top;
	padding:5px 0 10px;
}

#inner table span {
	color:#65B731;
}
