@charset "utf-8";

/**
 *
 * 入試情報: index
 *
 */

/*--------------------------------------------------------------------------
  overwrite スタイルの上書き
--------------------------------------------------------------------------*/
#Content{
	background: #ffeff5;
}

/* .cmn_page_header
-----------------------------------------------------------------*/
@media all and (max-width: 767px){
	.cmn_page_header_ttl img{
		height: 23px;
	}
}


/*----------------------------------------------------------------------
	.content_wrap
----------------------------------------------------------------------*/


/* .cmn_items
-----------------------------------------------------------------*/
.cmn_items{
	margin-top: 40px;
}
.cmn_items .error{
	color: #d91c5c;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

/* .cmn_pager
-----------------------------------------------------------------*/
.cmn_pager{
	margin-top: 50px;
}


@media all and (max-width: 767px){

	/* .cmn_items
	-----------------------------------------------------------------*/
	.cmn_items{
		margin-top: 35px;
	}

	/* .cmn_pager
	-----------------------------------------------------------------*/
	.cmn_pager{
		margin-top: 40px;
	}

}
