@charset "UTF-8";
/* ==================================================================
Common Css List
===================================================================== */

/*
[基本設定]
0. config, Reset
1. HTML, Body, Anchor
2. Heading, Paragraph
3. List
4. Table
5. Form
6. Other
7. For IE6/7 bug

[レイアウト]
0. Layout Base
1. Header
2. Content(main)
3. Content(sub)
4. Footer

[汎用エレメント]
1. インラインテキスト
2. ボタン
3. 見出し
4. 段落
5. リスト
6. リンクリスト
7. 画像
8. 表組み
90. Other
99. Clearfix/floatclear

[共通モジュール]
1. コンテンツトップ
2. ナビゲーション
3. メニュー
4. 補足・引用・関連
5. リスト
90. JavaScriptライブラリ
*/

/* -----------------------------------------------
開発Memo
-------------------------------------------------- */

/*
Font-size list (base: 13px)
6px	= 46.2%
7px	=	53.8%
8px	=	61.5%
9px	=	69.2%
10px	=	76.9%
11px	=	84.6%
12px	=	92.3%
13px	=	100%
14px	=	107.7%
15px	=	115.4%
16px	=	123.1%
17px	=	130.8%
18px	=	138.5%
19px	=	146.2%
20px	=	153.8%
21px	=	161.5%
22px	=	169.2%
23px	=	176.9%
24px	=	184.6%
*/

/*
Base Color
text
-normal	:#000000
-link		:#
-hover	:#
-accent	:# 
Accent
-select	:#adada9
-hover	:#f0f03b
Back main
-base1	:#ffffff
-base2	:#f3f3f2
Back sub
-base3	:#cfcfcc
-base4	:#dfdfdc
*/

/*
Grid Size(MainBody:12grid)
grid1	:55px		/	img	:45px
grid2	:110px	/	img	:90px
grid3	:165px	/ img	:145px
grid4	:220px	/ img	:200px
grid5	:275px	/ img	:255px
grid6	:330px	/ img	:310px
grid7	:385px	/ img	:365px
grid8	:440px	/ img	:420px
grid9	:495px	/ img	:475px
grid10:550px	/ img	:530px
grid11:605px	/ img	:585px
grid12:660px	/ img	:640px
*/

/* ==================================================================
[基本設定]
===================================================================== */

/* -----------------------------------------------
0. config, Reset
-------------------------------------------------- */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
p,
blockquote,
th,
td,
form,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

/* -----------------------------------------------
1. HTML, Body, Anchor
-------------------------------------------------- */

#page {
  background: #fff;
}

body {
  color: #000;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, sans-serif;
  -webkit-text-size-adjust: none;
  font-size: 13px;
  line-height: 1.5;
}

a:link {
  color: #3366cc;
  text-decoration: underline;
}

a:visited {
  color: #1c67a8;
}

a:hover,
a:active {
  text-decoration: none;
}

/* -----------------------------------------------
2. Heading, Paragraph
-------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  line-height: 1.2;
}

h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  vertical-align: middle;
  margin: 0 10px 0 0;
}

/* -----------------------------------------------
3. List
-------------------------------------------------- */

ul,
ol {
  list-style: none;
}

/* -----------------------------------------------
4. Table
-------------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  font-family: inherit;
  line-height: 1.2;
  empty-cells: show;
}

caption,
th,
td {
  vertical-align: top;
}

/* -----------------------------------------------
5. Form
-------------------------------------------------- */

fieldset {
  border: none;
}

input,
textarea,
select,
label {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
}

input[type="button"],
input[type="submit"] {
  cursor: pointer;
}

input[type="search"],
input[type="submit"] {
  border-radius: 0;
}

input[type="search"],
input[type="submit"] {
  -webkit-appearance: none;
}

label {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

/* -----------------------------------------------
6. Other
-------------------------------------------------- */

img {
  border: none;
  vertical-align: bottom;
}

object {
  vertical-align: middle;
  outline: none;
}

em,
strong {
  font-weight: bold;
  font-style: normal;
}

abbr,
acronym {
  border: none;
  font-variant: normal;
}

q:before,
q:after {
  content: '';
}

address,
caption,
cite,
code,
dfn,
var {
  font-weight: normal;
  font-style: normal;
}

code,
pre {
  font-family: monospace;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

hr {
  height: 0;
  margin: 0 0 15px 0;
  border: none;
  border-top: 1px dotted #ccc;
}

/* -----------------------------------------------
7. For IE6/7
-------------------------------------------------- */

/* for ie7: page zoom bug fix */

*:first-child + html body,
*:first-child + html br {
  letter-spacing: 0;
}

/* ==================================================================
[レイアウト]
===================================================================== */

/* -----------------------------------------------
0. layout Base
-------------------------------------------------- */

/* --- 基本レイアウト・サイズ --- */

#globalHeader,
#topicPath ul,
#mainBody,
.footCateNav ul,
.footNav,
#mainHead,
.topCon {
  width: 960px;
  /* deviceSize */
  margin: 0 auto;
}

#wrapHead,
#globalFooter .footCateNav,
#mainFoot {
  min-width: 960px;
}

#main {
  display: inline;
}

.topCon #mainBody {
  width: 650px;
  float: left;
}

#sub {
  float: right;
  margin: 0;
}

.topCon #sub {
  width: 291px;
}

/* --- グリッドレイアウト --- */

.grid1,
.grid2,
.grid3,
.grid4,
.grid5,
.grid6,
.grid7,
.grid8,
.grid9,
.grid10,
.grid11 {
  float: left;
  display: inline;
  padding: 0;
}

.grid1 {
  width: 55px;
}

.grid2 {
  width: 110px;
}

.grid3 {
  width: 165px;
}

.grid4 {
  width: 220px;
}

.grid5 {
  width: 275px;
}

.grid6 {
  width: 330px;
}

.grid7 {
  width: 385px;
}

.grid8 {
  width: 440px;
}

.grid9 {
  width: 495px;
}

.grid10 {
  width: 550px;
}

.grid11 {
  width: 605px;
}

/* -----------------------------------------------
1. Header
-------------------------------------------------- */

/* --- globalHeader --- */

#wrapHead {
  border-top: 4px solid #44749d;
  padding: 20px 0 0;
}

#globalHeader .logoMark {
  float: left;
  padding: 0 0 18px;
}

/*---#globalNav---*/

#globalNav {
  margin: 0;
}

/*--- #supportNav --- */

#supportNav {
  margin: 4px 20px 0 0;
  float: right;
}

#supportNav li {
  margin: 0 0 0 20px;
  display: inline;
}

#phoneNav {
  display: none;
}

/* --- #searchNav --- */

#searchNav {
  float: right;
  background: #c6d4e1;
  padding: 4px;
}

#searchNav .search-field {
  margin: 0 0;
  padding: 6px 5px 6px 20px;
  border: 1px solid #44749d;
  background: url(../img/ic_search_02.png) 3px 4px no-repeat #fff;
  width: 137px;
  height: 12px;
  font-size: 12px;
  vertical-align: middle;
  vertical-align: top;
  box-sizing: content-box;
  line-height: 1em;
}

input::-webkit-input-placeholder {
  padding: 2px 0 0;
}

input:-ms-input-placeholder {
  padding: 5px 0 0;
}

#searchNav .search-submit {
  background: url(../img/bt_search_01.png) 0 0 no-repeat;
  border: none;
  width: 54px;
  height: 26px;
  cursor: pointer;
  margin: 0 0 0 -5px;
}

#searchNav .search-submit:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/* --- #categoryNav --- */

#categoryNav ul {
  width: 960px;
}

#categoryNav li {
  float: left;
  display: block;
  width: 192px;
}

/* --- phonenav --- */

#globalHeader .toggleBtn {
  width: 40px;
  float: right;
  margin: 0 10px;
  display: none;
}

#phoneMenu {
  display: none;
}

.phoneMenuHead {
  background: #c6d4e1;
  padding: 5px;
}

.phoneMenuHead .homeBtn {
  float: left;
}

.phoneMenuHead .homeBtn a {
  background: url(../img/bt_phone_home_01.png) 0 0 no-repeat;
  background-size: 97px;
  width: 62px;
  height: 22px;
  margin: 5px 0 0;
  padding: 7px 0 0 35px;
  text-decoration: none;
  display: block;
  color: #3d688d;
  font-weight: bold;
}

.phoneMenuHead .homeBtn a:hover,
.phoneMenuHead .homeBtn a:active {
  background: url(../img/bt_phone_home_01_o.png) 0 0 no-repeat;
  background-size: 97px;
}

.toggleBtn {
  float: right;
  cursor: pointer;
}

#build-menu-page .build-menu-button {
  position: absolute;
  right: 5px;
  top: 5px;
  display: none;
  z-index: 9999;
}

#phoneCateNav {
  border-top: 1px solid #ccc;
}

#phoneCateNav ul li {
  border-bottom: 1px solid #ccc;
  background: -moz-linear-gradient(top, #ffffff 0%, #dedede 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #dedede 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #dedede 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#dedede', GradientType=0)";
}

#phoneCateNav ul li:hover {
  background: -moz-linear-gradient(top, #dedede 0%, #fff 100%);
  background: -webkit-linear-gradient(top, #dedede 0%, #fff 100%);
  background: linear-gradient(to bottom, #dedede 0%, #fff 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede',endColorstr='#ffffff', GradientType=0)";
}

#phoneCateNav ul li a {
  background: url(../img/ic_arrow_02.png) 98% 50% no-repeat;
  background-size: 8px;
  padding: 14px 28px 14px 15px;
  display: block;
  -moz-box-shadow: inset 4px 0px 8px -3px #B8B8B8;
  -webkit-box-shadow: inset 4px 0px 8px -3px #B8B8B8;
  box-shadow: inset 4px 0px 8px -3px #B8B8B8;
  text-decoration: none;
  font-size: 15px;
  color: #3d688d;
  font-weight: bold;
}

#phoneNav ul li {
  border-bottom: 1px solid #ccc;
  background: url(../img/ic_arrow_02.png) 98% 50% no-repeat;
  padding: 0 20px 0 0;
  background-size: 6px;
}

#phoneNav ul li:hover {
  -moz-box-shadow: inset 4px 0px 8px -3px #B8B8B8;
  -webkit-box-shadow: inset 4px 0px 8px -3px #B8B8B8;
  box-shadow: inset 4px 0px 8px -3px #B8B8B8;
  background-color: #F0F0F0;
}

#phoneNav ul li a {
  padding: 10px 10px;
  display: block;
  color: #3d688d;
  text-decoration: none;
}

#phoneMenu .search-form {
  padding: 20px 30px;
}

#phoneMenu .search-field {
  padding: 0 5px;
  height: 43px;
  border: 2px solid #44749d;
  width: 100%;
  font-size: 14px;
  margin: 0 -48px 0 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

#phoneMenu .search-submit {
  background: url(../img/bt_phone_search_01.png) 50% 50% no-repeat #44749d;
  background-size: 33px;
  border: none;
  width: 43px;
  height: 43px;
  cursor: pointer;
  margin: 0;
}

/* --- topicPath --- */

#topicPath {
  background: #e4edf5;
  min-width: 960px;
}

#topicPath ul {
  padding: 5px;
}

#topicPath li a {
  color: #000;
  text-decoration: none;
}

#topicPath li a:hover {
  text-decoration: underline;
}

#topicPath li {
  color: #666;
  font-size: 11px;
  display: inline;
}

#topicPath li.home {
  background: url(../img/ic_home_01.png) 0 0 no-repeat;
  padding: 0 0 0 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* IE6/7非対応 */

#topicPath li + li:before {
  content: ">";
  margin: 0 5px;
}

html.ie6 #topicPath li,
html.ie7 #topicPath li {
  margin: 0 10px 0 0;
}

/* --- snsArea --- */

#snsArea {
  float: right;
  padding: 5px 0 0;
  position: relative;
  z-index: 8000;
}

#snsArea .addthis_button_tweet {
  width: 90px;
}

/* -----------------------------------------------
2. Content(Main)
-------------------------------------------------- */

#wrapBody {
  min-height: 600px;
  color: #444;
}

#mainHead {
  padding: 15px 0 0;
}

#mainBody #mainHead {
  margin: -5px 0 0;
  padding: 0;
}

#mainFoot {
  background: #eeeeee;
  margin: 0 0 -32px 0;
}

#mainFoot .mainFootInner {
  padding: 40px 0 30px;
  width: 600px;
  margin: 0 auto;
  background: url(../img/bg_mainfoot_01.png) 50% 0 no-repeat;
}

/* --- Main Body --- */

#content {
  padding: 20px 0 40px;
  background: #fff;
  zoom: 1;
}

#mainBody .marB40 {
  margin-bottom: 40px;
}

#mainBody section {



  margin: 0 0 25px 0;
  padding: 0;
}

/* -----------------------------------------------
3. Content(sub)
-------------------------------------------------- */

#sub section {
  margin: 0 0 20px 0;
}

#main {
  width: 750px;
  float: left;
}

#mainBody #side {
  width: 190px;
  float: right;
}

#mainBody #side p {
  margin: 0 0 10px;
}

#mainBody .spBtmMenu a:hover img,
#mainBody #side a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

#mainBody #side section {
  margin: 0 0 10px 0;
}

/* -----------------------------------------------
4. Footer
-------------------------------------------------- */

#globalFooter .footCateNav {
  background: #44749d;
}

#globalFooter .footCateNav ul {
  background: url(../img/bg_boader_01.png) 100% 50% no-repeat;
}

#globalFooter .footCateNav ul li {
  display: inline;
  width: 192px;
  float: left;
}

#globalFooter .footCateNav ul li a {
  color: #fff;
  width: 172px;
  font-size: 92.3%;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  display: block;
  background: url(../img/bg_boader_01.png) 0 50% no-repeat;
}

#globalFooter .footCateNav {}

#globalFooter .footCateNav ul li a:hover {
  text-decoration: underline;
}

#globalFooter .footNav {
  padding: 10px 0;
}

#globalFooter .footNav ul {
  float: left;
  width: 720px;
}

#globalFooter .footNav ul li {
  display: inline;
  margin: 0 13px 0 0;
}

