<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#ie {
	background:#fff;
}
#ie p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
}
#ie .header {
	background-image: url(/static/book/calendar/2017/images/ie/main.png);
	background-repeat:repeat;
	padding:100px 0 100px;
}

#ie .header .main {
	padding:100px 0;
}
#ie h2 {
	color:#000;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 30px;
	font-size: 35px;
	margin-top: 15px;
}
#ie h3 {
	color:#7ECCE1;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size:24px
}
#ie section {
	margin: 0;
	padding: 0 0 80px;
}
#ie section.list {
	background:#EEEEEE;
	margin: 0;
	padding: 80px 0 80px;
}
#ie section.list img {
	margin-bottom:15px;
}
#ie section.book-link {
	padding: 80px 0 80px;
}
#ie .detail p {
	font-size:12px;
	color:#666;
}
section:last-child {
	margin-bottom: 0;
}
.event {
	border: 2px solid #000;
	padding: 30px;
}
.hvr-ripple-out.black {
	background: #000 none repeat scroll 0 0;
	color: #fff;
	cursor: pointer;
	margin: 0.4em;
	padding: 1em;
	text-decoration: none;
	text-align:center;
	font-size:20px
}
.hvr-ripple-out.black:before {
	animation-duration: 1s;
	border: 6px solid #000;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.blueimp-gallery .modal-dialog {
	left: auto;
	padding-left: 5%;
	padding-right: 5%;
	right: auto;
	width: auto;
	max-width:80%;
}
.modal-header {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 10px 5px;
}
#ie .header .container {
 width:970px;
}

/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
#ie .header .container {
 width:auto;
}
 #ie .container {
 width:auto;
}

#ie .header {
    padding: 50px 0 50px;
}
 #ie h2 {
 font-size: 28px;
}
 .hvr-ripple-out.black {
 font-size:16px;
}
 .hvr-ripple-out.black {
 margin: 0.4em 0;
 padding: 0.5em;
}
}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width : 768px) {

#ie .header .main {
    padding: 30px 0;
}
 #ie h2 {
 font-size: 24px;
}
#ie h3 {
 margin-top:10px;
 padding:0;
}
 .hvr-ripple-out.black {
 padding: 1em;
}
 #ie section {
 margin: 0;
 padding: 0 0 40px;
}
 #ie section.list, #ie section.book-link {
 padding: 40px 0;
}
}
</pre></body></html>