﻿html, body {
	margin: 0;
	padding: 0;
}
body {
  color: #999;
  font-size: 1.2em;
  font-family: Arial, "Microsoft yahei", Roboto-Light, Helvetica, Sans-Serif;
}
a {
  color: #00d8ff;
  text-decoration: none;
}
a:hover {
	color: #f60;
}
.gap {
  margin-top: -20px;
}
.gap-top {
  margin-top: 20px;
}
.relative {
	position: relative;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.center {
  text-align: center;
}
.small {
  font-size: .85em;
}
img {
	margin: 0; 
	border: none;
  max-width: 100%;
}
.img:hover {
  filter: brightness(85%);
  -webkit-filter: brightness(85%);
  -moz-filter: brightness(85%);
  -o-filter: brightness(85%);
}
.img-logo-bottom {
  width: 50px;
  vertical-align: middle;
}
.content-wrapper {
  margin: 0 auto;
	padding: 0;
	/* (viewport width:1008) 958/1008=.95 */
	width: 100%;
  max-width: 1250px;
}
.content_inner {
  margin: 0 2%;
}
footer {
  width: 100%;
  clear: both;
  font-size: 0.8em;
  background-color: #d9ebee;
  height: 50px;
  text-align: center;
}
.img-logo {
  padding: 0 0 10px 5%;
  width: 25%;
}
.submit {
	border: 1px solid #9fd5db;
	-webkit-border-radius: 3px 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: .78em;
  font-weight: bold;
	color: #666;
	padding: 2px 4px;
	cursor: pointer;
	width: 100px;
  background-color: #e7fcff;
  margin-top: 5px;
}
.submit:hover {
	background: #bbe9ee;
}
.submit-small {
	border: 1px solid #00476b;
	-webkit-border-radius: 2px 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: .65em;
	font-weight: bold;
	padding: 2px;
	background: #52abbb;
	color: #fff;
	cursor: pointer;
	width: 40px;
  margin-right: 10px;
}
.gap {
  height: 10px;
}
.article {
  width: 46%;
  padding: 0 1%;
}
.dot {
  color: #f60;
  padding-right: 4px;
}
.columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  grid-gap: 1rem;
}
.columns-s {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
.column {
	border: 1px solid #eee;
	-webkit-border-radius: 3px 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
  padding: 6px 6px 10px 6px;
  text-align: center;
}
.clear {
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
.img-logo {
  width: 30%;
}	
}	

@media only screen and (max-width: 767px)
{
.mobile-hide {
  display: none;
}
.mobile-show {
  display: block;
}

.img-logo {
  width: 38%;
}
.m-img {
}
body {
  font-size: .84em;
}
.content-wrapper {
	width: 100%;
}
.columns {
  grid-template-columns: repeat(auto-fit, minmax(81px, 0.2fr));
  grid-gap: 0.2rem;
}
.columns-s {
  grid-template-columns: repeat(auto-fit, minmax(82px, 0.2fr));
  grid-gap: 0.2rem;
}.column {
  padding: 3px;
}
.submit {
	font-size: .9em;
	width: 60px;
  margin-top: 5px;
}
}