@charset "utf-8";
/* CSS Document */

/*/////////////////////////////////////////////////////////
file name: privacypolicy.css
description: プライバシーポリシーページ専用スタイルシート

1.プライバシーポリシー

///////////////////////////////////////////////////////// */

/* ===========  1.プライバシーポリシー  =========== */
dl.list-priv {
}

dl.list-priv dt {
	width: 70px;
	float: left;
}

dl.list-priv dd {
	margin-left: 80px;
}

/*表*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 640px;
}

table.table-pp {
	border: 1px solid #dcdcdc;
	width: 640px;
}

table.table-pp th {
	border: 1px solid #dcdcdc;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: #959595;
	padding: 5px 10px;
}

table.table-pp td {
	border: 1px solid #dcdcdc;
	text-align: left;
	padding: 5px 10px;
	background: #FFF;
}

table.table-pp td.cen {
	text-align: center;
}

/*個人情報お問い合わせ窓口*/
.boxPP {
	background-color: #e5e5e5;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	-khtml-border-radius: 10px;
	padding: 20px 20px 10px;
	margin-left: 20px;
	margin-right: 20px;
}

.titleContact {
	background: url(../images/hd_titleContact.gif) left top no-repeat;
	padding-left: 16px;
	padding-top: 1px;
	padding-bottom: 5px;
	border-bottom: 1px dotted black;
	font-size: 18px;
	font-weight: bold;
}

dl.listPP {
	margin: 0;
	padding: 0;
}

dl.listPP dt {
	width: 80px;
	float: left;
	font-weight: bold;
	line-height: 1.8;
}

dl.listPP dd {
	padding-left: 100px;
	line-height: 1.8;
}

.boxPP div {
	margin-left: 20px;
}


/*599px以下スマホ縦横*/
@media screen and (max-width: 599px) {
/*個人情報お問い合わせ窓口*/
.boxPP {
	margin-left: 5px;
	margin-right: 5px;
}

dl.listPP dt {
	width: 100%;
	float: none;
	font-weight: bold;
	line-height: 1.8;
}

dl.listPP dd {
	padding-left: 0;
	line-height: 1.8;
}

.boxPP div {
	margin-left: 0;
}

}


/*スマホ横*/
@media only screen and (max-device-width:480px) and (orientation:landscape) {
/*個人情報お問い合わせ窓口*/
.boxPP {
	padding: 20px 20px 10px;
	margin-left: 10px;
	margin-right: 10px;
}

dl.listPP dt {
	width: 80px;
	float: left;
}

dl.listPP dd {
	padding-left: 100px;
}

.boxPP div {
	margin-left: 20px;
}


}