<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media screen and (min-width:740px)and (max-width:2500px){

body{
	width:1200px;
	margin:0 auto;
	
}


div#contents{

width:100%;

}

ul.btm_mb{
	display:none;

}

}





h1{
	font-size:12px;
	color:#999999;
}

img {
	margin:-3px auto;
	border:none;
	width:100%;

}

div.mv{
	border:none;
	position:relative;
	top:-67px;

}
.movie{
	background-image: url(../images/stock_03.png);
	height:auto;
	margin:-5px auto 0 auto;
	text-align:center;
}

.v1{
	margin:0 2%;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: blue;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

ul.btm{
	position:relative;
	z-index:1;
	top:-275px;
	margin-left:50px;
}

ul.btm li{
	float:left;
	list-style:none;
	margin:0 10px;

}

div#footerBox02{
	font-size:13px;
	margin:-50px auto;
	text-align:center;
}
div#footerBox02 &gt; ul &gt; li{
	margin:0 auto;
	float: inherit;
}

div#footerBox02 &gt; ul &gt; li &gt; a &gt;img{
	width:20%;
	margin-right:10%;

}

@media screen and (max-width:740px){

div.mv{
	border:none;
	position:relative;
	top:-43px;

}

ul.btm{
	display:none;
}

ul.btm_mb{
	position:relative;
	z-index:1;
	top:-10px;
	/*margin-left:50px;*/
}

ul.btm_mb li{
	float:left;
	list-style:none;
	margin:1px 1px;
	width:30%;

}

.pagetop a {
    display: none;
  
}

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