@charset "utf-8";
/* common
==================================*/

img{
	width: 100%;
	height:auto;
	vertical-align:top;
}


/* SecBox
==================================*/
  #SecBox {
	margin:0 13px 50px;
  }
  #SecBox h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 26px;
	transform: rotate(0.001deg);
  }
  #SecBox p {
	line-height:23px;
  }
  #SecBox p.sp {
    margin: 0 -13px 12px;
  }



/* Photo
==================================*/
  #Photo {
    padding: 0 13px 55px;
  }
  #Photo p {
    margin-bottom: 5px;
  }
  #Photo ul {
    width: 100%;
    clear: both;
    overflow: hidden;
    margin-bottom: 5px;
  }
  #Photo ul li {
    float: left;
    width: 49%;
  }
  #Photo ul li:last-child {
    float: right;
  }
