*{
	margin: 0;
	padding: 0;
}

.clearfix::after{
	content: "";
	display: block;
	clear: both;
}

a {
	text-decoration: none;
}

body {
	background-image: url(../img/top_back.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-color: white;
}

.top_container {
	width: 400px;
	height: 400px;
	margin: 170px auto;
}

.roof img {
	width: 400px;
}

li {
	list-style: none;
	text-align: center;
	float: left;
	padding-bottom: 40px;
}

.photo_enter {
	height: 100px;
	padding-right: 40px;
	padding-left: 45px;
}

.graphic_enter{
	height: 100px;
}

p {
	font-family: 'Spectral', serif;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
}

.photo_mail  {
	margin-left: -20px;
}

.underline img {
	width: 400px;
}



/* =====================
  Media Queries
===================== */

@media(max-width: 767px){

	/* =====================
	  setting
	===================== */
　  body {
	   margin: 0;
    }

    .main {
    	width: 100%;
    	text-align: center;
    }

　　.top_container {
	    width: 300px;
    }

    .roof img {
        width: 300px;
    }

    ul {
    	width: 300px;
    	margin: 0 auto;
    }

    li {
    	padding-bottom: 30px;
    }

    .photo_enter {
    	height: 80px;
    	padding-right: 20px;
    }

    .graphic_enter{
	    height: 80px;
    }

    p {
    	font-size: 9px;
    }

    .photo_mail {
    	margin-left: 5px;
    }

    .underline img {
	    width: 300px;
    }

}