<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 */

strong {
	font-weight: bold;
}

video {
    width: 75%;
    height: auto;
    margin-bottom: 20px;
}

.img_center {
	text-align: center;
	margin: 25px 10px;
}

.img_center img {
  margin: 0 2px 0 0;
}

.photo_right {
	float: right;
	padding: 5px 0 10px 15px;
}

.IMPERX_link {
	padding-left: 15px;
}

.IMPERX_link a {
	font-weight:bold;
}

/*ラインナップ共通*/

.cam_title {
  font-size: 18px !important;
  line-height: 135%;
  margin: 20px 0 15px 8px;
  padding: 5px 10px;
  border-left: 6px #B81D21 solid;
  font-weight: bold;
}

.cam_title a, .cam_title a:hover {
  color: #003399;
}

/* 画面サイズの横幅が 480px より小さい場合に適用 */
@media screen and (max-width: 480px) {

.img_center {
	text-align: center;
}
.img_center img {
	width: 95%;
	height: auto;
}

.photo_right {
	float: none;
	padding: 0;
	margin: 10px auto;
}
/*ラインナップ共通*/

.cam_title {
  font-size: 16px !important;
  line-height: 150%;
  margin: 10px 0 10px 0px;
}


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