@charset "utf-8";

/* 1 : ID・パスワードを忘れたかたへの基本
----------------------------------------------------*/

.lower #contents .main h1 {
	background: url(../../img/common/bg/bg_head01_s_grn.png) left top no-repeat;
}

.head02Under h2 {
	clear: both;
	margin-bottom: 20px;
}

.policyInside {
	padding: 0px 10px 20px 10px;
	width: 667px;
}

/* タブボタンたち */
.tabBtns {
	padding-bottom: 19px;
	width: 687px;
	background: url(../../img/guide/bg/bg_tab_btm.gif) left bottom no-repeat;
}

.tabBtns li {
	float: left;
}

/* 個人情報ページ */
#individualinfoList h3 {
	font-weight: bold;	
}

#individualinfoList p {
	margin-bottom: 20px;
}

#individualinfoList p.kiyakuDate {
	margin-bottom: 0px;
}

/* サイトについて */

ul.recbrowser li {
	list-style-type: disc;
	margin-left: 1.5em;
	font-weight: bold;
}

.tabAboutsite .noticeTitWht {
	margin-top: 0px;
}

.tabAboutsite dl {
	clear: both;
	width: 667px;
	margin-bottom: 15px;
}

.tabAboutsite dl#dalettoLink {
	padding-bottom: 16px;
	/*background: url(../../img/common/line/line_bdr_dry.gif) left bottom repeat-x;*/
}

.tabAboutsite dl#dalettoBanner {
	margin-bottom: 10px;
}

.tabAboutsite dt {
	float: left;
	width: 250px;
	color: #F90;
	font-weight: bold;
}

.tabAboutsite dd {
	float:left;
	width: 240px;
	margin-left:5px;
}

.tabAboutsite dd a {
	color: #666;
}

.tabAboutsite dd li {
	margin-bottom: 10px;
}

/* 特定商取引法に基づく表記 */
dl.salespolicies {
	padding: 0;
	border-bottom: 1px solid #999;
	background-color: #f5f5f5;
}

dl.salespolicies dt {
	margin: 0;
	padding: 7px;
	border-top: 1px solid #999;
	border-left: none;
	width: 200px;
	float: left;
	_margin-right: -200px;
}

dl.salespolicies dd {
	margin: 0 0 0 210px;
	padding: 7px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	background-color: #fff;
	_height: 1%;
}
dl.salespolicies ul {
	margin: 0 0 0 10px;
	padding: 5px 10px;
	list-style-type: disc;
}
dl.salespolicies li {
	list-style-type: disc;
}