@charset "UTF-8";
body {
  margin: 4px;
}

/*************「ｐ」タグのマージン上下を0pxに*************/
p {
  margin-top: 0;
  margin-bottom: 0;
}

/*-------------------------
メインタイトル
--------------------------*/
h1 {
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.7em;
  margin: 0 0 12px;
  padding-bottom: 5px;
}

#container {
  width: 980px;
  margin-bottom: 50px;
}

#main-contents {
  float: right;
  width: 814px;
}

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

#title-banner_sub {
  margin: 0 0 20px 0;
}

/*************パンくずリストの設定*************/
.breadcrumbs {
  font-size: 0.7em;
  color: #333333;
}

/*************フォントの指定*************/
/*ふと文字*/
.bold {
  font-weight: bold;
}

/*フォントサイズ1文字の大きさと行間*/
.font070 {
  font-size: 0.7em;
}

.font075 {
  font-size: 0.75em;
}

.font080 {
  font-size: 0.8em;
}

.font085 {
  font-size: 0.85em;
}

.font090 {
  font-size: 0.9em;
}

.font100 {
  font-size: 1em;
}

.font110 {
  font-size: 1.1em;
}

/*************フォント見せ方の調整*************/
.i1 {
  /*文字間隔をあける*/
  letter-spacing: 0.7em;
}

.textspace {
  margin: 0em 0em 0em 0em;
  padding: 0.5em 0em 0em 0.5em;
}

/**********まわりこみ**********/
.mawarikomiR {
  float: left;
  margin-right: 0.5em;
}

.mawarikomiL {
  /*文字が画像の左にまわりこむ*/
  float: right;
  margin-left: 0.5em;
}

/************* 修正画像 *************/
.cpu_cab {
  position: relative;
}

.cpu_cab_text {
  position: absolute;
  top: 0;
  left: 1.2%;
}

.cpu_cab_text span {
  display: block;
  position: absolute;
  top: 60px;
  right: 13px;
  font-size: 0.84em;
  color: #FF0000;
  line-height: 1.4;
  letter-spacing: -0.03em;
}

.cpu_cab_body {
  position: absolute;
  top: 31%;
  left: 3.5%;
  width: 95.4%;
}

.cpu_cab_body div {
  float: left;
  margin: 0 0 0 2%;
}

.cpu_cab_body div.cpu_cab_parts:nth-child(3) {
  margin: 0 0 0 12%;
}

.cpu_cab_parts p.text {
  text-align: center;
  margin: 10% 0 0;
}

/* ラインナップ画像 */
p.hira {
  position: relative;
}

p.hira a {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 34px;
  font-size: 0.95em;
  cursor: pointer;
  color: #333333;
}

p.hira a img {
  vertical-align: -4px;
}

p.hira a:hover {
  text-decoration: none;
  opacity: 0.6;
}

/* オプション一覧各ボタン */
div.option-list {
  position: relative;
}

a.subt {
  display: block;
  position: absolute;
  top: 128px;
  left: 25px;
}

a.slider {
  display: block;
  position: absolute;
  top: 298px;
  left: 25px;
}

a.nakadana {
  display: block;
  position: absolute;
  top: 453px;
  left: 25px;
}

a.panel {
  display: block;
  position: absolute;
  top: 78px;
  right: 32px;
}

a.tap {
  display: block;
  position: absolute;
  top: 269px;
  right: 295px;
}

a.kotei {
  display: block;
  position: absolute;
  top: 364px;
  right: 295px;
}

a.cpu {
  display: block;
  position: absolute;
  top: 436px;
  right: 295px;
}

/************* ラインナップ *************/
.lineup, .size_option, .option {
  border-collapse: collapse;
}

.lineup th, .size_option th, .option th {
  border: 1px solid #A9A9A9;
  background-color: #E3CCD7;
  font-weight: normal;
  font-size: 0.8em;
  text-align: center;
}

.lineup td, .size_option td, .option td {
  border: 1px solid #A9A9A9;
  background-color: #FFFFFF;
  font-weight: normal;
  font-size: 0.8em;
}

