@charset "utf-8";

/*
------------------------------------------------
COMMON
------------------------------------------------
*/

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.align_c {
  text-align: center!important;
}
.heightAuto {
  height: auto!important;
}

/*
------------------------------------------------
FRAME
------------------------------------------------
*/

#wrapper {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
#header {
}
#wrapper .container {
  margin: 0 auto;
  width: 1200px!important;
  float: none!important;
}

#contentArea h1 {
  background-color: #EEEEEE;
  border-top: 3px solid #0169C6;
  color: #333333;
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 0px;
  padding: 10px 0 10px 10px;
}

/*
------------------------------------------------
HeaderUL
------------------------------------------------
*/
.contentHeaderUL {
  margin: 20px 0;
  padding: 0 20px;
  border: 1px solid #ccc;
}

.contentHeaderUL .UL_logo {
  width: 520px;
  margin: 10px 0;
  float: left;
}

.contentHeaderUL .UL_logo a {
  height: 35px;
  display: block;
  background: url(/ideanote/img/common/idea_note_header.png) center no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.contentHeaderUL .UL_box {
  width: 620px;
  margin: 10px 0 0 10px;
  float: right;
}

.contentHeaderUL .UL_box form,
.contentHeader_info{
  display: inline-block;
  vertical-align: middle;
}

.contentHeaderUL .contentHeader_info {
  margin: 0 0 0 10px;
}

.ideanoteInfoBlock{
  width:1200px;
  margin:15px 0 40px;
}

/*
------------------------------------------------
News
------------------------------------------------
*/
.newsBlock{
  width:555px;
  margin:0 20px 0 0;
  float:left;
}

.newsBlock .news_title,
.movieListBlock .movieTitle{
  margin: 0 5px;
  padding:0 0 10px 0;
  border-bottom:1px solid #BFBFBF;
}

.newsBlock .news_title span,
.movieListBlock .movieTitle span {
  border-left:4px solid #ccc;
  padding-left:8px;
  font-size:14px;
  font-weight:bold;
  height: 18px;
  line-height: 18px;
}

.news_list_box,
.movieList{
  padding:10px 15px 0;
}

.news_list_box dl dt,
.news_list_box dl dt{
  float:left;
  line-height:2.0;
}

.news_list_box dl dt{
  margin:0 10px 0 0;
}

.movieListBlock{
  width:100%;
  float:none;
}

.movieList{
  display: flex;
  justify-content: space-between;
}
.movieList li{
  width:calc((100% - 55px) / 3);
}

.movieList li a{
  display: block;
}
.movieList li a::before{
  content: '';
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 0;
  padding-top: 56%;
  border:1px solid #BFBFBF;
  background: center center no-repeat;
  background-size: cover;
}
.movieList li:nth-of-type(1) a::before{
  background-image: url(/linked/item/tech/img/01_what_incad.jpg);
}
.movieList li:nth-of-type(2) a::before{
  background-image: url(/linked/item/tech/img/02_how_incad.jpg);
}
.movieList li:nth-of-type(3) a::before{
  background-image: url(/linked/item/tech/img/03_exsample_incad.jpg);
}
.movieList li a span{
  display: block;
}
.highslide-body .howtoMovieBlock{
  width: 630px;
  margin: 0 auto;
}
.highslide-body video{
  max-width: 100%;
}

/*
------------------------------------------------
GENERAL
------------------------------------------------
*/
.font_red {
  color: #db1b32;
}
.rightContent p {
  margin: 0;
  padding: 20px 0;
}
.list01 {
  padding: 10px 0 12px 0;
}
.list01 a {
  text-decoration: underline;
}
.list01 a:hover {
  text-decoration: none;
}
.list01 li {
  margin: 3px 0 8px 0;
  padding: 0 0 0 25px;
  background: url(/ideanote/img/common/bull_03.gif) no-repeat 10px 0.5em;
}
.list01 li ul {
  margin: 0;
  padding: 3px 0;
}
.list01 li ul li {
  margin: 0 0 0 0;
  padding: 3px 0 0 15px;
  background: url(/ideanote/img/common/bull_01.gif) no-repeat 0 0.6em;
  font-size: 12px;
  color: #555555;
}
.infoText {
  padding: 0 20px 10px 20px;
  font-size: 11px;
}
/*h2 span {
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 16px;
  color: #333333;
  height: 35px;
  line-height: 35px;
  display: block;
}*/
.bborder01 {
  border-bottom: #95b0e5 1px dotted;
}
.pb00 {
  padding-bottom: 0px!important;
}

/*
------------------------------------------------
CATEGORY NAVIGATION
------------------------------------------------
*/
#categoryNavi {
  margin: 20px 0 0 0;
  background: #f7f7f7 url(../images/top/category_bg.jpg) repeat-x left bottom;
  width: 1199px;
  min-height: 42px;
  height: auto !important;
  height: 42px;
  border-left: #c7c7c7 1px solid;
  border-bottom: 1px solid #f0f0f0;
}
#categoryNavi li {
  width: 108px;
  float: left;
  border: #c7c7c7 1px solid;
  border-left: none;
}
#categoryNavi li a {
  display: block;
  font-size: 12px;
  min-height: 40px;
  height: auto !important;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#categoryNavi li a:hover,
