@charset "UTF-8";
/* CSS Document */

main .item1 img {
  border-bottom: 6px solid #6d56e9;
  
}
/*8個の写真
----------------------*/
h5.photo_title::before {
  color: #7c66f5;
    content: '\f08d';
}
ul.related {
  background: #f2eeff;
   border: 1px solid #a092d6;
}

  
  /*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px) {  

    }