@charset "utf-8";
/* CSS Document */
@import url('reset.css');
@media screen and (max-width: 960px) {

html {
  overflow-y: scroll;
}

body {
	background-color: #EBEBEB;
/*	background-image: url(../img/tmp/header_back.jpg);*/
	background-repeat: repeat-x;
	background-position: top center;
}

.ad {
	margin: 10px;
	text-align: center;
}
.ad.sp {
    width: 300px;
    margin: 10px auto;
}
br.pc{
	display: none;
}
.free {
	text-align: center;
}	
.free.pc {
	display: none;
}
.ad.pc {
	display: none;
}
hr.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
}
.center {
	text-align: center;
}

/*----------------- header --------------------*/
header {
	margin: auto;
	padding: 0;
	width: 100%;
	background-color: #fff;
	height: 47px;
    border-bottom: #ccc solid 1px;
}
header h1 {
	float: left;
	margin-left: 60px;
	padding: 10px 0;
    line-height: 23px;
	z-index: 20;
	position: relative;
}
header h1 img {
	max-width: 150px;
	width: 34vw;
	height: auto;
	margin-top: 0;
	padding-top: 0;
/*	margin-top: 10px;*/
}
header ul,header ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*-------------------------------------------*/
.weather {
	display:inherit;
	position: absolute;
	top: 3px;
	right: 45px;
}
.weather .data {
	display:none;
}
.weather ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.weather li.pc {
	display:none;
}
.weather li.sp {
	display:inline-block;
	font-size: 70%;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 16px;
	color:#666666;
}
header .weather .day.tb ,
header .weather .day.pc {
	display: none;
}
.weather li.sp {
	display:inline-block;
	font-size: 70%;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 16px;
	color:#666666;
}
/*-----*/
#header .search {
/*	top: 47px;*/
	right: 0;
	width: 100%;
	height: auto;
/*	position: absolute;*/
	font-size: inherit;
	line-height: normal;
	background-color: #fff;
	padding-top: 0;
}
header .search .icon ,
header .login {
	display: none;
}

header .search_icon {
	display: inline-block;
	float: right;
	top: 5px;
	right: 0;
	margin: 11px 10px 5px 9px;
	color: #000;
	width: 13px;
	height: 13px;
	border: solid 3px #000066;
	border-radius: 100%;
	-webkit-transform: rotate(45deg);
		  transform: rotate(45deg);
	z-index: 30;
}
.search_icon:before {
	content: '';
	position: absolute;
	top: 16px;
	left: 5px;
	height: 10px;
	width: 3px;
	background-color: #000066;
}

/*-----*/
header .search .form {
	display: none;
	margin: 0;
	padding: 0;
}
header .search .form form {
	padding: 0px 10px 10px;
	width: calc(100% - 20px);
	position: relative;
	z-index: 200;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
header .search .form input {
	margin: 0 10px 0 0;
	padding: 0 6px;
	width: calc(100% - 38px);
	line-height: 1.6em;
	font-size: 16px;
	border: 1px solid #ccc;
}
header .search .form button {
	width: auto;
	height: 28px;
	margin: 12px 0 0;
	padding: 0;
	text-align: center;
	line-height: 1.6em;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: none;
}
/*----------------- nav --------------------*/
nav {
	top: 47px;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 300;
	display: block;
	position: absolute;
	font-size: inherit;
	line-height: normal;
}
.main_nav {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	display: none;
	position: inherit;
	font-size: 14px;
}
.main_nav li {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: #828D99 solid 1px;
}
.main_nav li.sub ,
.main_nav li.sub:nth-child(2n) {
	width: 100%;
	border-left: none;
}
.main_nav li span ,
.main_nav li a {
	color: #fff;
	height: 3em;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	line-height: 3em;
	font-weight: bold;
	text-decoration: none;
	background-color: rgba(99,113,128,0.85);
}

.main_nav li ol {
	display: none;
	width: 100%;
	color: #333;
	margin: 0;
	border: none;
	border-bottom: #ccc solid 1px;
	padding: 0;
	list-style: none;
	
	position: inherit;
	z-index: inherit;
	top: inherit;
	left: inherit;
	transition: inherit;
	
	background-color: #fff;
	opacity: 1;
	top: inherit;
	visibility: inherit;
}
.main_nav li:hover ol{
	top: inherit;
	visibility: inherit;
	opacity: inherit;
}
.main_nav li ol li {
	width: 100%;
	border: none;
	display: block;
	padding: 0;
	height: auto;
	text-align: center;
	background: none;
	background-color: #fff;
}
.main_nav li ol li a {
 	display: block;
	color: #333;
	padding: 6px 0;
    height: 2em;
	text-align: center;
	font-size: 90%;
	line-height: 2em;
	background: none;
}
.main_nav li ol li a:hover {
	color: #fff;
}
.main_nav li:hover > a{
}
.main_nav li a:hover{
}
.main_nav li a.pc {
	display: none;
}
	
	/*---*/
.nav_button {
	margin: 0;
	float: left;
	top: 0;
	left: 0;
	padding: 12px 10px 5px 9px;
	position: absolute;
	border-right: #ccc solid 1px;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 30px;
	height: 24px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000066;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 10px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
/*---*/
.menu-trigger span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 4px;
	background-color: #000066;
	border-radius: 4px;
	transition: all .4s;
}
.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(20px) scale(0);
}
.menu-trigger.active span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2)::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-20px) scale(0);
}

/*----------------- main --------------------*/
main {
	width: 100%;
	margin: auto;
	padding: 0;
}

.ad.banner {
	width: auto;
	margin: 10px auto;
	padding: 0;
	text-align: center;
}
.ad.banner div {
	display: inline-block;
}
.article-info h1 a:link {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.article-info h1 a:visited {
	color: #333;
}
.article-info h1 a:hover {
	color: #39F;
	text-decoration: none;
}

/*---------- bagetop-----*/
#page_back {
	right: 30px;
	bottom: 30px;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
}
#page_back a {
	color: #fff;
	width: 50px;
	height: 44px;
	margin: 0;
	padding: 0;
	display: table-cell;
	font-size: 70%;
	text-decoration: none;
	vertical-align: text-top;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #666;
	border: 3px solid #666;
	opacity: 0.5 ;
	transition: 0.3s ;
}
#page_back a:hover {
	opacity: 1 ;
}
	
/*-----*/
.arrow-up.icon {
	top: 10px;
	left: 4px;
	color: #fff;
	position: absolute;
	margin-left: 20px;
	margin-top: 3px;
	width: 2px;
	height: 27px;
	background-color: currentColor;
}
.arrow-up.icon:before {
	content: '';
	position: absolute;
	left: -10px;
	top: 1px;
	width: 20px;
	height: 20px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-45deg);
		  transform: rotate(-45deg);
}


/*----------------- fotter --------------------*/
#footer {
	margin-top: 90px;
	font-size: 75%;
	background-color: #46494C;
}
#footer a {
	text-decoration: none;
}
	#footer hr {
}

/*---------- sitemap-----*/
#sitemap {
	display: none;
}

/*---------- news_47-----*/
#news_47 {
	display: none;
}

/*---------- footer_content*/
#footer_content {
	width: 100%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
#footer_content .footer_link {
	display: none;
}
#footer_content .address  {
	margin-top: 15px;
	padding-top: 15px;
	margin-left: 10px;
	display: flex;
}
#footer_content address img {
	padding-right: 10px;
}
#footer_content address p {
	color: #fff;
	width: calc(100% - 90px);
	margin: 0;
	padding: 0;
	line-height: 170%;
}


}