#globalFooter .footNav ul li a {
  background: url(../img/ic_arrow_01.png) 0 4px no-repeat;
  font-size: 84.6%;
  color: #333;
  padding: 0 0 0 10px;
  text-decoration: none;
}

#globalFooter .footNav ul li a:hover {
  text-decoration: underline;
}

#globalFooter #copyright {
  text-align: right;
  font-size: 76.9%;
  float: left;
  width: 240px;
}

/* --- ページトップ --- */

#mainBody .pageTop {
  text-align: right;
  padding: 0 0 20px;
}

#mainBody .pageTop a {
  text-decoration: none;
  background: url(../img/ic_arrow_up_01.png) 0 50% no-repeat;
  padding: 0 0 0 16px;
}

#mainBody .pageTop a:hover {
  text-decoration: underline;
}

#wrapFoot .pageTop {
  width: 960px;
  text-align: right;
  margin: 0 auto;
}

#wrapFoot .pageTop a {
  background: url(../img/ic_arrow_up_02.png) 10px 50% no-repeat #30628c;
  padding: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100px;
  text-align: center;
  color: #fff;
  font-size: 84.6%;
  text-decoration: none;
}

#wrapFoot .pageTop a:hover {
  text-decoration: underline;
}

/* snsList */

.mainFootInner h2 {
  float: left;
}

.mainFootInner h2 span {
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}

ul.snsList {
  width: 260px;
  float: left;
}

ul.snsList li {
  list-style: none;
  float: left;
  margin: 0 0 0 20px;
  display: inline;
}

#snsArea ul.snsList {
  width: auto;
  float: none;
}

#mainBody #mainHead #snsArea ul.snsList {
  margin: 0 0 15px;
}

#snsArea ul.snsList li {
  margin: 0 0 0 5px;
}

#snsArea ul.snsList li.twiBtn {
  width: 70px;
}

#snsArea ul.snsList li.gpBtn {
  width: 60px;
}

.mainFootInner ul.snsList li.twiBtn {
  margin: 41px 0 0 0;
}

/* ==================================================================
[汎用エレメント]
===================================================================== */

/* -----------------------------------------------
1. インラインテキスト
-------------------------------------------------- */

/* --- 強調・補足テキスト --- */

#mainBody strong {
  font-weight: bold;
}

#mainBody .note {
  color: #888;
  font-size: 84.6%;
}

#mainBody .fontRed {
  color: #ee0000;
}

#mainBody .fontColor {
  color: #1c67a8;
}

/* -----------------------------------------------
2. ボタン
-------------------------------------------------- */

#mainBody .btnGray {
  font-size: 115.4%;
  color: #1c67a8;
  width: 129px;
  height: 18px;
  padding: 10px 10px 10px 20px;
  text-align: center;
  font-weight: bold;
  background: url(../img/btn_gray_01.png) 0 0 no-repeat;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-decoration: none;
  text-shadow: 1px 1px 0px #FFFFFF;
}

#mainBody .btnGray:hover {
  background: url(../img/btn_gray_01_o.png) 0 0 no-repeat;
}

#mainBody .btnGrayArrow,
#mainBody .btnGray186 {

  font-size: 115.4%;
  color: #1c67a8;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-decoration: none;
  text-shadow: 1px 1px 0px #FFFFFF;
  background: -moz-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e3e3e3 100%);
  background: -ms-linear-gradient(to bottom, #ffffff 0%, #e3e3e3 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e3e3e3', GradientType=0)";
  border-radius: 3px;
  border: 1px solid #cccccc;
}

#mainBody .btnGrayArrow:hover,
#mainBody .btnGray186:hover {
  background: -moz-linear-gradient(top, #e3e3e3 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #e3e3e3 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #e3e3e3 0%, #ffffff 100%);
  background: -ms-linear-gradient(to bottom, #e3e3e3 0%, #ffffff 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3',endColorstr='#ffffff', GradientType=0)";
}

#mainBody table .btnGrayArrow,
#mainBody table .btnGray186 {
  display: block;
}

#mainBody .btnGrayArrow {
  position: relative;
  padding: 10px 10px 10px 20px;
}

#mainBody .btnGrayArrow:before {
  content: ' ';
  background: url(../img/ic_arrow_07.png) 0 0 no-repeat;
  width: 7px;
  height: 11px;
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -6px;
}

#mainBody .btnGrayL {
  font-size: 115.4%;
  color: #1c67a8;
  line-height: 1.3;
  width: 129px;
  height: 38px;
  padding: 10px 10px 10px 20px;
  text-align: center;
  font-weight: bold;
  background: url(../img/btn_gray_02.png) 0 0 no-repeat;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-decoration: none;
  text-shadow: 1px 1px 0px #FFFFFF;
}

#mainBody .btnGrayL:hover {
  background: url(../img/btn_gray_02_o.png) 0 0 no-repeat;
}

#mainBody .btnBlue {
  color: #fff;
  font-size: 115.4%;
  width: 139px;
  height: 18px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  border-radius: 3px;
  background: #4d87b8;
  background: -moz-linear-gradient(top, #4d87b8 0%, #0c5b9e 100%);
  background: -webkit-linear-gradient(top, #4d87b8 0%, #0c5b9e 100%);
  background: linear-gradient(to bottom, #4d87b8 0%, #0c5b9e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d87b8', endColorstr='#0c5b9e', GradientType=0);
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-decoration: none;
  text-shadow: 1px 1px 0px #275c98;
}

#mainBody .btnBlue:hover {
  background: #0c5b9e;
  background: -moz-linear-gradient(top, #0c5b9e 0%, #4d87b8 100%);
  background: -webkit-linear-gradient(top, #0c5b9e 0%, #4d87b8 100%);
  background: linear-gradient(to bottom, #0c5b9e 0%, #4d87b8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c5b9e', endColorstr='#4d87b8', GradientType=0);
}

#mainBody .btnBlueL {
  background: -moz-linear-gradient(top, #4c86b8 0%, #0c5a9e 100%);
  background: -webkit-linear-gradient(top, #4c86b8 0%, #0c5a9e 100%);
  background: linear-gradient(to bottom, #4c86b8 0%, #0c5a9e 100%);
  background: -ms-linear-gradient(to bottom, #4c86b8 0%, #0c5a9e 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c86b8',endColorstr='#0c5a9e', GradientType=0)";
  text-shadow: 1px 1px 0px #275c98;
  color: #fff;
  display: inline-block;
  font-size: 123.1%;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 10px;
  border-radius: 3px;
}

#mainBody .btnBlueL:hover {
  background: -moz-linear-gradient(top, #0c5a9e 0%, #4c86b8 100%);
  background: -webkit-linear-gradient(top, #0c5a9e 0%, #4c86b8 100%);
  background: linear-gradient(to bottom, #0c5a9e 0%, #4c86b8 100%);
  background: -ms-linear-gradient(to bottom, #0c5a9e 0%, #4c86b8 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c86b8',endColorstr='#0c5a9e', GradientType=0)";
}

#mainBody .btnGraySWrap {
  background: url(../img/bt_gray_s_01.png) 0 0 no-repeat;
  display: inline-block;
}

#mainBody .btnGraySWrap:hover {
  background: url(../img/bt_gray_s_01_o.png) 0 0 no-repeat;
}

#mainBody .btnGraySWrap:hover .btnGrayS {
  background: url(../img/bt_gray_s_02_o.png) 100% 0 no-repeat;
}

#mainBody .btnGrayS {
  background: url(../img/bt_gray_s_02.png) 100% 0 no-repeat;
  display: block;
  text-decoration: none;
  padding: 6px 10px;
  font-weight: bold;
  font-size: 12px;
}

#mainBody .relatedLink {
  text-align: right;
  margin: 0 10px 10px;
  display: block;
}

#mainBody .relatedLink a {

  color: #333;
  text-decoration: none;
}

#mainBody .relatedLink a:hover {
  text-decoration: underline;
}

/* アイコン */

.icArrowL {
  background: url(../img/ic_arrow_03.png) 0 50% no-repeat;
  padding-left: 20px;
}

.icArrowM {
  background: url(../img/ic_arrow_01.png) 0 50% no-repeat;
  padding-left: 10px;
}

.icArrowW {
  background: url(../img/ic_arrow_w_01.png) 0 50% no-repeat;
  padding-left: 10px;
}

.icArrowS {
  background: url(../img/ic_arrow_04.png) 0 50% no-repeat;
  padding-left: 10px;
}

.icNewWin {
  background: url(../img/ic_newwin_01.png) 0 50% no-repeat;
  padding-left: 20px;
}

.icNewWinR {
  background: url(../img/ic_newwin_01.png) 100% 50% no-repeat;
  padding-right: 17px;
}

.icBack {
  background: url(../img/ic_arrow_05.png) 0 50% no-repeat;
  padding-left: 20px;
}

.icNext {
  background: url(../img/ic_arrow_03.png) 100% 50% no-repeat;
  padding-right: 20px;
}

.icUp {
  background: url(../img/ic_arrow_up_01.png) 0 50% no-repeat;
  padding-left: 15px;
}

.icDown {
  background: url(../img/ic_arrow_down_01.png) 0 50% no-repeat;
  padding-left: 15px;
}

.icCheck {
  background: url(../img/ic_check_01.png) 0 50% no-repeat;
  padding-left: 25px;
}

.icDownload {
  background: url(../img/ic_download_01.png) 0 50% no-repeat;
  padding-left: 25px;
}

.icDownload {
  background: url(../img/ic_download_01.png) 0 50% no-repeat;
  padding-left: 25px;
}

.icAttn {
  background: url(../img/ic_attn_01.png) 0 50% no-repeat;
  padding-left: 25px;
}

.icRelated {
  background: url(../img/ic_related_01.png) 0 50% no-repeat;
  padding-left: 25px;
}

.icSearch {
  background: url(../img/ic_search_01.png) 0 50% no-repeat;
  padding-left: 25px;
}

.icImg {
  vertical-align: middle;
  margin: 0 10px 0 0;
}

/* -----------------------------------------------
3. 見出し 
-------------------------------------------------- */

#mainBody .hBg {
  font-size: 138.5%;
  margin: 0 0 15px;
  padding: 10px 10px 15px;
  background: url(../img/h_bg_01.png) 0 100% repeat-x #1d68a8;
  color: #fff;
  font-weight: bold;
}

#mainBody .hBgLink {
  margin: 0 10px 15px;
  font-weight: bold;
  font-size: 107.7%;
  padding: 15px;
  background: #e4edf5;
}

#mainBody .hBgLink a {
  background: url(../img/ic_arrow_01.png) 0 50% no-repeat;
  padding-left: 15px;
}

#mainBody .hBgPick {
  font-size: 115.4%;
  margin: 0 -5px 5px;
  padding: 10px 10px 5px 30px;
  background: url(../img/h_bg_04.png) 0 0 no-repeat #5890bf;
  color: #fff;
  font-weight: bold;
}

#mainBody .hBgRibbon {
  font-size: 138.5%;
  padding: 0;
  background: url(../img/h_ribbon_01.png) 100% 0 no-repeat;
  color: #fff;
  margin: -5px 0 0;
  font-weight: bold;
}

#mainBody .hBgRibbon span {
  background: url(../img/h_ribbon_02.png) 0 0 no-repeat;
  padding: 9px 0 0 11px;
  display: inline-block;
}

#mainBody .hBgRibbon span img {
  position: relative;
  top: -10px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

#mainBody .hBgG {
  font-size: 138.5%;
  margin: 0 0 15px;
  padding: 10px 10px 15px;
  background: url(../img/h_bg_03.png) 0 100% repeat-x #555555;
  color: #fff;
  font-weight: bold;
}

#mainBody .hBgBlue {
  background: #1c67a8;
  color: #fff;
  font-size: 107.7%;
  padding: 7px;
  font-weight: bold;
}

#mainBody .hRed {
  color: #cc0000;
  font-size: 115.4%;
  margin: 0 0 10px;
  font-weight: bold;
}

#mainBody .hBorder {
  color: #003a6c;
  font-size: 123.1%;
  border-bottom: 3px solid #cccccc;
  padding: 0 0 10px;
  font-weight: bold;
  margin: 0 10px 15px;
}

#mainBody .hPoint {
  background: url(../img/h_bg_02.png) 0 0 no-repeat;
  color: #333;
  font-size: 115%;
  margin: 0 10px 15px;
  font-weight: bold;
  padding: 2px 0 2px 10px;
}

#mainBody .hColor {
  color: #014783;
  font-weight: bold;
  font-size: 115.4%;
  margin: 0 10px 15px;
  padding: 2px 0;
}

#mainBody .hNote {
  color: #666;
  font-weight: bold;
  font-size: 100%;
  margin: 0 10px 5px;
}

/* -----------------------------------------------
4.段落
-------------------------------------------------- */

/* --- 文章の右寄せ、中央せ --- */

#mainBody p {
  margin: 0 10px 10px;
}

#mainBody .right {
  text-align: right !important;
}

#mainBody .center {
  text-align: center !important;
}

#mainBody .left {
  text-align: left !important;
}

/* --- インデント --- */

#mainBody .indent {
  margin-left: 30px;
}

/* --- リード文 --- */

#mainBody p.lead {
  margin: 0 10px 50px 10px;
  font-size: 107.7%;
  line-height: 1.7;
}

/* --- 箇条書き（段落） --- */

#mainBody p.freeBullet {
  margin-left: 2em;
  position: relative;
}

#mainBody p.freeBullet.number {
  margin-left: 3em;
}

#mainBody p.freeBullet span {
  display: block;
  position: absolute;
  top: 0;
  left: -1.5em;
  font-size: 92.3%;
}

#mainBody p.freeBullet.number span {
  left: -2.5em;
}

/* --- エリア --- */

#mainBody .boaderArea {
  border: 1px solid #dddddd;
  padding: 15px;
  margin: 0 0 15px;
}

#mainBody .noteArea {
  border: 1px solid #dddddd;
  background: #f1f1ef;
  padding: 15px;
  margin: 0 0 15px;
}

#mainBody .strongArea {
  background: #e4edf5;
  padding: 15px;
  margin: 0 0 15px;
}

