@charset "UTF-8";

/*
bace = #1b1b1b
text-shadow = #000
menu-bace = #000
menu-shadow = #600000
totop-bace = #2d2d2d
totop-hover = #4c4a4a
*/






/* --------------------------------------------------------------------
	色変更
--------------------------------------------------------------------- */

#header,
#footer {
  background: #1b1b1b;
}

#index .mainContents_ h2 {
  background: #1b1b1b;
  text-shadow: #000;
}
#index .mainContents_ h3 {
  color: #1b1b1b;
  border-bottom: dotted 2px #1b1b1b;
}
#index .mainContents_ h4 {
  color: #1b1b1b;
}


.list_menu_ a {
  background: #45484d;
  background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%);
  background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%);
  background: linear-gradient(to bottom,  #45484d 0%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
  text-shadow: -1px -1px 0 #000;
}
.list_menu_ a:hover {
  opacity: 0.8;
  color: #ccc;
}

.users_myp_ a {
  background: #1b1b1b;
  text-shadow: 1px 1px 0 #000;
}
.users_myp_ a:hover {
  text-shadow: -1px -1px 0 #000;
}
.users_out_ a {
  border: 1px #333 solid;
  color: #1b1b1b;
}
.users_out_ a:hover {
  background: #ffffee;
}


.lang_ a {
  background: #1b1b1b;
  text-shadow: -1px -1px 0 #000;
}
.lang_ a:hover {
  opacity: 0.8;
  text-shadow: 1px 1px 0 #000;
}

.logout_ a {
  color: #1b1b1b;
}

/* toppage マイページへボタン */
.users_myp_ a {
  background: #1b1b1b;
  text-shadow: 1px 1px 0 #000;
}
.users_myp_ a:hover {
  text-shadow: -1px -1px 0 #666;
}

.users_out_ a {
  border: 1px #1b1b1b solid;
  color: #1b1b1b;
}
.users_out_ a:hover {
  background: #ffffee;
}

.h {
 color: #666;
 background-color: #e3e3e3;
}

.totop_button_ a,
.to_top_ a {
 color:#1b1b1b;
}


.to_top_ a {
 color: #1b1b1b;
}

/* PC＞スマホ切替ボタン */
.change_mode_ {
 background: #1b1b1b !important;
 text-shadow: -1px -1px 0 #666 !important;
}


/*-------------------------
　　h2
--------------------------*/
#appri .mainContents_ h2:before,
#wide_frame .mainContents_ h2:before,
#free_frame .mainContents_ h2:before,
#scroll_frame .mainContents_ h2:before {
  color: #1b1b1b;
}

/*-------------------------
　　h3
--------------------------*/
#wide_frame .mainContents_ h3,
#appri .mainContents_ h3 {
  background:#1b1b1b;
}

/*-------------------------
　　お問い合わせ履歴
--------------------------*/
.navipage_ {
 background: #ededed;
}




/*-------------------------
　　totop
--------------------------*/
#back-top a {
  color: #2d2d2d;
}
#back-top a:hover {
  color: #4c4a4a;
}
#back-top span {
  background-color: #2d2d2d;
}
#back-top a:hover span {
  background-color: #4c4a4a;
}