@charset "UTF-8";
/* //////////////////////////////////////////////////
[Base] 
////////////////////////////////////////////////// */
/* --------------------------------------------------
	0. Resetting default margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  display: block; }

/* --------------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */
/*  html { overflow-y: scroll; } for mozilla: always display scrollbar */
/* Images
----------------------------------- */
img {
  vertical-align: bottom; }

a {
  text-decoration: underline; }

/* //////////////////////////////////////////////////
[Layout] 
////////////////////////////////////////////////// */
/* --------------------------------------------------
	0. Container
-------------------------------------------------- */
/* --------------------------------------------------
	1. GlobalNav
-------------------------------------------------- */
.headerSubNav {
  background: #CACFDD;
  text-align: right;
  font-size: 12px;
  padding: 5px 10px; }
  .headerSubNav ul {
    list-style: none;
    margin: 0;
    padding: 0 5px 0 0;
    text-align: right;
    border-right: 1px solid #224378; }
    .headerSubNav ul li {
      display: inline;
      border-left: 1px solid #224378;
      padding-left: 5px; }
      .headerSubNav ul li a {
        color: #224378; }

/* --------------------------------------------------
	2. Contents
-------------------------------------------------- */

/* 2015/2/18　追加　（IIDA） 商品説明テーブル用　START*/
#content-layout img{
	width: 700px;
}

#content-layout table{
	border-spacing: 3px;
	width: 700px;
}

#content-layout td{
	padding: 10px;
	margin: 0px;
}

#content-layout td#item{
	width: 100px;
	color: #ffffff;
	background-color: #858484;
}

#content-layout td#data{
	color: #000000;
	background-color: #ececec;
}
/* 2015/2/18　追加　（IIDA） END*/


.contents {
  padding: 0; }

.mainColumn {
  width: 710px;
  float: right; }

.subColumn {
  width: 230px;
  float: left; }

/* //////////////////////////////////////////////////
[Sub Column] 
////////////////////////////////////////////////// */
.sideBnr a {
  display: block;
  margin-bottom: 9px; }

.subcolumnCont {
  border: 5px #CCCCCC solid;
  padding: 15px;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 20px; }
  .subcolumnCont a, .subcolumnCont a:visited {
    color: blue;
    text-decoration: underline; }

.sideStaff {
  display: block;
  margin-bottom: 15px; }
  .sideStaff img {
    border-color: #CDCDCD;
    border-style: solid;
    border-width: 14px 23px; }

/* Local Navigation
----------------------------------- */
.localNav {
  background: #DE5D00;
  padding: 7px;
  margin-bottom: 20px; }
  .localNav h1 {
    color: #fff;
    font-size: 113%;
    margin-left: -7px;
    padding: 10px 0 10px 25px; }
  .localNav ul {
    list-style: none;
    background: #fff; }
    .localNav ul li {
      border-bottom: 1px solid #DE5D00; }
      .localNav ul li a {
        display: block;
        padding: 5px 5px 5px 5px; }

/* --------------------------------------------------
	3. Footer
-------------------------------------------------- */
.listCategory {
  list-style: none;
  margin-bottom: 30px; }
  .listCategory li {
    float: left;
    margin: 0 8px 8px 0;
    width: 164px; }
    .listCategory li.last {
      margin: 0 0 8px 0; }

.footerGuide {
	padding: 48px 0 0;
	font-size: 12px;
	line-height: 1.8; }
  .footerGuide aside {
    margin-bottom: 30px; }
    .footerGuide aside a {
      color: #ae8b00;
      text-decoration: underline; }
.color_gold {color:#ae8b00;}
.color_red {color:#e60012;}

/* goPageTop
----------------------------------- */
.goPageTop {
  position: absolute;
  top: 18px;
  right: 0; }

/* //////////////////////////////////////////////////
[Item] 
////////////////////////////////////////////////// */
/* heading
----------------------------------- */
.pageTitle {
  background: url("../img/common/heading/h1.jpg") no-repeat scroll 0% 0% transparent;
  color: #FFF;
  padding: 21px 29px 19px;
  font-size: 20px;
  line-height: 1em;
  font-weight: normal;
  margin-bottom: 20px; }

#document h1 {
  background: #237858;
  padding: 10px 10px;
  margin-bottom: 15px;
  font-size: 20px;
  color: white;
  display: block;
  position: relative;
  border: 0;
  font-weight: bold; }

#main-column h2, .titLv1 {
  background: #222;
  padding: 9px 22px;
  margin-bottom: 15px;
  font-size: 18px;
  color: white;
  display: block;
  position: relative;
  border: 0;
  font-weight: bold; }
  #main-column h2 a, .titLv1 a {
    color: white; }

#main-column h3 {
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 18px;
  font-weight: normal; }

