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

	

/* 基本CSS */




.col {
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    heigh-max: 100%;
    box-sizing: content-box;
    background-size: cover;
    width: 750px;
    text-align: center;
}
	
	
.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}


	a p {
		text-decoration: none;
		color: #000000}	
	
