@import url("http://website.3wen.top/css/css.css");

p,p span{
	font-size: 18px;
	line-height: 2;
}
input,.input{
	display: inline-block;
	padding: 6px;
	font-size: 14px;
	color: #555555;
	background: #FFFFFF;
	border: solid 1px #CCCCCC;
}
input::placeholder{
	font-size: 14px;
	color: #999999;
}
:focus-visible{outline: none;}
option{
	font-size: 14px;
	padding: 5px 12px;
}
button{
	background: #EEEEEE;
	border: none;
	cursor: pointer;
}
iframe{
	width: 100%;
	height: 100%;
	border: none;
}
a{
	color: #333333;
	text-decoration: none;
}
h1{font-size: 36px;}
h2{font-size: 30px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h6{font-size: 12px;}
.ul,.li{
	list-style: none;
}
a,span{
	transition: color 200ms;
}

/* head */
header{
	width: 100%;
	height: 80px;
}
.head{
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	padding: 0 10%;
	box-shadow: 0 0 10px 0 #ccc;
	z-index: 100;
}
.navlist{
	font-size: 0;
}
.nav{
	position: relative;
}
.navtxt{
	padding: 0 20px;
	font-weight: bold;
}
.menu-in{
	background: #ccc;
}
/* html */
.bgccc{
	background: #ccc;
}
img{
	width: auto;
	max-width: 100%;
}
.bd{
	border: solid 1px;
}
.content{
	font-size: 18px;
	line-height: 2;
}
.content img{
	max-width: 100%;
	height: auto;
}

@media (min-width: 1000px) {
	.ph{
		display: none;
	}
	/* foot */
	.footlist{
		padding: 50px 10% 0;
	}
	.copyright{
		padding: 20px 8px;
		background: rgba(0, 0, 0, .3);
	}
}

@media (max-width: 999px) {
	header{
		height: 60px;
	}
	.head{
		height: 60px;
		padding: 0 12px;
	}
	.navtxt{
		color: #333;
	}
	h1,h1.f36{
		font-size: 24px;
	}
}