#categoryNavi li a.linkActive {
  background: url(../images/top/category_bghover.jpg) repeat-x left top;
  color: #ffffff;
}

/*

PRODUCT NAVIGATION

------------------------------------------------
*/
#productLinkArea {
  padding: 25px 0 0 0;
  min-height: 400px;
  height: auto !important;
  height: 400px;
}
#productLinkArea li {
  padding: 0 15px 25px 0;
  float: left;
  width: 227px;
  height: 141px;
}
#productLinkArea li.pr0 {
  padding-right: 0!important;
}
#productLinkArea li a {
  display: block;
  border: 1px solid #ccc;
}
#productLinkArea li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: 1px solid #999;
}
/*







------------------------------------------------







CATEGORY NAVIGATION







------------------------------------------------







*/
.mainTitle {
  padding: 15px 0 0 0;
  position: relative;
  width: 1200px;
  height: 122px;
}

/*



------------------------------------------------



DISCLAIMER



------------------------------------------------



*/



.disclaimer h3 {
  margin: 0 0 5px 0;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: bold;
  background: #eeeeee;
}
.disclaimer {
  padding: 15px 0 0 0;
  font-size: 12px;
  clear: both;
}
.disclaimer p {
  margin: 0;
  padding: 0 0 2px 0;
}
/*



----------------------------------------



POPUP AREA



----------------------------------------

*/



