
/* --------------------------------------------------- */
#sec01 {
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
}
#sec01 dl {
	width: 100%;
	border: #1D6FE1 1px solid;
	display: table;
	background-color: #fff;
	padding: 30px;
	margin-bottom: 15px;
	border-radius: 4px;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
#sec01 dd,
#sec01 dt {
	display: table-cell;
	vertical-align: top;
}
#sec01 dd {
	width: 130px;
	font-size: 12px;
	letter-spacing: 2px;
	color: #aaa;
	padding-top: 3px;
}
#sec01 dt {
}
#sec01 dt a {
}
#sec01 dt a:hover {
	color: #1D6FE1;
}
@media print, screen and ( max-width : 1300px ) {
}
@media screen and (max-width: 910px) {
}
@media screen and (max-width: 680px) {
	#sec01 dl {
        width: 100%;
        display: block;
        padding: 15px 20px;
        margin-bottom: 10px;
    }
    #sec01 dd,
    #sec01 dt {
        display: block;
    }
    #sec01 dd {
        width: 100%;
        font-size: 11px;
        padding-top: 0;
		margin-bottom: 4px;
    }
}
/* --------------------------------------------------- */
#sec02 {
	max-width: 1250px;
	width: 95%;
	margin: 0 auto;
	border: #1D6FE1 1px solid;
	padding: 50px;
	border-radius: 4px;
}
#sec02 .title {
	font-size: 1.4em;
	font-weight: 500;
	letter-spacing: 3px;
	margin-bottom: 30px;
	color: #1D6FE1;
}
#sec02 .title .day {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #666;
}
#sec02 p {
	margin-bottom: 20px;
}
#sec02 img {
	display: block;
	max-width: 1000px;
	width: 100%;
	margin: 40px auto;
}
@media print, screen and ( max-width : 1300px ) {
}
@media screen and (max-width: 910px) {
	#sec02 {
		padding: 40px;
	}
}
@media screen and (max-width: 680px) {
	#sec02 {
		padding: 25px;
	}
	#sec02 p {
        margin-bottom: 15px;
    }
	#sec02 img {
		margin: 30px auto;
	}
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */


