@charset "UTF-8";
/*---------------------------
バナー・ヘッド部分
---------------------------*/
.sp {
  display: none;
}

h1 {
  margin: 0px 0px 10px 0px;
  border-bottom: 1px solid #CCCCCC;
}

#title-banner {
  margin: 0 0 25px 0;
}

#container {
  letter-spacing: 1px;
}

.taiou_sp {
  margin-bottom: 16px;
  text-align: right;
}

/*---------------------------
製品詳細
---------------------------*/
.cate-area {
  margin: 0 0 40px 0;
}

body h2 {
  border-bottom: 1px solid #333333;
}

body h2 p {
  border-left: 4px solid #1D4FA8;
  margin-bottom: 2px;
  padding: 5px 5px 5px 8px;
}

.item-block {
  margin: 0 0 30px 0;
}

h3 {
  margin: 0 0 10px 0;
}

.item-content {
  margin-top: 19px;
}

.type-cap {
  margin: 0 0 6px 0;
  font-size: 0.8em;
}

.item-photo {
  float: left;
  width: 200px;
}

.item-photo img {
  border: 1px solid #CCCCCC;
  vertical-align: bottom;
}

.item-photo img.img-margin {
  margin: 0 0 20px 0;
}

.item-text {
  float: left;
  width: 566px;
  padding-left: 20px;
}

/*---------------------
製品テーブル
---------------------*/
table.item-lineup {
  background-color: #999999;
}

.item-lineup th,
.item-lineup td {
  padding: 3px 8px;
  font-weight: normal;
  font-size: 0.8em;
  text-align: center;
}

.item-lineup th {
  background-color: #BFE2FF;
  font-weight: bold;
}

.item-lineup td {
  background-color: #FFFFFF;
}

.item-lineup td a {
  font-weight: bold;
}

/*セル色*/
tr.trcolor1 td {
  background-color: #FFFFFF;
}

tr.trcolor2 td {
  background-color: #EDEDED;
}

tr td.tdcolor1 {
  background-color: #FFFFFF;
}

tr td.tdcolor2 {
  background-color: #EDEDED;
}

/*////// 宛名ラベル 列サイズ /////*/
/*.item-lineup th.col-num {	width: 34%;}	品番*/
/*.item-lineup th.col-price {	width: 18%;}	価格*/
/*.item-lineup th.col-size {	width: 14%;}	サイズ*/
/*.item-lineup th.col-sheets {	width: 17%;}	シート数*/
/*.item-lineup th.col-men {	width: 17%;}	面付*/
.item-lineup td.p-num {
  /*品番*/
  text-align: left;
}

.item-lineup td.p-price {
  /*価格*/
  text-align: right;
  width: 177px;
}

/*---------------------------
サイドメニュー
---------------------------*/
h5.round {
  padding: 7px;
  font-size: 0.84em;
  font-weight: bold;
  line-height: 120%;
  /*text-align: center;*/
  letter-spacing: 1px;
  background: #f5f5f5;
  border-top: 1px solid #ADADAD;
  border-left: 1px solid #ADADAD;
  border-right: 1px solid #ADADAD;
  border-bottom: 1px solid #ADADAD;
  /* IE以外なら丸角も！ */
  border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f5f5f5', endColorstr = '#dedede');
  /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f5f5f5', endColorstr = '#dedede')";
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  background-image: -moz-linear-gradient(top, #f5f5f5, #dedede);
  background-image: -ms-linear-gradient(top, #f5f5f5, #dedede);
  background-image: -o-linear-gradient(top, #f5f5f5, #dedede);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#f5f5f5), to(#dedede));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #dedede);
  background-image: linear-gradient(top, #f5f5f5, #dedede);
  /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

/*---------------------------
フロート解除
---------------------------*/
/* for modern brouser */
.clfx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  max-height: 0;
  visibility: hidden;
}

/* IE7,MacIE5 */
.clfx {
  display: inline-block;
}

/* WinIE6 below, Exclude MacIE5 \*/
* html .clfx {
  height: 1%;
}

.clfx {
  display: block;
}

/**/