/*---------------------------
ページリンク
---------------------------*/
ul.page-link {
  list-style-type: none;
  margin: 0 0 40px 0;
  padding: 11px 0 5px 13px;
  font-size: 0.8em;
  line-height: 0.8em;
}

ul.page-link:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

ul.page-link li {
  float: left;
  margin: 0 7px 5px 0;
  position: relative;
}

ul.page-link li img.num {
  position: absolute;
  top: 21px;
  left: 14px;
}

#typeList {
  background-color: #EEEEEE;
  padding: 10px;
  margin-bottom: 25px;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
}

#typeListTable {
  border: 1px solid #BBBBBB;
  border-collapse: collapse;
  background-color: #FFFFFF;
}

#typeListTable th, #typeListTable td {
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  border-collapse: collapse;
  padding: 5px;
}

#typeListTable th {
  color: #FFFFFF;
  background-color: #666666;
  font-size: 0.95em;
}

#typeListTable td {
  font-size: 0.9em;
  line-height: 1.2;
}

#typeListTable img {
  margin: 0 2px;
}

/*----------
共通
-----------*/
.top_tab {
  height: 39px;
}

.title_img {
  margin: 20px 0 15px 0;
}

.title_img2 {
  margin: 30px 0 15px 0;
}

ul.top_menu li {
  float: left;
}

ul.top_menu li a {
  height: 39px;
}

.space_top30 {
  margin-top: 30px;
}

.space_top20 {
  margin-top: 20px;
}

.space_top10 {
  margin-top: 10px;
}

.space_bottom50 {
  margin-bottom: 50px;
}

.space_bottom30 {
  margin-bottom: 30px;
}

.space_bottom20 {
  margin-bottom: 20px;
}

.space_bottom10 {
  margin-bottom: 10px;
}

.space_bottom5 {
  margin-bottom: 5px;
}

.space_bottom2 {
  margin-bottom: 2px;
}

.space_t20_b20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.space_left36 {
  margin-left: 36px;
}

.space_left34 {
  margin-left: 34px;
}

.space_left32 {
  margin-left: 32px;
}

.space_left24 {
  margin-left: 24px;
}

.space_left16 {
  margin-left: 16px;
}

.space_left10 {
  margin-left: 10px;
}

.space_left6 {
  margin-left: 6px;
}

.space_left3em {
  margin-left: 3em;
}

.space_left4em {
  margin-left: 4em;
}

.space_right15 {
  margin-right: 15px;
}

.w350 {
  width: 350px;
}

/* 製品ラインナップ */
.table_title {
  margin: 10px 0 10px 0;
  color: #DC0000;
  font-weight: bold;
  font-size: 0.95em;
  line-height: 1.2;
}

table.lineup th.size_w {
  padding: 10px 0 10px 0;
  width: 100px;
  background-color: #EEEEEE;
  text-align: center;
  vertical-align: middle;
  font-size: 0.9em;
  line-height: 1.2;
}

table.lineup th.number {
  padding: 10px 0 10px 0;
  width: 110px;
  background-color: #EEEEEE;
  text-align: center;
  vertical-align: middle;
  font-size: 0.9em;
  line-height: 1.2;
}

table.lineup th.price {
  padding: 10px 0 10px 0;
  width: 120px;
  background-color: #EEEEEE;
  text-align: center;
  vertical-align: middle;
  font-size: 0.9em;
  line-height: 1.2;
}

table.lineup th.size {
  padding: 10px 0 10px 0;
  width: 480px;
  background-color: #EEEEEE;
  text-align: center;
  vertical-align: middle;
  font-size: 0.9em;
  line-height: 1.2;
}

table.lineup td.size_w {
  padding: 10px 0 10px 0;
  width: 100px;
  background-color: #FFFFFF;
  color: #DC0000;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.2;
}

table.lineup td.number {
  padding: 10px 0 10px 0;
  width: 110px;
  background-color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.2;
}

