@charset "shift_jis";

body {
	background: #79D3FF url(../../img/common_bg/bg_1pxslash.gif);
}
.text10{
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 60px;
}
.text11{
	font-weight: bold;
	line-height: 2em;
}
/*	プライバシーポリシー
------------------------------------------------------------*/
div.privacySection { margin: 10px 50px 20px; }
div.privacySection h2 {
	font-size: 120%;
	font-weight: bold;
	color: #0385F2;
	margin: 0 0 10px;
	}
div.privacySection p {
	line-height: 1.5;
	margin-bottom: 0.5em;
	}
div.privacySection ul,
div.privacySection li,
div.privacySection ol { margin: 0; padding: 0; }	/* reset */

div.privacySection ul {	margin: 0 0 0.5em 1.5em; }
div.privacySection ol { margin: 0 0 0.5em 2em; }
div.privacySection ul li,
div.privacySection ol li { line-height: 1.5; }

/*	フロアガイド
------------------------------------------------------------*/
.floorLineTd{
	border-bottom: 1px dashed #999999;
}
.floorGuide dl{
	margin-bottom: 15px;
}
.floorGuide dt{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 50px;
}
.floorGuide dd{
	background: url(../../img/common_marker/marker_b02.gif) no-repeat 10px top;
	padding-left: 30px;
	margin-bottom: 5px;
	margin-left: 4em;
}
/*	table
-----------------------------------------------------*/
.serviceBox02 {
	border-collapse: collapse;
	border: 2px solid #0385F2;
	margin-left: 58px;
	margin-bottom: 20px;
}
.serviceBox02 th,.serviceBox02 td {
	border: 1px solid #999;
	padding: 3px 5px;
	text-align: left;
}
.serviceBox02 td {
	border: 1px solid #999;
	padding: 3px 5px;
	text-align: right;
}
.serviceBox02 th {background: url(../../img/001_b/common/th_bg01.gif) repeat;}
/*	photo
-----------------------------------------------------*/
div.imagePositionWR {
	width: 260px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	}	/* 写真のwidthをwidthに指定する */
div.imagePositionWL {
	width: 260px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}	/* 写真のwidthをwidthに指定する */

div.imagePositionWR p,
div.imagePositionWL p {
	text-align: center;
	line-height: 1.3;
	margin-bottom:15px;
	}