#mainBody .attnArea {
  border: 5px solid #f67f7f;
  padding: 15px;
  margin: 0 0 15px;
}

#mainBody .actionArea {
  border: 3px solid #faeebf;
  background: #feffeb;
  padding: 15px;
  margin: 0 0 15px;
}

/* -----------------------------------------------
5.リスト 
-------------------------------------------------- */

/* --- リスト（共通） --- */

#mainBody li {
  margin: 0 0 10px 10px;
}

/* --- 標準リスト --- */

#mainBody ul {
  list-style: disc outside;
}

#mainBody ol {
  list-style: decimal outside;
  padding-left: 10px;
}

#mainBody ol li {
  padding-left: 5px;
}

#mainBody ul,
#mainBody ol {
  margin: 0 20px 15px;
}

/* --- 入れ子リスト・入れ子番号リスト --- */

#mainBody ul ul {
  list-style: circle;
}

#mainBody ol ol {
  list-style: lower-roman;
}

#mainBody ul ul,
#mainBody ul ol,
#mainBody ol ol {
  margin-top: 10px;
  font-size: 92.3%;
}

/* --- 自由リスト --- */

#mainBody ul.freeBullets {
  list-style: none;
  margin: 0 15px 15px 25px;
}

#mainBody ul.freeBullets.number {
  margin: 0 15px 15px 40px;
}

#mainBody ul.freeBullets li {
  position: relative;
  margin-bottom: 5px;
}

#mainBody ul.freeBullets span {
  display: block;
  position: absolute;
  top: 0;
  left: -1.5em;
  font-size: 92.3%;
}

#mainBody ul.freeBullets.number span {
  left: -2.5em;
}

/* --- 定義リスト(標準) --- */

#mainBody dl {
  margin: 0 10px 25px;
}

#mainBody dt {
  font-weight: bold;
}

#mainBody dd {
  margin: 0 0 15px 10px;
}

/* --- 定義リスト(左タイトル・右説明/.split) --- */

#mainBody dl.split dt {
  clear: both;
  float: left;
  margin: 0 0 15px 0;
  width: 9em;
}

#mainBody dl.split dd {
  margin: 0 0 15px 11em;
  font-size: 92.3%;
}

/* --- 定義リスト(.releaseDl) --- */

#mainBody .releaseText {
  padding: 0px 140px 10px;
}

#mainBody .releaseLink {
  font-size: 107.7%;
}

#mainBody dl.releaseDl {
  margin: 0 0 10px;
}

#mainBody dl.releaseDl dt {
  background: url(../img/h_bg_02.png) 0 0 no-repeat;
  color: #333;
  font-size: 115%;
  margin: 0 0px 5px;
  font-weight: bold;
  padding: 2px 0 2px 10px;
}

#mainBody dl.releaseDl dd {
  margin: 0 0 15px 10px;
}

/* -----------------------------------------------
6.リンクリスト 
-------------------------------------------------- */

#mainBody ul.linkList {
  margin: 0;
  list-style: none;
  overflow: hidden;
}

#mainBody ul.linkList li {
  margin: 0 0 5px -1px;
  display: inline;
  border-left: 1px solid #ccc;
  padding: 0 9px;
  float: left;
}

#mainBody ul.linkList li a {
  color: #666;
  text-decoration: none;
  font-size: 92.3%;
}

#mainBody ul.linkList li a:hover {
  text-decoration: underline;
}

/*  linkListBox  */

#mainBody ul.linkListBox {
  margin: 0 10px;
  list-style: none;
  overflow: hidden;
}

#mainBody ul.linkListBox li {
  margin: 0 0 5px 0px;
  display: inline;
  width: 170px;
  padding: 0 9px;
  float: left;
}

#mainBody ul.linkListBox li ul {
  margin: 0 0 10px;
}

#mainBody ul.linkListBox li a {
  color: #666;
  text-decoration: none;
  font-size: 92.3%;
  background: url(../img/ic_arrow_04.png) 0 6px no-repeat;
  padding-left: 10px;
  display: inline-block;
}

#mainBody ul.linkListBox li a:hover {
  text-decoration: underline;
}

/* -----------------------------------------------
7.画像
-------------------------------------------------- */

#mainBody figure {
  margin: 0 10px 25px 10px;
}

#mainBody figure img.flexSize {
  width: 100%;
  height: auto;
}

#mainBody figure + p {
  margin-top: -10px;
}

#mainBody h3 + figure {
  margin-top: 10px;
}

#mainBody figcaption {
  margin: 5px 0;
  font-size: 85%;
}

/* -----------------------------------------------
8.表組み
-------------------------------------------------- */

#mainBody .tableWrap {
  padding: 0 10px;
}

#mainBody .productSpec .tableWrap {}

#mainBody table {
  width: 100%;
  margin: 0 0 20px;
  border-collapse: collapse;
}

#mainBody table caption {
  text-align: left;
}

#mainBody table tbody,
#mainBody table thead {
  border-top: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
}

#mainBody table thead th {
  text-align: center;
}

#mainBody table tbody th {
  text-align: left;
  vertical-align: middle;
}

#mainBody table th {
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  background: #e4edf5;
  font-weight: bold;
  padding: 12px 10px;
}

#mainBody table td {
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding: 8px;
  vertical-align: middle;
}

#mainBody table thead th,
#mainBody table th.headline {
  background: #2e73af;
  color: #fff;
}

#mainBody table tfoot {
  background: #ddd;
}

#mainBody table.noStyle,
#mainBody table.noStyle th,
#mainBody table.noStyle td,
#mainBody table.noStyle tbody,
#mainBody table.noStyle thead {
  border: none;
  font-weight: normal;
  background: inherit;
  text-align: left;
  color: inherit;
}

#mainBody table p {
  margin: 0 0 10px 0;
}

#mainBody table ul,
#mainBody table ol,
#mainBody table dl {
  margin-bottom: 10px;
}

/* -----------------------------------------------
90. Other
-------------------------------------------------- */

/* for Voice Browser */

.hidden,
.navSkip {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* Noscript Message */

#msgNoscript {
  display: block;
  width: 100%;
  background: #fcc;
  color: #f00;
  text-align: center;
}

#msgNoscript p {
  border: 5px solid #f00;
  text-align: left;
  padding: 20px;
}

/* NoScript */

.noScript {
  display: none;
}

/* -----------------------------------------------
99. Clearfix / floatclear
-------------------------------------------------- */

/* clearfix */

.clearfix,
#mainBody section,
#mainBody div,
#globalHeader,
#globalNav,
#categoryNav ul,
#mainBody,
.footCateNav ul,
.footNav,
.phoneMenuHead,
#mainHead,
ul.snsList,
#mainFoot .mainFootInner,
#imageDl ul,
#mainBody ul.infoList li,
#mainBody .tabBtn,
.topCate ul,
#supportArea ul,
.topMaker ul,
#mainvisual ul,
.topCon,
ul.iconList,
ul.monthMenu,
.gradMenu,
#cateSearch ul,
#mainBody ul,
#mainBody ol {
  zoom: 1;
}

.clearfix:after,
#mainBody section:after,
#mainBody div:after,
#globalHeader:after,
#globalNav:after,
#categoryNav ul:after,
#mainBody:after,
.footCateNav ul:after,
.footNav:after,
.phoneMenuHead:after,
#mainHead:after,
ul.snsList:after,
#mainFoot .mainFootInner:after,
#imageDl ul:after,
#mainBody ul.infoList li:after,
#mainBody .tabBtn:after,
.topCate ul:after,
#supportArea ul:after,
.topMaker ul:after,
#mainvisual ul:after,
.topCon:after,
ul.monthMenu:after,
.gradMenu:after,
#cateSearch ul:after,
#mainBody ul:after,
#mainBody ol:after {
  content: "";
  display: block;
  clear: both;
}

/* ---  floatclear --- */

.clearer {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

/* ==================================================================
[共通モジュール]
===================================================================== */

/* -----------------------------------------------
1. コンテンツトップ
-------------------------------------------------- */

/* --- 記事タイトル --- */

#wrapBody .hCategory {
  margin: 0;
  border-left: 5px solid #1c67a8;
  font-size: 161.5%;
  padding: 5px 0 5px 15px;
  float: left;
  font-weight: bold;
  width: 640px;
}

#mainBody .hCategory {
  float: none;
  margin-bottom: 20px;
  margin-top: -5px;
  width: auto;
}

#mainBody #mainHead .hCategory {
  float: left;
  width: 640px;
  margin: 0 0 20px;
}

#wrapBody .hCategory span {
  font-size: 67.2%;
  font-weight: normal;
  margin: 0 0 0 15px;
  vertical-align: middle;
  display: inline-block;
}

/* -----------------------------------------------
2. ナビゲーション
-------------------------------------------------- */

#mainBody .prev {
  float: left;
}

#mainBody .next {
  float: right;
}

/* --- ページネーション --- */

#mainBody .pageNation {
  padding: 15px 80px;
  text-align: center;
  margin: 0 0 25px 0;
  position: relative;
}

#mainBody .pageNation a {
  margin: 0 4px 8px;
  display: inline-block;
  text-align: center;
  width: 24px;
  padding: 5px 0;
  background: url(../img/bt_list_01.png) 0 50% repeat-x;
  border: 1px solid #ccc;
  color: #1c67a8;
  text-decoration: none !important;
  font-size: 107.7%;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

#mainBody .pageNation a.jp-previous,
#mainBody .pageNation a.jp-next {
  width: 55px;
}

#mainBody .pageNation a.jp-previous:before,
#mainBody .pageNation a.jp-next:before {
  content: ' ';
  display: block;
  width: 5px;
  height: 1em;
  padding: 3px 0;
}

#mainBody .pageNation a.jp-previous:before {
  background: url(../img/ic_arrow_10.png) 0 50% repeat-x;
  float: left;
  margin: 0 0 0 5px;
}

#mainBody .pageNation a.jp-next:before {
  background: url(../img/ic_arrow_01.png) 0 50% repeat-x;
  float: right;
  margin: 0 5px 0 0;
}

#mainBody .pageNation a.jp-disabled {
  display: none;
}

#mainBody .pageNation a.jp-current:hover,
#mainBody .pageNation a.jp-current {
  color: #333;
  cursor: default;
  border: none;
  background: none;
}

#mainBody .pageNation a:hover {
  background: url(../img/bt_list_01_o.png) 0 0 repeat-x #fff;
}

/* -----------------------------------------------
3. メニュー
-------------------------------------------------- */

/* よくあるご質問・ニュースのサイドメニュー */

#mainBody .cateMenu {
  margin: 0 0 20px;
}

#mainBody .cateMenu .quesMenu {
  color: #336699;
  margin: 0 0 5px;
  background: url(../img/ic_question_02.png) 0 0 no-repeat;
  padding: 4px 0 3px 25px;
}

#mainBody .cateMenu .newsMenu {
  font-weight: bold;
  color: #fff;
  background: #1c67a8;
  padding: 7px 5px 5px;
}

#mainBody .cateMenu .newsMenu a {
  display: block;
  width: 100%;
  background: -moz-linear-gradient(top, #4d86b8 0%, #1c67a8 100%);
  background: -webkit-linear-gradient(top, #4d86b8 0%, #1c67a8 100%);
  background: linear-gradient(to bottom, #4d86b8 0%, #1c67a8 100%);
  background: -ms-linear-gradient(to bottom, #4d86b8 0%, #1c67a8 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d86b8',endColorstr='#1c67a8', GradientType=0)";
  padding: 7px 5px;
  margin: -7px -5px -5px;
  text-decoration: none;
  color: #fff;
}

#mainBody .cateMenu .newsMenu a:hover {
  background: -moz-linear-gradient(top, #0b5a9e 0%, #4d86b8 100%);
  background: -webkit-linear-gradient(top, #0b5a9e 0%, #4d86b8 100%);
  background: linear-gradient(to bottom, #0b5a9e 0%, #4d86b8 100%);
  background: -ms-linear-gradient(to bottom, #0b5a9e 0%, #4d86b8 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b5a9e',endColorstr='#4d86b8', GradientType=0)";
}

#mainBody .cateMenu .newsMenu a:before {
  content: ' ';
  background: url(../img/ic_arrow_08.png) 0 50% no-repeat;
  display: block;
  width: 5px;
  height: 1em;
  margin: 0 5px;
  float: left;
}

#mainBody .cateMenu h2 img {
  vertical-align: middle;
  margin: 0 5px 0 0;
}

#mainBody .cateMenu ul {
  list-style: none;
  margin: 0;
  border-top: 3px solid #1c67a8;
}

#mainBody .cateMenu .titleLink + ul {
  border-top: none;
}

#mainBody .cateMenu ul li {
  margin: 0 0 0 -1px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#mainBody .cateMenu ul li a.active,
#mainBody .cateMenu ul li a:hover {
  background-color: #E3EDF7;
}

#mainBody .cateMenu ul li.active {
  background: #eee;
}

#mainBody .cateMenu ul li a {
  background: url(../img/ic_arrow_01.png) 10px 10px no-repeat;
  padding: 6px 6px 6px 20px;
  display: block;
  color: #333;
  text-decoration: none;
}

#mainBody .cateMenu ul li a.icNewWinR:after {
  padding-right: 22px;
  background: url(../img/ic_newwin_01.png) 100% 50% no-repeat;
  content: ' ';
}

#mainBody .cateMenu ul li ul.monthMenu {
  border: none;
  border-top: 1px dotted #ccc;
}

#mainBody .cateMenu ul li ul.monthMenu li {
  float: left;
  color: #999;
  width: 47px;
  border: none;
  padding: 5px 0;
  text-align: center;
  background: none;
}

#mainBody .cateMenu ul li ul.monthMenu li a:hover {
  text-decoration: underline;
}

#mainBody .cateMenu ul li ul.monthMenu li a {
  background: none;
  padding: 0;
  width: 47px;
  color: #3366cc;
}

#mainBody .cateMenu ul li ul.monthMenu li a.active {
  color: #333333;
  font-weight: bold;
}

/* アーカイブ */

#mainBody .gradMenu {
  margin: 0 10px 30px;
  list-style: none;
  overflow: hidden;
  border-radius: 3px;
  padding: 1px 0 0;
}

