* {
	margin: 0;
	padding: 0;
	font-family: Verdana, "�l�r �o�S�V�b�N", "�q���M�m�p�S Pro W3", Osaka, sans-serif;
}
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-size:12px;
	text-align: center;
	color:#000;
	background-color: #FBD73E;
	margin:0;
	padding: 0;
}
a {
	outline: none;
	text-decoration: underline;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:active {
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: none;
}
img {
	margin: 0;
	border: none;
}

#header {
	height: auto;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	background-color: #3a3738;
	margin-bottom: 30px;
}

#wrapper {
	width: 1300px;
	margin: 0 auto;
	background-color: #fff;
}
#main {
	margin: 0 auto;
}

.arrow-right:before {
    width: 8px;
    height: 8px;
    border-right: 2px solid #71bbe8;
    border-top: 2px solid #71bbe8;
    content: "";
    transform-origin: center center;
    -webkit-transform-origin: center center;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
}

a.magazine_link {
	width: 60%;
	color: #fff;
	margin: 50px auto 15px auto;
	padding: 15px 0;
	background-color: #3a3738;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
	display: block;
}

#footer {
	margin-top: 50px;
	padding-block: 50px;
	background-color: #3a3738;
}
#footer ul {
	width: 50%;
	margin-inline: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer ul li {
	width: 30%;
}
#footer ul li a img {
	width: 100%;
	height: auto;
}
