/*
Theme Name: XWRITE child
Version: 1.0.0
Template: xwrite
*/

body {
    font-family: "Zen Kaku Gothic New", sans-serif;
}

a.btn {
    text-align: center;
    display: block;
    margin: 1em auto;
    background-color: #eee;
    padding: 0.5em;
    max-width: 300px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
}
a.btn:hover {
	opacity: 0.8;
}
.saru {
	position: absolute;
	top: 0;
	right: 0;
}
@media (max-width: 640px) {
.epc dt {
	font-size: 1em;
}
.saru {
    width: 50px;
}
}