@font-face {
  font-family: 'Meiryo';
    src: url("font/meiryo_Font/meiryo.ttc");
    src: local('Meiryo'),
       url("font/meiryo_Font/meiryo.ttc"),
	   
}
/*body {
	color: #818486;
	margin: 0;
	line-height: 22px;
	font-family: "helvetica neue",helvetica,arial,sans-serif;
	font-size: 14px;
}*/

a {
  text-decoration: none;
  color: #50A9CA;
  font-weight: bold;
}

#wrapper {
	width: 706px;
	margin: 0 auto;
	overflow:auto;
}

iframe{
    overflow:hidden;
}

h1 {
	color: #000;
	font-size: 38.5px;
	line-height: 33px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

#speedC {
	float: left;
}

#speedC-button {
	color: #000000 !important;	
}

/*#nav {
  background: url("images/separator.gif") no-repeat scroll right center transparent;
  float: right;
  font: 18px/21px Arial,Helvetica,sans-serif;
  list-style: none outside none;
  margin: 0;
  padding: 0 2px 0 0;
}

#nav li {
  background: url("images/separator.gif") no-repeat scroll left center transparent;
  float: left;
  padding: 0 0 0 2px;
  position: relative;
}

#nav a {
  color: #FFFFFF;
  display: block;
  padding: 17px 15px 22px;
}*/

#footer:after, .header-holder:after {
  clear: both;
  content: "";
  display: block;
}

#searchcontainer {
	background-color: #FFF;
	border: 1px solid #D1CEAB;
	padding: 20px;
	margin-bottom: 5px;
	height: 40px;
}

.asintext {
	font-size: 36px;
	width: 130px;
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
	color: #000;
}

.location {
	width: 615px;
	font-size: 18px;
	float: right;
	margin-bottom: 8px;
	margin-top: 0px;
	padding: 7px;
	color: #000;

	background-position: 8px center;
	background-repeat: no-repeat;
	border: 2px solid #E2E2E2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.longitude {
	width: 180px;
	font-size: 18px;
	float: left;
	margin-right: 30px;
	margin-bottom: 8px;
	margin-top: 0px;
	padding: 7px;
	color: #000;

	background-position: 8px center;
	background-repeat: no-repeat;
	border: 2px solid #E2E2E2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.latitude {
	width: 180px;
	font-size: 18px;
	float: left;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-top: 0px;
	padding: 7px;
	color: #000;

	background-position: 8px center;
	background-repeat: no-repeat;
	border: 2px solid #E2E2E2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.floatbtn {
	float: left;
	height: 42px;
	width: 50px;
	margin-top: -1px;
}

#productcontainer {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 15px;
	border: 1px solid #D1CEAB;
	margin-top: 5px;
	overflow:hidden;
}

.productcontainer img {
	margin-right: 15px;
}

.producttext {
	display: block;
	margin-top: 10px;
}	

.buylink {
	font-size: 12px;
	color: #CCC;
	text-decoration: none;	
}

.export {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.export input, .export label{
	float: left;
	display: inline;
	padding-left: 2px;
}

.pagination {
	text-align: right;
	margin-bottom: 20px;
	height:40px;
}

#foot {
	width: 920px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	color: #635F34;
	font-size: 11px;
	padding: 20px;
	text-align: right;
	clear: both;
}

#toggleText{
	clear:both;
	text-align: justify;
	visibility:visible;
	width:274px !important;	
	height:27px;
}

.container{
	
	padding: 10px 10px 3px;
	margin: 1px 2px 2px 1px;
	width:auto;
	height:170px !important;
	background-color:#F5F5F5;
	font-family: "Meiryo";
	color: #50A9CA;
}

.container a:hover{
	cursor:pointer;
}

#img{
	float:left;
	width:105px;
}

#content{	
    float: left;
    font-size: 12px;
    line-height: 17px;
	text-align:justify;
	width:216px;
}

.upper{
	min-height: 110px;
}

#blockrandom{
	height:700px;
	width:707px;
}
.arrow_box { position: relative; background: #F5F5F5; } 
.arrow_box:after { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(245, 245, 245, 0); border-top-color: #F5F5F5; border-width: 30px; margin-left: -30px; }
/*............................................................*/
#progress {    
	border: 2px solid #E2E2E2;
    border-radius: 3px;
    margin-left: 294px;
    margin-top: 1px;
    padding: 1px;
    width: 223px;
}
#bar { background-image: linear-gradient(to bottom, #0769AD, #F1F1F1); width:0%; height:15px; border-radius: 3px; }
#percent { position:absolute; display:inline-block; top:-2px; left:48%; }
