.red {
  color:#FF0000;
}

.contents {
  color:#333;
}

.contents a:hover img {
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.contents h2 {
  margin: 0 0 3% 0;
}

.contents h2 img.main {
  width: 100%;
}

.contents h3 {
  margin: 0 0 2% 0;
  line-height: 1.3;
}

h4 {
  /*color: #828181;*/
  margin: 0 0 2% 0;
  letter-spacing: 2px;
}

.contents p {
  line-height: 1.6em;
  color:#333;
}


.mb3p {
  margin: 0 0 3% 0;
}

.contents .relation {
  width: 96%;
  margin: 0 auto 3%;
  overflow: hidden;
}

#contents .relation li {
  width: 23%;
  float: left;
  margin: 0 2% 2% 0;
  color: #01B3CD;
  font-size: 76%;
  text-align: center;
  line-height: 1.2;
}

#contents .relation li a {
  display: block;
}

#contents .relation li img {
  width: 100%;
  display: block;
  margin: 0 0 1% 0;
}

#contents .relation li.two {
  width: 48%;
  float:left;
}

#contents ol li.building a {
  line-height: 1.4;
}

.pr2p {
  padding: 0 2% 0 0;
}

.mr2p {
  margin: 0 2% 0 0;
}

.mb2p {
  margin: 0 0 2% 0;
}

.no_margin {
  margin-right: 0!important;
}

.to_top {
  clear: both;
  padding: 16px 8px 0;
  text-align: right;
}

/*-section　p-*/
section p {
  margin-bottom:1em;
}

section .products li p {
  margin-bottom:0;
}

section .products {
  margin-bottom:3em;
  overflow:hidden;
}

/*-リンクボタンmargin-*/
.dl_button a {
  margin: 10px auto;
}

/*-サポートコール-*/
.support-call {
  margin: 2.5em auto;
}

/*20160408追加*/
/*-----------content-----------*/


h2 {
  /*    color: #333;*/
    font-size: 18px;
  font-weight: 200;
  text-align: left;
}

.gotop {
  background: #069 none repeat scroll 0 0;
  color: #fff;
  right: 20px !important;
}

.gotop a {
  color: #fff;
  display: block;
  padding: 10px 8px;
}

.gotop span {
  display: block;
  float: none;
  overflow: hidden;
  text-align: center;
}

.contents h2 {
  border-bottom: 2px solid #000;
  font-size: 150%;
  font-weight: 500;
  padding: .5em;
}

section a:hover{
  text-decoration: none;
}

section a:visited{
  color: #333;
}

/*===============================================
  画面の横幅が479px以下
===============================================*/
@media screen and (max-width: 479px) {

#contents .relation li {
  margin: 0 2% 2% 0;
  width: 48%;
}
}

/*===============================================
  画面の横幅が480px以上
===============================================*/
@media screen and (min-width: 480px) {

/*-----------content-----------*/


.contents h2 {
  font-size: 30px;
  padding-left: 1em;
}

h3 {
  font-size: 150%;
}

section .products li {
    float: left;
    padding: 0 2.9%;
    width: 44%;
}

section .products li span {
  text-align:right;
  width:100%;
  display:block;
}

}

/*===============================================
 iPad Portrait(縦)
===============================================*/

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {

#contents .relation li {
  min-height: 150px;
}
}

.sentence{
  font-size: 1.1em;
}