.popArea {
  padding: 0 5px 0 0;
  width: 573px;
  height: 550px;
  overflow: auto;
  position: relative;
}
.infoArea {
  padding: 0 5px 0 0;
  width: 793px;
  height: 740px;
  overflow: auto;
  position: relative;
}
.popArea.cancelHeight {
  padding: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.popArea h3,
.infoArea h3 {
  position: relative;
  padding: 8px 5px;
  background: #f0f0f0;
  border-top: 2px solid #0166c4;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
}
.infoArea h3 {
  margin-top: 0px;
}
.popArea h4,
.infoArea h4 {
  position: relative;
 *position: static;
  margin: 10px 0 0 0;
  padding: 5px;
  background: #e6f1ff;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  font-weight: normal;
}
.box_navi {
  padding: 8px 0 10px 0;
  text-align: left;
}
.popArea p,
.infoArea p {
  margin: 0;
  padding: 10px 0;
}
.popArea .pageTop,
.infoArea .pageTop {
  margin: 0 0 10px 0;
  padding: 0;
}
ol.list02 {
  padding: 0 0 12px 0;
}
ol.list02 li {
  margin: 3px 0 8px 0;
  padding: 0 0 0 25px;
  list-style: none;
}
ol.list02 li.num01 {
  background: url(/ideanote/img/common/num01.gif) no-repeat 5px 1px;
}
ol.list02 li.num02 {
  background: url(/ideanote/img/common/num02.gif) no-repeat 5px 1px;
}
ol.list02 li.num03 {
  background: url(/ideanote/img/common/num03.gif) no-repeat 5px 1px;
}
ol.list02 li.num04 {
  background: url(/ideanote/img/common/num04.gif) no-repeat 5px 1px;
}
ol.list02 li .bold {
  font-size: 14px;
}
.block_ideanote_merit {
  width: 777px;
  height: 120px;
}
.img_ideanote_merit_01,
.img_ideanote_merit_02,
.img_ideanote_merit_03 {
  float: left;
  margin: 5px auto !important;
  width: 100px;
  height: 80px;
}
.img_ideanote_merit_01 {
  background: url(/ideanote/img/common/img_ideanote_merit_01.png) no-repeat;
}
.img_ideanote_merit_02 {
  background: url(/ideanote/img/common/img_ideanote_merit_02.png) no-repeat;
}
.img_ideanote_merit_03 {
  background: url(/ideanote/img/common/img_ideanote_merit_03.png) no-repeat;
}
.list_inr_txt {
  float: left;
  width: 620px;
}

.block_unitlibrary_intro {
  width: 777px;
  margin: 20px auto;
}
.block_goodidea_intro {
  width: 777px;
}
.block_goodidea_intro_left {
  /*float:left;/*/

  width: 400px;
  margin: 0 auto;
}
.block_goodidea_intro_right {
  /*float:left;*/

  width: 400px;
  margin: 0 auto;
}
.img_goodidea_intro_left {
  margin-top: -10px !important;
  width: 400px;
  height: 267px;
  background: url(/ideanote/img/common/img_goodidea_intro_01.png) no-repeat;
  border: 1px solid #ccc;
}
.img_goodidea_intro_right {
  margin-top: -10px !important;
  width: 400px;
  height: 218px;
  background: url(/ideanote/img/common/img_goodidea_intro_02.png) no-repeat;
}
/*



------------------------------------------------



TOP LIST



------------------------------------------------



*/







.toplist_box {
  border: #cccccc solid 2px;
  margin-top: 0px;
  clear: both;
}
.toplist_box01 {
  display: block;
  padding: 10px 0;
  margin-left: 10px;
  width: 1180px;
}
.toplist_box_l {
  float: left;
  display: block;
  width: 200px;
  font-weight: bold;
}
.toplist_box_r {
  float: left;
  display: block;
  width: 976px;
  border-left: #cccccc solid 1px;
}
.toplist_box_r li {
  float: left;
  margin: 0 0 0 10px;
}
.toplist_box02 {
  display: block;
  padding: 10px 0;
  margin-left: 10px;
  width: 1180px;
  border-top: #cccccc solid 1px;
}
.color_g {
  color: #cccccc;
}
.btn_toplist_box_func {
  width: 100%;
  display: block;
  cursor: pointer;
}
.btn_toplist_box_func p {
  display: block;
  text-align: right;
  margin: 0px 10px 10px;
  padding: 10px;
  cursor: pointer;
}
.btn_toplist_box_func p:hover {
  background: #eff4fd;
}
.btn_icon_open span {
  background: url(/ideanote/img/common/icon_open.png) no-repeat 0 -6px;
  padding-left: 20px;
}
.btn_icon_close span {
  background: url(/ideanote/img/common/icon_close.png) no-repeat 0 -6px;
  padding-left: 20px;
}
/*
------------------------------------------------

SEARCH BOX

------------------------------------------------
*/
.searchIdeaNote_box {
  width: 365px;
  height: 25px;
}

.searchIdeaNoteNumber_box {
  width: 350px;
  height: 25px;
  margin: 15px 0 15px 10px;
  float: left;
}

.search_sns_box .searchIdeaNote_box,
.search_sns_box .searchIdeaNoteNumber_box {
  float: left;
}

.searchIdeaNote_title {
  float: left;
  width: 120px;
  height: 23px;
  padding-left: 5px;
  border-left: #0169C6 solid 5px;
  font-weight: bold;
  line-height: 2.0;
}

.searchIdeaNoteNumber_title {
  float: left;
  width: 75px;
  height: 23px;
  padding-left: 5px;
  border-left: #0169C6 solid 5px;
  font-weight: bold;
  line-height: 2.0;
}

.searchIdeaNote_txt {
  float: left;
  display: block;
  width: 260px;
  height: 23px;
  border-top: #CCC solid 1px;
  border-left: #CCC solid 1px;
  border-bottom: #CCC solid 1px;
}

.searchIdeaNoteNumber_txt {
  float: left;
  display: block;
  width: 160px;
  height: 23px;
  border-top: #CCC solid 1px;
  border-left: #CCC solid 1px;
  border-bottom: #CCC solid 1px;
}

.searchIdeaNote_txt span,
.searchIdeaNote_txt .searchIdeaNote_input {
  display: block;
  border: 0;
  color: #333;
  width: 255px;
  height: 17px;
  padding: 3px 0 3px 5px;
}

.searchIdeaNoteNumber_txt .searchIdeaNote_input {
  display: block;
  border: 0;
  color: #333;
  width: 155px;
  height: 17px;
  padding: 3px 0 3px 5px;
}

.searchIdeaNote_txt .placeHolder,
.searchIdeaNoteNumber_txt .placeHolder {
  color: #ccc;
}

.searchIdeaNote_btn,
.searchIdeaNote_btn {
  float: left;
}

.searchIdeaNote_btn .search_btn {
  float: left;
  display: block;
  width: 104px;
  height: 25px;
  cursor: pointer;
  border: none;
  text-indent: -9999px;
  background: url(/ideanote/img/common/search_btn.png) no-repeat;
}

.searchIdeaNoteNumber_btn .search_number_btn {
  float: left;
  display: block;
  width: 104px;
  height: 25px;
  cursor: pointer;
  border: none;
  text-indent: -9999px;
  background: url(/ideanote/img/common/search_btn.png) no-repeat;
}

/*
------------------------------------------------

Attention BOX

------------------------------------------------
*/

.attentionBox {
  /*border:1px solid #941D55;*/
  background: #eff4fd;
  padding: 10px;
  margin-bottom: 10px;
}
.attentionList li {
  background: url(/ideanote/img/common/icon_attention.png) no-repeat 0 2px;
  padding-left: 20px;
  font-weight: bold;
}
/*
------------------------------------------------

uniteArea

------------------------------------------------
*/

/* 事例リスト部分 */



.unitAreaTop {
  float: left;
  display: block;
  width: 1200px;
  margin-bottom: 30px;
}
.unitAreaTop ul li {
  float: left;
  display: block;
  width: 228px;
  height: 280px;
  margin-left: 10px !important;
  _margin-left: 5px !important;
  position: relative;
  z-index: 1;
  border: #CCC solid 1px;
}
.unitAreaTop .unitAreaTop_wrapper {
  width: 228px;
  position: absolute;
  background: #fff;
}
.unitAreaTop_top {
  display: block;
  border-bottom: #CCC solid 1px;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.unitAreaTop .mainimg {
  display: block;
  margin: 5px auto;
  width: 210px;
  height: 130px;
}
.unitAreaTop_new {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}
.unitAreaTop_icon,
.uniteAreaTop_icon {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}
.unitAreaTop_new img,
.unitAreaTop_icon img,
.uniteAreaTop_icon img {
  margin-right:5px;
}

.unitAreaTop ul li ul.uniteAreaTop_icon li {
  float: none;
  display: block;
  width: auto;
  height: auto;
  margin-left: 0px !important;
  _margin-left: 0px !important;
  position: relative;
  margin-bottom: 5px;
}
.uniteAreaTop_icon .unitAreaTop_new {
  display: block;
  width: 34px;
  height: 15px;
  position: inherit;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.uniteAreaTop_icon .unitAreaTop_new span {
  display: block;
  background: url(/ideanote/img/common/new.gif) no-repeat;
  width: 34px;
  height: 15px;
  text-indent: -9999px;
}
.uniteAreaTop_icon .unitAreaTop_auth {
  display: block;
  width: 72px;
  height: 15px;
}
.uniteAreaTop_icon .unitAreaTop_auth span {
  display: block;
  background: url(/ideanote/img/common/auth.png) no-repeat;
  width: 72px;
  height: 15px;
  text-indent: -9999px;
}
.unitAreaTop_info {
  position: absolute;
  top: 11px;
  left: 204px;
}
.unitAreaTop_info a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.unitAreaTop_image {
  display: block;
  position: relative;
  color: #333;
}
.unitAreaTop_image:hover,
.unitAreaTop_image:visited {
  color: #333;
}
.unitAreaTop_appeal {
  display: none;
  padding: 8px;
  margin-bottom: 12px;
  color: #333;
  background: #fff;
  border-top: 1px solid #ddd;
}
.unitAreaTop ul li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.unitAreaTop_bottom {
  display: block;
  padding: 8px 12px;
}
.unitAreaTop_bottom .unitAreaTop_tagArea {
  height: 50px;
  padding: 5px 0 0 0;
}
.unitArea_tag_title {
  margin: 10px 0 0;
  padding: 0 0 0 5px;
  border-left: 4px #999999 solid;
  color: #666;
}
.unitAreaTop_btn {
  float: left;
  background-color: #ffffff;
  border: #004BB1 solid 1px;
  font-size: 12px;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
 *display: inline; /* for lte ie7 */
 *zoom: 1; /* for lte ie7 */
  margin: 6px 10px 0 0;
}
.unitAreaTop_btn a {
  padding: 0 7px;
  display: block;
  font-weight: normal;
}
.unitAreaTop_btn a:visited {
  color: #004BB1;
}
.unitAreaTop_btn a:hover {
  float: left;
  display: block;
  background-color: #6D93C7;
  font-size: 12px;
  color: #FFFFFF;
}
/* 事例リスト部分・オンマウス時 */



.unitAreaTop .unitAreaTop_wrapperHover {
  border: #666 solid 2px;
  /*



  width: 420px;



  */



  width: 315px;
}
.unitAreaTop .unitAreaTop_wrapperHover .mainimg {
  /*



  width: 420px;



  height: 260px;



  */



  width: 315px;
  height: 195px;
}
.unitAreaTop .unitAreaTop_wrapperHover .unitAreaTop_appeal {
  display: block;
}
/*
------------------------------------------------

SEARH HIT LIST PAGER

------------------------------------------------
*/

.searchtt {
  display: block;
  min-height: 60px;
}
.searchtt_l {
  float: left;
  /*width:800px;*/
  width: 190px;
  display: block;
  height: 20px;
  margin: 10px 0 20px 10px;
}
.searchtt_txt {
  font-size: 16px;
}
.searchtt_r {
  /*float:right;*/
  float: left;
  display: block;
  height: 20px;
  margin: 10px 10px 20px 0;
}
.pageNum {
  display: table;
  margin: 0px;
}
.pageNum li {
  float: left;
  width: 26px;
  height: 26px;
  margin: 0 4px 0 0;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #CCCCCC;
  font-weight: bold;
}
.pageNum li a {
  width: 26px;
  height: 26px;
}
.pageNum li.mark2 a,
.pageNum li.mark2c a {
  width: 11px;
}
.pageNum li.mark2 a {
  background-position: -122px -983px;
}
.pageNum li.mark2c a {
  background-position: -124px -1157px;
}
.pageNum li.mark2 a:hover {
  background-position: -122px -1070px;
}
.pageNum li.mark2c a:hover {
  background-position: -124px -1197px;
}

/*
------------------------------------------------

BOTTOMTXT

------------------------------------------------
*/
.bottomtxt h4 {
  margin: 20px 0 0 0;
  padding: 0 0 0 10px;
  height: 16px;
  border-left: 5px #999999 solid;
}
h4 span {
  display: block;
  height: 16px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  font-weight: bold;
}
.bottomtxt {
  padding: 15px 0 0 0;
  clear: both;
}
.bottomtxt p {
  margin: 0;
  padding: 0 0 2px 0;
}
.block_form {
  width: 600px;
  overflow: hidden;
}
.btn_form,
.btn_campaign {
  float: left;
}
.btn_form,
.btn_form a {
  width: 180px;
  height: 40px;
}
.btn_form {
  margin-top: 10px;
}
.bottomtxt .btn_form a {
  display: inline-block;
 *display: inline;
 *zoom: 1;
  width: 120px;
  height: 46px;
  background: url(/ideanote/img/common/form_btn.png) no-repeat;
}
.btn_campaign,
.btn_campaign a {
  width: 180px;
  height: 40px;
}
.btn_campaign a {
  margin-left: 10px;
  display: inline-block;
 *display: inline;
 *zoom: 1;
  background: url(/ideanote/img/common/campaign_form_btn.png) no-repeat;
}

/*------------------------------

ソーシャルプラグイン

------------------------------*/
.addthis_toolbox {
  background: none repeat scroll 0 0 #FFF;
  min-width: 200px;
  border: 1px solid #CCC;
  padding: 5px 10px;
  font-size: 12px;
}

.addthis_toolbox a{
  margin-bottom:0 !important;
  line-height: inherit !important;
}

.addthis_toolbox_head,
.addthis_default_style .at300b {
  display: inline-block;
  vertical-align: middle;
  float: none!important;
}

.addthis_toolbox_head {
  color: #999;
  font-weight: bold;
  line-height: 1.0;
}

.addthis_button_google_plusone {
  width: 65px !important;
}

.addthis_button_tweet {
  width: 92px !important;
}

/*新規会員*/
.imagereplacement {
    overflow: hidden;
    text-indent: -9999px;
}
.infobox03{
  border: 15px solid #fff2bf;
  padding:20px;
  margin: 40px 0 0;
  overflow: hidden;
}
.infobox_left_03{
  float: left;
  margin-top: 10px;
  width: 876px;

}
.infobox_leftimg03{
  width: 664px;
  height: 46px;
  margin: 0;
  background-image: url(/ideanote/img/common/require_login.png);
  background-repeat: no-repeat;
}
.infobox_right03{
  float: left;
  width: 254px;
  font-size: 12px;
}
.infobox_right03 p{
  margin: 0;
}

.infobox_right03 .infobox_right_img_03{
  margin-bottom: 10px;
}

.infobox_right_img_03 a{
  background-image: url(/ideanote/img/common/register_btn.png);
  background-repeat: no-repeat;
  width: 254px;
  height: 47px;
  margin:0 auto;
  display: block;
  overflow: hidden;
}
.yellow_box{
  background-color: #fffbeb;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 20px;
}

/*------------------------------

banner

------------------------------*/
.bnr_top_wide,
.bnr_category_wide {
  margin: 0 0 20px;
  overflow: hidden;
}

.bnr_top_wide ul li.ivl,
.bnr_category_wide ul li.ivl {
  display: none;
}

.bnr_top_wide ul li img,
.bnr_category_wide ul li img {
  max-width: 100%;
  vertical-align: bottom;
}

.bnr_top_wide ul li,
.bnr_category_wide ul li {
  text-align: center;
}

/*------------------------------

VIEW_NAV

------------------------------*/
ul.view_nav {
  letter-spacing: -.4em;
  height: 45px;
}

ul.view_nav li {
  display: inline-block;
  text-align: center;
  letter-spacing: normal;
  margin: 0 0 0 2px;
}

ul.view_nav li:first-child {
  margin: 0;
}

ul.view_nav li a {
  color: #fff;
  text-decoration: none;
}

ul.view_nav li button {
  background: url('/ideanote/img/common/view_icon_off.png') no-repeat 0px 0px;
  width: 37px;
  height: 37px;
  border: 0;
  outline: none;
  cursor: pointer;
}

ul.view_nav li .on {
  background: url('/ideanote/img/common/view_icon_on.png');
}

ul.view_nav li .off {
  background: url('/ideanote/img/common/view_icon_off.png');
}

ul.view_nav li .b0 {
  background-position: 0px 0px;
}

ul.view_nav li .b1 {
  background-position: -36px 0px;
}

ul.view_nav li .b2 {
  background-position: -73px 0px;
}

ul.view_nav li .b3 {
  background-position: -109px 0px;
}

ul.view_nav li .b4 {
  background-position: -145px 0px;
}

ul.view_nav li .b5 {
  background-position: -182px 0px;
}

ul.view_nav li .b6 {
  background-position: -218px 0px;
}

.ideanote_marker-block {
  margin-bottom: 20px;
  padding: 0px 0px;
  float: right;
}

/*------------------------------

Marker

------------------------------*/
.ideanote_marker-block .ideanote_marker-block__list {
  border: solid 1px #bfbdbd;
  display: table;
}

.ideanote_marker-block .ideanote_marker-block__list:after {
  display: none;
}

.ideanote_marker-block .ideanote_marker-block__list>dt, .ideanote_marker-block .ideanote_marker-block__list>dd {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

.ideanote_marker-block .ideanote_marker-block__list>dt {
  width: 150px;
  background-color: #e6e6e6;
}

.ideanote_marker-block .ideanote_marker-block__list>dd {
  border-left: solid 1px #bfbdbd;
  font-size: 18px;
  background-color: #fff;
}

.ideanote_form-block .ideanote_opt_form-block__inner {
  padding: 20px;
  background-color: #000000;
}

#marker {
  overflow: hidden;
}

#marker button {
  border: 1px solid #eee;
  width: 40px;
  float: left;
  padding: 10px;
  outline: none;
  cursor: pointer;
}

#marker button.on {
  border-left: none;
}