table.lineup td.price {
  padding: 10px 0 10px 0;
  width: 120px;
  background-color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  font-size: 0.9em;
  line-height: 1.2;
}

table.lineup td.size {
  padding: 10px 0 10px 20px;
  width: 460px;
  background-color: #FFFFFF;
  text-align: left;
  vertical-align: middle;
  font-size: 0.9em;
  line-height: 1.2;
}

/* サイズ別オプション */
.top_line {
  border-top: 1px dotted #8D8D8D;
}

.middleArea .floatArea {
  float: left;
}

.middleArea .rightArea {
  float: right;
}

.middleArea .topArea {
  width: 300px;
}

.middleArea .topArea350 {
  width: 350px;
}

.middleArea .topArea450 {
  width: 450px;
}

.middleArea .topAreaw {
  width: 500px;
}

.middleArea .topArea500 {
  width: 543px;
}

.middleArea .topArea600 {
  width: 600px;
}

.middleArea.backArea {
  background-color: #FFFDE6;
  padding-bottom: 20px;
}

.middleArea .subtitle {
  margin: 0 0 8px 0;
  padding: 10px 0 10px 10px;
  background-color: #EDEDED;
  width: 290px;
  color: #025372;
  font-weight: bold;
  font-size: 1em;
}

.middleArea .subtitle2 {
  margin: 0 0 8px 0;
  padding: 10px 0 10px 10px;
  background-color: #EDEDED;
  width: 590px;
  color: #025372;
  font-weight: bold;
  font-size: 1em;
}

.middleArea .subtitlew {
  margin: 0 0 8px 0;
  padding: 10px 10px 10px 10px;
  background-color: #EDEDED;
  width: 480px;
  color: #025372;
  font-weight: bold;
  font-size: 1em;
}

.middleArea .subtitle3 {
  margin: 0 0 8px 0;
  padding: 10px 0 10px 10px;
  background-color: #EDEDED;
  color: #025372;
  font-weight: bold;
  font-size: 1em;
}

.middleArea .green_title {
  font-weight: bold;
  font-size: 0.95em;
  line-height: 1.2;
  color: #00506D;
}

.middleArea .description {
  font-size: 0.9em;
  line-height: 1.2;
}

.middleArea .description_85 {
  font-size: 0.84em;
  line-height: 1.2;
}

table.size_option th.size_w {
  padding: 10px 0 10px 0;
  width: 100px;
  background-color: #FEFF99;
  text-align: center;
  vertical-align: middle;
  color: #DC0000;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.2;
}

table.size_option th.name {
  padding: 10px 0 10px 0;
  width: 90px;
  background-color: #FEFF99;
  text-align: center;
  vertical-align: middle;
  font-size: 0.8em;
  line-height: 1.2;
}

table.size_option td.name {
  padding: 10px 0 10px 0;
  width: 90px;
  background-color: #FEFF99;
  text-align: center;
  vertical-align: middle;
  font-size: 0.8em;
  line-height: 1.2;
}

table.size_option td.desk {
  padding: 10px 0 10px 0;
  width: 100px;
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
  vertical-align: top;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.2;
}

table.size_option td.number {
  padding: 10px 0 10px 0;
  width: 110px;
  background-color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.2;
}

table.size_option td.price {
  padding: 10px 0 10px 0;
  width: 120px;
  background-color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  font-size: 0.9em;
  line-height: 1.2;
}

table.size_option td.size {
  padding: 10px 0 10px 20px;
  width: 460px;
  background-color: #FFFFFF;
  text-align: left;
  vertical-align: middle;
  font-size: 0.9em;
  line-height: 1.2;
}

table.option th.name3-1 {
  padding: 10px 0 10px 0;
  width: 350px;
  background-color: #EDEDED;
  text-align: center;
  vertical-align: middle;
  font-size: 0.8em;
  line-height: 1.2;
}

table.option th.name3 {
  padding: 10px 0 10px 0;
  width: 100px;
  background-color: #EDEDED;
  text-align: center;
  vertical-align: middle;
  font-size: 0.8em;
  line-height: 1.2;
}

