@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
}
body {
  background: #e6e6e6;
}
body,
td,
th {
  font-weight: 100;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 100;
}
ol,
ul {
  list-style: none;
}
fieldset,
img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 100;
}
.clear {
  clear: both;
}
.gothic {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#area_btn{
	text-align: center;
	background: rgba(0,0,0,0.2);
	width: 100%;
	padding: 6px;
	border-bottom: #CCC solid thin;
	position: fixed;
	top: 0;
	z-index: 100;
}
#area_btn .btn{
	color: #FFF;
	font-size: 14pt;
	line-height: 14pt;
	text-align: center;
	background: #666;
	display: inline-block;
	cursor: pointer;
	padding: 8px 20px;
	margin: 0 10px;
	border: none;
	border-radius: 4px;
}
#area_btn .btn:hover{
	background: #333;
}
@media print {
@page {
	margin: 0;
	size: portrait;
}
* {
	-webkit-print-color-adjust: exact;
}
body {
	background:#FFF;
	border: none;
    margin: 0;
    padding: 0;
}
section {
	margin: 0;
	padding: 0;
	border: none;
	page-break-before: always;
}
#area_btn{
	display: none;
	margin: 0;
	padding: 0;
}
}