/* =========== IE用印刷設定CSS =========== */

@media print {

	body {
		_zoom: 67%;
		/*WinIE only */
	}
}

@media print {
	* html .pdtMainBtn01 {
		/*WinIE6 only */
		height: 180px;
	}
}

@media print {
	.break {
		/* print-ji-kaigyou-shitei */
		page-break-before: always;
	}
}



.pankuzu {
	width: 1024px;
	margin: 10px auto;
	text-align: left;
}

.pankuzu li,
.pankuzu li a {
	display: inline-block;
	color: #333333;
	font-size: 14px;
	text-decoration: none;
	position: relative;
	padding: 0 20px 0 0;
}

.pankuzu li a::after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px #333333;
	border-right: solid 1px #333333;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 3px;
	right: -20px;
	margin: 0 20px;
}

.pankuzu li:last-child:after {
	content: none;
}

.pankuzu li a:hover {
	text-decoration: underline;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.clr {
	clear: both;
}

.txtSml01 {
	font-size: 12px;
}

#contents {
	margin: 0 auto;
	padding: 0;
	width: 950px;
}

#contents img {
	border: 0;
}

.pvcH01 {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	height: 50px;
	background-color: #e8e8e8;
	overflow: hidden;
}

.pvcH01 h1 {
	margin: 0;
	padding: 12px 0 0 20px;
	font-size: 0;
	line-height: 0;
	float: left;
}

.pvcH01 p {
	margin: 0;
	padding: 8px 20px 0 0;
	float: right;
}


.pvcBox01 {
	margin: 0;
	padding: 10px 0 60px 20px;
	width: 910px;
	font-size: 12px;
	line-height: 1.8;
	color: #333;
}


.pvcTxtRgt01 {
	padding: 60px 0 0 0;
	float: right;
	font-size: 12px;
}

.pvcTxtLft01 {
	margin: 0;
	padding: 60px 0 20px 0;
	clear: both;
	font-size: 14px;
}



.pvcClr01 {
	clear: both;
}

.pvcBox01 dl {
	margin: 0;
	padding: 0;
}

.pvcBox01 dt {
	margin: 0;
	padding: 40px 0 0 0;
	font-size: 14px;
	font-weight: bold;
}

.pvcBox01 dd {
	margin: 0;
	padding: 5px 0 0 0;
	width: 910px;
}

.pvcBox01 a {
	color: #0744a5;
}

.newIco {
	background: url(../img/ico_wtn01.html) no-repeat 66px 20px;
}

.pvcBoxBdr01 {
	width: 910px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	clear: both;
}


.pvcBox01 a:visited {
	color: #0744a5;
	text-decoration: none;
}

.pvcBox01 a:hover {
	color: #0744a5;
	text-decoration: underline;
}


@media only screen and (max-width: 767px) {

	.pankuzu,
	#contents {
		width: 90%;
		margin: 0 auto;
	}

	#contents * {
		box-sizing: border-box;
	}

	.pvcTxtRgt01 {
		padding: 20px 0 0 0;

	}

	.pvcTxtLft01 {
		padding: 20px 0 20px 0;
	}

	.pvcH01 {
		width: 100%;
		padding: 0;
		margin: 20px auto 0;
	}


	.pvcBox01 {
		width: 100%;
	}



	.pvcBox01 dd {
		width: 100%;
	}

	.pvcBoxBdr01 {
		width: 100%;
	}


}