#main-column h4 {
  background: #D3D5E1;
  padding: 8px 10px 5px;
  font-size: 15px;
  line-height: 1em;
  margin-left: 6px;
  margin-bottom: 11px;
  font-weight: bold; }

.catMainBnr {
  margin-bottom: 20px; }

.titLv2 {
  font-size: 14px;
  font-weight: bold; }

.titOther1 {
  background: #EAE6D0;
  padding: 3px 10px;
  margin-bottom: 5px;
  font-size: 100%;
  color: #83300F; }

.titOther2 {
  padding: 0px 10px;
  border-bottom: 1px dashed #ABA073;
  margin-bottom: 5px;
  font-size: 100%;
  color: #DE5D00; }

/* Topic Path
----------------------------------- */
.topicPath {
  text-align: right;
  font-size: 75%;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px; }

/* Layout
----------------------------------- */
.section {
  clear: both;
  margin-bottom: 30px; }

.layoutHalf {
  width: 49%; }

.layout1Third {
  width: 32%; }

.layout2Third {
  width: 66%; }

.layout3Col {
  float: left;
  width: 32%;
  margin-right: 2%; }
  .layout3Col.last {
    margin-right: 0%; }

.layout4Col {
  float: left;
  width: 24%;
  margin-right: 1%; }
  .layout4Col.last {
    margin-right: 0; }

/* Paragraph
----------------------------------- */
.txt {
  padding: 0 1px; }

.paragraph {
  padding: 0 1px 0 1px;
  margin-bottom: 1em; }

.txtSub {
  font-size: 85% !important;
  color: #666; }

.attention {
  padding: 0 0 0 0.7em;
  margin-bottom: 1em;
  text-indent: -0.7em;
  color: #C60; }

/* Text Alignment
----------------------------------- */
.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.clear {
  clear: both; }

/* Box Float
----------------------------------- */
.block {
  display: block; }

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

/* Text Decoration
----------------------------------- */
.fontEm {
  font-size: 116%;
  color: #DE5D00;
  font-weight: bold; }

.fontBold {
  font-weight: bold; }

.colorBrown {
  color: #83300E; }

.colorRed {
  color: red; }

.red {
  color: red; }

.fontSize88 {
  font-size: 88%; }

.fontSize100 {
  font-size: 100%; }

.fontSize125 {
  font-size: 125%; }

/* Space Alignment
----------------------------------- */
.padding10 {
  padding: 10px; }

.marginB10 {
  margin-bottom: 10px; }

.marginB15 {
  margin-bottom: 15px; }

.marginB20 {
  margin-bottom: 20px; }

.marginB40 {
  margin-bottom: 40px; }

img.alignleft {
  float: left;
  margin: 0 15px 15px 0; }

img.alignright {
  float: right;
  margin: 0 0 15px 15px; }

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* text link
----------------------------------- */
.linkDetail {
  background: url(../img/common/mark/ico-arrow01.png) right 5px no-repeat;
  padding-right: 13px; }

.linkOutside {
  background: url(../img/common/mark/ico-linkoutside01.png) right 6px no-repeat;
  padding-right: 13px; }

/* list
----------------------------------- */
.listPtn01 {
  list-style: none;
  margin: 0; }
  .listPtn01 li {
    background: url(../img/common/mark/ico-arrow01.jpg) 2px 5px no-repeat;
    padding-left: 15px; }

.listPtn02 {
  list-style: none;
  margin-bottom: 10px; }
  .listPtn02 li {
    background: url(../img/common/mark/ico-arrow01.png) 4px 7px no-repeat;
    padding-left: 17px; }

.listPtn03 {
  list-style: none;
  margin-bottom: 10px; }
  .listPtn03 li {
    padding-left: 5px;
    border-bottom: 1px dashed #ABA073; }

.listNumbering {
  list-style: decimal inside;
  margin-bottom: 10px;
  padding-left: 30px; }
  .listNumbering li {
    margin-bottom: 5px;
    text-indent: -1.6em; }
    .listNumbering li .listNumbering {
      list-style: lower-roman inside; }
      .listNumbering li .listNumbering li {
        text-indent: -1.2em; }

.listNomal {
  list-style: disc　 inside;
  margin-bottom: 10px;
  padding-left: 20px; }
  .listNomal li {
    margin-bottom: 5px; }

.listStyleNone {
  list-style: none; }

/* table
----------------------------------- */
.tableColor01 th {
  background: #e9e9e9;
  border: 1px solid #CCC;
  padding: 8px; }
.tableColor01 td {
  background: #fff;
  border: 1px solid #CCC;
  padding: 8px; }
.tableColor01 .captioin {
  background: #e9e9e9;
  border: 1px solid #CCC;
  padding: 8px; }

.tableColor02 th {
  background: #CCE4AE;
  border: 1px solid #ABA073;
  padding: 5px 10px;
  color: #39330C; }
.tableColor02 td {
  background: #fff;
  border: 1px solid #ABA073;
  padding: 5px 10px; }

.tableColor03 th {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
  color: #de5d00;
  font-weight: bold; }
.tableColor03 td {
  border-bottom: 1px dashed #ABA073;
  padding: 10px; }

#volt table, #titan table {
  margin: 15px auto 0px;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-collapse: collapse;
  text-align: left; }
  #volt table td, #titan table td {
    padding: 8px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC; }

/* form
----------------------------------- */
/* emphasis block
----------------------------------- */
.emBlock01 {
  border: 1px solid #ABA073;
  background: #fff;
  padding: 15px; }

.emBlock02 {
  border: 4px solid #FFC693;
  padding: 7px; }

.emBlock03 {
  border: 5px solid #CCC;
  padding: 15px;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 20px; }
  .emBlock03 .titLv1 {
    margin: -20px -20px 0 -20px; }
  .emBlock03 a, .emBlock03 a:visited {
    color: blue;
    text-decoration: underline; }

.emBlock04 {
  border: 1px solid #ccc;
  background: #fff;
  padding: 15px; }

/* subArea
----------------------------------- */
/* button
---------------------------------- */
/* pagination
----------------------------------- */
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 14px; }
  .pagination span, .pagination a {
    display: block;
    float: left;
    width: auto;
    margin: 2px 2px 2px 0;
    padding: 5px 9px 5px 9px;
    background-color: #fff;
    color: #555;
    text-decoration: none; }
  .pagination a {
    border: 1px solid #ccc; }
    .pagination a:hover {
      background-color: #ccc;
      border: 1px solid #ccc;
      color: #fff; }
  .pagination .current {
    padding: 5px 9px 5px 9px;
    background-color: #ccc;
    border: 1px solid #ccc;
    color: #fff; }

/* line
----------------------------------- */
hr {
  background: none repeat scroll 0% 0% #FFF;
  margin: 20px 0px;
  padding: 0px;
  border-style: dashed none none;
  border-top: 1px dashed #CCC;
  height: 1px;
  display: block; }

/* justify
----------------------------------- */
ul.listJustify {
  padding: 0;
  margin: 0;
  text-align: justify;
  text-justify: distribute-all-lines; }
  ul.listJustify:after {
    content: url(../img/common/mark/line-uljustify.gif);
    line-height: 0;
    visibility: hidden; }
  ul.listJustify li {
    display: inline;
    margin: 0;
    padding: 0; }
    ul.listJustify li a:focus {
      outline: none; }
    ul.listJustify li img {
      margin: 0 0 0 0; }

/* --------------------------------------------------
	80. Common Item
-------------------------------------------------- */
#white4140dou01 {
  width: 774px;
  height: 278px;
  margin: 0px 0px 20px;
  position: relative;
  background: url("../img/index/bgi-movie01.jpg") no-repeat scroll left top transparent; }
  #white4140dou01 iframe {
    position: absolute;
    top: 34px;
    right: 25px; }
  #white4140dou01 a {
    position: absolute;
    display: block;
    width: 120px;
    height: 30px;
    top: 232px;
    left: 20px;
    text-indent: -99999px; }

/* --------------------------------------------------
	Free Page
-------------------------------------------------- */
#Journal {
  font-size: 12px; }
  #Journal h1 {
    background: url("../img/common/heading/h1.jpg") no-repeat scroll 0% 0% transparent;
    color: #FFF;
    padding: 21px 29px 19px;
    font-size: 20px;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 20px;
    font-weight: bold; }

/* point page */
#point .main_txt {
  width: 574px;
  margin: 50px auto 20px; }

#dairi_bg {
  background: url(../img/agent/bg_access.jpg) 0 0 no-repeat;
  height: 172px;
  width: 740px;
  position: relative; }
  #dairi_bg a {
    position: absolute;
    right: 10px;
    top: 10px; }