#mainBody .gradMenu li {
  width: 181px;
  margin: -1px -1px 0 0;
  float: left;
  border: 1px solid #cccccc;
  font-size: 123.1%;
  background: #eee;
  color: #aaa;
}

#mainBody .gradMenu li a {
  font-weight: bold;
  background: -moz-linear-gradient(top, #fff 0%, #e3e3e3 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #e3e3e3 100%);
  background: linear-gradient(to bottom, #fff 0%, #e3e3e3 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e3e3e3', GradientType=0)";
  color: #1c67a8;
  text-decoration: none;
  display: block;
}

#mainBody .gradMenu li a:hover {
  background: -moz-linear-gradient(top, #e3e3e3 0%, #fff 100%);
  background: -webkit-linear-gradient(top, #e3e3e3 0%, #fff 100%);
  background: linear-gradient(to bottom, #e3e3e3 0%, #fff 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3',endColorstr='#ffffff', GradientType=0)";
}

#mainBody .gradMenu li > span,
#mainBody .gradMenu li a > span {
  height: 20px;
  padding: 14px 10px;
  text-align: center;
  width: 159px;
  display: block;
}

/* grayMenu4col */

#mainBody .grayMenu4col {
  margin: 0 11px 30px 11px;
  list-style: none;
  border: 1px solid #cccccc;
  border-left: none;
  background: #f5f5f5;
  overflow: hidden;
  border-radius: 3px;
  padding: 1px 0 0;
}

#mainBody .grayMenu4col li {
  margin: 0px -1px 0px 0;
  float: left;
  width: 235px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  border: 1px solid #cccccc;
  border-top: none;
  font-size: 123.1%;
  background: -moz-linear-gradient(top, #fff 0%, #e3e3e3 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #e3e3e3 100%);
  background: linear-gradient(to bottom, #fff 0%, #e3e3e3 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e3e3e3', GradientType=0)";
}

#mainBody #main .grayMenu4col li {
  width: 185px;
}

#mainBody .grayMenu4col li a {
  font-weight: bold;
  padding: 14px 10px;
  color: #1c67a8;
  text-decoration: none;
  display: block;
  text-align: center;
  height: 100%;
  line-height: 1.2;
  width: 233px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  height: inherit;
}

#mainBody #main .grayMenu4col li a {
  width: 183px;
}

#mainBody .grayMenu4col li:hover {
  background: -moz-linear-gradient(top, #e3e3e3 0%, #fff 100%);
  background: -webkit-linear-gradient(top, #e3e3e3 0%, #fff 100%);
  background: linear-gradient(to bottom, #e3e3e3 0%, #fff 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3',endColorstr='#ffffff', GradientType=0)";
}

/* -----------------------------------------------
4. 補足・引用・関連
-------------------------------------------------- */

/* --- 補足 ---*/

#mainBody .supInfo {
  margin: 0 0 25px 0;
  padding: 15px 10px 0 10px;
  border: 1px solid #ccc;
  font-size: 92.3%;
  color: #666;
}

/* --- 引用 ---*/

#mainBody blockquote {
  margin: 15px;
  padding: 0 0 0 15px;
  background: url(../img/bg_blockquote01.gif) 0 0.1em no-repeat;
}

#mainBody blockquote p {
  color: #666;
  padding: 0 15px 0 0;
  background: url(../img/bg_blockquote02.gif) right bottom no-repeat;
}

/* --- 関連 ---*/

#mainBody .relatedInfo {
  margin: 0 0 25px 0;
  padding: 10px 10px 10px 10px;
  background: #eee;
}

/* -----------------------------------------------
5. リスト
-------------------------------------------------- */

/* ニュースリスト */

#mainBody ul.infoList {
  list-style: none;
  border-bottom: 1px dotted #999;
  margin: 0 0 15px;
}

#mainBody ul#pageNationCon.infoList {
  border-bottom: none;
}

#mainBody .relatedBox > ul {
  padding: 8px;
  border-bottom: none;
  margin: 0;
}

#mainBody .relatedBox > ul.infoList > li:first-child {
  padding: 5px 5px 10px;
}

#mainBody ul.infoList > li {
  margin: 0;
  padding: 10px 5px;
  border-top: 1px dotted #999;
}

#mainBody ul#pageNationCon.infoList > li {
  border-top: none;
  border-bottom: 1px dotted #999;
}

#mainBody ul.infoList li:first-child {
  border-top: none;
}

#mainBody ul.infoList li .listThum {
  float: left;
  width: 85px;
  position: relative;
}

#mainBody .relatedBox ul.infoList li .listThum {
  width: 67px;
}

#mainBody ul.infoList li .icPickup {
  position: absolute;
  top: 1px;
  left: 1px;
}

#mainBody ul.infoList li .listThumInner {
  width: 85px;
  height: 85px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background: #fff;
}

#mainBody ul.infoList li .listThumInner img {
  max-width: 85px;
  max-height: 85px;
  height: auto;
}

#mainBody .relatedBox ul.infoList li .listThumInner {
  border: 1px solid #dddddd;
  width: 63px;
  height: 63px;
  display: table-cell;
  vertical-align: middle;
}

#mainBody .relatedBox ul.infoList li .listThumInner img {
  max-width: 63px;
  max-height: 63px;
  height: auto;
}

#mainBody ul.infoList li .listText {
  width: auto;
  margin: 0 0 0 100px;
}

#mainBody .relatedBox ul.infoList li .listText {
  margin: 0 0 0 80px;
}

#mainBody ul.infoList li .listText .timedate {
  float: right;
  font-size: 92.3%;
}

#mainBody ul.infoList li .listText a {
  color: #1c67a8;
  font-size: 107.7%;
  text-decoration: none;
}

#mainBody ul.infoList li .listText .note {
  display: block;
  line-height: 1.4;
  font-size: 92.3%;
  color: #666;
}

#mainBody .relatedBox ul.infoList li .listText .note {
  font-size: 84.6%;
  line-height: 1.2;
}

#mainBody ul.infoList li .modelNo {
  display: block;
  font-size: 84.6%;
}

/* ピックアップリスト */

#mainBody ul.pickupBox {
  margin: 0 0 0 -8px;
  list-style: none;
}

#mainBody ul.pickupBox > li {
  margin: 0;
  background: #fff;
  border: 1px solid #ccc;
  padding: 1px 1px 5px;
  float: left;
  width: 220px;
  margin: 0 -1px 0 8px;
  position: relative;
}

#mainBody ul.pickupBox > li:hover {
  background: #F5F5F5;
}

#mainBody ul.pickupBox > li .listThum {
  margin: 0 0 5px;
}

#mainBody ul.pickupBox > li .iconList {
  margin: 0 5px 2px;
}

#mainBody ul.pickupBox > li .icPickup {
  position: absolute;
  left: 1px;
  top: 1px;
}

#mainBody ul.pickupBox > li a {
  line-height: 1.3;
}

#mainBody ul.pickupBox > li p,
#mainBody ul.pickupBox > li a {
  margin: 0 6px 2px;
  display: block;
}

/* pickupList */

#mainBody #listArea {
  margin: 0 10px 25px;
  width: 940px;
  overflow: hidden;
}

#mainBody ul.pickupList {
  margin: 0;
  list-style: none;
  width: 942px;
}

#mainBody ul.pickupList > li {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  width: 470px;
  float: left;
  margin: 0 1px 1px 0;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

#mainBody ul.pickupList > li .listThum {
  border: 1px solid #ddd;
  float: left;
  width: 220px;
}

#mainBody ul.pickupList > li .icPickup {
  position: absolute;
  left: 11px;
  top: 11px;
}

#mainBody ul.pickupList > li .listText {
  margin: 0 0 0 230px;
}

#mainBody ul.pickupList > li .listText a {
  line-height: 1.3;
}

#mainBody ul.pickupList > li .listText p {
  margin: 0;
}



/* -----------------------------------------------
90. JavaScript ライブラリ
-------------------------------------------------- */

/* --- 共通 --- */

.bl-hot a {
  text-decoration: none;
}

.bl-hover {
  background-color: #eef4fa;
  cursor: pointer;
}

.bl-hover a {
  text-decoration: underline;
}

.toggleContainer {
  display: none;
}

/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

.cboxIframe {
  background: #fff;
}

#cboxOverlay {
  background: url(../img/overlay.png);
}

#cboxContent {
  overflow: visible;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

#cboxLoadedContent {
  background: #fff;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

#cboxLoadingGraphic {
  background: url(../img/loading.gif) no-repeat center center;
}

.cboxElement:focus,
#colorbox {
  outline: 0;
}

#cboxClose:active,
#cboxClose:focus {
  outline: 0;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadingOverlay {
  background: #fff;
}

#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  background: url(../img/bt_popclose_01.png) 0 0 no-repeat;
  no-repeat 0 0;
}

#cboxClose {
  right: -15px;
  top: -15px;
  z-index: 9998;
}

.closeBtn {
  text-align: center;
  margin: 20px 0 0;
  display: none;
}

.colorbox-close {
  border: 1px solid #111;
  background: #333;
  cursor: pointer;
  font-weight: bold;
  border-radius: 10px;
  color: #fff;
  padding: 14px 27px;
  text-shadow: 0 1px 1px #111;
  background: -moz-linear-gradient(top, #444 0%, #2d2d2d 100%);
  background: -webkit-linear-gradient(top, #444 0%, #2d2d2d 100%);
  background: linear-gradient(to bottom, #444 0%, #2d2d2d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444',endColorstr='#2d2d2d', GradientType=0)";
}

/* メニュー */

#build-menu-page {
  left: 0;
  position: relative;
  background-color: #fff;
}

#build-menu {
  visibility: visible;
  z-index: 0;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  display: none;
  width: 90%;
  padding: 0;
  position: static;
  z-index: 0;
  top: 0;
  height: 100%;
  float: right;
  left: 0;
  overflow-y: auto;
  -moz-box-shadow: inset 4px 0px 9px 0px #D1D1D1;
  -webkit-box-shadow: inset 4px 0px 9px 0px #D1D1D1;
  box-shadow: inset 4px 0px 9px 0px #D1D1D1;
  background: #f5f5f5;
}

.build-menu-animating #build-menu-page {
  position: fixed;
  overflow: hidden;
  width: 100%;
  top: 0;
  bottom: 0;
}

.build-menu-animating.build-menu-close #build-menu-page,
.build-menu-animating.build-menu-open #build-menu-page {
  -webkit-transition: -webkit-transform 250ms;
  -moz-transition: -moz-transform 250ms;
  -o-transition: -o-transform 250ms;
  -ms-transition: -ms-transform 250ms;
  transition: transform 250ms;
}

.build-menu-animating.build-menu-open #build-menu-page {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.build-menu-animating #build-menu {
  display: block
}

.build-menu-open #build-menu {
  display: block;
  -webkit-transition-delay: 0ms, 0ms, 0ms;
  -moz-transition-delay: 0ms, 0ms, 0ms;
  -o-transition-delay: 0ms, 0ms, 0ms;
  -ms-transition-delay: 0ms, 0ms, 0ms;
  transition-delay: 0ms, 0ms, 0ms;
}

.build-menu-open #build-menu,
.build-menu-close #build-menu {
  -webkit-transition: -webkit-transform 250ms, opacity 250ms, visibility 0ms 250ms;
  -moz-transition: -moz-transform 250ms, opacity 250ms, visibility 0ms 250ms;
  -o-transition: -o-transform 250ms, opacity 250ms, visibility 0ms 250ms;
  -ms-transition: -ms-transform 250ms, opacity 250ms, visibility 0ms 250ms;
  transition: transform 250ms, opacity 250ms, visibility 0ms 250ms;
}

/* --- メインビジュアル --- */

/**
* BxSlider v4.0 - Fully loaded, responsive content slider
* http://bxslider.com
*
* Written by: Steven Wanderski, 2012
* http://stevenwanderski.com
* (while drinking Belgian ales and listening to jazz)
*
* CEO and founder of bxCreative, LTD
* http://bxcreative.com
*/

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper li {}

.bx-wrapper img {
  max-width: 100%;
  margin: 0;
  display: block;
}

html.ie7 .bx-wrapper img,
html.ie8 .bx-wrapper img {
  margin: 0 0 0 -1px;
}

#mainVisual .bx-wrapper .bx-viewport {
  border-radius: 5px;
  border: 1px solid #e0dfd7;
  -moz-box-shadow: 0px 0px 10px #e0dfd7;
  -webkit-box-shadow: 0px 0px 10px #e0dfd7;
  box-shadow: 0px 0px 10px #e0dfd7;
  overflow: hidden;
}

/* LOADER */

.bx-wrapper .bx-loading {
  display: none !important;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  padding-top: 5px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  width: 11px;
  height: 11px;
  margin: 0 5px 0;
  outline: 0;
  background: #999;
  border-radius: 25px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #1c67a8;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: -40px;
  background: url(../img/index_footer_arrow_02.png) no-repeat 0 0px;
  background-size: 50%;
}

.bx-wrapper .bx-next {
  right: -40px;
  background: url(../img/index_footer_arrow_01.png) no-repeat right 0px;
  background-size: 50%;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 41px;
  height: 72px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-has-pager {
  position: relative;
  z-index: 5000;
  margin: -24px 0 0 0;
}


/* ==================================================================
[個別ページ]
===================================================================== */

#mainBody .conWrap {}

#mainBody .con2col {
  width: 460px;
  float: left;
  margin: 0 20px 20px 0;
}

/* -----------------------------------------------
TOP
-------------------------------------------------- */

#mainBody #mainvisual {
  margin: 0 0 30px;
  width: 650px;
}

#mainBody #mainvisual ul {
  margin: 0;
}

#mainBody #mainvisual ul li {
  margin: 0;
}

/* 重要なお知らせ */

#mainBody #importantInfo {
  border: 2px solid #999999;
  padding: 12px 12px 5px;
  margin: 0 10px 25px;
}

#mainBody #related #importantInfo {
  margin: 0 12px 20px;
}

#mainBody #main #importantInfo,
.topCon #mainBody #importantInfo {
  margin: 0 0 25px 0;
}

