@charset "UTF-8";
/* CSS Document */

/*
==========================================================
プライバシーポリシー
==========================================================
*/
.pv dl dd ol {
	margin-top: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.pv dl dd ol li {
	list-style-position: outside;
	list-style-type: disc;
}

@media print, screen and (min-width: 641px) {
	
	#topImage {
	background-image: url(images/topImage.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

	.pv {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
.pv dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 15px;
	list-style-type: none;
}
.pv dl .title {
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.pv dl dt {
	font-weight: bold;
}
.pv dl dd {
	line-height: 1.5em;
	list-style-type: none;
	margin-bottom: 20px;
}


.open {
	text-align: center;
	margin-bottom: 20px;
	cursor: pointer;
}
.open span {
	color: #06C;
	text-decoration: underline;
	font-size: 16px;
}




}


@media screen and (max-width: 640px) {
	
	#topImage {
	background-image: url(images/topImage.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.pv {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
.pv dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	font-size: 15px;
	list-style-type: none;
}
.pv dl .title {
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.pv dl dt {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.pv dl dd {
	line-height: 1.5em;
	list-style-type: none;
	margin-bottom: 10px;
}


}
