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

#graphicsub {
	background-image: url(../img/pages/bg_pickup.jpg);
}

#contents_C h2 {
	background-color: #2B4288;
	color: #FFF;
	font-size: 20px; font-weight: bold;
	padding: 10px 4px 10px 10px;
	height: 26px;
}

#contents_C h2.present { background-color: #F29825; }
#contents_C h2.program { background-color: #2E99DC; }
#contents_C h2.news    { background-color: #EA611D; }
#contents_C h2.events  { background-color: #159848; }

#contents_C h2 span {
	font-size: 14px;
	font-weight: normal;
}

#contents_C .outbox {
	border: 1px solid #CCC;
	margin: 20px;
}

#contents_C .coutbox {
	margin-bottom: 20px;
}

#contents_C .box {
	clear: both;
	width: 95%;
	margin: 20px auto 0 auto;
	display:-ms-flexbox; /*--- IE10 ---*/
	display:-webkit-flex; /* Safari */
	display: flex;
	-ms-flex-wrap:wrap; /*--- IE10 ---*/
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	border-bottom: 1px dotted #CCC;
}

#contents_C .box:last-child {
	border-bottom: none;
}

#contents_C .L {
	width: 100%;
}
#contents_C .R {
	width: 100%;
}

@media only screen and (min-width: 769px) {
#contents_C .L {
	width: 180px;
	float: left;
}
#contents_C .R {
	width: 580px;
	float: left;
}
}

#contents_C .box .square {
	margin: 10px auto;
	width: 165px;
	height: 165px;
	border: 1px solid #CCC;
	text-align: center;
	position: relative;
}
@media only screen and (min-width: 769px) {
#contents_C .box .square {
	margin-right: 10px;
	width: 165px;
	height: 165px;
	border: 1px solid #CCC;
	text-align: center;
	position: relative;
}
}
#contents_C .box .square img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#contents_C .box h3 {
	font-size: 18px; font-weight: bold;
	border-bottom: 1px dotted #000;
	width: 100%;
}

#contents_C .box p {
	clear: right;
	font-size: 0.9em;
	line-height: 140%;
	margin: 10px 4px;
	padding-top: 10px;
}

#contents_C .box p.more {
	text-align: right;
}

#contents_C .contentbox h3 {
	font-size: 18px; font-weight: bold;
	border-left: 20px solid #CCC;
	padding-left: 1em;
	background: none;
	color: inherit;
}

#contents_C .contentbox h3.present { border-left: 20px solid #F29825; color: #F29825; }
#contents_C .contentbox h3.program { border-left: 20px solid #2E99DC; color: #2E99DC; }
#contents_C .contentbox h3.news    { border-left: 20px solid #EA611D; color: #EA611D; }
#contents_C .contentbox h3.events  { border-left: 20px solid #159848; color: #159848; }


#contents_C .contentinside {
	margin: 30px;
	font-size: 0.9em;
	line-height: 140%;
	padding-top: 10px;
}

#contents_C .contentbox p {
	clear: right;
	font-size: 0.9em;
	line-height: 140%;
	margin: 10px 4px;
	padding-top: 10px;
}

#contents_C .contentbox p.right {
	margin-right: 1em;
}

#contents_C .pickupR {
	position: absolute;
	top:0;
	right: 0;
	padding: 4px 4px 4px 10px;
	height: 38px;
	font-size: 0.9em;
	line-height: 36px;
	background-color: rgba(204,204,204,0.5);
}

#contents_C .pickupR a:link  { color:#FFF; text-decoration: none; }
#contents_C .pickupR a:visited  { color:#FFF; text-decoration: none; }
#contents_C .pickupR a:hover { color:#FFF; text-decoration: none; }
#contents_C .pickupR a:active { color:#FFF; text-decoration: none; }

</pre></body></html>