#mainBody #importantInfo ul {
  margin: 0;
  list-style: none;
}

#mainBody #importantInfo ul li {
  margin: 0 0 10px;
  padding: 0 0 0 90px;
}

#mainBody #importantInfo ul li a {
  color: #333;
}

#mainBody #importantInfo ul li.heavyInfo a {
  background: url(../img/ic_attn_01.png) 0 50% no-repeat;
  padding-left: 22px;
  font-weight: bold;
  color: #cc0000;
  font-size: 107.7%;
}

#mainBody #importantInfo ul li span {
  color: #666;
  width: 90px;
  margin: 0 0 0 -90px;
  font-size: 92.3%;
  display: inline-block;
}

/* 製品を探す */

#topCateSearch {
  margin: 0 0 15px;
}

#topCateSearch h2 {
  background: #3870a0;
  padding: 10px;
}

#topCateSearch h2 a {
  background: url(../img/ic_arrow_w_01.png) 13px 50% no-repeat #265586;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 92.3%;
  padding: 4px 15px 4px 25px;
  float: right;
  margin: -3px;
  border-radius: 2px;
}

#topCateSearch h2 a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

#topCateSearch .topCate {
  background: #bad1e5;
  padding: 5px;
}

#topCateSearch .topCate ul {
  background: url(../img/bt_list_01_o.png) 0 100% repeat-x #e5e5e5;
  width: 280px;
  overflow: hidden;
}

#topCateSearch .topCate li {
  width: 140px;
  float: left;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: url(../img/bt_list_01.png) 0 100% repeat-x #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

#topCateSearch .topCate li:hover {
  background: url(../img/bt_list_01_o.png) 0 0 repeat-x #fff;
}

#topCateSearch .topCate li a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #333;
}

#topCateSearch .topCate li span {
  display: table-cell;
  height: 44px;
  vertical-align: middle;
  line-height: 1.2;
}

#topCateSearch .topCate li span.btnImg {
  width: 44px;
  text-align: center;
  padding: 0 10px 0 0;
}

#topCateSearch .topCate li span.btnImg img {
  max-width: 44px;
  width: auto;
  height: auto;
  max-height: 44px;
}

/* メーカーから */

#topMakerSearch {
  margin: 0 0 15px;
}

#topMakerSearch h2 {
  background: #515151;
  padding: 10px;
}

#topMakerSearch h2 a {
  background: url(../img/ic_arrow_w_01.png) 13px 50% no-repeat #666666;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 92.3%;
  padding: 4px 15px 4px 25px;
  float: right;
  margin: -3px;
  border-radius: 2px;
}

#topMakerSearch h2 a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

#topMakerSearch .topMaker {
  background: url(../img/bg_dot_03.png) 0 0 repeat;
  padding: 5px;
}

#topMakerSearch .topMaker ul {
  background: url(../img/bt_list_s_01_o.png) 0 0 repeat;
  width: 282px;
  overflow: hidden;
}

#topMakerSearch .topMaker li {
  width: 94px;
  height: 32px;
  float: left;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: url(../img/bt_list_s_01.png) 0 0 repeat-x;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

#topMakerSearch .topMaker li:hover {
  background: url(../img/bt_list_s_01_o.png) 0 0 repeat-x;
}

#topMakerSearch .topMaker li a {
  display: block;
  padding: 2px;
  text-align: center;
  text-decoration: none;
  color: #333;
}

#topMakerSearch .topMaker li a img {
  max-width: 88px;
  width: auto;
  max-height: 28px;
}

#supportArea {
  margin: 0 0 25px;
  background: #eee;
  border-top: 4px solid #1c67a8;
  padding: 10px 6px 7px;
}

#supportArea h2 {
  font-size: 115.4%;
  margin: 0 0 8px;
}

#supportArea ul {}

#supportArea ul li {
  background: url(../img/bt_list_01.png) 0 0 repeat-x;
  border: 1px solid #ccc;
  width: 140px;
  margin: 0 -1px 1px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  float: left;
}

#supportArea ul li:hover {
  background: url(../img/bt_list_01_o.png) 0 0 repeat-x;
}

#supportArea ul li a {
  text-decoration: none;
  font-size: 92.3%;
  color: #333;
  display: block;
  padding: 10px 8px;
}

#supportArea ul li img {
  vertical-align: middle;
  margin: 0 5px 0 0;
}

#makerLink ul li {
  display: inline-block;
  margin: 0 5px 5px 0;
  height: 30px;
  width: 89px;
  text-align: center;
}

#makerLink ul li img {
  max-height: 30px;
  max-width: 89px;
  height: auto;
  width: auto;
}

#makerLink ul li a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

#sub #houjinArea {
  margin: 0 0 20px 0;
}

#twitterArea {
  margin: 0 0 20px;
}

#twitterArea .twitterHead {
  color: #fff;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 107.7%;
  background: #66B8D7;
  width: 260px;
}

#twitterArea .twitter-timeline {
  border: 1px solid #81C7E2 !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

#twitterArea .twitter-follow-button {
  float: right;
}

#facebookArea {
  margin: 0 0 5px;
}

#twitterArea .twitterBn,
#facebookArea .facebookBn {
  text-align: center;
  display: none;
}

#homeNav {
  display: none;
  margin: 0 5px 10px;
}

#homeNav div img {
  max-width: 100%;
  height: auto;
}

#homeNav .homeNav2col {
  float: left;
  width: 50%;
}

#homeNav .homeNav1col {
  clear: both;
}

/* -----------------------------------------------
製品TOP
-------------------------------------------------- */

#mainBody #cateSearch {
  position: relative;
}

#mainBody #main #cateSearch {
  margin: 0 -10px 25px 0;
}

#mainBody #cateSearch .endLink {
  position: absolute;
  right: 15px;
  top: 5px;
}

#mainBody #cateSearch .endLink a {
  color: #333;
  text-decoration: none;
  background: url(../img/ic_arrow_06.png) 0 50% no-repeat;
  padding-left: 18px;
}

#mainBody #cateSearch .endLink a:hover {
  text-decoration: underline;
}

#mainBody #topProductCate #houzinArea {
  float: right;
  width: 200px;
}

#mainBody #topProductCate #houzinArea .blueBox {
  background: #e4edf5;
  padding: 10px;
  margin: 10px;
  min-height: 227px;
}

#mainBody #topProductCate #houzinArea .blueBox p {
  margin: 0 0 15px;
  line-height: 1.6;
}

/* ピックアップ製品 */

#mainBody #productPick {
  background: #e4edf5;
  padding: 0 5px 5px;
  width: 280px;
  float: right;
}

#mainBody #productPick ul.infoList {
  background: #fff;
  border-bottom: none;
  margin: 0;
}

#mainBody #productPick ul.infoList ul.iconList li {
  margin-bottom: 2px;
}

#mainBody #productPick ul.infoList > li {
  padding: 5px;
}

#mainBody #productPick ul.infoList li .listThum {
  width: 60px;
}

#mainBody #productPick ul.infoList li .listThumInner {
  border: 1px solid #dedede;
  width: 53px;
  height: 53px;
}

#mainBody #productPick ul.infoList li .listThumInner img {
  width: 54px;
  height: 53px;
}

#mainBody #productPick ul.infoList li .listText {
  margin: 0 0 0 60px;
}

#mainBody #productPick ul.infoList li .listText a {
  font-size: 92.3%;
}

#mainBody #productPick ul.infoList li .listText .note {
  font-size: 76.9%;
}

#mainBody #topProduct #mainvisual {
  float: left;
}

#mainBody #productPick .moreBtn {
  background: #fff;
  border: 1px solid #dedede;
  text-align: center;
  display: block;
  cursor: pointer;
}

#mainBody #productPick .moreBtn:hover {
  background: #eee;
}

#mainBody #productPick .moreBtn img {
  vertical-align: middle;
}

#mainBody #productPick #cateSearch {
  float: left;
}

/* 製品カテゴリから探す */

#mainBody #cateSearch {
  width: 759px;
  float: left;
}

#mainBody #cateSearch .hBorder span {
  float: right;
  margin: 5px 0 0;
}

#mainBody #cateSearch ul {
  list-style: none;
  margin: 0 10px;
  background: #F7F7F7;
}

#mainBody #cateSearch ul li {
  width: 124px;
  float: left;
  margin: 0 -1px -1px 0;
  border: 1px solid #ddd;
  background: url(../img/bt_list_l_01.png) 0 50% repeat-x;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

#mainBody #cateSearch ul li:hover {
  background: url(../img/bt_list_l_01_o.png) 0 50% repeat-x;
}

#mainBody #cateSearch ul li span {
  display: block;
  margin: 5px 0;
  line-height: 1.2;
}

#mainBody #cateSearch ul li .btnImg {
  display: table-cell;
  vertical-align: middle;
  width: 102px;
  height: 70px;
}

#mainBody #cateSearch ul li .btnImg img {
  width: auto;
  height: auto;
  max-width: 102px;
  max-height: 70px;
}

#mainBody #cateSearch ul li a {
  text-decoration: none;
  display: block;
  height: 102px;
  padding: 10px;
  color: #333;
  font-weight: bold;
  font-size: 107.7%;
  line-height: 1.3;
}

/* メーカーから探す */

#mainBody #makerSearch {
  clear: both;
}

#mainBody #makerSearch ul {
  margin: 0 7px 10px 10px;
  list-style: none;
}

#mainBody #makerSearch ul li {
  margin: 0 3px 3px 0;
  border: 1px solid #cccccc;
  border-top: 1px solid #1c67a8;
  background: #eeeeee;
  width: 154px;
  float: left;
  box-shadow: rgb(255, 255, 255) 0px -1px 0px 0px inset;
  -webkit-box-shadow: rgb(255, 255, 255) 0px -1px 0px 0px inset;
  -moz-box-shadow: rgb(255, 255, 255) 0px -1px 0px 0px inset;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

#mainBody #makerSearch.makerlink ul li {
  border-top-color: #666;
}

#mainBody #makerSearch ul li:hover {
  background: #eef4fa;
}

#mainBody #makerSearch ul li a {
  text-decoration: none;
  display: block;
  height: 100%;
}

#mainBody #makerSearch ul li .makerImg {
  display: table-cell;
  width: 152px;
  text-align: center;
  padding: 7px;
  background: #fff;
  height: 32px;
}

#mainBody #makerSearch ul li .makerImg img {
  max-width: 112px;
  max-height: 40px;
  width: auto;
  height: auto;
}

#mainBody #makerSearch ul li .note {
  font-weight: normal;
  display: block;
  color: #666;
  margin: 0 0 10px;
}

#mainBody #makerSearch ul li span {
  font-weight: bold;
  padding: 5px 9px 0;
  display: block;
}

#mainBody #makerSearch ul li span.icNewWinR {
  padding-right: 17px;
  background-position: 95% 50%;
}

/* -----------------------------------------------
製品一覧
-------------------------------------------------- */

/* タブ */

#mainBody .tabBtn {
  background: #f2f2f2;
  border-bottom: 4px solid #588fbf;
  margin: 0 0 10px;
}

#mainBody .tabBtn li {
  float: left;
  list-style: none;
  width: 221px;
  margin: 5px 3px 0 5px;
  background: url(../img/bt_tab_01.png) 0 100% no-repeat;
}

#mainBody .tabBtn li:hover {
  background: url(../img/bt_tab_01_o.png) 0 100% no-repeat;
}

#mainBody .tabBtn li.active {
  background: url(../img/bt_tab_02.png) 0 100% no-repeat;
}

#mainBody .tabBtn li a {
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  height: 29px;
  padding: 12px 5px 0;
  display: block;
  color: #336699;
  font-size: 153.8%;
  line-height: 1;
  text-shadow: 1px 1px 0px #FFFFFF;
}

#mainBody .tabBtn li.active a,
#mainBody .tabBtn li.active a span {
  color: #fff;
  text-shadow: 1px 1px 0px #275c98;
}

#mainBody .tabBtn li a.icList {
  background: url(../img/ic_list_01.png) 8px 50% no-repeat;
}

#mainBody .tabBtn li.active a.icList {
  background: url(../img/ic_list_02.png) 8px 50% no-repeat;
}

#mainBody .tabBtn li a.icHikaku {
  background: url(../img/ic_hikaku_01.png) 8px 50% no-repeat;
}

#mainBody .tabBtn li.active a.icHikaku {
  background: url(../img/ic_hikaku_02.png) 8px 50% no-repeat;
}

#mainBody .tabBtn li a span {
  color: #666666;
  font-size: 69.2%;
}

/* 絞り込み */

#refineSearch {
  margin: 0 0 20px;
}

#refineSearch .refineSearchTitle {
  color: #014783;
  font-weight: bold;
  font-size: 138.5%;
  margin: 0 0 5px;
  background: url(../img/ic_list_03.png) 0 0 no-repeat;
  padding: 0 0 0 25px;
  display: inline-block;
  vertical-align: top;
}

#refineSearch .refineTitle {
  float: left;
  margin: 0;
}

#refineSearch .refineTitle .hPoint {
  display: inline-block;
  width: 108px;
  margin: 0 0 5px 0;
}

#productList #refineSearch .stockNav {
  margin: 7px 0 0;
  width: auto;
  float: right;
  padding: 0;
}

#productList #refineSearch .stockNav span {
  display: inline-block;
  padding: 0;
  border: none;
  background: none;
  width: auto;
  margin: 0 5px 0 0;
  font-weight: normal;
  font-size: 84.6%;
}

#productList #refineSearch .stockNav span:before {
  content: '|';
}

#productList #refineSearch .stockNav span:first-child:before {
  content: none;
}

#productList #refineSearch .stockNav span a {
  padding: 0;
  text-decoration: underline;
  color: #666;
  display: inline-block;
  padding: 0 0 0 5px;
}

#productList #refineSearch .stockNav span a:hover,
#productList #refineSearch .stockNav span.active a {
  text-decoration: none;
}

#refineSearch .refineBox {
  cursor: pointer;
  border: 1px solid #cccccc;
  background: url(../img/ic_arrow_down_01.png) 10px 50% no-repeat;
  padding: 7px 10px 7px 30px;
  display: inline-block;
  width: 108px;
}

