@charset "utf-8";

.main_inner ol {
	border-top:solid 2px #ED8700;
}

.main_inner ol li {
	background: #FFFED9;
	border-bottom:solid 2px #ED8700;
	padding:20px 20px 10px;
}

.main_inner ol li:last-child {
	padding-bottom:30px;
}

.main_inner ol li > p {
	color:#ED8700;
	font-weight:bold;
}

.main_inner figure {
	padding:0;
	margin:1em 0 0;
}

.main_inner figure figcaption {
	color:#FFF;
	background: #ED8700;
	display: inline-block;
	font-weight: bold;
	font-size:16px;
	padding:0.4em 0.8em;
}

.main_inner figure dl {
	display: table;
	width: 100%;
}

.main_inner figure dl dt,
.main_inner figure dl dd {
	display: table-cell;
	vertical-align: top;
}

.main_inner figure dl.time {
	margin-bottom:20px;
}

.main_inner figure dl.time dt {
	width:48px;
}

.main_inner figure dl.time dd {
	font-size: 19px;
	line-height: 1.3;
	padding-left:8px;
}

.main_inner figure dl.time dd b {
	color:#ED8700;
	font-size:16px;
}

.main_inner figure dl.content {
	padding-bottom:26px;
	width:99%;
}

.main_inner figure dl.content p {
	line-height: 1.4;
}

.main_inner figure dl.content a {
	color:#ED8700;
	text-decoration: underline;
}

.main_inner figure dl.content a:hover {
	text-decoration: none;
}

.main_inner figure dl.content dd {
	padding-left:24px;
}

.main_inner figure dl.content .table_wrapper {
	border:solid 2px #333;
	padding:10px;
	margin-top:20px;
	box-sizing: border-box;
}

.main_inner figure dl.content table tr th,
.main_inner figure dl.content table tr td {
	vertical-align: top;
	font-size:14px;
	padding:0.2em 0.5em;
	line-height: 1.1;
}

.main_inner figure dl.content table tr th {
	font-weight:bold;
	text-align: right;
}

.main_inner figure dl.content table tr td span {
	font-size:12px;
}

.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:#4290C8;
	font-size:18px;
	font-weight:bold;
	margin:40px auto 20px;
}
