

#pageArticle #mainArea #articleArea {
	width: 680px;
	font-size: 13px;
	background: #fff;
    padding: 25px;
	margin: 30px auto 35px auto;
	position: relative;
	-webkit-text-size-adjust: 100%;
}

#articleArea .article .sp_vis {
  display: none;
}

#mainBox p,
#mainBox ul li {
    line-height: 1.9;
}

#mainBox a {
  transition: all 300ms 0s ease;
  color: #7fc890;
}
#mainBox a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#mainBox {
	margin: 0 auto;
	text-align: left;
}

#mainBox h1 {
	width:100%;
	margin:0 auto;
}

#mainBox h1 img {
	width:100%;
	height:auto;
	vertical-align: bottom;
}

#mainBox .cont_size_box {
  padding: 0 10px;
}
#mainBox .cont_size_box_02 {
  padding: 0 20px;
}

#mainBox .left {
  float: left;
}
#mainBox .right {
  float: right;
}

#mainBox .intro_txt {
  color: #393637;
  font-size: 15px;
  line-height: 1.8;
  margin: 30px 0;
}
#mainBox .bold {
  font-weight: bold;
}

#mainBox h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
#mainBox p {
  font-size: 15px;
}

#mainBox table.intro_table th,
#mainBox table.intro_table td {
  font-size: 14px;
  padding-bottom: 35px;
  line-height: 1.8;
}
#mainBox table.intro_table th {
  padding: 0;
  width: 22%;
  text-align: center;
}
#mainBox table.intro_table td {
  padding-left: 2%;
  width: 74%;
}
#mainBox table.intro_table th span {
  display: block;
  background-color: #FFF;
  padding: 6px;
  box-shadow: 4px 4px rgba(2,172,83,1),inset 0 0 0 1px rgba(2,172,83,1);
  position: relative;
  z-index: 10;
}


#mainBox .gb_box {
  border: rgba(2,172,83,1) 1px solid;
  padding: 20px 20px;
  margin-bottom: 40px;
}
#mainBox .gb_box h2,
#mainBox .gb_box h3 {
  line-height: 1;
  margin-bottom: 6px;
}
#mainBox .gb_box h3 {
  margin-bottom: 15px;
}
#mainBox .gb_box h2 a {
  font-size: 14px;
  color: #7fc890;
  text-decoration: underline;
}
#mainBox .gb_box p {
  font-size: 12px;
}
#mainBox .gb_box .txt_box {
  width: 84%;
}
#mainBox .gb_box .img_box {
  width: 12.5%;
  padding-top: 5px;
}
#mainBox .gb_box .img_box img {
  width: 100%;
}

#mainBox .gb_box_baloon {
  position: relative;
}
#mainBox .gb_box_baloon:after {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -14px;
  background: url("/static/wacom-one-palmie/images/icn_baloon.png") no-repeat center center;
}

#mainBox .gb_box h3 {
  font-size: 15px;
}
#mainBox .gb_box h3 span {
  border-bottom: rgba(2,172,83,1) 4px dotted;
  padding-bottom: 2px;
}

#mainBox .gb_box_txtSIZE_aj ul,
#mainBox .gb_box_txtSIZE_aj ol{
  padding-left: 1em;
  margin-bottom: 10px;
}
#mainBox .gb_box_txtSIZE_aj ul {
  margin-top: 5px;
}
#mainBox .gb_box_txtSIZE_aj ol {
  margin-bottom: 0;
}
#mainBox .gb_box_txtSIZE_aj ol li {
  padding-bottom: 6px;
}
#mainBox .gb_box_txtSIZE_aj ol li:last-child {
  padding-bottom: 0;
}
#mainBox .gb_box_txtSIZE_aj ol li a {
  text-decoration: underline;
}


#mainBox ul li {
  list-style: none;
}


#mainBox .small_txt {
  font-size: 12px;
}


#mainBox .product_info_box {
  margin-top: 50px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
#mainBox .product_info_box h3 {
  color: #00a3e0;
}
#mainBox .product_info_box .product_top_box .left {
  width: 65%;
}
#mainBox .product_info_box .product_top_box .right {
  width: 35%;
}
#mainBox .product_info_box .product_top_box .img_box img {
  width: 100%;
}
#mainBox .product_info_box .product_top_box .txt_box {
  padding-top: 120px;
}
#mainBox .product_info_box .product_top_box .txt_box ul li {
  text-align: right;
}
#mainBox .product_info_box .product_top_box .txt_box ul li a img {
  width: 100%;
}
#mainBox .product_info_box .product_top_box .txt_box ul li:first-child a img {
  width: 74.2081447963801%;
}


