@charset "UTF-8";
body.mac {
  font-size: 16px;
}

body #container {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  color: #333333;
  margin-bottom: 50px;
}

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

/*---------------------------
 タイトル
---------------------------*/
h1 {
  border-bottom: 1px solid #cccccc;
  font-size: 1.5em;
  line-height: 1.2;
  margin: 0 0 20px;
  padding-bottom: 2px;
}

div#main_content {
  float: right;
  width: 814px;
}

.title-banner {
  margin: 0px 0px 15px 0px;
}

/* 組み合わせ検索 */
.kumiawase-area {
  margin: 0px 0px 20px 0px;
  padding: 25px 18px;
  background-color: #f5efcd;
}

.kumiawase-area h2 {
  margin: 0px 0px 6px 0px;
}

.kumiawase-area p.description {
  font-size: 1.35em;
  color: #004ca2;
  line-height: 1.25;
  margin-left: 10px;
}

.kumiawase-area p.description span {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  color: #333333;
}

.kumiawase-area p.description_note {
  font-size: 0.9em;
  margin-bottom: 20px;
  margin-top: 12px;
  margin-left: 10px;
}

.kumiawase-area .inner {
  padding: 35px 0 0;
}

.kumiawase-area .btn {
  text-align: center;
}

.kumiawase-area .btn.pdf {
  text-align: center;
  margin: 2.5% 0 0;
}

.set-area-ttl {
  font-size: 2.05em;
  border-bottom: 3px solid #9f3c3c;
  margin: 10.6% 0 2%;
  padding-bottom: 1%;
}

.set-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10%;
}

.esc-part-page {
  width: 49%;
  background-color: #D5E6F0;
}

.set-type-page {
  width: 49%;
  background-color: #CDEDE9;
}

.set-type-page .set-right {
  margin-top: 7% !important;
}

.set-outer {
  padding: 6%;
}

.set-area .set-left {
  width: 100%;
  padding-right: 4%;
}

.set-area .set-right {
  width: 100%;
  margin: 4% auto 0;
}

.set-area .set-right img {
  width: 100%;
}

.set-area h2 {
  margin: 0px 0px 8px 0px;
}

.set-area p.description {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}

.set-area p.description_note {
  font-size: 0.9em;
  line-height: 1.4;
}

.set-area .inner {
  padding: 0 0 6%;
}

.set-area .btn {
  text-align: center;
}

/* その他セキュリティ
-----------------------------------*/
#others-area {
  width: 756px;
  margin: 30px 0px 0px 0px;
}

#others-area h2 {
  margin: 0px 0px 11px 0px;
}

#others-area ul li {
  position: relative;
  float: left;
  margin: 0px 20px 19px 0px;
}

#others-area ul li span {
  position: absolute;
  font-size: 0.7em;
  line-height: 1.2;
}

#shredder span {
  top: 35px;
  left: 13px;
}

#filter span {
  top: 55px;
  left: 13px;
}

#paper span {
  top: 35px;
  left: 13px;
}

#secbox span {
  top: 35px;
  left: 13px;
}

#filelock span {
  top: 35px;
  left: 13px;
}

#others-area ul li a:link,
#others-area ul li a:visited {
  color: #666666;
  text-decoration: none;
}

#others-area ul li a:hover,
#others-area ul li a:active {
  color: #666666;
  text-decoration: none;
}

/*---------------------------
戻るボタン
---------------------------*/
.return {
  margin: 0 0 5px 0;
  text-align: right;
  font-size: 0.8em;
  line-height: 1.3;
}

/* サイドメニューグレー部分 */
h5.round {
  font-size: 0.9em;
  padding: 9px 7px 5px 8px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.5px;
  background: #f5f5f5;
  border-top: 1px solid #adadad;
  border-left: 1px solid #adadad;
  border-right: 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--*/
}

body.mac h5.round {
  font-size: 0.75em;
}

#sidemenu {
  float: left;
  padding: 0px 0 8px 0px;
  width: 146px;
}

#sidemenu a.side_banner {
  display: block;
  margin-bottom: 10px;
}

ul.naviR {
  zoom: 100%;
  padding: 0px 0px 0px 0px;
  border: 1px solid #adadad;
  margin-bottom: 10px;
}

ul.naviR li {
  margin: 0px 3px 0px 3px;
  text-indent: 0;
  zoom: 100%;
  padding: 5px 0 5px 5px;
  font-size: 0.8em;
}

body.mac ul.naviR li {
  font-size: 0.9em;
}

ul.naviR li + li {
  border-top: 1px dotted #adadad;
}

ul.naviR li img {
  padding: 0px 0 0 0px;
  margin: 5px 0px 0 -2px;
  float: left;
}

body.mac ul.naviR li img {
  margin: 7px 0px 0 -2px;
}

ul.naviR li a {
  display: block;
  margin: 2px 2px 0 9px;
  line-height: 1.4;
  letter-spacing: 0.2px;
  font-size: 0.95em;
}

p#usbBn img {
  display: block;
  margin: 0 0 5px 0;
}

div#bot {
  clear: both;
}

div#bot p {
  text-align: left;
  margin: 25px auto 0 auto;
  padding: 25px 0 50px 225px;
}

/* サイドメニュー */
div#side_sp {
  display: none;
}

ul.naviR.pick li.picklisttwo img {
  padding: 0px 0 0 0px;
  margin: 2px 0px 0 -2px;
  float: left;
}

ul.naviR.kanren li img {
  padding: 0px 0 0 0px;
  margin: 4px 0px 0 -2px;
  float: left;
}

ul.naviR.kanren li {
  margin: 0px 3px 0px 3px;
  text-indent: 0;
  zoom: 100%;
  padding: 0px 0 5px 5px;
  font-size: 0.8em;
  height: 36px;
}

ul.naviR.kanren li a {
  margin-left: 35px;
  letter-spacing: -0.5px;
}

ul.naviR.kanren li a {
  padding-top: 12px;
}

ul.naviR.pick li.picklisttwo img {
  padding: 0px 0 0 0px;
  margin: 11px 0px 0 -2px;
  float: left;
}

ul.naviR.pick li.picklist img {
  padding: 0px 0 0 0px;
  margin: 4px 0px 0 -2px;
  float: left;
}

ul.naviR.pick li {
  margin: 0px 3px 0px 3px;
  text-indent: 0;
  zoom: 100%;
  padding: 5px 0 5px 5px;
  font-size: 0.8em;
}

body.mac ul li {
  font-size: 0.9em;
}

ul.naviR.pick li a {
  margin-left: 35px;
}

ul.naviR.pick li.picklisttwo a {
  padding-top: 2px;
}

ul.naviR.pick li.picklist a {
  padding-top: 12px;
}

/*---------------------------
フロート解除
---------------------------*/
/* 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;
}

/**/