#marker button.off {
  border-right: none;
}

#marker button.active {
  background: #e70;
}

#marker button:not(.active):hover {
  background: rgba(204, 204, 204, 0.3);
}

/*------------------------------

Cart Box

------------------------------*/
.m-cartBox {
  position: relative;
  margin-bottom: 10px;
  padding: 0 10px;
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  background-color: #f2f2f2;
}

.m-cartBox__list {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 0;
}

.m-cartBox__list ul > li {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #bfbfbf;
}

.m-cartBox__list ul > li dl {
  margin: 0;
}

.m-cartBox__list ul > li.is-mainte {
  position: relative;
  margin-bottom: 20px;
  border-bottom: none;
}

.m-cartBox__list ul > #m-cartBox-price {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.m-cartBox__list ul > #m-cartBox-price dl {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #bfbfbf;
  line-height: 1.0;
}

.m-cartBox__list ul > #m-cartBox-price dt {
  padding: 0 0 0 10px;
}

.m-cartBox__list ul > #m-cartBox-price dd {
  padding: 0 10px 0 0;
}

.m-cartBox__list ul > #m-cartBox-price dl dd .mc-num {
  font-weight: bold;
  margin: 0 3px;
  font-size: 18px;
}

.m-cartBox__desc > dt, .m-cartBox__desc > dd {
  display: table-cell;
  vertical-align: middle;
}

