@charset "utf-8";

/* =================
	life.css		 
=================== */

section{
	margin-bottom:40px;
}

h2.title{
	background:url(../../images/life/h2_icon.png) 25px 50% no-repeat #fff;
	padding-left: 95px;
}

ul.flow{
	border:1px solid #c1ad81;
}

ul.flow li{
	border-bottom:1px solid #e4dcca;
	overflow: hidden;
	padding:20px 30px;
	display:table;
	width:100%;
	box-sizing: border-box;
}

ul.flow li:nth-child(2n){
	background:#f8f2e5;
}

ul.flow li p.time{
	display:table-cell;
	margin-right:45px;
	width: 16%;
}

ul.flow li dl{
	display: table-cell;
    vertical-align: middle;
}

ul.flow li dl dt{
	font-size:166%;
	font-weight:700;
	float:left;
	width: 20%;
}

ul.flow li dl dt.top{
	padding-top: 20px;
}

ul.flow li dl dd{
	width: 80%;
	float: right;
	font-size:125%;
}

section.annualEvents{
	margin-bottom:20px;
}
section.annualEvents ul.eventList{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
section.annualEvents ul.eventList li {
    box-sizing: border-box;
    width: 225px;
    background-color: #f3f3f3;
    margin: 0 20px 20px 0;
    background-color: #fff;
    border-radius: 9px;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #e1d9c5;
}
section.annualEvents ul.eventList li:nth-child(3n) {
    margin-right: 0;
}
section.annualEvents ul.eventList li dl {
    text-align: center;
    color: #5f4132;
}
section.annualEvents ul.eventList li dl dt {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 12px;
    border-radius: 5px;
    background-color: #eee;
    padding: 8px 0 5px;
    line-height: 1;
}
section.annualEvents ul.eventList li dl.april dt {
    background-color: #FFFF00;
}
section.annualEvents ul.eventList li dl.may dt {
    background-color: #4ee04e;
}
section.annualEvents ul.eventList li dl.june dt {
    background-color: #54e7e7;
}
section.annualEvents ul.eventList li dl.july dt {
    background-color: #c6c649;
}
section.annualEvents ul.eventList li dl.august dt {
    background-color: #ea4646;
    color: #fff;
}
section.annualEvents ul.eventList li dl.september dt {
    background-color: #48a848;
    color: #fff;
}
section.annualEvents ul.eventList li dl.october dt {
    background-color: #972020;
    color: #fff;
}
section.annualEvents ul.eventList li dl.nobember dt {
    background-color: #3a9898;
    color: #fff;
}
section.annualEvents ul.eventList li dl.december dt {
    background-color: #3b3be0;
    color: #fff;
}
section.annualEvents ul.eventList li dl.january dt {
    background-color: #C0C0C0;
}
section.annualEvents ul.eventList li dl.february dt {
    background-color: #808080;
    color: #fff;
}
section.annualEvents ul.eventList li dl.march dt {
    background-color: #eb54eb;
    color: #fff;
}
section.annualEvents ul.eventList li dl dd.description {
    margin-top: 15px;
    text-align: left;
    font-size: 14px;
}

section#yearplan{
    margin-bottom: 20px;
}
section#yearplan p.txt{
	font-size:116%;
}
section p.pdf{
	background:url(../../images/news/pdf_icon.png) 20px 50% #fff no-repeat;
	text-align:center;
	box-shadow: 0 0 8px gray;
	border-radius: 5px;
	width: 50%;
}
section p.pdf a{
	padding:20px 20px 20px 50px;
	display:block;
    font-size: 18px;
}

