@charset "utf-8";

/* BOUON
---------------------------------------------*/

/* DETAIL_COMMON */

#msgbox {
	padding-top: 10px;
	padding-left: 8px;}

#msgbox .msg {margin-bottom: 32px;}

#msgbox p {line-height: 2em;}

#msgbox p span {font-size: 12px;}

.productimg {
	margin-bottom: 32px;}

.btndownload {
	text-align: center;
	margin: 30px 0 45px 0;}

#merit h3 {margin-bottom: 32px;}

#merit ul {margin-left: 14px;}

#merit ul li {
	margin-bottom: 1.5em;
	padding-left: 16px;
	padding-right: 10px;
	background: url(../img/icn_merit.gif) left top no-repeat;}

#merit ul li span {
	font-size: 11px;}

#purpose h3 {margin-bottom: 32px;}

#purpose ul li {
	margin-bottom: 1.5em;
	padding-left: 16px;
	padding-right: 10px;
	padding-bottom: 1em;
	line-height: 1.8em;
	border-bottom: 1px solid #ccc;}

#spec h3 {margin-bottom: 25px;}

.spectbl {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;}

.spectbl th,
.spectbl td {
	vertical-align: middle;
	padding: 8px 12px;
	border: 1px solid #fff;}

.spectbl th {
	color: #fff;
	font-weight: normal;
	background: url(../img/bg_th.jpg) left bottom repeat-x;}


.spectbl tbody .blue01 {background-color: #e1ecf4;}
.spectbl tbody .blue02 {background-color: #f7fbfc;}

.spec_att {
	font-size: 12px;
	margin-left: 3px;
	margin-bottom: 15px;}

#pagelink ul {
	position: relative;
	width: 735px;
	margin-top: 30px;
	margin-bottom: 30px;}

#pagelink li {
	float: left;
	display: block;
	margin-right: 19px;
	margin-bottom: 16px;}


/* INDEX */

.bouon #pagelink li {
	width: 225px;
	height: 272px;}

#related ul {
	position: relative;
	width: 735px;
	margin-top: 25px;
	margin-bottom: 30px;}

#related li {
	float: left;
	display: block;
	width: 349px;
	height: 272px;
	margin-right: 17px;
	margin-bottom: 16px;}

/* COMMON */

.spectbl {
	width: 100%;
	border-collapse: collapse;}

.spectbl th,
.spectbl td {
	vertical-align: middle;
	padding: 12px 12px;
	border: 1px solid #fff;}

.spectbl thead th {
	color: #fff;
	text-align: center;
	font-weight: normal;
	background: url(../img/b03/bg_th.jpg) left bottom repeat-x;}

.spectbl tbody .blue01 {background-color: #e1ecf4;}
.spectbl tbody .blue02 {background-color: #f7fbfc;}

.spectbl tbody td {
	text-align: center;}

/* B01 */

.b01 #msgbox p.txt {margin-bottom: 1em;}

.b01 #msgbox dl {
	text-align: center;
	margin: 30px 0;}

.b01 #msgbox dl dd {
	margin-top: 15px;
	font-size: 12px;
	font-weight: bold;}

/* B02 */

.b02 #pagelink li {
	width: 225px;
	height: 211px;}

#lineup h3 {margin-bottom: 25px;}

.productbox h4 {margin-bottom: 25px;}

.productbox span {
	float: left;
	display: block;
	width: 200px;
	margin-right: 25px;}

#b02tbl {
	width: 100%;
	border-collapse: collapse;}

#b02tbl th,
#b02tbl td {
	font-size: 12px;
	padding: 10px;
	border: 1px solid #ccc;}


#b02tbl thead th {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	background: url(../img/b02/bg_th.jpg) left bottom repeat-x;}

#b02tbl th.th01 {
	width: 134px;
	text-align: left;
	text-indent: 0.5em;}

#b02tbl th.th02 {width: 15px;}
#b02tbl th.th03 {width: 93px;}
#b02tbl th.th04 {width: 57px;}
#b02tbl th.th05 {width: 190px;}
#b02tbl th.th06 {width: 98px;}
#b02tbl th.th07 {width: 30px;}

#b02tbl tbody th {
	vertical-align: top;
	background-color: #fedbb4;}

#b02tbl tbody th span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	margin-top: 2em;
	margin-bottom: -2em;}

.b02 .att {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 40px;}

.b02 #gr h5 {margin-bottom: 1em;}

.b02 #gr p {padding-left: 10px;}

.b02 #gr dl {
	text-align: center;
	margin-top: 25px;}

.b02 #gr dd {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 40px;}

/* B03 */

#showdump {
	width: 693px;
	margin: 15px auto 40px auto;}

#showdump li {
	float: left;
	display: block;
	width: 219px;
	text-align: center;
	margin-right: 12px;}

#showdump li img {
	display: block;
	margin-bottom: 1em;}

#showdump li span {
	font-size: 10px;
	vertical-align: super;}

#spec01 thead th {width: 33%;}
#spec02 thead th {width: 25%;}

.b03 #merit {
	margin-top: 40px;}

.b03 #spec h4 {
	margin-left: 3px;
	margin-bottom: 20px;}

.b03 #spec .txt {
	margin-left: 3px;
	margin-bottom: 15px;}

.b03 #spec table {
	margin-bottom: 20px;}

.b03 #spec .gr {
	margin-bottom: 30px;}

/* 動画ポップアップ */