.m-cartBox__desc > dt {
  font-weight: bold;
}

.m-cartBox__desc > dd {
  text-align: right;
}

.m-cartBox__desc .mc-num {
  margin: 0 3px;
  font-size: 18px;
  font-weight: bold;
}

.m-cartBox__desc .mc-sale {
  font-weight: bold;
  color: #d00;
}

.m-cartBox__desc .mc-sale--text {
  color: #d00;
}

.m-cartBox__desc--inline, .m-cartBox__desc--checkPrice {
  display: table-cell;
  vertical-align: middle;
}

.m-cartBox__desc--inline {
  margin-bottom: 10px;
}

.m-cartBox__desc--inline > dt, .m-cartBox__desc--inline > dd {
  display: inline-block;
  vertical-align: middle;
}

.m-cartBox__desc--inline > dt {
  font-weight: bold;
}

.m-cartBox__desc--inline > dd {
  padding-left: 7px;
}

.m-cartBox__desc--inline > dd input {
  padding: 5px;
}

.m-cartBox__desc--checkPrice {
  padding: 0 0 0 20px;
}

.m-cartBox__desc--checkPrice .m-btn--checkPrice {
  width: 200px;
  float: right;
}

.m-cartBox__list [data-autoheight="group"] {
  display: table;
  width: 100%;
  margin: 10px 0;
}

