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

.date{
	width: 655px;
	margin-right: auto;
    margin-left: auto;
	text-align: right;
	margin-bottom: 10px;
}

.sp-view {
    display: none;
}

html, body {
    height: 100%;
}

@media screen and (min-width: 737px) {

	
}

@media screen and (max-width: 737px) {

   .pc-view {
        display: none;
    }
    .sp-view {
        display: block;
    }  
	
}