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

html{
    height:100%;
}

body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	height:100%;
	background-attachment: scroll;
	background-color: #000;
	background-image: url(../../images/endproduct/acx/ACX_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

body &gt; #wrapper {
        height: 100%;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1{
	font-size:18px;
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFFFFF;
}


 h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFF;
}


.small{
	
	font-size:10px;
	}
	
a img {
	border: none;
}


a:link {
	color:#ff6600;
	text-decoration: none; 
}
a:visited {
	color: #ff6600;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}


.wrapper {
	width: 100%;
	height:auto;
/*	max-width: 1280px;*/
	min-width: 780px;

	margin: 0 auto;
	position:relative;
	min-height:100%;

	
}


.header {
	background: #2c2c2c;
	height:40px;
	padding:10px 0px 5px 10px;
	clear:left
	
}


.content {
	padding: 60px 0;
	margin-top:20px;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

.inner{
	margin:auto;
	padding:20px 0px 20px 20px;
	width:900px;
	height:600px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 2px 2px 8px #000000;
    -webkit-box-shadow: 2px 2px 8px #000000;
    box-shadow: 2px 2px 8px #000000;
/*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#333333', endColorstr = '#736b72');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#333333', endColorstr = '#736b72')";
background-image: -moz-linear-gradient(top, #333333, #736b72);
background-image: -ms-linear-gradient(top, #333333, #736b72);
background-image: -o-linear-gradient(top, #333333, #736b72);
background-image: -webkit-gradient(linear, center top, center bottom, from(#333333), to(#736b72));
background-image: -webkit-linear-gradient(top, #333333, #736b72);
background-image: linear-gradient(top, #333333, #736b72);*/
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background-color: rgba(200,200,220,0.3)

/*opacity: 0.3;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 30);
filter: alpha(opacity = 30);*/

	
}

/* ~~ フッター ~~ */
.footer {
	position:absolute;
	background: #2c2c2c;
	height:40px;
	width:100%;
	bottom:0;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 0px;
}

.copyright{
	margin-right:20%;
	}

.langchange {
	text-align:right;
	padding-right:10%;
	color: #FFF;
	float:right;
	}
	

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
</pre></body></html>