.m-cartBox__list .ideanote_pricearea {
  display: table-cell;
  vertical-align: middle;
  border-bottom: none;
  border-left: 1px solid #bfbfbf;
  padding: 0 10px;
  line-height: 1.3;
}

.m-cartBox__list .ideanote_pricearea:first-child {
  border-left: none;
}

.m-cartBox__list .ideanote_pricearea dl {
  display: table;
  width: 100%;
  margin: 10px 0 0;
}

.m-cartBox__list .ideanote_pricearea dl:first-child {
  margin: 0;
}

.m-cartBox__list .ideanote_pricearea .m-cartBox__desc > dt,
.m-cartBox__list .ideanote_pricearea .m-cartBox__desc > dd {
  display: table-cell;
  vertical-align: middle;
}

.m-cartBox__list .ideanote_pricearea .m-cartBox__desc > dt {
  width: 25%;
  min-width: 40px;
}

.m-cartBox__list .ideanote_pricearea .m-cartBox__desc > dd {
  width: 75%;
  padding:0;
  max-width: 55px;
}

.m-cartBox__list .nth-child .m-cartBox__desc > dd {
  max-width: 100px;
}

.m-cartBox__list .last-child .m-cartBox__desc > dd {
  max-width: 80px;
}

.m-cartBox__list .ideanote_pricearea.last-child .m-cartBox__desc dd {
  padding: 0;
}

