body{
    width: 80%;
    margin: 0 auto;
}
body>div{
    margin: 20px 0;
    border: thick double #32a1ce;
    padding: 0 10px;
}
p{
    padding-left: 1em;
}
.red{
    color:red;
    font-weight: bold;
}

div.table{
    margin : 30px;
}

table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table th{
    text-align: center;
    background-color: #eee
}
table th,table td{
    padding: 10px;
    border: 1px solid #32a1ce;
}

table iframe {
    width: 100%;
}

/* a[target=_blank] {
    padding-right: 20px;
    background: url(./images/icon_blank.png) right center/11px auto no-repeat;
} */

a[target=_blank][rel=nofollow] {
	padding-right: 18px;
	background: url(../images/icon_blank.png) right center/15px auto no-repeat;
}

a:hover{
    text-decoration: unset;
}

/* 上に戻るボタン */
.pagetop {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.5rem;
	width: 3.3rem;
	height: 3.3rem;
	line-height: 3.3rem;
	border-radius: 3.3rem;
	text-align: center;
	cursor: pointer;
}

.pagetop:hover {
	color: #fff !important;
	background-color: #ed702b;
	text-decoration: none;
}


  /* スマホ */
@media(max-width:750px){
    body{
        width: 95%;
    }
    div.table{
        margin : 30px 0;
    }
}