/* --------------------------------------------------
	Category Page
-------------------------------------------------- */
#main-column .kateCatList {
  margin-bottom: 30px; }
  #main-column .kateCatList h2 {
    width: 514px;
    float: right;
    margin-bottom: 0; }
  #main-column .kateCatList li {
    margin-top: 24px; }
  #main-column .kateCatList .catImg {
    float: left;
    width: 196px;
    height: 136px;
    padding: 15px 12px;
    background: url("../img/common/item/bgi-photo.jpg") no-repeat scroll 0% 0% transparent; }
  #main-column .kateCatList p.catDesc {
    width: 534px;
    padding: 11px 0 8px 0;
    margin-bottom: 10px;
    float: right;
    font-size: 14px; }
  #main-column .kateCatList .more {
    width: 504px;
    float: right;
    text-align: right;
    clear: both; }
#main-column .catBnr {
  margin-bottom: 20px; }
#main-column .catItemList {
  list-style: none outside none;
  margin: -15px 0px 20px -14px; }
  #main-column .catItemList li {
    float: left;
    width: 183px;
    height: 150px;
    padding: 14px 0px 0px 14px; }
#main-column #kate_inner .block {
  margin-bottom: 25px;
  padding-left: 10px; }
#main-column #kate_inner .options li {
  position: relative;
  float: left;
  width: 248px;
  margin: 0px 0px 22px 10px;
  font-size: 14px; }
  #main-column #kate_inner .options li .inner {
    background-color: #E1E1E1;
    padding: 12px;
    line-height: 20px; }