.m-btn--wos {
  width: 200px;
  margin: 0 auto;
}

.m-cartBox__loadingBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-cartBox__loadingImg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url("/vcommon/common/img/loading_100_type2.gif") no-repeat;
}

.m-cartBox__btnList {
  margin-left: -10px;
  font-size: 0;
}

.m-cartBox__btnList>li {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 12px;
}

.m-cartBox .m-inputText--right {
  box-sizing: border-box;
  width: 66px;
}

.m-cartBox__dataarea {
  width: 150px;
  text-align: left;
}

.m-cartBox__numarea {
  max-width: 330px;
  width: 330px;
  word-wrap: break-word;
}

.m-table, .m-table--sale {
  width: 100%;
  margin: 10px 0;
  border-collapse: collapse;
}

[class^="m-cols"] .m-table:first-child, [class^="m-cols"] .m-table--sale:first-child {
  margin-top: 0;
}

.m-table>thead>tr>th, .m-table--sale>thead>tr>th, .m-table>tbody>tr>th, .m-table--sale>tbody>tr>th, .m-table>thead>tr>td, .m-table--sale>thead>tr>td, .m-table>tbody>tr>td, .m-table--sale>tbody>tr>td {
  border: 1px solid #bfbfbf;
  text-indent: 0;
  word-wrap: break-word;
}