table.option td.name3 {
  padding: 10px 0 10px 0;
  width: 100px;
  background-color: #EDEDED;
  text-align: center;
  vertical-align: middle;
  font-size: 0.8em;
  line-height: 1.2;
}

table.option td.number3 {
  padding: 10px 0 10px 0;
  width: 175px;
  background-color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.2;
}

table.option td.price3, table.option td.size3, table.option td.box3 {
  padding: 10px 0 10px 0;
  width: 175px;
  background-color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  font-size: 0.9em;
  line-height: 1.2;
}

table.option td.name4 {
  padding: 10px 0 10px 0;
  width: 95px;
  background-color: #EDEDED;
  text-align: center;
  vertical-align: middle;
  font-size: 0.8em;
  line-height: 1.2;
}

table.option td.size4 {
  padding: 10px 0 10px 20px;
  width: 335px;
  background-color: #FFFFFF;
  text-align: left;
  vertical-align: middle;
  font-size: 0.9em;
  line-height: 1.2;
}

table.option .line-none {
  border: none;
  background-color: #FFFFFF;
}

.middleArea p.number {
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.2;
}

.middleArea p.price {
  font-size: 0.9em;
  line-height: 1.2;
}

.middleArea p.description2 {
  font-size: 0.84em;
  line-height: 1.2;
  color: #1BB2E7;
  text-indent: -1em;
  margin-left: 1em;
}

.middleArea p.description3 {
  font-size: 0.84em;
  line-height: 1.2;
  color: #1BB2E7;
  text-indent: -16px;
  margin-left: 32px;
}

.middleArea p.description3_90 {
  font-size: 0.9em;
  line-height: 1.2;
  color: #1BB2E7;
  text-indent: -16px;
  margin-left: 32px;
}

.middleArea p.description4 {
  font-size: 0.84em;
  line-height: 1.2;
  color: #DC0000;
  text-indent: -1em;
  margin-left: 1em;
}

.middleArea span.description {
  color: #1BB2E7;
}

table.size_option th.name2 {
  padding: 10px 0 10px 0;
  width: 70px;
  background-color: #FEFF99;
  text-align: center;
  vertical-align: middle;
  font-size: 0.8em;
  line-height: 1.2;
}

table.size_option td.name2 {
  padding: 10px 0 10px 0;
  width: 70px;
  background-color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  font-size: 0.8em;
  line-height: 1.2;
}

table.size_option th.size_w2 {
  padding: 10px 0 10px 0;
  width: 185px;
  background-color: #FEFF99;
  text-align: center;
  vertical-align: middle;
  color: #DC0000;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.2;
}

table.size_option td.desk2 {
  padding: 10px 0 10px 0;
  width: 100px;
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
  vertical-align: top;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.2;
}

table.size_option td.image2 {
  padding: 10px 0 10px 0;
  width: 185px;
  background-color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
}

.middleArea .pore {
  position: relative;
}

.middleArea .h488 {
  height: 488px;
}

.middleArea .bottom_left_image {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.middleArea .top_right_image {
  position: absolute;
  top: 0px;
  right: 0px;
}

.image_line {
  border: 1px solid #CDCDCD;
}

/*---------------------------
サイドメニュー
---------------------------*/
#sidemenu {
  float: left;
  width: 147px;
}

#sidemenu h5 {
  background: linear-gradient(#fff, #dedede);
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  border: 1px solid #c1c1c1;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding: 8px 0;
}

#sidemenu .sidemenu-type ul {
  list-style-type: none;
  margin-bottom: 10px;
  border: 1px solid #c1c1c1;
  border-top: none;
  padding: 4px;
}

#sidemenu .sidemenu-type ul li {
  list-style-type: none;
  display: block;
  font-size: 12px;
  line-height: 1.2;
  padding: 5px;
}

#sidemenu .sidemenu-type ul li:nth-of-type(n+2) {
  border-top: 1px dotted #ccc;
}
