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

/*/////////////////////////////////////////////////////////
file name: privacypolicy.css
description: プライバシーポリシー専用スタイルシート

1.レイアウト
2.スマホ

///////////////////////////////////////////////////////// */

/* ===========  1.レイアウト  =========== */

.titlePP {
	border-bottom: 3px solid #e5e5e5;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 16px;
}

dl.list-PP {

}

dl.list-PP dt {
	width: 80px;
	float: left;
	font-weight: bold;
}

dl.list-PP dd {
	padding-left: 85px;

}

a.btnMail {
	display: block;
	width: 172px;
	height: 14px;
	text-indent: -9999px;
	background: url(../images/btn_mail.gif) left top no-repeat;
}

a.btnMail:hover {
	background-position: 0 -14px;
}

.boxMain {
	min-height: 1050px;
}

/* ===========  2.599px以下スマホ縦横 =========== */
@media screen and (max-width: 599px) {

.titlePP {
	font-size: 107%;
}

.boxMain {
	min-height: 0;
}


}