#refineSearch .refineBox.active {
  background: url(../img/ic_arrow_up_01.png) 10px 50% no-repeat;
}

#refineSearch .btnReset {
  background: url(../img/ic_reset_01.png) 0 50% no-repeat;
  padding-left: 18px;
  margin: 0 10px;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

#refineSearch .btnReset:hover {
  text-decoration: underline;
}

#refineSearch .icLoading img {
  vertical-align: middle;
}

#refineSearch dl {
  font-size: 92.3%;
  border-top: 3px solid #4f89bb;
  margin: 0;
  background: #e5e5e5;
}

#refineSearch .toggleContainer dl {
  border-top: none;
}

#refineSearch .toggleContainer {
  display: block;
}

#refineSearch dt {
  width: 130px;
  background: url(../img/bg_boader_02.png) 0 0 repeat-x #e5e5e5;
  color: #000;
  padding: 10px;
  display: table-cell;
  float: left;
  position: relative;
}

#refineSearch dt:first-child {
  background: #e5e5e5;
}

#refineSearch dd {
  display: table-cell;
  width: 810px;
}

#refineSearch dt:first-child + dd .selectList {
  background: #eee;
}

#refineSearch dt:first-child + dd .selectList + .selectList {
  background: url(../img/bg_boader_02.png) 0 0 repeat-x #eee;
}

#refineSearch dd .selectList {
  padding: 10px;
  background: url(../img/bg_boader_02.png) 0 0 repeat-x #eee;
}

#refineSearch dd ul {
  list-style: none;
  margin: 0;
}

#refineSearch dd h4 + ul {
  margin: 0 0 0 130px;
}

#refineSearch dd ul li {
  display: inline-block;
  margin: 0 20px 0 0;
}

#refineSearch dd h4 {
  color: #000;
  display: inline-block;
  width: 130px;
  float: left;
}

#refineSearch .checkOpen,
#refineSearch .checkText {
  display: none;
}

#refineSearch .checkText {
  font-weight: normal;
  color: #333;
  padding: 0 30px 0 0;
}

#refineSearch .checkOpen {
  position: absolute;
  top: 50%;
  right: 10px;
  cursor: pointer;
  margin: -12px 0 0;
}

/* カテゴリ選択 */

#productCateNav {
  background: url(../img/bg_dot_02.png) 0 0 repeat;
  padding: 15px 15px 0;
  margin: 0 0 50px;
}

#productCateNav ul {
  margin: 0 0 0 -15px;
}

#productCateNav ul li {
  list-style: none;
  float: left;
  width: 219px;
  height: 88px;
  margin: 0 0 15px 15px;
  background: url(../img/bt_catenav_01.png) 0 0 no-repeat;
}

#productCateNav ul li:hover {
  background: url(../img/bt_catenav_01_o.png) 0 0 no-repeat;
}

#productCateNav ul li a {
  display: block;
  color: #333;
  font-size: 115.4%;
  text-decoration: none;
  padding: 2px 10px 0;
}

#productCateNav ul li span.cateImg {
  width: 75px;
  height: 75px;
  padding: 0 10px 0 0;
  text-align: center;
}

#productCateNav ul li span.cateImg img {
  max-width: 75px;
  max-height: 75px;
  width: auto;
  height: auto;
}

#productCateNav ul li span {
  display: table-cell;
  height: 86px;
  vertical-align: middle;
}

/* 一覧 */

.zaikoList {
  display: none;
}

#resultsArea {
  padding: 0 0 40px;
}

.zaikoList,
.currentList {
  margin: 10px 0 0 -20px;
}

#productList .productBox {
  position: relative;
  float: left;
  width: 470px;
  padding: 0 0 65px;
  border: 1px solid #ccc;
  margin: 0 0 20px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

#productList .productBox .productBoxBtm {
  background: #e2e2e2;
  padding: 7px 8px 3px;
  position: absolute;
  width: 452px;
  bottom: 0;
  left: 0;
}

#productList .productBox .productBoxBtm .kikiList,
#productList .productBox .productBoxBtm .kinouList {
  float: left;
  margin: 0;
}

#productList .productBox .productBoxBtm .kikiList li,
#productList .productBox .productBoxBtm .kinouList li {
  margin: 0 2px 2px 0;
  float: left;
}

#productList .productBox:hover {
  border: 1px solid #588fbf;
}

#productList .productBox .icPickup {
  position: absolute;
  top: 0;
  left: 0;
}

#productList .productBox .icMaker {
  position: absolute;
  top: 5px;
  right: 5px;
}

#productList .productBox .icMaker img {
  max-height: 25px;
  width: auto;
}

#productList .productBox .modelNo {
  color: #000;
  display: block;
  margin: 0 0 10px;
}

#productList .productBox .modelNo {}

#productList .productBox .listThumInner {
  float: left;
  padding: 13px;
}

#productList .productBox .listThumInner span {
  vertical-align: middle;
  display: table-cell;
  background: #fff;
  height: 115px;
  text-align: center;
  width: 115px;
}

#productList .productBox .listThumInner img {
  max-width: 115px;
  max-height: 115px;
  width: auto;
  height: auto;
}

#productList .productBox .productText {
  padding: 34px 13px 13px;
  float: left;
  width: 300px;
  position: relative;
}

#productList .productBox .productText .icStatus {
  position: absolute;
  left: 13px;
  top: 13px;
}

#productList .productBox .productText a {
  display: block;
  font-weight: bold;
  font-size: 115.4%;
  text-decoration: none;
}

#productList .productBox:hover .productText a {
  text-decoration: underline;
}

#productList .stockNav {
  width: 280px;
  margin: 0 auto 80px;
  padding: 10px;
}

#productList .stockNav span {
  width: 130px;
  border: 1px solid #ccc;
  float: left;
  font-weight: bold;
  margin: 0 0 0 -1px;
  text-align: center;
  display: inline-block;
}

#productList .stockNav span.syuuryou {
  background: -moz-linear-gradient(top, #f4f4f4 0%, #ccc 100%);
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #ccc 100%);
  background: linear-gradient(to bottom, #f4f4f4 0%, #ccc 100%);
  background: -ms-linear-gradient(to bottom, #f4f4f4 0%, #ccc 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4',endColorstr='#cccccc', GradientType=0)";

}

#productList .stockNav span.syuuryou.active,
#productList .stockNav span.syuuryou:hover {
  background: -moz-linear-gradient(top, #ccc 0%, #f4f4f4 100%);
  background: -webkit-linear-gradient(top, #ccc 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #ccc 0%, #f4f4f4 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc',endColorstr='#f4f4f4', GradientType=0)";
}

#productList .stockNav span a {
  color: #666;
  display: block;
  padding: 7px 4px;
  text-decoration: none;
}

#productList .stockNav span.genkou {
  border: 1px solid #b2c1ce;
  background: -moz-linear-gradient(top, #f6f9fd 0%, #d8e7f3 100%);
  background: -webkit-linear-gradient(top, #f6f9fd 0%, #d8e7f3 100%);
  background: linear-gradient(to bottom, #f6f9fd 0%, #d8e7f3 100%);
  background: -ms-linear-gradient(to bottom, #f6f9fd 0%, #d8e7f3 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f9fd',endColorstr='#d8e7f3', GradientType=0)";
}

#productList .stockNav span.genkou a {
  color: #1c67a8;
}

#productList .stockNav span.genkou.active,
#productList .stockNav span.genkou:hover {
  background: -moz-linear-gradient(top, #d8e7f3 0%, #f6f9fd 100%);
  background: -webkit-linear-gradient(top, #d8e7f3 0%, #f6f9fd 100%);
  background: linear-gradient(to bottom, #d8e7f3 0%, #f6f9fd 100%);
  background: -ms-linear-gradient(to bottom, #d8e7f3 0%, #f6f9fd 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8e7f3',endColorstr='#f6f9fd', GradientType=0)";
}

.noRefine {
  display: none;
  height: auto !important;
  text-align: center;
  font-size: 115.4%;
  color: #666;
  padding: 50px 0;
}

#mainBody .noSearchRefine {
  text-align: center;
  font-size: 115.4%;
  color: #666;
  padding: 50px 0;
}

/* 比較表 */

#mainBody table.table-autosort .table-sorted-desc,
#mainBody table.table-autosort .table-sorted-asc {
  background-color: #E7E960 !important;
  color: #333 !important;
}

#mainBody .hikakuTable .scroll_x {
  overflow: auto !important;
}

#mainBody .hikakuTable .scroll_x span {
  display: block;
}

#mainBody .hikakuTable table {
  margin: 0;
  width: auto;
  min-width: 960px;
}

#mainBody .hikakuTable table td {
  white-space: nowrap;
}

#mainBody .hikakuTable table a {
  color: #000;
  font-weight: bold;
}

#mainBody .hikakuTable table thead th {
  color: #fff;
  font-weight: bold;
  background: #2e73af;
  padding: 10px 5px 5px;
  cursor: pointer;
  white-space: nowrap;
}

#mainBody .hikakuTable table thead th span {
  background: url(../img/ic_arrow_sort_01.png) 100% 50% no-repeat;
  padding-right: 12px;
}

#mainBody .hikakuTable table thead th.table-sorted-desc span,
#mainBody .hikakuTable table thead th.table-sorted-asc span {
  background: url(../img/ic_arrow_sort_02.png) 100% 50% no-repeat;
}

#mainBody .hikakuTable table select {
  width: 100%;
  border: none;
  margin: 2px 0;
  border-radius: 1px;
  font-size: 92.3%;
}

/* -----------------------------------------------
製品詳細
-------------------------------------------------- */

/* 詳細 */

#productTop {
  margin: 0 0 30px;
  display: inline-block;
}

#productTop #mainDetail {
  float: right;
  width: 530px;
}

#productTop #mainDetail #productTitle {
  border-bottom: 4px solid #dddddd;
  padding: 0 0 10px;
  margin: 0 0 20px;
}

#productTop #mainDetail .productLead {
  color: #366697;
  font-size: 153.8%;
  font-weight: bold;
  margin: 0 0 5px;
}

#productTop #mainDetail .modelNo {
  color: #666666;
  font-size: 123.1%;
  font-weight: bold;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 310px;
}

#productTop #mainDetail .osList {
  float: right;
  margin: 0;
  list-style: none;
  width: 190px;
  text-align: right;
}

#productTop #mainDetail .osList li {
  display: inline-block;
  margin: 0 3px 3px 0;
}

#productTop #mainDetail .osList li span {
  font-size: 84.6%;
  color: #fff;
  padding: 4px 5px;
  width: 30px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  line-height: 1em;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#productTop #mainDetail .osList .osIcWin {
  background: #3366cc;
}

#productTop #mainDetail .osList .osIcMac {
  background: #86689d;
}

#productTop #mainDetail .osList .osIcUnix {
  background: #5ca95c;
}

#productTop #mainDetail .osList .osIcLinux {
  background: #c9a03d;
}

#productTop #mainDetail .summary p {
  margin: 0 0 10px;
}

#productTop #mainDetail .summary {
  margin: 0 0 20px;
}

#productTop #mainDetail .tableWrap {
  padding: 0;
}

#productTop #mainDetail table {
  margin: 0 0 10px;
}

#productTop #mainDetail table th {
  text-align: left;
  padding: 6px 8px;
}

/* kinouList/kikiList */

#mainBody .kikiList,
#mainBody .kinouList {
  list-style: none;
  margin: 0 0 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#mainBody .kikiList li,
#mainBody .kinouList li {
  font-size: 84.6%;
  padding: 4px 7px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  line-height: 1em;
  text-align: center;
  display: inline-block;
  *display: inline;
  background: #fff;
  *zoom: 1;
  margin: 0 3px 3px 0;
}

#mainBody .kinouList li {
  border: 1px solid #1c67a8;
  color: #1c67a8;
}

#mainBody .kikiList li {
  border: 1px solid #666;
  color: #666;
}

/* productImg */

#productTop #productImg {
  float: left;
  width: 398px;
  height: 338px;
  margin: 0 29px 0 0;
  border: 1px solid #ccc;
}

#productTop #productImg #imageSelect {
  background: url(../img/bg_dot_01.png) 0 0 repeat;
  height: 332px;
  padding: 3px;
  width: 51px;
  float: left;
}

#productTop #productImg ul {
  margin: 0;
  list-style: none;
}

#productTop #productImg ul li {
  margin: 0 0 3px;
  border: 1px solid #fff;
  cursor: pointer;
  background: #fff;
}

#productTop #productImg ul li.on {
  border: 1px solid #85aacb;
}

#productTop #productImg ul li span {
  display: table-cell;
  vertical-align: middle;
  background: #fff;
  width: 48px;
  height: 48px;
  text-align: center;
}

#productTop #productImg ul li img {
  max-height: 48px;
  max-width: 48px;
  height: auto;
}

#productTop #productImg #productMainImg {
  float: right;
  width: 340px;
}

#productTop #productImg #productMainImg a {
  position: relative;
  display: block;
}

#productTop #productImg #productMainImg .mainImg {
  display: table-cell;
  width: 340px;
  height: 338px;
  text-align: center;
  vertical-align: middle;
}

#productTop #productImg #productMainImg .mainImg img {
  max-width: 340px;
  max-height: 338px;
  height: auto;
}

#productTop #productImg #productMainImg .makerLogo {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 2px;
  background: url(../img/bg_overlay_01.png) 0 0 repeat;
}

#productTop #productImg #productMainImg .makerLogo img {
  max-height: 32px;
  width: auto;
}

#productTop #productImg #productMainImg .zoomIc {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

/* 特徴 */

#mainBody section#featurea {
  margin: 0 0 40px;
}

#featurea p {
  margin: 0 20px 10px;
}

#featurea img {
  max-width: 100%;
}

#featurea .featurea2col img {
  max-width: 432px;
}

#featurea .featurea1col {
  clear: both;
  margin: 0 0 25px;
}

#featurea .featurea2col {
  width: 470px;
  float: left;
  margin: 0 10px 20px 0;
}

#featurea .box1col {
  clear: both;
}

#featurea .box2col {
  width: 100%;
  overflow: hidden;
}

