@charset "utf-8";

p {
	max-height: 999999px;
}

.article > p {
	text-align: center;
	font-size: 16px;
	padding: 16px 0;
	line-height: 1.8;
}

.activity {
	width: 664px;
    margin:0 auto 30px;
}
.activity dl {
    overflow: hidden;
}
.activity > dl {
	margin-top:14px;
}
.activity dt {
    float: left;
}
.activity > dl > dt {
	width:140px;
}
.activity > dl > dt img {
	width:100%;
	height:auto;
}
.activity dd {
    margin-left: 162px;
}
.activity .event_label {
    font-size: 14px;
    font-weight: bold;
}
.activity .ttl {
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 17px;
}
.activity .date {
    float: none;
    width: auto;
    font-size: 13px;
    background: none;
    padding-left: 0;
    margin-bottom: 6px;
}
.activity .btn_detail {
    display: inline-block;
    font-size: 14px; 
    text-align: center; 
    background: #FFFFFF; 
    background: -moz-linear-gradient(top, #FFFFFF 0%, #F6F6F6 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F6F6F6)); 
    background: -webkit-linear-gradient(top, #FFFFFF 0%,#F6F6F6 100%); 
    background: -o-linear-gradient(top, #FFFFFF 0%,#F6F6F6 100%); 
    background: -ms-linear-gradient(top, #FFFFFF 0%,#F6F6F6 100%); 
    background: linear-gradient(to bottom, #FFFFFF 0%,#F6F6F6 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF',  endColorstr='#F6F6F6', GradientType=0 ); 
    border: 1px #bbbbbb solid; 
    border-radius: 6px;
    padding: 6px 18px;
    margin-bottom:10px;
}
.activity .btn_detail:hover {
	opacity: 0.3;
}
.activity a {
    color: #333;
    font-size: 15px;
}
.activity ul {
    margin-top: 17px;
}
.activity li {
    display: inline-block;
    width: 144px;
    text-align: left;
    vertical-align: top;
    border: 1px #ccc solid;
    margin-bottom: 8px;
    padding: 8px 8px 38px;
    position: relative;
}
.activity li dl {
	padding: 0;
}
.activity li dt {
    float: none;
    width: 144px;
    height: 90px;
    margin-bottom: 10px;
    overflow: hidden;
}
.activity li dt img {
	width:100%;
	height:auto;
}
.activity li dd {
    margin-left: 0;
}
.activity li .ttl {
    font-size: 15px;
}
.activity li .date {
	width: 144px;
	height: 39px;
	font-weight: normal;
    position: absolute;
    bottom: 0;
}
.activity p.to_list {
	text-align: center;
	padding-top:6px;
}
.activity p.to_list a {
	text-decoration:underline;
}
.activity p.to_list a:hover {
	text-decoration: none;
}

p.copy_welcome {
	text-align: center;
	color:#00A29B;
	font-size:18px;
	font-weight:bold;
	margin:40px auto 20px;
}
