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

body{
  -webkit-highlight: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: text;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.clearfix {
  display: inline-block;
  /* Hides from IE-mac \*/
  *zoom: 1;
  display: block;
  /* End hide from IE-mac */
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

/*--- font ---*/

#content-main a:link,
#content-main a:active,
#content-main a:visited{
	color: #0000ff;
	text-decoration:underline;}
#content-main a:hover{
	text-decoration:none;}
.fs-s,
.note,
.note-list,
.caption {
    font-size: 87.5%;}
.fs-l {
	font-size:139.1%;}
.fs-ll {
	font-size:128.5%;}
.fw-normal {
  font-weight: normal;}
.fw-bold {
  font-weight: bold;}
.note {
    padding: 5px 0;}
.att{
	color:#ff0000;}
.blue{
	color:#004097;}
.caption{
	display:block;
	text-align:right;
	padding:3px 0 0}
.mvBox{
  position: relative;
  padding-bottom: 55.5%;
  height: 0;
  overflow: hidden;}
.mvBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;}
	
/*--- layout ---*/
.wrap{
	overflow:hidden;}
#content-main{
	text-align:center;}
ul[class] {
  list-style: none;}
ul.note-list,
ul.note-list-m {
	clear:both;}
ul.note-list li,
ul.note-list-m li {
	text-indent: -1em;
	padding-left: 1em;
	margin:0 0 .2em;
	text-align: left;}



/*--- modal ---*/
.lock {
    overflow:hidden;
}
.lock #container {
    overflow:scroll;
}

.modal-content {
    position: relative;
    display: none;
}
.modal-content img{
	width: 100%;
	max-width: auto;
	height: auto;
}
.modal-content-c {
	top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.modal-content p {
    position: relative;
	display: inline-block;
}
.modal-content p:before {
	content: "";
	display: block;
	position: absolute;
	background: url(../images/index_ic_close.png) 50% 0 no-repeat;
	width: 38px;
	height: 38px;
	bottom: -16px;
	right: -17px;
}

.modal-overlay {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
    z-index:1000;
}

.modal-wrap {
    z-index:2000;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
	text-align: center;
	padding: 15px 15px 30px;
	box-sizing: border-box;
}
.modal-wrap .modal-content {
	display: block;
}

.modal-open {
    color:#00f;
    text-decoration:underline;
}

.modal-open:hover {
    cursor:pointer;
    color:#f00;
}

.modal-close {
    color:#00f;
    text-decoration:underline;
}

.modal-close:hover {
    cursor:pointer;
    color:#f00;
}


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