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


/* Reset ---------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,table,fieldset,th,td {
	margin:0;
	padding:0;
	}
fieldset,img,abbr {
	border:0;
	}
address,caption,code,dfn,h1,h2,h3,h4,h5,h6,th,var {
	font-style:normal;font-weight:normal;
	}
caption,th {
	text-align:left;
	}
q:before,q:after {
	content:'';
	}
a {
	text-decoration:none;
	}
form .formsubmit {
	cursor:pointer;
}
/* -------------------------- */

/* Clearfix ---------------- */

.clearfix:after {
	content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;
	}

.clearfix {
	display: inline-block;
	}

html[xmlns] .clearfix {
	display: block;
	}

* html .clearfix {
	height: 1%;
	}

/* -------------------------- */

/* Layout ---------------- */

body {
	font-size:62.5%;
	background-color:#333;
	font-family:Arial, Helvetica, sans-serif;
	}


#page {
	margin:20;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	/* background-image: url("/images/background.png"); */
	background-origin: padding-box;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-width: 800px;
	position: relative;
}

#logo{
	padding:0px;
	float:center;
	text-align:center;
}


#logo img{  
	width: auto;  
	height: auto;  
	max-width: 100%;  
	max-height: 100%;	 
}


#product{
	padding:0px;
	float:center;
	text-align:center;
	display:block;
}

#product img{  
	width: auto;  
	height: auto;  
	max-width: 100%;  
	max-height: 100%;	 
}

#right {
	margin:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	float:right;
	text-align:right;
	display: block;
}


#footer {
	clear: both; 
	text-align:center;
}


#footer p.copyright {
	margin:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #ccc;
	float:center;
	text-align:center;
	}


#editor {
	width: 500px;
	margin:0px;
	padding:50px;
}

.button {
	font-size:25px;
	cursor:pointer;
	height:30px;
	margin:10px;
	padding:0 4px;
	border:1px solid #fff;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	float:left;
	background:#ccc;
	color:#000;
	}

.button:hover {
	background-color:#eee;
	}

h1 {
	padding:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:57px;
}
h2 {
	padding:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:37px;
}

h3 {
	padding:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:27px;
}
.cke_contents {
height: 500px !important;
}

a:link{
	color:#eee;
	text-decoration:underline;
}

a:hover{
	color:#eee;
	text-decoration:none;
}

a:active{
	color:#eee;
	text-decoration:none;
}

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

#item{

	float:center;
	text-align:center;
	width: 100%;
}

#item ul{
	padding:0px;
	float:center;
	text-align:center;
}

#item ul li{
	margin:0 auto;
	padding:0;
	list-style-type:none;
	display:inline;
	width:500px;
	height:250px;
	float:left;
}

.plate {
	background: url(/images/item-background.png);
	width:500px;
	height:230px;
	text-align:left;
	display:inline-block;
	cursor:pointer;
	}

.plate-l{
	float:left;
	width:100px;
	height:180px;
	text-align:left;
}

.flag{
	padding:50px 10px 20px 30px;
}

.plate-r{
	float:right;
	width:100px;
	height:180px;
	text-align:left;
}

.location{
	display:block;
	padding:45px 0px 0px 120px;
	color:#9a9a9a;;
	font-size:45px;
	font-weight:bold;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, .7);
	/* text-shadow: 10px 10px 50px #000; */
}

.country{
	display:block;
	padding:0px 0px 0px 120px;
	color:#a9a9a9;
	font-size:35px;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, .7);
}

.plate-b{
	clear:both;
	width:500px;
	height:50px;
	text-align:center;
}

.detail{
	color:#ccc;
	font-size:17px;
	font-weight:bold;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, .7);
}
</pre></body></html>