#contents{
    width: 1000px;
	margin: 0px auto;
    position: relative;
}
.event{
    margin: 0 auto;
    margin-bottom: 40px;
    width: 750px;
}
.event p{
    text-align: left;
    position: relative;
}
.event .summary{
    margin-bottom: 30px;
    margin-left: 3%;
    margin-right: 3%;
}
.event .summary dl{
    display: table;
    width: 100%;
}
.event .summary dt {
    border:solid 1px #ddd;
    padding: 1px 0px 1px 10px;
}
.event .summary dd {
    border:solid 1px #ddd;
    padding: 1px 0px 1px 10px;
}

.summary dt{
    background-color: #55687c;
    color: #fff;
    display: table-cell;
    vertical-align: top;
    width: 200px;
}
.summary dd{
    display: table-cell;
    vertical-align: top;
	padding-left: 10px;
    padding-right: 10px;
}
.summary dd span{
    text-decoration: line-through;
}
.web_ttl2 h5{
    background-color: #55687c;
    color: #fff;
    font-size:120%;
    font-weight: 100;
    letter-spacing: 2px;
    line-height: 100%;
    padding:12px 0 12px 18px;
    margin-bottom: 20px;

}
.subtitle-center{
    margin: 0px 0px 20px 0px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.thanks-text{
    width: 500px;
    margin: auto;
    margin-top: 85px;
    margin-bottom: 85px;
    padding: 50px;
  background-color:  #f6f6f6;;
}
.bold{
	font-weight:bold;

}
.link{
    color: #4F8EE0;}
.red{
    color: red;
}
.gray{
 color:rgb(161, 159, 159)
}
@media screen and (max-width: 680px) {
	#contents{
		width: 80%;
		margin: 0px auto;
		position: relative;
	}
	.event {
		width: 90%;
	}


    .summary{
        width:100%;
    }
    .summary dl{
        width: 100%;
        display: block;
    }
    .summary dt,dd{
        display: block;
         width: 100%;
    }
    .summary dd{
        width: 100%;
        display: block;
        white-space: normal;
    }

}

