@charset "utf-8";
/*-------------------------------------
  article (store)
-------------------------------------*/
/* heading */
/* h3 */
#article #main_content h3 {
  width: 5em;
  margin: 0 0 0 40px; padding: 0.2em; _padding: 0.3em;
  border-bottom: 1px solid #48A5BF;
  font-size: 1.1em;
}

body.store.terminal1#article #main_content h3 {
  padding-left: 26px;
  border-bottom: 1px solid #C6002B;
  background: url(/images2/whats_new/article/new_store_h3_terminal1_background.gif) no-repeat;
}

body.store.terminal2#article #main_content h3 {
  padding-left: 26px;
  border-bottom: 1px solid #00459A;
  background: url(/images2/whats_new/article/new_store_h3_terminal2_background.gif) no-repeat;
}

body.store.intl_terminal#article #main_content h3 {
  padding-left: 26px;
  border-bottom: 1px solid #2F920C;
  background: url(/images2/whats_new/article/new_store_h3_intl_terminal_background.gif) no-repeat;
}

/* h4 */
#article #main_content h4 {
  width: 400px;
  margin: 0.5em 0 0.2em 40px; padding: 0.2em 0 0.2em 0.5em;
  border-left: 4px solid #48A5BF;
  font-size: 1.1em;
  color: #747474;
}
/*
body.store.terminal1#article #main_content h4 { border-left: 4px solid #C6002B; }
body.store.terminal2#article #main_content h4 { border-left: 4px solid #00459A; }
*/
body.store.terminal1#article #main_content h4 {
  padding-left: 10px;
  border: none;
  background: url(/images2/whats_new/shared/h4_terminal1_background.jpg) no-repeat;
}
body.store.terminal2#article #main_content h4 {
  padding-left: 10px;
  border: none;
  background: url(/images2/whats_new/shared/h4_terminal2_background.jpg) no-repeat;
}
body.store.intl_terminal#article #main_content h4 { border-left: 4px solid #2F920C; }

/* list */
#article #main_content dl {
  width: 440px;
  margin: 1em 0 1em 40px;
}

#article #main_content dl dt {
  width: 100px;
  float: left;
  padding: 0.2em 0 1px 0;
  text-indent: 0.8em;
  clear: both;
  border: none;
  background: none;
}

#article #main_content dl dt span {
  padding-left: 0.8em;
}

#article #main_content dl dd {
  padding: 0.2em 0.2em 0.2em 100px;
  border: none;
  border-bottom: 1px solid #48A5BF;
}

body.store.terminal1#article #main_content dl dd { border-bottom: 1px solid #C08685; }
body.store.terminal2#article #main_content dl dd { border-bottom: 1px solid #004497; }
body.store.intl_terminal#article #main_content dl dd { border-bottom: 1px solid #3D7A20; }

