@charset "UTF-8";
/*---------------------------------------------------------
 個人情報保護方針全般用CSSファイル
 history: 2007/07/21 mod ohyeah css hack for ie6 
---------------------------------------------------------*/

/* 中見出し */
#policy_header {
  padding: 3px 0 0 3px;
  margin: 0 auto 10px auto;
  border-bottom: 2px solid #33cc00;
  font-size: 14px; 
  font-weight: bold;
  text-align: center;
}

/* 連絡先 */
#policy_where_to_call {
  padding: 0 0 0 2em;
}

/* 個人情報の取扱い */
h3 {
  font-size: 14px;
  font-weight: bold;
}

/* 宣誓 */
#policy_oath {
 clear: both;
}

/* 宣誓項目リスト */
#policy_list dt {
  font-weight: bold;
}

#policy_list dd {
  padding: 0 0 0 2em;
  margin: 0 0 5px 0;
}

/* 連絡先表示 */
#policy_list dd #policy_webmaster_title {
  margin: 10px 0 0 0;
}


#policy_list dd #policy_webmaster dt {
  width: 600px;
}

#policy_list dd #policy_webmaster dt {
  clear: both;
  float: left;
  width: 100px;
}

#policy_list dd #policy_webmaster dd {
  float: left;
  width: 500px;
}

#policy_category_list {
  padding: 0 0 0 2em;
}

.customer_block {
  text-align: center;
  margin-bottom: 5px;
  font-size: 12px;
}

.customer_block tr {
  text-align: center;
  font-size: 12px;
}


/* olの中に含まれたol */
.policy_sub_ol {
  list-style-type: lower-roman;
}


