/* CSS Document */

/* activity
------------------------------------------------------------------------------------ */
.activity_list{
	line-height: 1.5;
}
.activity_list .title{
	font-size: 1.375em;
	padding-bottom: 30px;
	font-weight: bold;
}
.activity_list .text .lead{
	padding-bottom: 25px;
	font-size: 1.125em;
	color: #F40000;
	font-weight: bold;
}
.activity_list .text p{
	padding-bottom: 16px;
}
@media screen and (min-width:768px) {
.activity_list .text p{
	font-size: 0.875em;
}
}
.activity_list img{
	display: block;
}
.maincont .btn_normal a{
	line-height: 1.2;
}
@media screen and (max-width:767px) {
.activity_list li{
	padding-bottom: 30px;
}
.activity_list .title{
	padding-bottom: 15px;
}
.activity_list .text .lead{
	padding-bottom: 12.5px;
}
.activity_list .text p{
	padding-bottom: 8px;
}
.maincont .btn_normal{
	width: 100%;
	font-size: 0.875em;
}
}
@media screen and (min-width:768px) {
.activity_list li{
	padding-bottom: 40px;
}
.activity_list .title{
	padding-bottom: 30px;
}
.activity_list .text .lead{
	padding-bottom: 25px;
}
.activity_list .text p{
	padding-bottom: 16px;
}
.activity_list .text{
	width: 67%;
	float: left;
	box-sizing: border-box;
}
.activity_list img{
	width: 30%;
	float: right;
}
.maincont .btn_normal{
	width: 400px;
}
}


/* gnavi current */

@media print, screen and (min-width:768px) {
.area_gnavi .nav_activity a:after {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:2px;
	content:"";
	background:#F40000;
}
}