.m-table>thead>tr.mc-top>td, .m-table--sale>thead>tr.mc-top>td, .m-table>tbody>tr.mc-top>td, .m-table--sale>tbody>tr.mc-top>td {
  vertical-align: top;
}

.m-table>thead>tr.mc-bottom>td, .m-table--sale>thead>tr.mc-bottom>td, .m-table>tbody>tr.mc-bottom>td, .m-table--sale>tbody>tr.mc-bottom>td {
  vertical-align: bottom;
}

.m-table>thead>tr>td, .m-table--sale>thead>tr>td, .m-table>tbody>tr>td, .m-table--sale>tbody>tr>td {
  background-color: #fff;
}

.m-table>thead>tr.mc-sub>th, .m-table--sale>thead>tr.mc-sub>th {
  background-color: #ccc;
  color: #333;
}

.m-table>thead>tr>th, .m-table--sale>thead>tr>th {
  padding: 6px 10px;
  background-color: #999;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.m-table>thead>tr>th.mc-sub, .m-table--sale>thead>tr>th.mc-sub {
  background-color: #ccc;
  color: #333;
}

.m-table>tbody>tr>th, .m-table--sale>tbody>tr>th, .m-table>tbody>tr>td, .m-table--sale>tbody>tr>td {
  padding: 4px 10px;
  text-align: center;
}

.m-table>tbody>tr.mc-sub>td, .m-table--sale>tbody>tr.mc-sub>td {
  background-color: #f1f1f1;
}

.m-table>tbody>tr>th, .m-table--sale>tbody>tr>th {
  background-color: #e6e6e6;
  font-weight: bold;
}

.m-table>tbody>tr>td.mc-sub, .m-table--sale>tbody>tr>td.mc-sub {
  background-color: #f1f1f1;
}

thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
/* -------201712 Add (END) ------- */

/* -------overlay ------- */
.ideanote-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  z-index: 12004;
  background: url("/vcommon/common/img/fancybox_overlay.png");
}
.ideanote-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* -------201902 Add  ------- */
#modal-content{
  position: fixed;
	margin:1.5em auto 0;
	padding:10px 20px;
	border:2px solid #aaa;
	background:#fff;
	z-index:9001;
}

.modal-p{
	margin-top:1em;
}

.modal-p:first-child{
	margin-top:0;
}

.button-link{
	color:#00f;
	text-decoration:underline;
}
 
.button-link:hover{
	cursor:pointer;
	color:#f00;
}
#modal-overlay{
	z-index:9000;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}

.tutorial-modal-button {
  padding: 0.7em 1.4em;
  border: 1px solid #d4d4d4;
  font: 13px/normal sans-serif;
  font-weight: bold;
  color: #333 !important;
  cursor: pointer;
  text-decoration: none !important;;
  background-color: #f2f2f2 !important;
}

.tutorial-modal-button.is-disabled {
  padding: 0.7em 1.4em;
  border: 1px solid #d4d4d4;
  font: 13px/normal sans-serif;
  font-weight: bold;
  color: #a2a2a2 !important;
  cursor: default;
  text-decoration: none !important;;
  background-color: #f2f2f2 !important;
}

.tutorial-modal-tooltipbuttons {
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  padding: 10px;
}

.tutorial-modal-Head {
  background-color: #f15c22;
  font-size: 16px;
  padding: 15px;
  font-weight: bold;
  color: #fff;
}
.tutorial-modal__box {
  padding: 13px;
  font-size: 14px;
}
/* -------201902 Add (END) ------- */

/* -------201902 Add  ------- */

.contentHeaderUL .UL_box{
  width: 410px;
  margin: 15px 0 0 15px;
  float: right;
}

.m-btn--checkPrice:before, .m-btn--checkPriceDetailSimple:before{
	content: none;
}

/* -------201902 Add (END) ------- */