#main-column #kate_inner .options li .inner .more {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding-left: 15px;
  background: url("../img/common/item/icon.jpg") no-repeat scroll 0px 6px transparent; }
#main-column #kate_inner .options.short {
  margin: 23px 0px 0px -10px; }
#main-column #kate_inner .options.short li {
  width: auto;
  margin: 0px 0px 22px 10px; }
#main-column #kate_inner .banners {
  margin-bottom: 30px;
  margin-left: 1px;
  margin-right: -3px; }
#main-column #kate_inner h4.short {
  width: 300px; }
#main-column #kate_inner .merit_table {
  position: relative;
  height: 170px;
  margin-bottom: 40px;
  font-size: 86%; }
  #main-column #kate_inner .merit_table .image {
    float: left;
    width: 185px;
    height: 135px; }
  #main-column #kate_inner .merit_table .merit, #main-column #kate_inner .merit_table .demerit {
    float: left;
    width: 293px;
    height: 133px;
    border-width: 1px 1px 1px medium;
    border-style: solid solid solid none;
    border-color: #999 #999 #999 -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none; }
  #main-column #kate_inner .merit_table .merit .title {
    background-color: #F6CA06;
    height: 22px;
    border-bottom: 1px solid #999;
    padding: 7px 30px;
    font-weight: bold; }
  #main-column #kate_inner .merit_table .demerit .title {
    background-color: #666;
    color: #FFF;
    height: 22px;
    border-bottom: 1px solid #999;
    padding: 7px 30px;
    font-weight: bold; }
  #main-column #kate_inner .merit_table ul {
    padding: 6px 10px; }
#main-column .more {
  position: absolute;
  right: 5px;
  bottom: 0px;
  padding-left: 15px;
  background: url("../img/common/item/icon.jpg") no-repeat scroll 0px 6px transparent; }
  #main-column .more a {
    color: red; }
#main-column .kateCatList {
  margin-bottom: 20px;
  list-style: none; }
#main-column .kateCatList.small {
  padding-top: 25px;
  margin-bottom: 50px; }
#main-column .kateCatList li {
  padding-top: 24px; }
#main-column .kateCatList.small li {
  padding-top: 78px; }
#main-column .kateCatList li:first-child,
#main-column .kateCatList.small li:first-child {
  padding-top: 0; }
#main-column .kateCatList li:after {
  clear: both;
  content: "";
  display: block; }
#main-column * + html .kateCatList li {
  display: inline-block; }
