@charset "UTF-8";
/* CSS Document */
/* 基本-モバイルファースト ======================================================================================================== */
.more{
	margin-top: 20px;
	padding: 10px;
    border-radius: 5px;
	text-align: center;
	background-color: #e6f7ff;
}

#login_fixed{
display: none;
}



/* PCのみ======================================================================================================== */
@media print and (min-width: 751px), screen and (min-width: 751px){
.search_temp.top .article{
	margin-bottom: 33.33px;
}




}