body {
	max-width: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.popup_table {
	width: 100%;
}
.popup_table td {
	border-width: 1px 1px 1px 1px;
}
.popup_table th {
	border-width: 1px 1px 1px 1px;
	font-weight: normal;
	padding: 0px;
	text-align: center;
}
.center {
	text-align: center;
}
.cover {
	margin: 10px 0px;
}
.box_left {
	display: inline-block;
	vertical-align: top;
	width:53%;
	margin-bottom: 5px;
}
.box_right {
	display: inline-block;
	vertical-align: top;
	width:45%
}
.small {
	font-size: small;
	line-height: 1.5em;
	margin: 5px 0px;
}
.cap {
	margin: 0px;
	text-align: right;
	line-height: 1.25em;
}
.popupline {
	font-size: 24px;
	font-weight: bolder;
	line-height: 1.5em;
}
.show_414 {
	display: none;
}

@media screen and (max-width: 540px) {
	.box_left {
		width:100%;
	}
	.box_right {
		width:240px;
	}
}

@media screen and (max-width: 414px) {
	/*--- スマホ縦 ---*/
	/* iPhone5_320,iPhone6_375,iPhone6+_414*/
	.show_414 {
		display: inline;
	}
}