#featurea .box2col .imageWrap {
  float: left;
  margin: 0 0 10px 20px;
}

#featurea .box2col .imageWrap img {
  margin: 0;
}

#featurea .box2col .colConR {
  display: table-cell;
}

#featurea .box2col div p {
  margin: 0 0 10px;
}

#featurea .box2col .colConL {
  display: block;
  float: left;
  margin: 0 15px 10px 20px;
}

/* 仕様 */

#mainBody section#spec {
  margin: 0 0 60px;
}

/* 画像ダウンロード */

#imageDl {}

#imageDl ul {
  margin: 0;
  padding: 0 21px 20px;
  list-style: none;
}

#imageDl ul li {
  float: left;
  margin: 0 8px 10px;
  width: 137px;
}

#imageDl ul li .imageName {
  color: #666;
  font-weight: bold;
}

#imageDl ul li .imageThum {
  border: 1px solid #ddd;
  height: 125px;
  width: 125px;
  display: table-cell;
  background: #fff;
  text-align: center;
  padding: 5px;
  vertical-align: middle;
}

#imageDl ul li .imageThum img {
  max-width: 125px;
  max-height: 125px;
  width: auto;
  height: auto;
}

#imageDl ul li .dlArea {
  background: #eeeeee;
  padding: 5px 6px;
  display: block;
}

#imageDl ul li .dlArea .btnGrayS {
  width: 113px;
  font-size: 11px;
  padding: 5px 6px;
  text-align: center;
}

#imageDl ul li .dlArea .btnGrayS span {
  padding-left: 20px;
}

/* 関連情報 */

#related {}

#related .relatedBox {
  float: left;
  width: 456px;
  margin: 0 12px 20px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  position: relative;
}

#related .relatedBox h4 {
  background: #eee;
  color: #333;
  font-size: 123.1%;
  padding: 10px 5px;
  margin: 2px;
}

#related .relatedBox .hLink {
  position: absolute;
  margin: 0;
  right: 6px;
  top: 21px;
  margin: -15px 0 0;
}

#mainBody #news .hBgBlue a {
  display: none;
  background: url(../img/ic_arrow_w_01.png) 13px 7px no-repeat #0f488b;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 92.3%;
  padding: 4px 15px 4px 25px;
  float: right;
  margin: -3px;
  border-radius: 2px;
}

#mainBody #newsPickup {
  position: relative;
  padding: 0 2px 2px;
  background: url(../img/bg_dot_04.png) 0 0 repeat;
  box-shadow: 0 0 5px #aaa;
  -moz-box-shadow: 0 0 5px #aaa;
  -o-box-shadow: 0 0 5px #aaa;
  -ms-box-shadow: 0 0 5px #aaa;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=3, enabled=true);
}

#mainBody #newsPickup h3 {
  position: absolute;
  top: -2px;
  left: -6px;
  z-index: 9888;
}

#mainBody #newsPickup > ul {
  background: #fff;
  padding: 0;
  border-bottom: none;
  margin: 0;
}

/* 製品ステータス */

#mainBody ul.iconList {
  margin: 0;
  list-style: none;
  overflow: hidden;
}

#mainBody ul.iconList li {
  margin: 0 5px 5px 0;
  display: inline-block;
  float: left;
  font-weight: normal;
}

#mainBody .relatedBox ul.iconList li {
  margin: 0 4px 2px 0;
}

.icNew {
  color: #fff;
  font-size: 11px;
  padding: 0px 5px 1px;
  width: 40px;
  height: 17px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.5) inset;
  background: #e93838;
  border: 1px solid #e93838;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.icStatus {
  color: #fff;
  font-size: 11px;
  padding: 1px 5px;
  min-width: 54px;
  height: 17px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  vertical-align: middle;
  background: #014783;
  border: 1px solid #014783;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.5) inset;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.icBgRed {
  background: #e93838;
  border: 1px solid #e93838;
}

.icBgOrange {
  background: #d38130;
  border: 1px solid #d38130;
}

.icBgGreen {
  background: #47916c;
  border: 1px solid #47916c;
}

.icBgLightGreen {
  background: #A1BB4E;
  border: 1px solid #A1BB4E;
}

.icBgBlue {
  background: #336699;
  border: 1px solid #336699;
}

.icBgLightBlue {
  background: #2C7ED1;
  border: 1px solid #2C7ED1;
}

.icBgLightPurple {
  background: #A15EC7;
  border: 1px solid #A15EC7;
}

.icBgPink {
  background: #e866a0;
  border: 1px solid #e866a0;
}

.icBgGray {
  background: #666;
  border: 1px solid #666;
}

.icBgBrown {
  background: #926857;
  border: 1px solid #926857;
}

.icBgPurple {
  background: #B466C7;
  border: 1px solid #B466C7;
}

.icBgLightPurple {
  background: #944F8C;
  border: 1px solid #944F8C;
}

.icBgYellow {
  background: #CAB231;
  border: 1px solid #CAB231;
}

/* よくあるご質問 */

.icFaq {
  color: #fff;
  font-size: 11px;
  padding: 0px 5px 1px;
  min-width: 110px;
  height: 17px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.5) inset;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.icBgDeepPurple {
  background: #666699;
  border: 1px solid #666699;
}

.icMaker img {
  max-height: 18px;
  width: auto;
}

#mainBody .icProductCate {
  border: 1px solid #999999;
  color: #999999;
  padding: 0 7px 1px;
  height: 17px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  background: #fff;
  font-size: 10px;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
}

/* -----------------------------------------------
サポートTOP
-------------------------------------------------- */

#mainBody #supportMenu {
  background: #eeeeee;
  margin: 0 10px 25px;
}

#mainBody ul.grayMenu {
  list-style: none;
  margin: 0;
  padding: 11px 2px 0 2px;
}

#mainBody ul.grayMenu li {
  background: url(../img/bt_list_l_01.png) 0 50% repeat-x;
  border: 2px solid #cccccc;
  width: 291px;
  float: left;
  margin: 0 8px 11px 9px;
}

#mainBody ul.grayMenu li:hover {
  background: url(../img/bt_list_l_01_o.png) 0 50% repeat-x;
}

#mainBody ul.grayMenu li a {
  padding: 0 10px 0 0;
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 123.1%;
  color: #1c67a8;
}

#mainBody ul.grayMenu li a > span {
  height: 112px;
  display: table-cell;
  vertical-align: middle;
}

#mainBody ul.grayMenu li a .cateImg {
  width: 80px;
  text-align: center;
}

#mainBody ul.grayMenu li a .note {
  display: block;
  color: #666;
  font-size: 76.9%;
  font-weight: normal;
}

/* -----------------------------------------------
サポート窓口案内
-------------------------------------------------- */

#mainBody .pageMenu {
  margin: 0 0 80px;
  padding: 0px 15px 0px;
}

#mainBody .pageMenu h3 {
  float: left;
  width: 130px;
  margin: 0;
}

#mainBody .pageMenu ul {
  list-style: none;
  margin: 0 0 0 140px;
}

#mainBody .pageMenu ul li {
  background: url(../img/ic_arrow_down_01.png) 0 50% no-repeat;
  padding-left: 15px;
  display: inline-block;
  margin: 0 15px 5px 0;
}

#mainBody .pageMenu ul li a {
  line-height: 1;
}

#mainBody .cate6Menu {
  margin: 0 10px 25px;
  background: #fafafa;
  padding: 8px;
  list-style: none;
}

#mainBody ul.cate6Menu li {
  width: 148px;
  float: left;
  margin: 2px;
  border: 1px solid #ddd;
  background: url(../img/bt_list_01.png) 0 100% repeat-x #fff;
}

#mainBody ul.cate6Menu li:hover {
  background: url(../img/bt_list_01_o.png) 0 100% repeat-x #fff;
}

#mainBody ul.cate6Menu li a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #333;
}

#mainBody ul.cate6Menu li a span {
  display: table-cell;
  height: 44px;
  vertical-align: middle;
  line-height: 1.2;
}

#mainBody ul.cate6Menu li .btnImg {
  width: 44px;
  text-align: center;
  padding: 0 10px 0 0;
}

#mainBody ul.cate6Menu li .btnImg img {
  max-width: 44px;
  max-height: 44px;
  width: auto;
  height: auto;
}

#mainBody #supportCate .supportCateBlock {
  position: relative;
}

#mainBody #supportCate .supportCateBlock .relatedLink {
  position: absolute;
  right: 0;
  top: 0;
}

#mainBody #supportCate .supportCateBlock .pageTop {
  margin-top: -12px;
}

#mainBody #supportCate .supportCateBlock .spTrigger .cateImg {
  display: none;
}

#mainBody #supportCate .supportCateBlock table th {
  white-space: nowrap;
}

#mainBody #supportCate .supportCateBlock table th.series {
  font-weight: normal;
  font-size: 92.3%;
}

/* -----------------------------------------------
法人窓口
-------------------------------------------------- */

#mainBody #houjinTop {
  margin: 0 0 40px;
  padding: 20px 0 0;
}

#mainBody .makerArea {
  width: 460px;
  padding: 10px 10px 10px 0;
  float: left;
  margin-right: 10px;
}

#mainBody .makerArea ul {
  list-style: none;
  margin: 0 -10px 0 10px;
  padding: 0;
}

#mainBody .makerArea ul li {
  float: left;
  margin: 0 5px 5px 0;
  width: 125px;
  text-align: center;
  vertical-align: middle;
  color: #666;
  font-size: 84.6%;
  padding: 10px;
  border: 1px solid #E0E0E0;
}

#mainBody .makerArea ul li a {
  display: block;
  margin: -10px;
  padding: 10px;
  color: #666;
  text-decoration: none;
}

#mainBody .makerArea ul li .makerImg + span {
  min-height: 3em;
  display: block;
}

#mainBody .makerArea ul li span.makerImg {
  height: 30px;
  padding: 0 0 10px;
  display: table-cell;
  width: 131px;
  vertical-align: middle;
}

#mainBody .makerArea ul li a:hover {
  background: #eef4fa;
}

#mainBody .makerArea ul li img {
  width: auto;
  height: auto;
  max-width: 110px;
  max-height: 30px;
}

#mainBody .formArea {
  width: 450px;
  float: left;
  padding: 20px 10px;
  background: #e4edf5;
}

#mainBody .formArea a {
  margin: 0 10px;
  display: block;
}

#mainBody ul.catalogList {
  list-style: none;
  margin: 0 0 10px 10px;
  padding: 0;
}

#mainBody ul.catalogList li {
  background: #eeeeee;
  float: left;
  margin: 0 10px 10px 0;
  padding: 10px 10px 53px;
  width: 207px;
  position: relative;
}

#mainBody ul.catalogList li > span {
  display: block;
  margin: 0 0 10px;
}

#mainBody ul.catalogList li .catalogImg {
  text-align: center;
}

#mainBody ul.catalogList li .icMaker img {
  width: auto;
  height: auto;
  max-width: 100px;
  min-height: 20px;
}

#mainBody ul.catalogList li .btnGrayM {
  position: absolute;
  bottom: 10px;
  background: -moz-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e3e3e3 100%);
  background: -ms-linear-gradient(to bottom, #ffffff 0%, #e3e3e3 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e3e3e3', GradientType=0)";
  border: 1px solid #cccccc;
  display: block;
  text-align: center;
  line-height: 1.2;
  color: #1c67a8;
  font-weight: bold;
  text-decoration: none;
  width: 193px;
  padding: 6px;
  border-radius: 3px;

}

#mainBody ul.catalogList li .btnGrayM:hover {
  background: -moz-linear-gradient(top, #e3e3e3 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #e3e3e3 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #e3e3e3 0%, #ffffff 100%);
  background: -ms-linear-gradient(to bottom, #e3e3e3 0%, #ffffff 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3',endColorstr='#ffffff', GradientType=0)";
}

#mainBody ul.catalogList li .btnGrayM span {
  display: block;
  font-size: 12px;
}

#mainBody ul.catalogList li .btnGrayM img {
  position: absolute;
  left: 5px;
  top: 50%;
  margin: -16px 0;
}

/* -----------------------------------------------
よくあるご質問
-------------------------------------------------- */

#mainBody #main #syubetuSearch {
  margin: 0 -10px 25px 0;
}

.pickupCon {
  margin: -45px auto 20px;
}

#mainBody #pickupArea {
  margin: 0 10px 25px;
  border: none;
}

#mainBody #main #pickupArea {
  margin: 0 0 25px;
}

#mainBody #related #pickupArea {
  margin: 0 12px 20px;
}

#mainBody #pickupArea .listWrap {
  background: url(../img/bg_stripe_01.png) 0 0 repeat-x #e4edf5;
  padding: 10px;
}

#mainBody #pickupArea .quesList {
  background: #fff;
  padding: 5px;
}

/*詳細*/

#mainBody #articleTitleWrap {
  border: 3px solid #5c85ad;
  position: relative;
  margin: 0 0 20px;
}

#mainBody #articleTitleWrap .timedate {
  color: #999;
  font-weight: normal;
  margin: 7px 10px 0 0;
  display: block;
  text-align: right;
}

#mainBody #newsArticle #articleTitleWrap .timedate {
  margin: 7px 10px 0;
  display: inline-block;
  float: right;
}

#mainBody #articleTitleWrap .hQues {
  background: url(../img/bg_dot_05.png) 0 0 repeat;
  display: block;
  padding: 4px;
  font-size: 138.5%;
  font-weight: bold;
}

#mainBody #articleTitleWrap .hQues span {
  float: left;
}

#mainBody #articleBox .hAnswer img,
#mainBody #articleTitleWrap .hQues img {
  margin: 0 10px 0 7px;
  vertical-align: -7px;
}

#mainBody #articleTitleWrap .iconList {
  margin: 6px 7px 0;
}

#mainBody #articleTitleWrap .articleTitle {
  color: #000;
  font-size: 153.8%;
  padding: 18px;
  text-align: center;
}

#mainBody #articleBox {
  margin: 0 0 30px;
}

#mainBody #articleBox .hAnswer {
  padding: 4px;
  font-size: 138.5%;
  color: #1c67a8;
  margin: 0 0 5px;
  font-weight: bold;
}

