

#main .box {
  width:100%;
  background-color:white;
  border: 1px black solid;
  margin-bottom:5px;
  overflow:hidden;
  box-sizing:border-box;
}


.box p {
  text-indent: 1em;
  font-size: 14px;
}

.box .line {
  width:100%;
  height:5px;
  background-image: url("../img/back1.jpg");
  background-repeat: repeat-x;

}

.box .pic {
  /* width:280px; *//* PC用 */
  /* height:200px; *//* PC用 */
  width:110px; /* SP用 */
  height:100px; /* SP用 */
  float:left;
  margin-right:10px;
}

.box .pic img{
  width:100%;
  height:100%;
}

.box .title img{
  height:100%;
  width:100%; /* SP用 */
}

.box .title {
  width:240px; /* SP用 */
  height:25px;
  text-align:center;
  margin-top:10px;
  margin-bottom:10px;
  font-size:18px;
  color:blue;
}


.box .waku {
  /* width:500px; *//* PC用 */
  width:100%; /* SP用 */
  /* height:170px; *//*PC用*/
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
  box-sizing: border-box;
  font-size:13px;
  /* float:left; *//* PC用 */
}

.box .btn {
  width:100%;
  text-align: right;

}

.box .btn img{
  width:160px;
  height:25px;
  padding-right: 20px;
  
}

.box a{
  text-decoration:none;
}
