@charset "UTF-8";

/* ----------------------------------------------------------------

	/keiyaku/deduction/
	別窓イメージ設定

----------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 100;
	font-weight: normal;
	font-style: normal;
}
body.capture {
	background-image: none;
	background-color: #FFFFFF;
	text-align: center;
}
h1 {
	font-size: 107%;
	font-weight: bold;
}
img {
	border: 0;
	vertical-align: top;
}

/* ----------------------------------------------------------------

	汎用設定

----------------------------------------------------------------- */
.pt5 {padding-top: 5px !important;}
.pt20 {padding-top: 20px !important;}
.pb10 {padding-bottom: 10px !important;}

/* ----------------------------------------------------------------

	SP表示時設定

----------------------------------------------------------------- */
@media only screen and (max-width: 767px){
	/* ----------------------------------------------------------------

		汎用設定

	----------------------------------------------------------------- */
	.overflowXAuto-sp {overflow-x: auto !important;}
}

/* ----------------------------------------------------------------

	印刷時設定

----------------------------------------------------------------- */
@media print {
	img {
		width: 100%;
		height: auto;
	}
}


