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

#magazine_main .buttonBox {
	margin:1% auto 5%;
	width:15em
}
#magazine_main .button {
	display: inline-block;
	width:15em;
	height: 4em;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
	line-height: 54px;
	outline: none;
	background-color: #f7b52c;
	color: #000;
	margin-left:3%;
	font-style: normal;
	letter-spacing:1px
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#magazine_main .button:hover {
	background-color:#d86202;
}
.SXmagaTitle{
	border-left: solid #0d3da0 6px;
	padding-left: 0.5em;
	display: block;
	font-size:120%;
	}
.Title3{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height:1.7em
	}
.SP04{
	float:left;
	margin-right:3%
	}
strong.Marker{
	background: linear-gradient(transparent 60%, #ffff66 60%);
	}

@media screen and (max-width: 700px) {

}