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

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

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

#container {
  letter-spacing: 1px;
}

p.selectphoto {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #BBBBB9;
  font-size: 1.3em;
  font-weight: bold;
  color: #1B4FAA;
}

/*---------------------------
ページリンク
---------------------------*/
#main-contents ul.page-link {
  margin: 0 0 10px 0;
}

ul.page-link li {
  float: left;
  margin: 0 12px 0 0;
}

ul.page-link li.end {
  margin: 0 0 0 0;
}

p.page-link {
  margin: 0 0 22px 0;
}

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

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

h2 {
  margin: 0 0 15px 0;
}

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

h3 {
  margin: 0 0 10px 0;
}

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

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

.item-photo {
  margin: 0 10px 0 0;
  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: 10px;
}

/*---------------------
製品テーブル
---------------------*/
table.item-lineup {
  /*width: 100%;*/
  width: 594px;
  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 th.col-num {
  width: 170px;
}

.item-lineup th.col-size {
  width: 60px;
}

.item-lineup th.col-price {
  width: 160px;
}

.item-lineup th.col-sheets {
  width: 160px;
}

.item-lineup td.p-num {
  /*品番*/
  text-align: left;
}

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

.item-text .col-l {
  float: left;
  width: 421px;
}

.item-text .col-r {
  float: right;
  width: 145px;
  font-size: 0.8em;
  line-height: 1.3;
  text-align: right;
}

/*
.item-text .col-r img {
	display: block;
}*/
/*---------------------------
戻るボタン
---------------------------*/
.return {
  margin: 0 0 10px 0;
  text-align: right;
  font-size: 0.8em;
  line-height: 1.3;
}

/*---------------------------
サイドメニュー
---------------------------*/
h5.round {
  padding: 7px;
  font-size: 0.84em;
  font-weight: bold;
  /*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;
}

/**/