p.moviePlay {
	margin: 25px 0 40px 0;
	text-align: center;}

p.moviePlay a img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

p.moviePlay a:hover img {
	opacity: 0.8;
}

#movieSib,
#movieSibc {
	display: none;
}

/**
 * The CSS for Shadowbox.
 *
 * This file is part of Shadowbox.
 *
 * Shadowbox is free software: you can redistribute it and/or modify it under
 * the terms of the GNU Lesser General Public License as published by the Free
 * Software Foundation, either version 3 of the License, or (at your option)
 * any later version.
 *
 * Shadowbox is distributed in the hope that it will be useful, but WITHOUT ANY
 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for
 * more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with Shadowbox.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @author      Michael J. I. Jackson <mjijackson@gmail.com>
 * @copyright   2007 Michael J. I. Jackson
 * @license     http://www.gnu.org/licenses/lgpl-3.0.txt GNU LGPL 3.0
 * @version     SVN: $Id: shadowbox.js 150 2007-12-04 18:42:03Z michael $
 */

/*_________________________________________________________________  Overlay  */
#shadowbox_overlay {
  visibility: hidden;
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 10000;
}

/*_______________________________________________________________  Container  */
#shadowbox_container {
  position: fixed;
  height: 0px;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 10001;
  text-align: center; /* centers in quirks and IE */
}

/*_______________________________________________________________  Shadowbox  */
#shadowbox {
  display: none;
  visibility: hidden;
  margin: 0 auto;
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
   text-align: center; /* reset left alignment */
}

/*___________________________________________________________________  Title  */
/*
HTML snapshot:
<div id="shadowbox_title">
  <div id="shadowbox_title_inner">Title Here</div>
</div>
*/
#shadowbox_title {
  height: 30px;
  padding: 0;
  overflow: hidden;
}
#shadowbox_title_inner {
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
  padding: 5px 0 8px 8px;
  text-align: left;
  color: #fff;
}

#shadowbox_title_inner span {
	font-size: 1.25em;
	margin: 0 3px;}

/*____________________________________________________________________  Body  */
/*
HTML snapsnot:
<div id="shadowbox_body">
  <div id="shadowbox_body_inner">
    <img src="my_image.jpg" id="shadowbox_content" height="350" width="580">
  </div>
  <div id="shadowbox_loading">
    <img src="images/loading.gif" alt="loading"></div>
    <span><a href="javascript:Shadowbox.close();">Cancel</a></span>
  </div>
</div>
*/
#shadowbox_body {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #000;
}
#shadowbox_body_inner {
  position: relative;
  overflow: hidden;
}
#shadowbox_loading {
  position: absolute;
  top: 0;
  left: 0;
  height: 10000px; /* overflow:hidden will clip this */
  width: 100%;
  background-color: #000;
}
#shadowbox_loading img {
  float: left;
  margin: 10px 10px 0 10px;
}
#shadowbox_loading span {
  float: left;
  margin-top: 12px;
  font-size: 10px;
}
#shadowbox_loading span a,
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
  color: #fff;
  text-align: center;
}

#shadowbox_content.html { /* make html content scrollable */
  height: 100%;
  width: 100%;
  overflow: auto;
}

/*_________________________________________________________________  Toolbar  */
/*
HTML snapshot:
<div id="shadowbox_toolbar">
  <div id="shadowbox_toolbar_inner">
    <div id="shadowbox_nav_close">
      <a href="javascript:Shadowbox.close();"><span class="shortcut">C</span>lose</a>
    </div>
    <div id="shadowbox_nav_next">
      <a href="javascript:Shadowbox.next();"><span class="shortcut">N</span>ext</a>
    </div>
    <div id="shadowbox_nav_previous">
      <a href="javascript:Shadowbox.previous();"><span class="shortcut">P</span>revious</a>
    </div>
    <div id="shadowbox_counter">
      <a href="javascript:Shadowbox.change(0);">1</a>
      <a href="javascript:Shadowbox.change(1);" class="shadowbox_counter_current">2</a>
      <a href="javascript:Shadowbox.change(2);">3</a>
    </div>
  </div>
</div>
*/
#shadowbox_toolbar {
  margin: 0;
  padding: 0;
  height: 40px;
  overflow: hidden;
}
#shadowbox_toolbar_inner {
  height: 30px;
  color: #fff;
  text-align: center;
}
#shadowbox_toolbar_inner div {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  height: 15px;
  line-height: 15px;
}
#shadowbox_toolbar_inner div span.shortcut {  font-weight: bold;
}
#shadowbox_toolbar_inner div a {
  color: #fff;font-weight: bold;
}
#shadowbox_nav_close,
#shadowbox_nav_previous,
#shadowbox_nav_next {
	margin-top: 0.5em;
  text-align: center;
  font-size: 20px;
}
#shadowbox_counter {
  float: left;
  padding-left: 10px;
}
#shadowbox_counter a {
  padding: 0 4px 0 0;
}
#shadowbox_counter a.shadowbox_counter_current {
  text-decoration: underline;
  font-weight: bold;
}

/*________________________________________________________________  Messages  */
div.shadowbox_message {
  text-align: center;
  padding: 10px;
}
div.shadowbox_message a:link,
div.shadowbox_message a:visited {
  text-decoration: none;
  color: #bed333;
}
div.shadowbox_message a:hover,
div.shadowbox_message a:focus {
  text-decoration: underline;
}
