@charset "UTF-8";
/*!/==============================================================/
 FileName       : base_style.css
 Source File    : ../scss/base_style.scss
 Author         : PicoPico_Hammer
 Editor         : NetBeans [http://netbeans.org/]
 Comment        : Black Chaser - ベース用 Style Sheet
/==============================================================/!*/
html {
  overflow-y: scroll;
}

body {
  background-color: black;
  color: white;
  line-height: 1.3em;
  margin: 0;
  min-width: 940px;
  padding: 1px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  margin: 0;
}

p {
  margin: 0;
}

a {
  border-bottom: 1px solid #9FBA20;
  color: white;
  text-decoration: none;
}
a:visited {
  color: #E8FAF8;
  border-bottom-color: #366646;
}
a:hover {
  color: #D4A454;
  border-bottom-color: #AE3313;
}
a:active {
  color: #D1EF5A;
  border-bottom-color: #2F5F3F;
}

img {
  vertical-align: bottom;
  border: 0;
}

.disable {
  color: #888;
}

.large_font {
  font-size: large;
}

.larger_font {
  font-size: x-large;
}

.largest_font {
  font-size: xx-large;
}

.normal_font {
  font-size: medium;
}

.small_font {
  font-size: small;
}

.smaller_font {
  font-size: x-small;
}

.smallest_font {
  font-size: xx-small;
}

.small_font a,
.smaller_fon a,
.smallest_font a {
  border-bottom-width: 1px;
}

.txt_bold {
  font-weight: bold;
}

.txt_normal {
  font-weight: normal;
}

.txt_through, .soldout {
  text-decoration: line-through;
}

.txt_smlcap {
  font-variant: small-caps;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

.txt_center {
  text-align: center;
}

.txt_red {
  color: red;
}

.txt_gray {
  color: #BCBCBC;
}

.txt_green {
  color: #7ccc1a;
}

.txt_kustom_red {
  color: #b62232;
}

.price_sale {
  font-size: 110%;
  font-weight: bold;
  color: #EE0000;
}

.deco_line:before, .deco_line:after {
  content: "====";
  color: #7EBE7E;
  font-size: 100%;
}
.deco_line:before {
  margin-right: 0.4em;
}
.deco_line:after {
  margin-left: 0.4em;
}

.display_none {
  display: none;
}

.clear {
  clear: both;
}

hr.clear {
  visibility: hidden;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* ClearFix */
div[class$="-CLR"]:after,
div[id$="-CLR"]:after {
  content: "_";
  display: block;
  visibility: hidden;
  height: 1px;
  font-size: 0.1em;
  line-height: 0px;
  clear: both;
}

.xdebug-error {
  font-size: small;
  color: black;
}

#Header {
  margin: 0px 12px 0px;
  min-width: 38em;
}

h1 {
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  font-size: 10px;
  color: #888A88;
  background-color: #131313;
  margin-left: 6px;
  padding-left: 0.9em;
  padding-bottom: 0.2em;
}

span.bc {
  color: #BCBCBC;
  font-size: 14px;
  font-style: oblique;
}

#Logo {
  margin-top: -8px;
  margin-bottom: -16px;
  margin-left: 4px;
  padding-top: 8px;
  height: 64px;
  width: 282px;
  float: left;
}

a#bc_title,
a#bc_title img {
  border-style: none;
  height: 64px;
  line-height: 0px;
}

#Guide {
  margin-top: 8px;
  margin-left: 300px;
}

/*　// 未使用
#Guide_Sitemap
{
	text-align: right;
	margin-right: 6px;
}

#Guide_Sitemap a
{
	border-bottom-style: none;
	border-width: 1px;
}

#Guide_Sitemap a:hover
{
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #FFF;
}*/
#Guide_Link_Bar {
  margin: 0 0 0 6px;
  font-size: 16px;
  line-height: 1.2em;
  padding: 4px 30px 4px 16px;
  border-width: solid 1px #606060;
  height: 1.2em;
  width: auto;
  background-color: #2A2A2A;
}

.guide_link {
  color: #A06440;
  display: inline;
  font-weight: bold;
  border-style: none;
}
.guide_link a {
  color: #F8F8E8;
  border-style: none;
}
.guide_link a:hover {
  color: #D4A454;
  text-decoration: none;
}
.guide_link a:active {
  color: #D1EF5A;
  text-decoration: none;
}
.guide_link:before {
  font-weight: normal;
  font-size: 8px;
  padding-right: 5px;
  content: ">>";
}

a#Current {
  color: #7ccc1a;
  border-style: none;
  text-decoration: none;
}

#Guide_Link_Bar_E {
  background-color: #000;
  border-style: solid;
  border-width: 1px;
  border-color: #888;
  height: 1.5em;
}

ul#guide_bar_e {
  list-style: none;
  padding: 0;
  margin-bottom: 8px;
}

ul#guide_bar_e li {
  display: inline;
  text-align: center;
  padding: 0 0 0 0.5em;
}

ul#guide_bar_e a#current_e {
  color: #FF0000;
  border: none;
  text-decoration: none;
}

#Wrapper {
  float: left;
  width: 100%;
  min-width: 720px;
  display: block;
}

#MainContents {
  line-height: 1.4em;
  text-align: center;
  margin: 8px 20px 0px 183px;
  width: auto;
  background-image: url("../img/BC-bgimage.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  min-width: 512px;
  min-height: 500px;
}