#mainBox .software_box h5,
#mainBox .software_box h6{
  font-size: 14px;
}
#mainBox .software_box .soft_box {
  margin-top: 12px;
}
#mainBox .software_box .left {
  width: 75%;
}
#mainBox .software_box .right {
  width: 20%;
}
#mainBox .software_box .txt_box p {
  padding-left: 1em;
  font-size: 14px;
}
#mainBox .software_box .img_box {
  text-align: center;
}
#mainBox .software_box .small_txt {
  padding-left: 1.2em;
  margin-top: 12px;
}

#mainBox .bnr_area {
  margin-top: 40px;
}
#mainBox .bnr_area a {
  display: block;
}
#mainBox .bnr_area a:hover {
  opacity: 1;
  box-shadow: 4px 4px rgba(0,0,0,0.5);
}
#mainBox .bnr_area img {
  display: block;
  width: 100%;
}

#mainBox .youtube_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 40px;
}
#mainBox .youtube_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#mainBox .last_list {
  margin-top: 40px;
  margin-bottom: 20px;
}
#mainBox .last_list li {
  font-size: 12px;
  padding-left: 1rem;
  position: relative;
}
#mainBox .last_list li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }


@media screen and (max-width: 768px) {
  #pageArticle #mainArea #articleArea {
    width: auto;
    font-size: 1rem;
  }
  #pageArticle #mainArea #articleArea .article {
    padding: 0;
  }
  #mainBox .cont_size_box,
  #mainBox .cont_size_box_02{
    padding: 0;
  }
  #mainBox .gb_box_txtSIZE_aj img {
    width: 100%;
  }
  #mainBox .product_info_box {
    width: 100%;
  }
  #mainBox .product_info_box .product_top_box .left {
    width: 60%;
  }
  #mainBox .product_info_box .product_top_box .right {
    width: 38%;
    padding-top: 0;
  }
  #mainBox .product_info_box .product_top_box {
    position: relative;
  }
  #mainBox .product_info_box .product_top_box .right {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #mainBox .software_box .img_box img {
    width: auto;
    max-width: 100%;
  }
  #mainBox p,
  #mainBox .intro_txt,
  #mainBox .gb_box h3{
    font-size: 1rem;
  }
  #mainBox table.intro_table th,
  #mainBox table.intro_table td,
  #mainBox .gb_box h2 a,
  #mainBox .gb_box_txtSIZE_aj p,
  #mainBox .gb_box_txtSIZE_aj ul li,
  #mainBox .gb_box_txtSIZE_aj ol li,
  #mainBox .software_box h5,
  #mainBox .software_box h6,
  #mainBox .software_box .txt_box p{
    font-size: 0.9rem;
  }
  #mainBox .gb_box p,
  #mainBox .small_txt,
  #mainBox .software_box .soft_box{
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 580px) {
  #mainBox iframe {
      height: 590px;
  }
  #mainBox table.intro_table th,
  #mainBox table.intro_table td {
    display: block;
    width: 100%;
  }
  #mainBox table.intro_table td {
    padding-top: 15px;
    padding-left: 0;
  }
  #mainBox .product_info_box .product_top_box {
    margin: 30px 0;
  }
  #mainBox .left,
  #mainBox .right{
    float: none !important;
    width: 100% !important;
  }
  #mainBox .gb_box .txt_box,
  #mainBox .gb_box .img_box {
    width: 100%;
  }
  #mainBox .gb_box .img_box {
    margin-top: 15px;
    text-align: center;
  }
  #mainBox .gb_box .img_box img {
    width: auto;
  }
  #mainBox .product_info_box .product_top_box .right {
    position: relative;
    margin-top: 20px;
  }
  #mainBox .product_info_box .product_top_box .txt_box ul li {
    text-align: center;
  }
  #mainBox .product_info_box .product_top_box .txt_box ul li a img {
    width: auto;
  }
  #mainBox .product_info_box .product_top_box .txt_box ul li:first-child a img {
    width: auto;
  }
  #mainBox .software_box .right {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 450px){
  #pageArticle #mainArea #articleArea {
      margin: 50px auto 35px;
  }
}

