@charset "utf-8";
/* CSS Document */

#tradmark p{
	text-align: center;
	font-size:14px;
	line-height: 1.5;
	color: #999;
	width: 95%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.noTop #tradmark p{
	margin-top: 30px;
}

footer{ 
	font-size: 16px;
	padding: 30px;
	color: #999;	
	background-color:#1e1e1e; 
}
.footerWrapper{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.footerWrapper .footerL{
	width: 60%;
}
.footerWrapper .footerL img{
	margin-right: 10px;
	opacity: 0.7;
  	transition: all 0.3s ease-in-out;
}
.footerWrapper .footerL a:hover img{
	opacity: 1;
  	transition: all 0.3s ease-in-out;
}
.social p{
	display: block;
}
.privacy{
	margin-top: 10px;
	display: flex;
}
.privacy p{
	color: #999;
	padding-right: 30px;
   transition: all 0.2s linear;
}
.privacy a:hover p{
    color: #989b33;
   transition: all 0.2s linear;
}
.notice{
	padding-right: 0;
}
.footerWrapper .footerR{
	width: 40%;
	text-align: right;
}

.footerWrapper .footerR img{
	width: 250px;
}
.footerWrapper .footerR .copyright{
	font-size: 14px;
	margin-top: 20px;
}

@media only screen and (max-width: 780px) {
	.footerWrapper .footerR .copyright{
		font-size: 12px;
	}
}

@media only screen and (max-width: 680px) {
	footer{
		padding: 30px 5%;
		font-size: 14px;		
	}
	#tradmark p{
		font-size: 13px;
		text-align: left;
	}
	.footerWrapper{
		display: block;
	}
	.footerWrapper .footerL{
		width: 100%;
		text-align: center;
	}
	.footerWrapper .footerR{
		margin-top: 30px;
		width: 100%;
		text-align: center;
	}
	.privacy{
		justify-content: center;
	}
}


@media screen and (min-width: 751px){
	.jp-foottop{
		display: none;
	}
}
@media screen and (max-width: 750px){
	.jp-foottop{
		width: 100%;
	}
	.jp-foottop ul {
		margin:0 auto 20px;
		padding:10px 0 0 0;
		width:100%;
		height: auto;
		list-style:none;
		font-size:12px;
		display: flex;
    	justify-content: flex-start;
    	flex-wrap: wrap;
	}
	.jp-foottop ul li {
		/*float:left;*/
		margin:0 0 0 0;
		padding:0 30px 0 0;
	}
	.jp-foottop ul li:first-child {
		padding:0 30px 0 0;
	}	
	.jp-foottop ul li.last {
		border:none;
	}
	.jp-foottop ul li.last.language {
			width: 100%;
	}
	.jp-foottop ul li p{
		font-size:13px;
	}
	.jp-foottop ul li a {
		color:#CCC;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.jp-foottop ul li a:hover {
		color:#d5c936;
		text-decoration:none;
	}
	.jp-foottop p, body#en .foottop p {
		margin:0;
		padding:10px 10px 10px 0;
		line-height: 1.8;
		font-size:11px;
	}
}