#LeftMenu {
  font-size: 16px;
  line-height: 1.3em;
  margin-left: -100%;
  padding-top: 32px;
  padding-bottom: 100px;
  padding-left: 12px;
  padding-right: 9px;
  float: left;
  max-width: 200px;
}

.menu_line {
  margin: 0px;
  margin-right: -9px;
  border-style: dashed;
  border-width: 1px;
}

#menu_title {
  text-align: right;
  font-weight: bold;
}

a[class^="menu_item_"] {
  border-style: none;
  display: block;
  width: 126px;
  height: 32px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}
a[class^="menu_item_"]:hover, a[class^="menu_item_"]:focus {
  background-color: #7ccc1a;
  background-color: rgba(124, 204, 26, 0.64);
  background-position: top right;
  overflow: hidden;
  outline: none;
}

a.menu_item_limited {
  background-image: url("../img/menu/menu_limited.png");
}

a.menu_item_ring {
  background-image: url("../img/menu/menu_ring.png");
}

a.menu_item_pendant {
  background-image: url("../img/menu/menu_pendant.png");
}

a.menu_item_necklace {
  background-image: url("../img/menu/menu_necklace.png");
}

a.menu_item_bracelet {
  background-image: url("../img/menu/menu_bracelet.png");
}

a.menu_item_walletchain {
  background-image: url("../img/menu/menu_walletchain.png");
}

a.menu_item_pierce {
  background-image: url("../img/menu/menu_pierce.png");
}

a.menu_item_keychain {
  background-image: url("../img/menu/menu_keychain.png");
}

a.menu_item_leather {
  background-image: url("../img/menu/menu_leather.png");
}

a.menu_item_pins {
  background-image: url("../img/menu/menu_pins.png");
}

a.menu_item_other {
  background-image: url("../img/menu/menu_other.png");
}

.menu_list {
  padding-left: 24px;
  text-align: left;
}
.menu_list ul {
  list-style-position: inside;
}
.menu_list li {
  margin: 4px 0 4px 8px;
  text-align: left;
  padding: 2px 0;
  list-style-type: none;
  list-style-image: url("../img/bc_list_img.png");
}
.menu_list li a {
  border-bottom: none;
  text-decoration: underline;
}
.menu_list li a:hover {
  color: #D4A454;
  text-decoration: none;
  background-color: rgba(124, 204, 26, 0.48);
}

ol.menu_item {
  list-style-type: none;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: -32px;
  padding-left: 32px;
  background-image: url("../img/menu/BC-logo_menu.png");
  background-position: center center;
  background-repeat: no-repeat;
}
ol.menu_item li {
  margin-left: 4px;
  text-align: left;
  padding: 2px 0px;
  list-style-type: none;
  list-style-image: none;
}

.menu_spot {
  font-weight: bold;
}

#Footer {
  margin: 0 16px 8px;
  min-width: 38em;
}

div[id^="Footer_Image_"] {
  margin-top: -80px;
  margin-bottom: -24px;
  margin-right: 6px;
  height: 100px;
  background-image: url("../img/footer/footer_bc.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}

#Footer_Image_BC {
  background-image: url("../img/footer/footer_bc.png");
}

#Footer_Image_none {
  background-image: none;
}

#Footer_Image_all {
  background-image: url("../img/footer/footer_bc.png");
}

#Footer_Image_mask {
  background-image: url("../img/footer/footer_mask.png");
}

#Footer_Image_cross {
  background-image: url("../img/footer/footer_cross.png");
}

#Footer_Image_skull {
  background-image: url("../img/footer/footer_skull.png");
}

#Footer_Image_manji {
  background-image: url("../img/footer/footer_manji.png");
}

#Footer_Image_private {
  background-image: url("../img/footer/footer_private.png");
}

#Footer_Image_limited {
  background-image: url("../img/footer/footer_limited.png");
}

#Footer_Image_ring {
  background-image: url("../img/footer/footer_ring.png");
}

#Footer_Image_pendant {
  background-image: url("../img/footer/footer_pendant.png");
}

#Footer_Image_necklace {
  background-image: url("../img/footer/footer_necklace.png");
}

#Footer_Image_bracelet {
  background-image: url("../img/footer/footer_bracelet.png");
}

#Footer_Image_walletchain {
  background-image: url("../img/footer/footer_walletchain.png");
}

#Footer_Image_pierce {
  background-image: url("../img/footer/footer_pierce.png");
}

#Footer_Image_keychain {
  background-image: url("../img/footer/footer_keychain.png");
}

#Footer_Image_leather {
  background-image: url("../img/footer/footer_leather.png");
}

#Footer_Image_pins {
  background-image: url("../img/footer/footer_pins.png");
}

#Footer_Image_other {
  background-image: url("../img/footer/footer_other.png");
}

#NaviBar {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: small;
  color: white;
}
#NaviBar a {
  border-bottom-style: none;
  border-width: 1px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
#NaviBar a:hover {
  color: white;
  border-bottom-style: solid;
  border-bottom-color: white;
  background-color: rgba(90, 128, 64, 0.5);
}

.footer_l {
  border-color: #888;
  margin-top: 80px;
}

.footer_img {
  margin-right: 4px;
  border-style: none;
  text-align: right;
}
.footer_img:hover {
  border-style: none;
}

#Copy_Right {
  margin-right: 8px;
  text-align: right;
  font-size: smaller;
  font-style: normal;
}