#main-column .kateCatList li h2,
#main-column .kateCatList li h3 {
  float: right;
  width: 504px;
  margin-bottom: 10px; }
#main-column .kateCatList li h3 {
  width: 530px; }
#main-column .kateCatList li .catImg {
  float: left;
  width: 196px;
  height: 136px;
  padding: 15px 12px; }
#main-column .kateCatList.small li .catImg {
  float: left;
  width: 185px;
  height: 135px;
  padding: 0;
  background: none; }
#main-column .kateCatList li p {
  float: right;
  width: 469px; }
#main-column .kateCatList li p.catDesc {
  padding-right: 0;
  height: auto; }
#main-column .kateCatList.small li p.catDesc {
  padding-right: 5px;
  width: 550px;
  height: auto; }
#main-column .kateCatList li p.more {
  position: static;
  width: auto; }
#main-column .kateCatList.catTop p.catDesc {
  width: 520px; }

.flowbox {
  margin-bottom: 40px; }
  .flowbox img {
    margin: 10px auto; }

/* --------------------------------------------------
	90. Index
-------------------------------------------------- */
.header_banner .top_mv {
  width: 575px;
  float: left; }
.header_banner .block {
  width: 177px;
  float: left; }
.header_banner .bnrUnder {
  margin-top: 8px; }
  .header_banner .bnrUnder .item {
    width: 85px;
    height: 90px;
    margin-bottom: 7px; }
  .header_banner .bnrUnder a {
    display: block; }
  .header_banner .bnrUnder .bnrSairui {
    width: 174px;
    height: 184px;
    float: left;
    margin-left: 7px; }
  .header_banner .bnrUnder .bnrWw {
    width: 274px;
    height: 184px;
    float: left;
    margin-left: 7px; }
  .header_banner .bnrUnder .bnrSale {
    width: 128px;
    height: 184px;
    float: right; }

.news-contents {
  border-top: 0;
  margin-top: -15px;
  padding: 10px 20px; }

.catReccomendList {
  border-top: 1px solid #000;
  list-style: none;
  width: 164px;
  float: left; }
  .catReccomendList li {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000; }

.banner_list {
  width: 600px;
  float: right;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: none; }
  .banner_list td {
    padding: 0;
    margin: 0;
    border: 1px solid #000; }

.movie01,.movie02 {
	background: url(../../img/index/bg_video01.jpg) no-repeat;
	width: 770px;
	height: 259px;
	margin-bottom: 20px;
	position: relative;
}
.movie02 {
	background: url(../../img/index/bg_video02.jpg) no-repeat;
}
.movie01 iframe,.movie02 iframe {
	position: absolute;
	top: 20px;
	right: 21px;
}
.movie01 p,.movie02 p {
	width: 305px;
	height: 71px;
    position: absolute;
    left: 0;
    bottom: 0;
	line-height: 1.4;
	padding: 7px 10px;
	font-size: 13px;
	color: #fff;
	background: rgba(0,0,0,.6);
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#77000000)";
}
.movie01 p a,.movie02 p a {
	width: 97px;
	padding-right: 3px;
	height: 23px;
	line-height: 23px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	background: rgba(255,255,255,.3);
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#44FFFFFF,EndColorStr=#44FFFFFF)";
	background-image: url(../../img/index/icon_arrow_red.png);
	background-repeat: no-repeat;
	background-position: 92px center;
}
.movie01 p a:not(:target),.movie02 p a:not(:target),
.movie01 p:not(:target),.movie02 p:not(:target),
.pickup_column4 li a p:not(:target),.pickup_column3 li a p:not(:target) {
    -ms-filter: none;
}


/* --------------------------------------------------
	98. Other
-------------------------------------------------- */
/* for Voice Browser */
.hidden {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.dispNone {
  visibility: hidden !important; }

/* --------------------------------------------------
	99. Clearfix
-------------------------------------------------- */
.clearfix:after, .headerSearch:after, .listCategory:after, #main-column .kateCatList li:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.clearfix, .headerSearch, .listCategory, #main-column .kateCatList li {
  display: inline-block; }

/* Hides from IE Mac */
* html .clearfix, * html .headerSearch, * html .listCategory, * html #main-column .kateCatList li, #main-column .kateCatList * html li {
  height: 1%; }

.clearfix, .headerSearch, .listCategory, #main-column .kateCatList li {
  display: block; }

/* End Hack */
