@charset "utf-8";
/* ===================================================================
CSS information

 file name  :price.css
 style info :�����\���p
 last update:2013.02
=================================================================== */
h4{
    width: 100%;
    line-height: 2.5em;
    height: 2.5em;
    box-sizing: border-box;
    text-indent: 20px;
    font-size: 120%;
    margin: 0 0 10px;
    color: #333;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    background: linear-gradient(0deg, rgba(232,232,232,1) 0%, rgba(251,251,251,1) 100%);
    box-shadow:0px 0px 0px 1px #ffffff inset;
    position: relative;
}
h4::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 60%;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto;
    background: linear-gradient(0deg, rgba(71,190,238,1) 0%, rgba(25,147,195,1) 100%);
    border: 1px solid #fff;
}

h5{
 border-left: 4px solid #66bd00;
 margin: 15px auto;
 color: #333;
 font-size:120%;
 padding-left: 5px;
 }

#contentsWrapper p{ margin: 10px 10px;}
img{ margin: 0 auto;}

#pageTop {
padding: 0px;
margin:10px auto 20px;
}

div.priceNavi{
 width: 100%;
 display: block;
 clear: both;
 overflow: hidden;
 border: 1px solid #ccc;
 margin: 10px auto;
 padding: 0;
 }
 div.priceNavi ul li{
  float: left;
  display: inline;
  padding: 5px 10px 5px;
  border-right: 1px solid #ccc;
  }

div.imageArea{
 width: 100%;
 display: block;
 clear: both;
 overflow: hidden;
 margin: 10px 0;
 }
div.imageArea .mainImg{
    float: left;
    width: 32%;
    display: inline;
}
div.imageArea .mainImg img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
div.imageArea div.priceNote{
    width: 64%;
    float: right;
    display: inline;
}
div.imageArea div.priceNote img.icon{ margin-left: 5px;}
div.imageArea div.priceNote ul.priceCase li{
    float: left;
}
div.imageArea div.priceNote ul.priceCase li::after{
    content: "+";
    margin: 0 5px;
}
div.imageArea div.priceNote ul.priceCase li:last-of-type::after{
    content: "";
    margin: 0;
}
p.mainPrice{
    background: url(../img/price_bg_blue.gif) repeat;
    width: 100%;
    text-align: right;
    margin: 10px auto !important;
    font-size: 160%;
    font-weight: bold;
    padding: 10px 5px;
    color: #333;
    box-sizing: border-box;
}
 p.mainPrice span.small{ font-size: 80%; margin-right: 10px;}

img.mobileCms{ margin: 0 10px 0 10px;}

/*table*/
table.priceListMin{
 width: 100%;
 border: 1px solid #aaa;
 }
 table.priceListMin th{
  background: #daf4ff;
  border-right: 10px solid #aadaef;
  padding: 5px;
  font-weight: normal;
  }
 table.priceListMin th.light{
  background: #effaff;
  border-right: 10px solid #cfcfcf;
  }
 table.priceListMin td{
  background: #eee;
  padding: 5px;
  text-align: right;
  }
 table.priceListMin td.light{
  background: #f7f7f7;
  }

table.priceList{
 width: 100%;
 border: 1px solid #aaa;
 margin: 0 auto;
 }
 table.priceList th{
  background: #daf4ff;
  border-right: 10px solid #aadaef;
  padding: 5px;
  font-weight: normal;
  }
 table.priceList th.light{
  background: #effaff;
  border-right: 10px solid #cfcfcf;
  }
 table.priceList td{
  background: #eee;
  padding: 5px;
  text-align: right;
  }
 table.priceList td.light{
  background: #f7f7f7;
  }

table.functionList{
 width: 750px;
 border: 1px solid #aaa;
 margin: 0 auto;
 }
 table.functionList th{
  width: 150px;
  background: #daf4ff;
  border-right: 10px solid #aadaef;
  padding: 5px;
  font-weight: normal;
  }
 table.functionList th.light{
  background: #effaff;
  border-right: 10px solid #cfcfcf;
  }
 table.functionList td{
  background: #eee;
  padding: 5px;
  }
 table.functionList td.light{
  background: #f7f7f7;
  }

table.functionList2{
 width: 750px;
 border-top: 1px solid #aaa;
 border-right: 1px solid #aaa;
 margin: 0 auto;
 }
 table.functionList2 th{
  width: 150px;
  background: #daf4ff;
  padding: 5px;
  font-weight: normal;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
  }
 table.functionList2 th.light{
  background: #effaff;
  }
 table.functionList2 td{
  background: #eee;
  padding: 5px;
  text-align: left;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
  }
 table.functionList2 td.light{
  background: #f7f7f7;
  }
 table.functionList2 td.price1{
  background: #aadaef;
  width: 80px;
  text-align: right;
  }
 table.functionList2 td.price2{
  background: #dfdfdf;
  width: 80px;
  text-align: right;
  }
.application {
    width: 100%;
}
p.pageTop{ text-align: right; margin: 20px 0 50px;}

.f_corporate p {
line-height   : 140%  ;
}

 div#contactArea img{
  margin: -9px 0 0 540px;
  }

p.copyright {
	margin-left:0;
	margin-right:0;
}
@media screen and (max-width: 840px) {
}
@media screen and (max-width: 640px) {
    h4{
        font-size: 100%;
    }
    #contentsWrapper.price h2 img {
        width: auto !important;
    }
    div.priceNavi{
    }
    div.priceNavi ul li{
        float: none;
        display: block;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ccc;
    }
    div.priceNavi ul li:last-of-type{
        border-bottom: none;
    }
    div.imageArea .mainImg,
    div.imageArea div.priceNote{
        float: none;
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    div.imageArea div.priceNote ul.priceCase li{
        float: none;
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }
    div.imageArea div.priceNote ul.priceCase li::after{
        position: absolute;
        top: 110%;
        left: 40px;
        content: "+";
        margin: 0;
    }
    div.imageArea div.priceNote ul.priceCase li:last-of-type::after{
        content: "";
        margin: 0;
    }

}
