@charset "euc-jp";

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #333;
}
a {
  color: #333;
      text-decoration: none;
}
a:hover {
  color: #e60012;
  text-decoration: none;
  transition-duration: 0.3s;
}
a:hover img {
  opacity: 0.6;
  transition-duration: 0.3s;
}

#member a:hover, #top_basketBtn a:hover, #prod_inq a:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}


/*
 * layout
 */

#wrap {
    width: 100%;
    height: 100%;
}
#wrapper {
  max-width: 1000px;
}
#headerwrap {
   width: 100%;
}
#pc_h1 {
  width: 320px;
}
#gNav ul {
    /* width: 1000px; */
    margin: 0 auto;
    /* letter-spacing: -0.5em; */
    display: table;
}
#gNav li {
    display: table-cell;
    width: 20%;
    text-align: center;
    line-height: 1.2;
    vertical-align: middle;
    padding: 5px 0 0 0;
}
#gNav a {
    display: block;
  padding:10px;
}
#gNav a:hover {
  color: #e60012;
  border-bottom: solid 2px #e60012;
  margin-bottom: -2px;
    transition-duration: 0.3s;
}
#footerwrap {
   width: 100%;
}
.dis-fl { display: flex; }
.w-1000 { max-width: 1000px; }

.w-75per { width: 75%; }
.w-50per { width: 50%; }
.w-25per { width: 25%; }

.l-s-n { list-style: none; }

.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
span {
   display: inline-block;
}

#top_basketBtn {
    float: right;
}
#top_basketBtn a:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 17px;
    width: 24px;
    height: 24px;
    background: url(https://img17.shop-pro.jp/PA01151/901/etc/icn-cart.png?cmsp_timestamp=20200330111708) no-repeat left top;
    background-size: cover;
}
#top_basketBtn a {
    display: table-cell;
    height: 20px;
    position: relative;
    padding: 10px 12px 10px 53px;
    color: #fff;
    text-decoration: none;
    background-color: #e60012;
    border-radius: 6px;
}
#member {
    float: right;
  width: 210px;
}
#member a {
    display: table-cell;
    height: 20px;
    position: relative;
    padding: 10px 15px 10px 50px;
    color: #fff;
    text-decoration: none;
    background-color: #e60012;
    border-radius: 6px;
}
#member a:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 18px;
    width: 19px;
    height: 27px;
    background: url(https://img17.shop-pro.jp/PA01151/901/etc/icn-myaccount.png?cmsp_timestamp=20200330111727) no-repeat left top;
    background-size: cover;
}
#manual_link a {
    height: 15px;
    padding: 10px;
    color: #e60012;
    text-decoration: none!important;
    background-color: #fff;
    border: #e60012 solid 1px;
    border-radius: 6px;
}

#manual_link a:hover {
    height: 15px;
    padding: 10px;
    color: #fff;
    text-decoration: none!important;
    background-color: #e60012;
    border: #e60012 solid 1px;
    border-radius: 6px;
}
/*
 * contents
 */

#contents {
  float: right;
  padding-left: 30px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

.productlist_ttl a {
  color: #333;
  text-decoration: underline;
}
.productlist_ttl a:hover {
  color: #e60012;
  text-decoration: none;
}

.top_h2 {
    padding-bottom: 5px;
    margin: 20px 0;
    font-size: 20px;
    color: #e60012;
    border-bottom: 3px solid #e60012;
}

.top_h2_2 {
    padding-bottom: 5px;
    margin: 20px 0;
    font-size: 18px;
    color: #e60012;
    border-bottom: 1px solid #e60012;
}

.topicpath-nav.inline {
  display: block;
}
.box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: 3px solid #e60012;
}
.box1 p {
    margin: 0; 
    padding: 0;
}

.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: 1px solid #333333;
}
.box2 p {
    margin: 0; 
    padding: 0;
}

.under_txt_c_333 {
    color: #333;
    text-decoration: underline;
}
/*
 * side
 */

#side .unstyled img {
  /*display: none;*/
  margin-bottom: 5px;
}

.column a {
  text-decoration: underline;
}
.column a:hover {
  text-decoration: none;
  color: #e60012;
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_22 { font-size: 22px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_32 { font-size: 32px; }
.txt_c_333 {color: #333;}
.txt_c_red {color: #e60012;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}
.bgc_lightgray {
  background-color: #fbfbfb;
}


/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }
.bor_b_red { border-bottom: 1px solid #e60012; }
.bor_b3_red { border-bottom: 3px solid #e60012; }
.bor_l6_333 { border-left: 6px solid #333; }
.bor_b2_333 { border-bottom: 2px solid #333; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }
.va-m { vertical-align: middle; }

.fl-l { float: left; }
.fl-r { float: right; }
.clear { clear: both; }

/* adapter_solution */
.adapter_solution_table td, .adapter_solution_table th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
.adapter_solution_table td, .adapter_solution_table th {
	padding: 3px;
	width: 10%;
	height: auto;
}
.adapter_solution_table th {
	background: #f0e6cc;
}

/* AstroPhotographyTool */

.APT_table, .Nikon_table {
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.APT_table td, .APT_table th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
.APT_table td, .APT_table th {
    font-size: 80%;
	padding: 3px;
	width: 6%;
	height: auto;
}
.APT_table th {
	background: #f0e6cc;
}
/* Nikon¡¦¡¦¥á¥ã¡¦¡¦å¿ØæÝä*/
.Nikon_table td, .Nikon_table th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
.Nikon_table td, .Nikon_table th {
    font-size: 80%;
	padding: 3px;
	width: 8%;
	height: auto;
}
.Nikon_table th {
	background: #f0e6cc;
}

.free_table4 {
	width: 100%;
}
.free_table4 th, .free_table4 td {
	background: #f0e6cc;
    padding: 10px;
    width: 25%;
    height: auto;
	text-align: left;
	border: 3px solid #fff;
    border-collapse: collapse;
}
.th_ver, .th_update {
  width: 9% !important;
}
.th_dl {
  width: 13% !important;
}
.w200 {
  width: 200px;
}


.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}
.adapter_solution_tr_name {
        background: #ccc;
}

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

@media screen and (min-width:1000px) { 
    /*¡¦&#128;¡¦»éÙááâµã£âáâºã¡ì1000pxä»¥å¡¦¡¦¡¦¡ó¡¦Æä"ÄæŽ¨­ã¡ð¡¦Žº¡¦&#128;¡¦&#128;*/
    .w-1000{ width: 100%; }
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }


.col {
    display: inline-block !important;
    float: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 1%;
    padding-left: 1%;
    min-height: 1px;
    word-break: break-all;
    padding-right: 1% !important;
    padding-left: 1% !important;
    letter-spacing: normal;
    vertical-align: top;
}

.row, .grid_row {
    margin-left:  auto;
    margin-right: suto;
    zoom: 1;
    letter-spacing: -.5em;
    clear: both;
    overflow: hidden;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}

@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}