/* @import https: //fonts.googleapis.com/css?family=Noto+Sans:400,  700;
    body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, input, textarea {
    margin: 0;
    padding: 0;
}
ul, ol, dl {
    list-style: none;
}
img {
    border: 0;
    vertical-align: top;
} */
div#copyright01 {
	background-color:#fff;
	text-align:center;
	bottom:0;
	border:none;
	border-bottom: #fff;
}
div#copyright01 p {
	text-align: center; 
	font-size: 0.7em; 
	padding: 2% 2% 4% 2%;
	color: #848484;
}
img.rightimg{
	width: 20%;
    padding: 8% 5% 5% 5%;
}
/* ¹Ìµð¾îÄõ¸® */
@media only screen and (min-device-width : 414px) and (max-device-width: 736px) {
div#copyright01 p {
	font-size: 0.8em; 
}	
}

@media only screen and (min-device-width : 768px) and (max-device-width: 1024px) {
div#copyright01 p {
	font-size: 1.2em; 
}
}

@media only screen and (min-device-width : 1024px) and (max-device-width: 1366px) {
div#copyright01 p {
	font-size: 1.4em; 
}
}