#mainBody #articleBox .articleBoxInner {
  background: #eee;
  padding: 30px 20px 50px;
  min-height: 300px;
}

#mainBody #articleBox .articleBoxInner iframe {
  margin: 20px 0;
}

#mainBody #relatedQues {
  border: 5px solid #d7e6f2;
  padding: 7px;
  position: relative;
}

#mainBody #relatedQues h2 {
  font-size: 115.4%;
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  top: -10px;
  left: 10px;
  position: absolute;
}

#mainBody ul.quesList {
  list-style: none;
  margin: 0;
}

#mainBody ul.quesList > li {
  margin: 0;
  padding: 6px 4px 10px;
  border-top: 1px dotted #999;
}

#mainBody #resultsBox ul.quesList > li {
  border-bottom: 1px dotted #999;
  border-top: none;
}

#mainBody .relatedBox ul.quesList > li {
  padding: 10px 5px;
}

#mainBody .relatedBox ul.quesList > li:first-child {
  padding: 5px 5px 10px;
}

#mainBody .relatedBox ul.quesList > li ul.iconList {
  margin: 0 0 5px;
}

#mainBody ul.quesList > li:first-child {
  border-top: none;
}

#mainBody ul.quesList > li a {
  text-decoration: none;
  background: url(../img/ic_question_02.png) 0 0 no-repeat;
  padding: 1px 0 1px 26px;
  display: inline-block;
}

#mainBody .relatedBox ul.quesList > li a {
  min-height: 3em;
}

#mainBody ul.quesList > li:hover {
  background-color: #eef4fa;
  cursor: pointer;
}

#mainBody ul.quesList > li img {
  margin: 0 5px 0 0;
  vertical-align: middle;
}

/* サイド */

#mainBody .supportBox {}

#mainBody .supportBox h2 {
  background: #666666;
  color: #fff;
  padding: 6px;
  text-align: center;
}

#mainBody .supportBox h2 span {
  background: url(../img/ic_support_m_01.png) 0 50% no-repeat;
  padding-left: 22px;
}

#mainBody .supportBox .supportBoxInner {
  border: 1px solid #ddd;
  padding: 8px 1px 1px;
}

#mainBody #side .supportBox .supportBoxInner p {
  margin: 0 10px 10px;
}

#mainBody .supportBox .supportBoxInner span {
  background: #eee;
  padding: 5px;
  text-align: center;
  display: block;
}

/* -----------------------------------------------
ニュース
-------------------------------------------------- */

#mainBody #productTop #articleTitleWrap {
  margin: 0 0 40px;
}

#mainBody #newsCate h3 {
  display: none;
  padding: 13px 10px;
  font-size: 123.1%;
}

/* -----------------------------------------------
検索結果
-------------------------------------------------- */

#mainBody .searchArea {
  margin: 0 auto 50px;
  width: 375px;
}

#mainBody .resultsHead .hColor {
  margin-bottom: 5px;
}

#mainBody .resultsHead .resultsText {
  background: #eeeeee;
  border-top: 3px solid #ccc;
  padding: 10px;
  margin: 0 10px 5px;
  display: block;
}

#mainBody ul.searchList {
  list-style: none;
  margin: 0 10px 20px;
}

#mainBody ul.searchList li {
  margin: 0;
  border-bottom: 1px dotted #999999;
  padding: 15px 10px 8px;
}

#mainBody ul.searchList li a {
  display: block;
  color: #2c72ae;
  font-size: 115.4%;
  font-weight: bold;
  margin: 0 0 5px;
  text-decoration: none;
}

#mainBody ul.searchList li span {
  margin: 0 0 5px;
  display: block;
}

#mainBody ul.searchList li .urlText {
  color: #777;
  font-size: 92.3%;
}

#mainBody .searchForm {
  background: #c6d4e1;
  padding: 5px;
  display: inline-block;
  margin: 0 10px;
}

#mainBody .searchForm .search-field {
  margin: 0 0;
  padding: 6px 5px 6px 25px;
  border: 1px solid #44749d;
  background: url(../img/ic_search_03.png) 5px 50% no-repeat #fff;
  width: 230px;
  height: 22px;
  vertical-align: top;
  box-sizing: content-box;
}

#mainBody .searchForm .search-submit {
  background: url(../img/bt_search_02.png) 0 0 no-repeat;
  border: none;
  width: 74px;
  height: 36px;
  cursor: pointer;
  margin: 0 0 0 -5px;
}

#mainBody .searchForm .search-submit:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

#mainBody .resultsFoot {
  border-top: 2px solid #ddd;
  padding: 23px 0;
  margin: 0 10px;
}

/* -----------------------------------------------
広告バナー 20150407追加
-------------------------------------------------- */

#mainBody #adArea {
  margin-bottom: 25px;
}

#mainBody #adArea .bx-viewport {
  margin: 0 0 15px;
}

#mainBody .bnList {
  margin: 0 10px;
  list-style: none;
}

#mainBody .bnList li {
  margin: 0 0 10px;
}

#mainBody .bnList2col {
  margin: 0;
  list-style: none;
}

#mainBody .bnList2col li {
  float: left;
  margin: 0 10px 10px;
}

#mainBody .bx-viewport .bnList2col li {
  margin: 0;
}

#mainBody .bnList li:hover img,
#mainBody .bnList2col li:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/* -----------------------------------------------
サポートページ内リンク 20160217追加
-------------------------------------------------- */

#mainBody .supportMenuTable table tbody {
  border: none;
}

#mainBody .supportMenuTable table th,
#mainBody .supportMenuTable table td {
  border: none;
  border-top: 1px solid #dbdbdb;
  box-shadow: 0px 1px 0px #fefefe inset;
}

#mainBody .supportMenuTable table tr:first-child th,
#mainBody .supportMenuTable table tr:first-child td {
  border-top: none;
  box-shadow: none;
}

#mainBody .supportMenuTable table th {
  background: #eeeeee;
  color: #000;
  padding: 12px;
  vertical-align: top;
  width: 136px;
}

#mainBody .supportMenuTable table td {
  background: #fafafa;
  padding: 9px 12px;
}

#mainBody .supportMenuTable table td ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

#mainBody .supportMenuTable table td ul li {
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  width: 154px;
  float: left;
  margin: 0;
  background: -moz-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e3e3e3 100%);
  background: -ms-linear-gradient(to bottom, #ffffff 0%, #e3e3e3 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e3e3e3', GradientType=0)";
}

#mainBody .supportMenuTable table td ul li:hover {
  background: -moz-linear-gradient(top, #e3e3e3 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #e3e3e3 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #e3e3e3 0%, #ffffff 100%);
  background: -ms-linear-gradient(to bottom, #e3e3e3 0%, #ffffff 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3',endColorstr='#ffffff', GradientType=0)";
}

#mainBody .supportMenuTable table td ul li a {
  display: block;
  color: #333333;
  text-decoration: none;
  position: relative;
  padding: 0 15px 0 55px;
  background: url(../img/ic_arrow_down_01.png) 97% 50% no-repeat;
}

#mainBody .supportMenuTable table td ul li a .btnImg:before,
#mainBody .supportMenuTable table td ul li a:before {
  content: ' ';
  height: 54px;
  vertical-align: middle;
  display: inline-block;
}

#mainBody .supportMenuTable table td ul li a .btnImg {
  height: 100%;
  width: 55px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}

#mainBody .supportMenuTable table td ul li a .btnImg img {
  vertical-align: middle;
  display: inline-block;
}

#mainBody .supportMenuTable table td ul li a span {
  vertical-align: middle;
  display: inline-block;
}

#mainBody #supportCate .supportCateBlock .spTrigger .cateImg {
  display: inline;
}

#mainBody #supportCate .supportCateBlock .spTrigger .cateImg img {
  max-width: 30px;
  max-height: 30px;
}

/* -----------------------------------------------
houjinContact
-------------------------------------------------- */

#mainBody .houjinContact {
  background: #e4edf5;
  border: 3px solid #7f9bb7;
  padding: 25px;
  clear: both;
  text-align: center;
}

#mainBody .houjinContact .pcTitle {
  display: inline-block;
  vertical-align: middle;
  margin: 0 40px 0 0;
}

#mainBody .houjinContact .spTitle {
  display: none;
}

#mainBody .houjinContact .contctBtn {
  font-size: 24px;
  font-weight: bold;
  border-radius: 3px;
  color: #fefefe;
  padding: 12px 11px 10px;
  width: 346px;
  display: inline-block;
  vertical-align: middle;
  background: #4d87b8;
  background: -moz-linear-gradient(top, #4d87b8 0%, #0c5a9e 100%);
  background: -webkit-linear-gradient(top, #4d87b8 0%, #0c5a9e 100%);
  background: linear-gradient(to bottom, #4d87b8 0%, #0c5a9e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d87b8', endColorstr='#0c5a9e', GradientType=0);
}

#mainBody .houjinContact .contctBtn:hover {
  background: #0c5a9e;
  background: -moz-linear-gradient(top, #0c5a9e 0%, #4d87b8 100%);
  background: -webkit-linear-gradient(top, #0c5a9e 0%, #4d87b8 100%);
  background: linear-gradient(to bottom, #0c5a9e 0%, #4d87b8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c5a9e', endColorstr='#4d87b8', GradientType=0);

}

#mainBody .houjinContact .contctBtn span {
  display: inline-block;
  background: url(../img/ic_mail_01.png) 0 50% no-repeat;
  padding-left: 50px;
}

/* -----------------------------------------------
proposalMenu
-------------------------------------------------- */

#mainBody .proposalMenu {
  background: #e4edf5;
  padding: 10px;
  margin-bottom: 35px;
}

#mainBody .proposalMenu ul {
  list-style: none;
  margin: 0;
}

#mainBody .proposalMenu ul li {
  float: left;
  margin: 0;
  width: 235px;
}

#mainBody .proposalMenu ul li a {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.3;
  text-shadow: 1px 1px 0px #fff;
  text-decoration: none;
  padding: 12px 10px 10px 13px;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: 1px 0px 0px #fff inset;
  background: #ededed;
  background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

#mainBody .proposalMenu ul li a:first-child a {
  border-left: none;
  box-shadow: none;
}

#mainBody .proposalMenu ul li:hover a {
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #ededed 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #ededed 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0);
}

#mainBody .proposalMenu ul li a img {
  margin: 0 15px 0 0;
  display: inline-block;
  vertical-align: middle;
}

#mainBody .proposalMenu ul li a span {
  display: inline-block;
  vertical-align: middle;
}

/* -----------------------------------------------
法人ページ動線追加
-------------------------------------------------- */

/* btn7col */

#mainBody #cateSearch.btn7col {
  float: none;
  width: auto;
}

#mainBody #cateSearch.btn7col ul li {
  width: 135px;
}

/* houjinBn */

#mainBody #topProduct .houjinBn {
  float: right;
  width: 290px;
}

#mainBody #topProduct .houjinBn a.pcBn {
  display: block;
  width: 286px;
  text-align: center;
  border: 2px solid #cccccc;
  text-decoration: none;
  padding: 0 0 10px;
}

#mainBody #topProduct .houjinBn a.pcBn span {
  text-align: left;
  color: #333333;
  display: block;
  line-height: 1.5;
  margin: -19px 15px 10px;
}

#mainBody #topProduct .houjinBn a.pcBn:hover {
  background: #eef4fa;
}

#mainBody #topProduct .houjinBn a.spBn {
  display: none;
}

/* houjinSupportLink */

#mainBody .houjinSupportLink {
  background: #eeeeee;
  border-top: 3px solid #1c67a8;
  box-shadow: 0px 1px 0px #fff inset;
  margin: 0 10px 35px;
}

#mainBody .houjinSupportLink ul {
  list-style: none;
  margin: 0;
  padding: 10px 0 0 10px;
}

#mainBody .houjinSupportLink ul li {
  float: left;
  padding: 0 10px 10px 0;
  width: 454px;
  margin: 0;
}

#mainBody .houjinSupportLink ul li a {
  display: block;
  line-height: 1.3;
  border: 1px solid #cecece;
  position: relative;
  color: #666666;
  font-size: 13px;
  text-decoration: none;
  padding: 20px 15px 20px 86px;
  background: #ededed;
  background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

#mainBody .houjinSupportLink ul li:hover a {
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #ededed 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #ededed 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0);
}

#mainBody .houjinSupportLink ul li.houjin a {
  border-color: #afc3d5;
  background: #dce8f1;
  background: -moz-linear-gradient(top, #ffffff 0%, #dce8f1 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #dce8f1 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #dce8f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dce8f1', GradientType=0);
}

#mainBody .houjinSupportLink ul li.houjin:hover a {
  background: #dce8f1;
  background: -moz-linear-gradient(top, #dce8f1 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #dce8f1 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #dce8f1 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dce8f1', endColorstr='#ffffff', GradientType=0);
}

#mainBody .houjinSupportLink ul li a img {
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -28px;
}

#mainBody .houjinSupportLink ul li a span {
  display: block;
}

#mainBody .houjinSupportLink ul li a .linkName {
  font-weight: bold;
  color: #1c67a8;
  font-size: 18px;
  margin: 0 0 2px;
}

/* -----------------------------------------------
contactListWrap
-------------------------------------------------- */

#mainBody .contactList {
  margin: 0 0 30px -15px;
  list-style: none;
}

#mainBody .contactList li {
  border: 2px solid #cccccc;
  padding: 20px 15px 15px;
  margin: 0 0 15px 15px;
  float: left;
  width: 276px;
}

#mainBody .contactList li h2 {
  font-size: 16px;
  margin: 0 0 10px;
}

#mainBody .contactList li h2 .colorTxt {
  color: #1c67a8;
}

#mainBody .contactList li h2 .miniTxt {
  font-size: 13px;
}

#mainBody .contactList li p {
  margin: 0 0 15px;
}

#mainBody .contactList li .btnBlue {
  width: auto;
  display: block;
  padding: 13px 10px;
}

#mainBody .contactList li .btnBlue span {
  background: url(../img/ic_mail_s_01.png) 0 50% no-repeat;
  padding-left: 27px;
}
